pulumi-sdwan 0.2.0a1726034734__py3-none-any.whl → 0.2.0a1726207515__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/__init__.py +520 -129
- pulumi_sdwan/_inputs.py +19584 -8750
- pulumi_sdwan/{application_priority_qos_policy_profile_parcel.py → application_priority_qos_policy.py} +52 -52
- pulumi_sdwan/{cli_config_profile_parcel.py → cli_config_feature.py} +36 -36
- pulumi_sdwan/custom_control_topology_policy_definition.py +18 -19
- pulumi_sdwan/dns_security_policy_definition.py +2 -2
- pulumi_sdwan/{get_application_priority_qos_policy_profile_parcel.py → get_application_priority_qos_policy.py} +28 -28
- pulumi_sdwan/{get_cli_config_profile_parcel.py → get_cli_config_feature.py} +23 -23
- pulumi_sdwan/get_device.py +2 -2
- pulumi_sdwan/get_other_feature_profile.py +117 -0
- pulumi_sdwan/get_other_thousandeyes_feature.py +164 -0
- pulumi_sdwan/get_other_ucse_feature.py +327 -0
- pulumi_sdwan/get_policy_object_class_map.py +164 -0
- pulumi_sdwan/get_policy_object_color_list.py +164 -0
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_expanded_community_list.py +176 -0
- pulumi_sdwan/get_policy_object_extended_community_list.py +164 -0
- pulumi_sdwan/get_policy_object_feature_profile.py +90 -0
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_mirror.py +164 -0
- pulumi_sdwan/get_policy_object_policer.py +164 -0
- pulumi_sdwan/get_policy_object_tloc_list.py +164 -0
- pulumi_sdwan/{get_service_lan_vpn_profile_parcel.py → get_service_lan_vpn_feature.py} +47 -47
- pulumi_sdwan/{get_service_lan_vpn_interface_ethernet_profile_parcel.py → get_service_lan_vpn_interface_ethernet_feature.py} +75 -75
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +528 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +919 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +613 -0
- pulumi_sdwan/get_service_object_tracker_feature.py +293 -0
- pulumi_sdwan/get_service_object_tracker_group_feature.py +216 -0
- pulumi_sdwan/get_service_route_policy_feature.py +177 -0
- pulumi_sdwan/get_service_routing_bgp_feature.py +795 -0
- pulumi_sdwan/get_service_routing_ospf_feature.py +525 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +603 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +603 -0
- pulumi_sdwan/get_service_switchport_feature.py +203 -0
- pulumi_sdwan/{get_service_tracker_profile_parcel.py → get_service_tracker_feature.py} +27 -27
- pulumi_sdwan/get_service_tracker_group_feature.py +190 -0
- pulumi_sdwan/{get_system_aaa_profile_parcel.py → get_system_aaa_feature.py} +32 -32
- pulumi_sdwan/{get_system_banner_profile_parcel.py → get_system_banner_feature.py} +27 -27
- pulumi_sdwan/{get_system_basic_profile_parcel.py → get_system_basic_feature.py} +35 -35
- pulumi_sdwan/{get_system_bfd_profile_parcel.py → get_system_bfd_feature.py} +28 -28
- pulumi_sdwan/{get_system_flexible_port_speed_profile_parcel.py → get_system_flexible_port_speed_feature.py} +27 -27
- pulumi_sdwan/{get_system_global_profile_parcel.py → get_system_global_feature.py} +27 -27
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +177 -0
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +177 -0
- pulumi_sdwan/{get_system_logging_profile_parcel.py → get_system_logging_feature.py} +30 -30
- pulumi_sdwan/{get_system_mrf_profile_parcel.py → get_system_mrf_feature.py} +27 -27
- pulumi_sdwan/{get_system_ntp_profile_parcel.py → get_system_ntp_feature.py} +29 -29
- pulumi_sdwan/{get_system_omp_profile_parcel.py → get_system_omp_feature.py} +27 -27
- pulumi_sdwan/{get_system_performance_monitoring_profile_parcel.py → get_system_performance_monitoring_feature.py} +27 -27
- pulumi_sdwan/{get_system_remote_access_profile_parcel.py → get_system_remote_access_feature.py} +76 -122
- pulumi_sdwan/{get_system_security_profile_parcel.py → get_system_security_feature.py} +29 -29
- pulumi_sdwan/{get_system_snmp_profile_parcel.py → get_system_snmp_feature.py} +32 -32
- pulumi_sdwan/get_transport_gps_feature.py +306 -0
- pulumi_sdwan/{get_transport_ipv6_tracker_profile_parcel.py → get_transport_ipv6_tracker_feature.py} +27 -27
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +216 -0
- pulumi_sdwan/{get_transport_management_vpn_profile_parcel.py → get_transport_management_vpn_feature.py} +59 -59
- pulumi_sdwan/{get_transport_management_vpn_interface_ethernet_profile_parcel.py → get_transport_management_vpn_interface_ethernet_feature.py} +69 -69
- pulumi_sdwan/get_transport_route_policy_feature.py +177 -0
- pulumi_sdwan/{get_transport_routing_bgp_profile_parcel.py → get_transport_routing_bgp_feature.py} +36 -36
- pulumi_sdwan/get_transport_routing_ospf_feature.py +525 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +603 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +603 -0
- pulumi_sdwan/get_transport_tracker_feature.py +384 -0
- pulumi_sdwan/get_transport_tracker_group_feature.py +190 -0
- pulumi_sdwan/{get_transport_wan_vpn_profile_parcel.py → get_transport_wan_vpn_feature.py} +32 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +1774 -0
- pulumi_sdwan/{get_transport_wan_vpn_interface_ethernet_profile_parcel.py → get_transport_wan_vpn_interface_ethernet_feature.py} +133 -133
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +528 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +919 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +1465 -0
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +177 -0
- pulumi_sdwan/other_feature_profile.py +227 -0
- pulumi_sdwan/other_thousandeyes_feature.py +331 -0
- pulumi_sdwan/other_ucse_feature.py +948 -0
- pulumi_sdwan/outputs.py +46733 -29015
- pulumi_sdwan/policy_object_class_map.py +362 -0
- pulumi_sdwan/policy_object_color_list.py +362 -0
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_expanded_community_list.py +403 -0
- pulumi_sdwan/policy_object_extended_community_list.py +332 -0
- pulumi_sdwan/policy_object_feature_profile.py +227 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_mirror.py +332 -0
- pulumi_sdwan/policy_object_policer.py +332 -0
- pulumi_sdwan/policy_object_tloc_list.py +332 -0
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/security_policy.py +8 -8
- pulumi_sdwan/{service_lan_vpn_profile_parcel.py → service_lan_vpn_feature.py} +298 -298
- pulumi_sdwan/{service_lan_vpn_interface_ethernet_profile_parcel.py → service_lan_vpn_interface_ethernet_feature.py} +264 -264
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +1712 -0
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +3269 -0
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +1960 -0
- pulumi_sdwan/service_object_tracker_feature.py +858 -0
- pulumi_sdwan/service_object_tracker_group_feature.py +519 -0
- pulumi_sdwan/service_route_policy_feature.py +378 -0
- pulumi_sdwan/service_routing_bgp_feature.py +2614 -0
- pulumi_sdwan/service_routing_ospf_feature.py +1634 -0
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +1916 -0
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +1916 -0
- pulumi_sdwan/service_switchport_feature.py +472 -0
- pulumi_sdwan/{service_tracker_profile_parcel.py → service_tracker_feature.py} +57 -58
- pulumi_sdwan/service_tracker_group_feature.py +425 -0
- pulumi_sdwan/{system_aaa_profile_parcel.py → system_aaa_feature.py} +108 -108
- pulumi_sdwan/{system_banner_profile_parcel.py → system_banner_feature.py} +40 -40
- pulumi_sdwan/{system_basic_profile_parcel.py → system_basic_feature.py} +94 -94
- pulumi_sdwan/{system_bfd_profile_parcel.py → system_bfd_feature.py} +52 -52
- pulumi_sdwan/{system_flexible_port_speed_profile_parcel.py → system_flexible_port_speed_feature.py} +40 -40
- pulumi_sdwan/{system_global_profile_parcel.py → system_global_feature.py} +40 -40
- pulumi_sdwan/system_ipv4_device_access_feature.py +378 -0
- pulumi_sdwan/system_ipv6_device_access_feature.py +378 -0
- pulumi_sdwan/{system_logging_profile_parcel.py → system_logging_feature.py} +80 -80
- pulumi_sdwan/{system_mrf_profile_parcel.py → system_mrf_feature.py} +40 -40
- pulumi_sdwan/{system_ntp_profile_parcel.py → system_ntp_feature.py} +66 -66
- pulumi_sdwan/{system_omp_profile_parcel.py → system_omp_feature.py} +40 -40
- pulumi_sdwan/{system_performance_monitoring_profile_parcel.py → system_performance_monitoring_feature.py} +40 -40
- pulumi_sdwan/{system_remote_access_profile_parcel.py → system_remote_access_feature.py} +368 -470
- pulumi_sdwan/{system_security_profile_parcel.py → system_security_feature.py} +66 -66
- pulumi_sdwan/{system_snmp_profile_parcel.py → system_snmp_feature.py} +107 -107
- pulumi_sdwan/transport_gps_feature.py +882 -0
- pulumi_sdwan/{transport_ipv6_tracker_profile_parcel.py → transport_ipv6_tracker_feature.py} +57 -58
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +520 -0
- pulumi_sdwan/{transport_management_vpn_profile_parcel.py → transport_management_vpn_feature.py} +172 -172
- pulumi_sdwan/{transport_management_vpn_interface_ethernet_profile_parcel.py → transport_management_vpn_interface_ethernet_feature.py} +193 -194
- pulumi_sdwan/transport_route_policy_feature.py +378 -0
- pulumi_sdwan/{transport_routing_bgp_profile_parcel.py → transport_routing_bgp_feature.py} +181 -182
- pulumi_sdwan/transport_routing_ospf_feature.py +1634 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +1916 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +1916 -0
- pulumi_sdwan/transport_tracker_feature.py +1170 -0
- pulumi_sdwan/transport_tracker_group_feature.py +425 -0
- pulumi_sdwan/{transport_wan_vpn_profile_parcel.py → transport_wan_vpn_feature.py} +104 -104
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +6168 -0
- pulumi_sdwan/{transport_wan_vpn_interface_ethernet_profile_parcel.py → transport_wan_vpn_interface_ethernet_feature.py} +483 -483
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +1708 -0
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +3259 -0
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +5215 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +401 -0
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/RECORD +146 -67
- pulumi_sdwan/configuration_group_deploy.py +0 -224
- pulumi_sdwan/configuration_group_device_variables.py +0 -293
- pulumi_sdwan/configuration_group_devices.py +0 -236
- pulumi_sdwan/get_configuration_group_device_variables.py +0 -144
- pulumi_sdwan/get_configuration_group_devices.py +0 -118
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/top_level.txt +0 -0
|
@@ -9,31 +9,27 @@ import pulumi.runtime
|
|
|
9
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
10
|
from . import _utilities
|
|
11
11
|
|
|
12
|
-
__all__ = ['
|
|
12
|
+
__all__ = ['SystemRemoteAccessFeatureArgs', 'SystemRemoteAccessFeature']
|
|
13
13
|
|
|
14
14
|
@pulumi.input_type
|
|
15
|
-
class
|
|
15
|
+
class SystemRemoteAccessFeatureArgs:
|
|
16
16
|
def __init__(__self__, *,
|
|
17
17
|
any_connect_eap_authentication_type: pulumi.Input[str],
|
|
18
18
|
radius_group_name: pulumi.Input[str],
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
aaa_derive_name_from_peer_domain: Optional[pulumi.Input[str]] = None,
|
|
20
|
+
aaa_derive_name_from_peer_domain_variable: Optional[pulumi.Input[str]] = None,
|
|
21
|
+
aaa_derive_name_from_peer_identity: Optional[pulumi.Input[str]] = None,
|
|
22
|
+
aaa_derive_name_from_peer_identity_variable: Optional[pulumi.Input[str]] = None,
|
|
23
23
|
aaa_enable_accounting: Optional[pulumi.Input[bool]] = None,
|
|
24
24
|
aaa_enable_accounting_variable: Optional[pulumi.Input[str]] = None,
|
|
25
25
|
aaa_specify_name_policy_name: Optional[pulumi.Input[str]] = None,
|
|
26
26
|
aaa_specify_name_policy_name_variable: Optional[pulumi.Input[str]] = None,
|
|
27
27
|
aaa_specify_name_policy_password: Optional[pulumi.Input[str]] = None,
|
|
28
28
|
aaa_specify_name_policy_password_variable: Optional[pulumi.Input[str]] = None,
|
|
29
|
-
any_connect_eap_profile_download_status: Optional[pulumi.Input[str]] = None,
|
|
30
|
-
any_connect_eap_profile_download_status_variable: Optional[pulumi.Input[str]] = None,
|
|
31
|
-
any_connect_eap_profile_file_name: Optional[pulumi.Input[str]] = None,
|
|
32
|
-
any_connect_eap_profile_file_name_variable: Optional[pulumi.Input[str]] = None,
|
|
33
29
|
connection_type_ssl: Optional[pulumi.Input[bool]] = None,
|
|
34
30
|
description: Optional[pulumi.Input[str]] = None,
|
|
35
|
-
|
|
36
|
-
|
|
31
|
+
enable_certificate_list_check: Optional[pulumi.Input[bool]] = None,
|
|
32
|
+
enable_certificate_list_check_variable: Optional[pulumi.Input[str]] = None,
|
|
37
33
|
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
38
34
|
ikev2_anti_dos_threshold: Optional[pulumi.Input[int]] = None,
|
|
39
35
|
ikev2_anti_dos_threshold_variable: Optional[pulumi.Input[str]] = None,
|
|
@@ -62,58 +58,64 @@ class SystemRemoteAccessProfileParcelArgs:
|
|
|
62
58
|
psk_authentication_type_variable: Optional[pulumi.Input[str]] = None,
|
|
63
59
|
radius_group_name_variable: Optional[pulumi.Input[str]] = None):
|
|
64
60
|
"""
|
|
65
|
-
The set of arguments for constructing a
|
|
66
|
-
:param pulumi.Input[str] any_connect_eap_authentication_type: - Choices: `user`, `device`
|
|
67
|
-
:param pulumi.Input[str]
|
|
68
|
-
:param pulumi.Input[str]
|
|
61
|
+
The set of arguments for constructing a SystemRemoteAccessFeature resource.
|
|
62
|
+
:param pulumi.Input[str] any_connect_eap_authentication_type: , Attribute conditional on `connection_type_ssl` being equal to `false` - Choices: `user`, `device`
|
|
63
|
+
:param pulumi.Input[str] aaa_derive_name_from_peer_domain: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
64
|
+
:param pulumi.Input[str] aaa_derive_name_from_peer_domain_variable: Variable name
|
|
65
|
+
:param pulumi.Input[str] aaa_derive_name_from_peer_identity: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
66
|
+
:param pulumi.Input[str] aaa_derive_name_from_peer_identity_variable: Variable name
|
|
69
67
|
:param pulumi.Input[bool] aaa_enable_accounting: Enable Accounting - Default value: `true`
|
|
70
68
|
:param pulumi.Input[str] aaa_enable_accounting_variable: Variable name
|
|
71
69
|
:param pulumi.Input[str] aaa_specify_name_policy_name_variable: Variable name
|
|
72
70
|
:param pulumi.Input[str] aaa_specify_name_policy_password_variable: Variable name
|
|
73
|
-
:param pulumi.Input[str] any_connect_eap_profile_download_status: - Choices: `NONE`, `INITIALIZED`, `INITIALIZED_ERROR`, `COMPLETE`, `COMPLETE_ERROR` - Default value: `NONE`
|
|
74
|
-
:param pulumi.Input[str] any_connect_eap_profile_download_status_variable: Variable name
|
|
75
|
-
:param pulumi.Input[str] any_connect_eap_profile_file_name_variable: Variable name
|
|
76
71
|
:param pulumi.Input[bool] connection_type_ssl: Enabled SSL VPN - Default value: `false`
|
|
77
|
-
:param pulumi.Input[str] description: The description of the
|
|
78
|
-
:param pulumi.Input[bool]
|
|
79
|
-
:param pulumi.Input[str]
|
|
72
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
73
|
+
:param pulumi.Input[bool] enable_certificate_list_check: - Default value: `false`
|
|
74
|
+
:param pulumi.Input[str] enable_certificate_list_check_variable: Variable name
|
|
80
75
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
81
|
-
:param pulumi.Input[int] ikev2_anti_dos_threshold: Anti-DOS Threshold - Range: `10`-`1000` - Default
|
|
76
|
+
:param pulumi.Input[int] ikev2_anti_dos_threshold: Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false` - Range: `10`-`1000` - Default
|
|
77
|
+
value: `100`
|
|
82
78
|
:param pulumi.Input[str] ikev2_anti_dos_threshold_variable: Variable name
|
|
83
|
-
:param pulumi.Input[str] ikev2_local_ike_identity_type: - Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4
|
|
79
|
+
:param pulumi.Input[str] ikev2_local_ike_identity_type: , Attribute conditional on `connection_type_ssl` being equal to `false` - Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4
|
|
80
|
+
ADDRESS`, `IPv6 ADDRESS`
|
|
84
81
|
:param pulumi.Input[str] ikev2_local_ike_identity_type_variable: Variable name
|
|
82
|
+
:param pulumi.Input[str] ikev2_local_ike_identity_value: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
85
83
|
:param pulumi.Input[str] ikev2_local_ike_identity_value_variable: Variable name
|
|
86
|
-
:param pulumi.Input[int] ikev2_security_association_lifetime: Security Association Lifetime in Seconds
|
|
84
|
+
:param pulumi.Input[int] ikev2_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false` - Range:
|
|
85
|
+
`3600`-`86400` - Default value: `86400`
|
|
87
86
|
:param pulumi.Input[str] ikev2_security_association_lifetime_variable: Variable name
|
|
88
|
-
:param pulumi.Input[int] ipsec_anti_replay_window_size: security Association Lifetime
|
|
87
|
+
:param pulumi.Input[int] ipsec_anti_replay_window_size: security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true` - Default
|
|
88
|
+
value: `64`
|
|
89
89
|
:param pulumi.Input[str] ipsec_anti_replay_window_size_variable: Variable name
|
|
90
|
-
:param pulumi.Input[bool] ipsec_enable_anti_replay: Enable Anti-Replay - Default value: `true`
|
|
90
|
+
:param pulumi.Input[bool] ipsec_enable_anti_replay: Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false` - Default value: `true`
|
|
91
91
|
:param pulumi.Input[str] ipsec_enable_anti_replay_variable: Variable name
|
|
92
|
-
:param pulumi.Input[bool] ipsec_enable_perfect_foward_secrecy: security Association Lifetime - Default value:
|
|
92
|
+
:param pulumi.Input[bool] ipsec_enable_perfect_foward_secrecy: security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false` - Default value:
|
|
93
|
+
`false`
|
|
93
94
|
:param pulumi.Input[str] ipsec_enable_perfect_foward_secrecy_variable: Variable name
|
|
94
|
-
:param pulumi.Input[int] ipsec_security_association_lifetime: Security Association Lifetime in Seconds
|
|
95
|
+
:param pulumi.Input[int] ipsec_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false` - Range:
|
|
96
|
+
`3600`-`86400` - Default value: `3600`
|
|
95
97
|
:param pulumi.Input[str] ipsec_security_association_lifetime_variable: Variable name
|
|
96
98
|
:param pulumi.Input[int] ipv4_pool_size: IPv4 Pool Size - Default value: `1000`
|
|
97
99
|
:param pulumi.Input[str] ipv4_pool_size_variable: Variable name
|
|
98
100
|
:param pulumi.Input[int] ipv6_pool_size: IPv6 Pool Size - Default value: `1024`
|
|
99
101
|
:param pulumi.Input[str] ipv6_pool_size_variable: Variable name
|
|
100
|
-
:param pulumi.Input[str] name: The name of the
|
|
101
|
-
:param pulumi.Input[str] psk_authentication_pre_shared_key: PSK Pre Shared Key
|
|
102
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
103
|
+
:param pulumi.Input[str] psk_authentication_pre_shared_key: PSK Pre Shared Key, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
102
104
|
:param pulumi.Input[str] psk_authentication_pre_shared_key_variable: Variable name
|
|
103
|
-
:param pulumi.Input[str] psk_authentication_type: PSK Selection - Choices: `aaa`, `group`
|
|
105
|
+
:param pulumi.Input[str] psk_authentication_type: PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false` - Choices: `aaa`, `group`
|
|
104
106
|
:param pulumi.Input[str] psk_authentication_type_variable: Variable name
|
|
105
107
|
:param pulumi.Input[str] radius_group_name_variable: Variable name
|
|
106
108
|
"""
|
|
107
109
|
pulumi.set(__self__, "any_connect_eap_authentication_type", any_connect_eap_authentication_type)
|
|
108
110
|
pulumi.set(__self__, "radius_group_name", radius_group_name)
|
|
109
|
-
if
|
|
110
|
-
pulumi.set(__self__, "
|
|
111
|
-
if
|
|
112
|
-
pulumi.set(__self__, "
|
|
113
|
-
if
|
|
114
|
-
pulumi.set(__self__, "
|
|
115
|
-
if
|
|
116
|
-
pulumi.set(__self__, "
|
|
111
|
+
if aaa_derive_name_from_peer_domain is not None:
|
|
112
|
+
pulumi.set(__self__, "aaa_derive_name_from_peer_domain", aaa_derive_name_from_peer_domain)
|
|
113
|
+
if aaa_derive_name_from_peer_domain_variable is not None:
|
|
114
|
+
pulumi.set(__self__, "aaa_derive_name_from_peer_domain_variable", aaa_derive_name_from_peer_domain_variable)
|
|
115
|
+
if aaa_derive_name_from_peer_identity is not None:
|
|
116
|
+
pulumi.set(__self__, "aaa_derive_name_from_peer_identity", aaa_derive_name_from_peer_identity)
|
|
117
|
+
if aaa_derive_name_from_peer_identity_variable is not None:
|
|
118
|
+
pulumi.set(__self__, "aaa_derive_name_from_peer_identity_variable", aaa_derive_name_from_peer_identity_variable)
|
|
117
119
|
if aaa_enable_accounting is not None:
|
|
118
120
|
pulumi.set(__self__, "aaa_enable_accounting", aaa_enable_accounting)
|
|
119
121
|
if aaa_enable_accounting_variable is not None:
|
|
@@ -126,22 +128,14 @@ class SystemRemoteAccessProfileParcelArgs:
|
|
|
126
128
|
pulumi.set(__self__, "aaa_specify_name_policy_password", aaa_specify_name_policy_password)
|
|
127
129
|
if aaa_specify_name_policy_password_variable is not None:
|
|
128
130
|
pulumi.set(__self__, "aaa_specify_name_policy_password_variable", aaa_specify_name_policy_password_variable)
|
|
129
|
-
if any_connect_eap_profile_download_status is not None:
|
|
130
|
-
pulumi.set(__self__, "any_connect_eap_profile_download_status", any_connect_eap_profile_download_status)
|
|
131
|
-
if any_connect_eap_profile_download_status_variable is not None:
|
|
132
|
-
pulumi.set(__self__, "any_connect_eap_profile_download_status_variable", any_connect_eap_profile_download_status_variable)
|
|
133
|
-
if any_connect_eap_profile_file_name is not None:
|
|
134
|
-
pulumi.set(__self__, "any_connect_eap_profile_file_name", any_connect_eap_profile_file_name)
|
|
135
|
-
if any_connect_eap_profile_file_name_variable is not None:
|
|
136
|
-
pulumi.set(__self__, "any_connect_eap_profile_file_name_variable", any_connect_eap_profile_file_name_variable)
|
|
137
131
|
if connection_type_ssl is not None:
|
|
138
132
|
pulumi.set(__self__, "connection_type_ssl", connection_type_ssl)
|
|
139
133
|
if description is not None:
|
|
140
134
|
pulumi.set(__self__, "description", description)
|
|
141
|
-
if
|
|
142
|
-
pulumi.set(__self__, "
|
|
143
|
-
if
|
|
144
|
-
pulumi.set(__self__, "
|
|
135
|
+
if enable_certificate_list_check is not None:
|
|
136
|
+
pulumi.set(__self__, "enable_certificate_list_check", enable_certificate_list_check)
|
|
137
|
+
if enable_certificate_list_check_variable is not None:
|
|
138
|
+
pulumi.set(__self__, "enable_certificate_list_check_variable", enable_certificate_list_check_variable)
|
|
145
139
|
if feature_profile_id is not None:
|
|
146
140
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
147
141
|
if ikev2_anti_dos_threshold is not None:
|
|
@@ -201,7 +195,7 @@ class SystemRemoteAccessProfileParcelArgs:
|
|
|
201
195
|
@pulumi.getter(name="anyConnectEapAuthenticationType")
|
|
202
196
|
def any_connect_eap_authentication_type(self) -> pulumi.Input[str]:
|
|
203
197
|
"""
|
|
204
|
-
- Choices: `user`, `device`
|
|
198
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false` - Choices: `user`, `device`
|
|
205
199
|
"""
|
|
206
200
|
return pulumi.get(self, "any_connect_eap_authentication_type")
|
|
207
201
|
|
|
@@ -219,46 +213,52 @@ class SystemRemoteAccessProfileParcelArgs:
|
|
|
219
213
|
pulumi.set(self, "radius_group_name", value)
|
|
220
214
|
|
|
221
215
|
@property
|
|
222
|
-
@pulumi.getter(name="
|
|
223
|
-
def
|
|
224
|
-
|
|
216
|
+
@pulumi.getter(name="aaaDeriveNameFromPeerDomain")
|
|
217
|
+
def aaa_derive_name_from_peer_domain(self) -> Optional[pulumi.Input[str]]:
|
|
218
|
+
"""
|
|
219
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
220
|
+
"""
|
|
221
|
+
return pulumi.get(self, "aaa_derive_name_from_peer_domain")
|
|
225
222
|
|
|
226
|
-
@
|
|
227
|
-
def
|
|
228
|
-
pulumi.set(self, "
|
|
223
|
+
@aaa_derive_name_from_peer_domain.setter
|
|
224
|
+
def aaa_derive_name_from_peer_domain(self, value: Optional[pulumi.Input[str]]):
|
|
225
|
+
pulumi.set(self, "aaa_derive_name_from_peer_domain", value)
|
|
229
226
|
|
|
230
227
|
@property
|
|
231
|
-
@pulumi.getter(name="
|
|
232
|
-
def
|
|
228
|
+
@pulumi.getter(name="aaaDeriveNameFromPeerDomainVariable")
|
|
229
|
+
def aaa_derive_name_from_peer_domain_variable(self) -> Optional[pulumi.Input[str]]:
|
|
233
230
|
"""
|
|
234
231
|
Variable name
|
|
235
232
|
"""
|
|
236
|
-
return pulumi.get(self, "
|
|
233
|
+
return pulumi.get(self, "aaa_derive_name_from_peer_domain_variable")
|
|
237
234
|
|
|
238
|
-
@
|
|
239
|
-
def
|
|
240
|
-
pulumi.set(self, "
|
|
235
|
+
@aaa_derive_name_from_peer_domain_variable.setter
|
|
236
|
+
def aaa_derive_name_from_peer_domain_variable(self, value: Optional[pulumi.Input[str]]):
|
|
237
|
+
pulumi.set(self, "aaa_derive_name_from_peer_domain_variable", value)
|
|
241
238
|
|
|
242
239
|
@property
|
|
243
|
-
@pulumi.getter(name="
|
|
244
|
-
def
|
|
245
|
-
|
|
240
|
+
@pulumi.getter(name="aaaDeriveNameFromPeerIdentity")
|
|
241
|
+
def aaa_derive_name_from_peer_identity(self) -> Optional[pulumi.Input[str]]:
|
|
242
|
+
"""
|
|
243
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
244
|
+
"""
|
|
245
|
+
return pulumi.get(self, "aaa_derive_name_from_peer_identity")
|
|
246
246
|
|
|
247
|
-
@
|
|
248
|
-
def
|
|
249
|
-
pulumi.set(self, "
|
|
247
|
+
@aaa_derive_name_from_peer_identity.setter
|
|
248
|
+
def aaa_derive_name_from_peer_identity(self, value: Optional[pulumi.Input[str]]):
|
|
249
|
+
pulumi.set(self, "aaa_derive_name_from_peer_identity", value)
|
|
250
250
|
|
|
251
251
|
@property
|
|
252
|
-
@pulumi.getter(name="
|
|
253
|
-
def
|
|
252
|
+
@pulumi.getter(name="aaaDeriveNameFromPeerIdentityVariable")
|
|
253
|
+
def aaa_derive_name_from_peer_identity_variable(self) -> Optional[pulumi.Input[str]]:
|
|
254
254
|
"""
|
|
255
255
|
Variable name
|
|
256
256
|
"""
|
|
257
|
-
return pulumi.get(self, "
|
|
257
|
+
return pulumi.get(self, "aaa_derive_name_from_peer_identity_variable")
|
|
258
258
|
|
|
259
|
-
@
|
|
260
|
-
def
|
|
261
|
-
pulumi.set(self, "
|
|
259
|
+
@aaa_derive_name_from_peer_identity_variable.setter
|
|
260
|
+
def aaa_derive_name_from_peer_identity_variable(self, value: Optional[pulumi.Input[str]]):
|
|
261
|
+
pulumi.set(self, "aaa_derive_name_from_peer_identity_variable", value)
|
|
262
262
|
|
|
263
263
|
@property
|
|
264
264
|
@pulumi.getter(name="aaaEnableAccounting")
|
|
@@ -326,51 +326,6 @@ class SystemRemoteAccessProfileParcelArgs:
|
|
|
326
326
|
def aaa_specify_name_policy_password_variable(self, value: Optional[pulumi.Input[str]]):
|
|
327
327
|
pulumi.set(self, "aaa_specify_name_policy_password_variable", value)
|
|
328
328
|
|
|
329
|
-
@property
|
|
330
|
-
@pulumi.getter(name="anyConnectEapProfileDownloadStatus")
|
|
331
|
-
def any_connect_eap_profile_download_status(self) -> Optional[pulumi.Input[str]]:
|
|
332
|
-
"""
|
|
333
|
-
- Choices: `NONE`, `INITIALIZED`, `INITIALIZED_ERROR`, `COMPLETE`, `COMPLETE_ERROR` - Default value: `NONE`
|
|
334
|
-
"""
|
|
335
|
-
return pulumi.get(self, "any_connect_eap_profile_download_status")
|
|
336
|
-
|
|
337
|
-
@any_connect_eap_profile_download_status.setter
|
|
338
|
-
def any_connect_eap_profile_download_status(self, value: Optional[pulumi.Input[str]]):
|
|
339
|
-
pulumi.set(self, "any_connect_eap_profile_download_status", value)
|
|
340
|
-
|
|
341
|
-
@property
|
|
342
|
-
@pulumi.getter(name="anyConnectEapProfileDownloadStatusVariable")
|
|
343
|
-
def any_connect_eap_profile_download_status_variable(self) -> Optional[pulumi.Input[str]]:
|
|
344
|
-
"""
|
|
345
|
-
Variable name
|
|
346
|
-
"""
|
|
347
|
-
return pulumi.get(self, "any_connect_eap_profile_download_status_variable")
|
|
348
|
-
|
|
349
|
-
@any_connect_eap_profile_download_status_variable.setter
|
|
350
|
-
def any_connect_eap_profile_download_status_variable(self, value: Optional[pulumi.Input[str]]):
|
|
351
|
-
pulumi.set(self, "any_connect_eap_profile_download_status_variable", value)
|
|
352
|
-
|
|
353
|
-
@property
|
|
354
|
-
@pulumi.getter(name="anyConnectEapProfileFileName")
|
|
355
|
-
def any_connect_eap_profile_file_name(self) -> Optional[pulumi.Input[str]]:
|
|
356
|
-
return pulumi.get(self, "any_connect_eap_profile_file_name")
|
|
357
|
-
|
|
358
|
-
@any_connect_eap_profile_file_name.setter
|
|
359
|
-
def any_connect_eap_profile_file_name(self, value: Optional[pulumi.Input[str]]):
|
|
360
|
-
pulumi.set(self, "any_connect_eap_profile_file_name", value)
|
|
361
|
-
|
|
362
|
-
@property
|
|
363
|
-
@pulumi.getter(name="anyConnectEapProfileFileNameVariable")
|
|
364
|
-
def any_connect_eap_profile_file_name_variable(self) -> Optional[pulumi.Input[str]]:
|
|
365
|
-
"""
|
|
366
|
-
Variable name
|
|
367
|
-
"""
|
|
368
|
-
return pulumi.get(self, "any_connect_eap_profile_file_name_variable")
|
|
369
|
-
|
|
370
|
-
@any_connect_eap_profile_file_name_variable.setter
|
|
371
|
-
def any_connect_eap_profile_file_name_variable(self, value: Optional[pulumi.Input[str]]):
|
|
372
|
-
pulumi.set(self, "any_connect_eap_profile_file_name_variable", value)
|
|
373
|
-
|
|
374
329
|
@property
|
|
375
330
|
@pulumi.getter(name="connectionTypeSsl")
|
|
376
331
|
def connection_type_ssl(self) -> Optional[pulumi.Input[bool]]:
|
|
@@ -387,7 +342,7 @@ class SystemRemoteAccessProfileParcelArgs:
|
|
|
387
342
|
@pulumi.getter
|
|
388
343
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
389
344
|
"""
|
|
390
|
-
The description of the
|
|
345
|
+
The description of the Feature
|
|
391
346
|
"""
|
|
392
347
|
return pulumi.get(self, "description")
|
|
393
348
|
|
|
@@ -396,28 +351,28 @@ class SystemRemoteAccessProfileParcelArgs:
|
|
|
396
351
|
pulumi.set(self, "description", value)
|
|
397
352
|
|
|
398
353
|
@property
|
|
399
|
-
@pulumi.getter(name="
|
|
400
|
-
def
|
|
354
|
+
@pulumi.getter(name="enableCertificateListCheck")
|
|
355
|
+
def enable_certificate_list_check(self) -> Optional[pulumi.Input[bool]]:
|
|
401
356
|
"""
|
|
402
357
|
- Default value: `false`
|
|
403
358
|
"""
|
|
404
|
-
return pulumi.get(self, "
|
|
359
|
+
return pulumi.get(self, "enable_certificate_list_check")
|
|
405
360
|
|
|
406
|
-
@
|
|
407
|
-
def
|
|
408
|
-
pulumi.set(self, "
|
|
361
|
+
@enable_certificate_list_check.setter
|
|
362
|
+
def enable_certificate_list_check(self, value: Optional[pulumi.Input[bool]]):
|
|
363
|
+
pulumi.set(self, "enable_certificate_list_check", value)
|
|
409
364
|
|
|
410
365
|
@property
|
|
411
|
-
@pulumi.getter(name="
|
|
412
|
-
def
|
|
366
|
+
@pulumi.getter(name="enableCertificateListCheckVariable")
|
|
367
|
+
def enable_certificate_list_check_variable(self) -> Optional[pulumi.Input[str]]:
|
|
413
368
|
"""
|
|
414
369
|
Variable name
|
|
415
370
|
"""
|
|
416
|
-
return pulumi.get(self, "
|
|
371
|
+
return pulumi.get(self, "enable_certificate_list_check_variable")
|
|
417
372
|
|
|
418
|
-
@
|
|
419
|
-
def
|
|
420
|
-
pulumi.set(self, "
|
|
373
|
+
@enable_certificate_list_check_variable.setter
|
|
374
|
+
def enable_certificate_list_check_variable(self, value: Optional[pulumi.Input[str]]):
|
|
375
|
+
pulumi.set(self, "enable_certificate_list_check_variable", value)
|
|
421
376
|
|
|
422
377
|
@property
|
|
423
378
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -435,7 +390,8 @@ class SystemRemoteAccessProfileParcelArgs:
|
|
|
435
390
|
@pulumi.getter(name="ikev2AntiDosThreshold")
|
|
436
391
|
def ikev2_anti_dos_threshold(self) -> Optional[pulumi.Input[int]]:
|
|
437
392
|
"""
|
|
438
|
-
Anti-DOS Threshold - Range: `10`-`1000` - Default
|
|
393
|
+
Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false` - Range: `10`-`1000` - Default
|
|
394
|
+
value: `100`
|
|
439
395
|
"""
|
|
440
396
|
return pulumi.get(self, "ikev2_anti_dos_threshold")
|
|
441
397
|
|
|
@@ -459,7 +415,8 @@ class SystemRemoteAccessProfileParcelArgs:
|
|
|
459
415
|
@pulumi.getter(name="ikev2LocalIkeIdentityType")
|
|
460
416
|
def ikev2_local_ike_identity_type(self) -> Optional[pulumi.Input[str]]:
|
|
461
417
|
"""
|
|
462
|
-
- Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4
|
|
418
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false` - Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4
|
|
419
|
+
ADDRESS`, `IPv6 ADDRESS`
|
|
463
420
|
"""
|
|
464
421
|
return pulumi.get(self, "ikev2_local_ike_identity_type")
|
|
465
422
|
|
|
@@ -482,6 +439,9 @@ class SystemRemoteAccessProfileParcelArgs:
|
|
|
482
439
|
@property
|
|
483
440
|
@pulumi.getter(name="ikev2LocalIkeIdentityValue")
|
|
484
441
|
def ikev2_local_ike_identity_value(self) -> Optional[pulumi.Input[str]]:
|
|
442
|
+
"""
|
|
443
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
444
|
+
"""
|
|
485
445
|
return pulumi.get(self, "ikev2_local_ike_identity_value")
|
|
486
446
|
|
|
487
447
|
@ikev2_local_ike_identity_value.setter
|
|
@@ -504,7 +464,8 @@ class SystemRemoteAccessProfileParcelArgs:
|
|
|
504
464
|
@pulumi.getter(name="ikev2SecurityAssociationLifetime")
|
|
505
465
|
def ikev2_security_association_lifetime(self) -> Optional[pulumi.Input[int]]:
|
|
506
466
|
"""
|
|
507
|
-
Security Association Lifetime in Seconds
|
|
467
|
+
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false` - Range:
|
|
468
|
+
`3600`-`86400` - Default value: `86400`
|
|
508
469
|
"""
|
|
509
470
|
return pulumi.get(self, "ikev2_security_association_lifetime")
|
|
510
471
|
|
|
@@ -528,7 +489,8 @@ class SystemRemoteAccessProfileParcelArgs:
|
|
|
528
489
|
@pulumi.getter(name="ipsecAntiReplayWindowSize")
|
|
529
490
|
def ipsec_anti_replay_window_size(self) -> Optional[pulumi.Input[int]]:
|
|
530
491
|
"""
|
|
531
|
-
security Association Lifetime
|
|
492
|
+
security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true` - Default
|
|
493
|
+
value: `64`
|
|
532
494
|
"""
|
|
533
495
|
return pulumi.get(self, "ipsec_anti_replay_window_size")
|
|
534
496
|
|
|
@@ -552,7 +514,7 @@ class SystemRemoteAccessProfileParcelArgs:
|
|
|
552
514
|
@pulumi.getter(name="ipsecEnableAntiReplay")
|
|
553
515
|
def ipsec_enable_anti_replay(self) -> Optional[pulumi.Input[bool]]:
|
|
554
516
|
"""
|
|
555
|
-
Enable Anti-Replay - Default value: `true`
|
|
517
|
+
Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false` - Default value: `true`
|
|
556
518
|
"""
|
|
557
519
|
return pulumi.get(self, "ipsec_enable_anti_replay")
|
|
558
520
|
|
|
@@ -576,7 +538,8 @@ class SystemRemoteAccessProfileParcelArgs:
|
|
|
576
538
|
@pulumi.getter(name="ipsecEnablePerfectFowardSecrecy")
|
|
577
539
|
def ipsec_enable_perfect_foward_secrecy(self) -> Optional[pulumi.Input[bool]]:
|
|
578
540
|
"""
|
|
579
|
-
security Association Lifetime - Default value:
|
|
541
|
+
security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false` - Default value:
|
|
542
|
+
`false`
|
|
580
543
|
"""
|
|
581
544
|
return pulumi.get(self, "ipsec_enable_perfect_foward_secrecy")
|
|
582
545
|
|
|
@@ -600,7 +563,8 @@ class SystemRemoteAccessProfileParcelArgs:
|
|
|
600
563
|
@pulumi.getter(name="ipsecSecurityAssociationLifetime")
|
|
601
564
|
def ipsec_security_association_lifetime(self) -> Optional[pulumi.Input[int]]:
|
|
602
565
|
"""
|
|
603
|
-
Security Association Lifetime in Seconds
|
|
566
|
+
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false` - Range:
|
|
567
|
+
`3600`-`86400` - Default value: `3600`
|
|
604
568
|
"""
|
|
605
569
|
return pulumi.get(self, "ipsec_security_association_lifetime")
|
|
606
570
|
|
|
@@ -672,7 +636,7 @@ class SystemRemoteAccessProfileParcelArgs:
|
|
|
672
636
|
@pulumi.getter
|
|
673
637
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
674
638
|
"""
|
|
675
|
-
The name of the
|
|
639
|
+
The name of the Feature
|
|
676
640
|
"""
|
|
677
641
|
return pulumi.get(self, "name")
|
|
678
642
|
|
|
@@ -684,7 +648,7 @@ class SystemRemoteAccessProfileParcelArgs:
|
|
|
684
648
|
@pulumi.getter(name="pskAuthenticationPreSharedKey")
|
|
685
649
|
def psk_authentication_pre_shared_key(self) -> Optional[pulumi.Input[str]]:
|
|
686
650
|
"""
|
|
687
|
-
PSK Pre Shared Key
|
|
651
|
+
PSK Pre Shared Key, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
688
652
|
"""
|
|
689
653
|
return pulumi.get(self, "psk_authentication_pre_shared_key")
|
|
690
654
|
|
|
@@ -708,7 +672,7 @@ class SystemRemoteAccessProfileParcelArgs:
|
|
|
708
672
|
@pulumi.getter(name="pskAuthenticationType")
|
|
709
673
|
def psk_authentication_type(self) -> Optional[pulumi.Input[str]]:
|
|
710
674
|
"""
|
|
711
|
-
PSK Selection - Choices: `aaa`, `group`
|
|
675
|
+
PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false` - Choices: `aaa`, `group`
|
|
712
676
|
"""
|
|
713
677
|
return pulumi.get(self, "psk_authentication_type")
|
|
714
678
|
|
|
@@ -742,12 +706,12 @@ class SystemRemoteAccessProfileParcelArgs:
|
|
|
742
706
|
|
|
743
707
|
|
|
744
708
|
@pulumi.input_type
|
|
745
|
-
class
|
|
709
|
+
class _SystemRemoteAccessFeatureState:
|
|
746
710
|
def __init__(__self__, *,
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
711
|
+
aaa_derive_name_from_peer_domain: Optional[pulumi.Input[str]] = None,
|
|
712
|
+
aaa_derive_name_from_peer_domain_variable: Optional[pulumi.Input[str]] = None,
|
|
713
|
+
aaa_derive_name_from_peer_identity: Optional[pulumi.Input[str]] = None,
|
|
714
|
+
aaa_derive_name_from_peer_identity_variable: Optional[pulumi.Input[str]] = None,
|
|
751
715
|
aaa_enable_accounting: Optional[pulumi.Input[bool]] = None,
|
|
752
716
|
aaa_enable_accounting_variable: Optional[pulumi.Input[str]] = None,
|
|
753
717
|
aaa_specify_name_policy_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -755,14 +719,10 @@ class _SystemRemoteAccessProfileParcelState:
|
|
|
755
719
|
aaa_specify_name_policy_password: Optional[pulumi.Input[str]] = None,
|
|
756
720
|
aaa_specify_name_policy_password_variable: Optional[pulumi.Input[str]] = None,
|
|
757
721
|
any_connect_eap_authentication_type: Optional[pulumi.Input[str]] = None,
|
|
758
|
-
any_connect_eap_profile_download_status: Optional[pulumi.Input[str]] = None,
|
|
759
|
-
any_connect_eap_profile_download_status_variable: Optional[pulumi.Input[str]] = None,
|
|
760
|
-
any_connect_eap_profile_file_name: Optional[pulumi.Input[str]] = None,
|
|
761
|
-
any_connect_eap_profile_file_name_variable: Optional[pulumi.Input[str]] = None,
|
|
762
722
|
connection_type_ssl: Optional[pulumi.Input[bool]] = None,
|
|
763
723
|
description: Optional[pulumi.Input[str]] = None,
|
|
764
|
-
|
|
765
|
-
|
|
724
|
+
enable_certificate_list_check: Optional[pulumi.Input[bool]] = None,
|
|
725
|
+
enable_certificate_list_check_variable: Optional[pulumi.Input[str]] = None,
|
|
766
726
|
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
767
727
|
ikev2_anti_dos_threshold: Optional[pulumi.Input[int]] = None,
|
|
768
728
|
ikev2_anti_dos_threshold_variable: Optional[pulumi.Input[str]] = None,
|
|
@@ -793,57 +753,63 @@ class _SystemRemoteAccessProfileParcelState:
|
|
|
793
753
|
radius_group_name_variable: Optional[pulumi.Input[str]] = None,
|
|
794
754
|
version: Optional[pulumi.Input[int]] = None):
|
|
795
755
|
"""
|
|
796
|
-
Input properties used for looking up and filtering
|
|
797
|
-
:param pulumi.Input[str]
|
|
798
|
-
:param pulumi.Input[str]
|
|
756
|
+
Input properties used for looking up and filtering SystemRemoteAccessFeature resources.
|
|
757
|
+
:param pulumi.Input[str] aaa_derive_name_from_peer_domain: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
758
|
+
:param pulumi.Input[str] aaa_derive_name_from_peer_domain_variable: Variable name
|
|
759
|
+
:param pulumi.Input[str] aaa_derive_name_from_peer_identity: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
760
|
+
:param pulumi.Input[str] aaa_derive_name_from_peer_identity_variable: Variable name
|
|
799
761
|
:param pulumi.Input[bool] aaa_enable_accounting: Enable Accounting - Default value: `true`
|
|
800
762
|
:param pulumi.Input[str] aaa_enable_accounting_variable: Variable name
|
|
801
763
|
:param pulumi.Input[str] aaa_specify_name_policy_name_variable: Variable name
|
|
802
764
|
:param pulumi.Input[str] aaa_specify_name_policy_password_variable: Variable name
|
|
803
|
-
:param pulumi.Input[str] any_connect_eap_authentication_type: - Choices: `user`, `device`
|
|
804
|
-
:param pulumi.Input[str] any_connect_eap_profile_download_status: - Choices: `NONE`, `INITIALIZED`, `INITIALIZED_ERROR`, `COMPLETE`, `COMPLETE_ERROR` - Default value: `NONE`
|
|
805
|
-
:param pulumi.Input[str] any_connect_eap_profile_download_status_variable: Variable name
|
|
806
|
-
:param pulumi.Input[str] any_connect_eap_profile_file_name_variable: Variable name
|
|
765
|
+
:param pulumi.Input[str] any_connect_eap_authentication_type: , Attribute conditional on `connection_type_ssl` being equal to `false` - Choices: `user`, `device`
|
|
807
766
|
:param pulumi.Input[bool] connection_type_ssl: Enabled SSL VPN - Default value: `false`
|
|
808
|
-
:param pulumi.Input[str] description: The description of the
|
|
809
|
-
:param pulumi.Input[bool]
|
|
810
|
-
:param pulumi.Input[str]
|
|
767
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
768
|
+
:param pulumi.Input[bool] enable_certificate_list_check: - Default value: `false`
|
|
769
|
+
:param pulumi.Input[str] enable_certificate_list_check_variable: Variable name
|
|
811
770
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
812
|
-
:param pulumi.Input[int] ikev2_anti_dos_threshold: Anti-DOS Threshold - Range: `10`-`1000` - Default
|
|
771
|
+
:param pulumi.Input[int] ikev2_anti_dos_threshold: Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false` - Range: `10`-`1000` - Default
|
|
772
|
+
value: `100`
|
|
813
773
|
:param pulumi.Input[str] ikev2_anti_dos_threshold_variable: Variable name
|
|
814
|
-
:param pulumi.Input[str] ikev2_local_ike_identity_type: - Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4
|
|
774
|
+
:param pulumi.Input[str] ikev2_local_ike_identity_type: , Attribute conditional on `connection_type_ssl` being equal to `false` - Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4
|
|
775
|
+
ADDRESS`, `IPv6 ADDRESS`
|
|
815
776
|
:param pulumi.Input[str] ikev2_local_ike_identity_type_variable: Variable name
|
|
777
|
+
:param pulumi.Input[str] ikev2_local_ike_identity_value: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
816
778
|
:param pulumi.Input[str] ikev2_local_ike_identity_value_variable: Variable name
|
|
817
|
-
:param pulumi.Input[int] ikev2_security_association_lifetime: Security Association Lifetime in Seconds
|
|
779
|
+
:param pulumi.Input[int] ikev2_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false` - Range:
|
|
780
|
+
`3600`-`86400` - Default value: `86400`
|
|
818
781
|
:param pulumi.Input[str] ikev2_security_association_lifetime_variable: Variable name
|
|
819
|
-
:param pulumi.Input[int] ipsec_anti_replay_window_size: security Association Lifetime
|
|
782
|
+
:param pulumi.Input[int] ipsec_anti_replay_window_size: security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true` - Default
|
|
783
|
+
value: `64`
|
|
820
784
|
:param pulumi.Input[str] ipsec_anti_replay_window_size_variable: Variable name
|
|
821
|
-
:param pulumi.Input[bool] ipsec_enable_anti_replay: Enable Anti-Replay - Default value: `true`
|
|
785
|
+
:param pulumi.Input[bool] ipsec_enable_anti_replay: Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false` - Default value: `true`
|
|
822
786
|
:param pulumi.Input[str] ipsec_enable_anti_replay_variable: Variable name
|
|
823
|
-
:param pulumi.Input[bool] ipsec_enable_perfect_foward_secrecy: security Association Lifetime - Default value:
|
|
787
|
+
:param pulumi.Input[bool] ipsec_enable_perfect_foward_secrecy: security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false` - Default value:
|
|
788
|
+
`false`
|
|
824
789
|
:param pulumi.Input[str] ipsec_enable_perfect_foward_secrecy_variable: Variable name
|
|
825
|
-
:param pulumi.Input[int] ipsec_security_association_lifetime: Security Association Lifetime in Seconds
|
|
790
|
+
:param pulumi.Input[int] ipsec_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false` - Range:
|
|
791
|
+
`3600`-`86400` - Default value: `3600`
|
|
826
792
|
:param pulumi.Input[str] ipsec_security_association_lifetime_variable: Variable name
|
|
827
793
|
:param pulumi.Input[int] ipv4_pool_size: IPv4 Pool Size - Default value: `1000`
|
|
828
794
|
:param pulumi.Input[str] ipv4_pool_size_variable: Variable name
|
|
829
795
|
:param pulumi.Input[int] ipv6_pool_size: IPv6 Pool Size - Default value: `1024`
|
|
830
796
|
:param pulumi.Input[str] ipv6_pool_size_variable: Variable name
|
|
831
|
-
:param pulumi.Input[str] name: The name of the
|
|
832
|
-
:param pulumi.Input[str] psk_authentication_pre_shared_key: PSK Pre Shared Key
|
|
797
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
798
|
+
:param pulumi.Input[str] psk_authentication_pre_shared_key: PSK Pre Shared Key, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
833
799
|
:param pulumi.Input[str] psk_authentication_pre_shared_key_variable: Variable name
|
|
834
|
-
:param pulumi.Input[str] psk_authentication_type: PSK Selection - Choices: `aaa`, `group`
|
|
800
|
+
:param pulumi.Input[str] psk_authentication_type: PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false` - Choices: `aaa`, `group`
|
|
835
801
|
:param pulumi.Input[str] psk_authentication_type_variable: Variable name
|
|
836
802
|
:param pulumi.Input[str] radius_group_name_variable: Variable name
|
|
837
|
-
:param pulumi.Input[int] version: The version of the
|
|
838
|
-
"""
|
|
839
|
-
if
|
|
840
|
-
pulumi.set(__self__, "
|
|
841
|
-
if
|
|
842
|
-
pulumi.set(__self__, "
|
|
843
|
-
if
|
|
844
|
-
pulumi.set(__self__, "
|
|
845
|
-
if
|
|
846
|
-
pulumi.set(__self__, "
|
|
803
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
804
|
+
"""
|
|
805
|
+
if aaa_derive_name_from_peer_domain is not None:
|
|
806
|
+
pulumi.set(__self__, "aaa_derive_name_from_peer_domain", aaa_derive_name_from_peer_domain)
|
|
807
|
+
if aaa_derive_name_from_peer_domain_variable is not None:
|
|
808
|
+
pulumi.set(__self__, "aaa_derive_name_from_peer_domain_variable", aaa_derive_name_from_peer_domain_variable)
|
|
809
|
+
if aaa_derive_name_from_peer_identity is not None:
|
|
810
|
+
pulumi.set(__self__, "aaa_derive_name_from_peer_identity", aaa_derive_name_from_peer_identity)
|
|
811
|
+
if aaa_derive_name_from_peer_identity_variable is not None:
|
|
812
|
+
pulumi.set(__self__, "aaa_derive_name_from_peer_identity_variable", aaa_derive_name_from_peer_identity_variable)
|
|
847
813
|
if aaa_enable_accounting is not None:
|
|
848
814
|
pulumi.set(__self__, "aaa_enable_accounting", aaa_enable_accounting)
|
|
849
815
|
if aaa_enable_accounting_variable is not None:
|
|
@@ -858,22 +824,14 @@ class _SystemRemoteAccessProfileParcelState:
|
|
|
858
824
|
pulumi.set(__self__, "aaa_specify_name_policy_password_variable", aaa_specify_name_policy_password_variable)
|
|
859
825
|
if any_connect_eap_authentication_type is not None:
|
|
860
826
|
pulumi.set(__self__, "any_connect_eap_authentication_type", any_connect_eap_authentication_type)
|
|
861
|
-
if any_connect_eap_profile_download_status is not None:
|
|
862
|
-
pulumi.set(__self__, "any_connect_eap_profile_download_status", any_connect_eap_profile_download_status)
|
|
863
|
-
if any_connect_eap_profile_download_status_variable is not None:
|
|
864
|
-
pulumi.set(__self__, "any_connect_eap_profile_download_status_variable", any_connect_eap_profile_download_status_variable)
|
|
865
|
-
if any_connect_eap_profile_file_name is not None:
|
|
866
|
-
pulumi.set(__self__, "any_connect_eap_profile_file_name", any_connect_eap_profile_file_name)
|
|
867
|
-
if any_connect_eap_profile_file_name_variable is not None:
|
|
868
|
-
pulumi.set(__self__, "any_connect_eap_profile_file_name_variable", any_connect_eap_profile_file_name_variable)
|
|
869
827
|
if connection_type_ssl is not None:
|
|
870
828
|
pulumi.set(__self__, "connection_type_ssl", connection_type_ssl)
|
|
871
829
|
if description is not None:
|
|
872
830
|
pulumi.set(__self__, "description", description)
|
|
873
|
-
if
|
|
874
|
-
pulumi.set(__self__, "
|
|
875
|
-
if
|
|
876
|
-
pulumi.set(__self__, "
|
|
831
|
+
if enable_certificate_list_check is not None:
|
|
832
|
+
pulumi.set(__self__, "enable_certificate_list_check", enable_certificate_list_check)
|
|
833
|
+
if enable_certificate_list_check_variable is not None:
|
|
834
|
+
pulumi.set(__self__, "enable_certificate_list_check_variable", enable_certificate_list_check_variable)
|
|
877
835
|
if feature_profile_id is not None:
|
|
878
836
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
879
837
|
if ikev2_anti_dos_threshold is not None:
|
|
@@ -934,46 +892,52 @@ class _SystemRemoteAccessProfileParcelState:
|
|
|
934
892
|
pulumi.set(__self__, "version", version)
|
|
935
893
|
|
|
936
894
|
@property
|
|
937
|
-
@pulumi.getter(name="
|
|
938
|
-
def
|
|
939
|
-
|
|
895
|
+
@pulumi.getter(name="aaaDeriveNameFromPeerDomain")
|
|
896
|
+
def aaa_derive_name_from_peer_domain(self) -> Optional[pulumi.Input[str]]:
|
|
897
|
+
"""
|
|
898
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
899
|
+
"""
|
|
900
|
+
return pulumi.get(self, "aaa_derive_name_from_peer_domain")
|
|
940
901
|
|
|
941
|
-
@
|
|
942
|
-
def
|
|
943
|
-
pulumi.set(self, "
|
|
902
|
+
@aaa_derive_name_from_peer_domain.setter
|
|
903
|
+
def aaa_derive_name_from_peer_domain(self, value: Optional[pulumi.Input[str]]):
|
|
904
|
+
pulumi.set(self, "aaa_derive_name_from_peer_domain", value)
|
|
944
905
|
|
|
945
906
|
@property
|
|
946
|
-
@pulumi.getter(name="
|
|
947
|
-
def
|
|
907
|
+
@pulumi.getter(name="aaaDeriveNameFromPeerDomainVariable")
|
|
908
|
+
def aaa_derive_name_from_peer_domain_variable(self) -> Optional[pulumi.Input[str]]:
|
|
948
909
|
"""
|
|
949
910
|
Variable name
|
|
950
911
|
"""
|
|
951
|
-
return pulumi.get(self, "
|
|
912
|
+
return pulumi.get(self, "aaa_derive_name_from_peer_domain_variable")
|
|
952
913
|
|
|
953
|
-
@
|
|
954
|
-
def
|
|
955
|
-
pulumi.set(self, "
|
|
914
|
+
@aaa_derive_name_from_peer_domain_variable.setter
|
|
915
|
+
def aaa_derive_name_from_peer_domain_variable(self, value: Optional[pulumi.Input[str]]):
|
|
916
|
+
pulumi.set(self, "aaa_derive_name_from_peer_domain_variable", value)
|
|
956
917
|
|
|
957
918
|
@property
|
|
958
|
-
@pulumi.getter(name="
|
|
959
|
-
def
|
|
960
|
-
|
|
919
|
+
@pulumi.getter(name="aaaDeriveNameFromPeerIdentity")
|
|
920
|
+
def aaa_derive_name_from_peer_identity(self) -> Optional[pulumi.Input[str]]:
|
|
921
|
+
"""
|
|
922
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
923
|
+
"""
|
|
924
|
+
return pulumi.get(self, "aaa_derive_name_from_peer_identity")
|
|
961
925
|
|
|
962
|
-
@
|
|
963
|
-
def
|
|
964
|
-
pulumi.set(self, "
|
|
926
|
+
@aaa_derive_name_from_peer_identity.setter
|
|
927
|
+
def aaa_derive_name_from_peer_identity(self, value: Optional[pulumi.Input[str]]):
|
|
928
|
+
pulumi.set(self, "aaa_derive_name_from_peer_identity", value)
|
|
965
929
|
|
|
966
930
|
@property
|
|
967
|
-
@pulumi.getter(name="
|
|
968
|
-
def
|
|
931
|
+
@pulumi.getter(name="aaaDeriveNameFromPeerIdentityVariable")
|
|
932
|
+
def aaa_derive_name_from_peer_identity_variable(self) -> Optional[pulumi.Input[str]]:
|
|
969
933
|
"""
|
|
970
934
|
Variable name
|
|
971
935
|
"""
|
|
972
|
-
return pulumi.get(self, "
|
|
936
|
+
return pulumi.get(self, "aaa_derive_name_from_peer_identity_variable")
|
|
973
937
|
|
|
974
|
-
@
|
|
975
|
-
def
|
|
976
|
-
pulumi.set(self, "
|
|
938
|
+
@aaa_derive_name_from_peer_identity_variable.setter
|
|
939
|
+
def aaa_derive_name_from_peer_identity_variable(self, value: Optional[pulumi.Input[str]]):
|
|
940
|
+
pulumi.set(self, "aaa_derive_name_from_peer_identity_variable", value)
|
|
977
941
|
|
|
978
942
|
@property
|
|
979
943
|
@pulumi.getter(name="aaaEnableAccounting")
|
|
@@ -1045,7 +1009,7 @@ class _SystemRemoteAccessProfileParcelState:
|
|
|
1045
1009
|
@pulumi.getter(name="anyConnectEapAuthenticationType")
|
|
1046
1010
|
def any_connect_eap_authentication_type(self) -> Optional[pulumi.Input[str]]:
|
|
1047
1011
|
"""
|
|
1048
|
-
- Choices: `user`, `device`
|
|
1012
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false` - Choices: `user`, `device`
|
|
1049
1013
|
"""
|
|
1050
1014
|
return pulumi.get(self, "any_connect_eap_authentication_type")
|
|
1051
1015
|
|
|
@@ -1053,51 +1017,6 @@ class _SystemRemoteAccessProfileParcelState:
|
|
|
1053
1017
|
def any_connect_eap_authentication_type(self, value: Optional[pulumi.Input[str]]):
|
|
1054
1018
|
pulumi.set(self, "any_connect_eap_authentication_type", value)
|
|
1055
1019
|
|
|
1056
|
-
@property
|
|
1057
|
-
@pulumi.getter(name="anyConnectEapProfileDownloadStatus")
|
|
1058
|
-
def any_connect_eap_profile_download_status(self) -> Optional[pulumi.Input[str]]:
|
|
1059
|
-
"""
|
|
1060
|
-
- Choices: `NONE`, `INITIALIZED`, `INITIALIZED_ERROR`, `COMPLETE`, `COMPLETE_ERROR` - Default value: `NONE`
|
|
1061
|
-
"""
|
|
1062
|
-
return pulumi.get(self, "any_connect_eap_profile_download_status")
|
|
1063
|
-
|
|
1064
|
-
@any_connect_eap_profile_download_status.setter
|
|
1065
|
-
def any_connect_eap_profile_download_status(self, value: Optional[pulumi.Input[str]]):
|
|
1066
|
-
pulumi.set(self, "any_connect_eap_profile_download_status", value)
|
|
1067
|
-
|
|
1068
|
-
@property
|
|
1069
|
-
@pulumi.getter(name="anyConnectEapProfileDownloadStatusVariable")
|
|
1070
|
-
def any_connect_eap_profile_download_status_variable(self) -> Optional[pulumi.Input[str]]:
|
|
1071
|
-
"""
|
|
1072
|
-
Variable name
|
|
1073
|
-
"""
|
|
1074
|
-
return pulumi.get(self, "any_connect_eap_profile_download_status_variable")
|
|
1075
|
-
|
|
1076
|
-
@any_connect_eap_profile_download_status_variable.setter
|
|
1077
|
-
def any_connect_eap_profile_download_status_variable(self, value: Optional[pulumi.Input[str]]):
|
|
1078
|
-
pulumi.set(self, "any_connect_eap_profile_download_status_variable", value)
|
|
1079
|
-
|
|
1080
|
-
@property
|
|
1081
|
-
@pulumi.getter(name="anyConnectEapProfileFileName")
|
|
1082
|
-
def any_connect_eap_profile_file_name(self) -> Optional[pulumi.Input[str]]:
|
|
1083
|
-
return pulumi.get(self, "any_connect_eap_profile_file_name")
|
|
1084
|
-
|
|
1085
|
-
@any_connect_eap_profile_file_name.setter
|
|
1086
|
-
def any_connect_eap_profile_file_name(self, value: Optional[pulumi.Input[str]]):
|
|
1087
|
-
pulumi.set(self, "any_connect_eap_profile_file_name", value)
|
|
1088
|
-
|
|
1089
|
-
@property
|
|
1090
|
-
@pulumi.getter(name="anyConnectEapProfileFileNameVariable")
|
|
1091
|
-
def any_connect_eap_profile_file_name_variable(self) -> Optional[pulumi.Input[str]]:
|
|
1092
|
-
"""
|
|
1093
|
-
Variable name
|
|
1094
|
-
"""
|
|
1095
|
-
return pulumi.get(self, "any_connect_eap_profile_file_name_variable")
|
|
1096
|
-
|
|
1097
|
-
@any_connect_eap_profile_file_name_variable.setter
|
|
1098
|
-
def any_connect_eap_profile_file_name_variable(self, value: Optional[pulumi.Input[str]]):
|
|
1099
|
-
pulumi.set(self, "any_connect_eap_profile_file_name_variable", value)
|
|
1100
|
-
|
|
1101
1020
|
@property
|
|
1102
1021
|
@pulumi.getter(name="connectionTypeSsl")
|
|
1103
1022
|
def connection_type_ssl(self) -> Optional[pulumi.Input[bool]]:
|
|
@@ -1114,7 +1033,7 @@ class _SystemRemoteAccessProfileParcelState:
|
|
|
1114
1033
|
@pulumi.getter
|
|
1115
1034
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
1116
1035
|
"""
|
|
1117
|
-
The description of the
|
|
1036
|
+
The description of the Feature
|
|
1118
1037
|
"""
|
|
1119
1038
|
return pulumi.get(self, "description")
|
|
1120
1039
|
|
|
@@ -1123,28 +1042,28 @@ class _SystemRemoteAccessProfileParcelState:
|
|
|
1123
1042
|
pulumi.set(self, "description", value)
|
|
1124
1043
|
|
|
1125
1044
|
@property
|
|
1126
|
-
@pulumi.getter(name="
|
|
1127
|
-
def
|
|
1045
|
+
@pulumi.getter(name="enableCertificateListCheck")
|
|
1046
|
+
def enable_certificate_list_check(self) -> Optional[pulumi.Input[bool]]:
|
|
1128
1047
|
"""
|
|
1129
1048
|
- Default value: `false`
|
|
1130
1049
|
"""
|
|
1131
|
-
return pulumi.get(self, "
|
|
1050
|
+
return pulumi.get(self, "enable_certificate_list_check")
|
|
1132
1051
|
|
|
1133
|
-
@
|
|
1134
|
-
def
|
|
1135
|
-
pulumi.set(self, "
|
|
1052
|
+
@enable_certificate_list_check.setter
|
|
1053
|
+
def enable_certificate_list_check(self, value: Optional[pulumi.Input[bool]]):
|
|
1054
|
+
pulumi.set(self, "enable_certificate_list_check", value)
|
|
1136
1055
|
|
|
1137
1056
|
@property
|
|
1138
|
-
@pulumi.getter(name="
|
|
1139
|
-
def
|
|
1057
|
+
@pulumi.getter(name="enableCertificateListCheckVariable")
|
|
1058
|
+
def enable_certificate_list_check_variable(self) -> Optional[pulumi.Input[str]]:
|
|
1140
1059
|
"""
|
|
1141
1060
|
Variable name
|
|
1142
1061
|
"""
|
|
1143
|
-
return pulumi.get(self, "
|
|
1062
|
+
return pulumi.get(self, "enable_certificate_list_check_variable")
|
|
1144
1063
|
|
|
1145
|
-
@
|
|
1146
|
-
def
|
|
1147
|
-
pulumi.set(self, "
|
|
1064
|
+
@enable_certificate_list_check_variable.setter
|
|
1065
|
+
def enable_certificate_list_check_variable(self, value: Optional[pulumi.Input[str]]):
|
|
1066
|
+
pulumi.set(self, "enable_certificate_list_check_variable", value)
|
|
1148
1067
|
|
|
1149
1068
|
@property
|
|
1150
1069
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -1162,7 +1081,8 @@ class _SystemRemoteAccessProfileParcelState:
|
|
|
1162
1081
|
@pulumi.getter(name="ikev2AntiDosThreshold")
|
|
1163
1082
|
def ikev2_anti_dos_threshold(self) -> Optional[pulumi.Input[int]]:
|
|
1164
1083
|
"""
|
|
1165
|
-
Anti-DOS Threshold - Range: `10`-`1000` - Default
|
|
1084
|
+
Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false` - Range: `10`-`1000` - Default
|
|
1085
|
+
value: `100`
|
|
1166
1086
|
"""
|
|
1167
1087
|
return pulumi.get(self, "ikev2_anti_dos_threshold")
|
|
1168
1088
|
|
|
@@ -1186,7 +1106,8 @@ class _SystemRemoteAccessProfileParcelState:
|
|
|
1186
1106
|
@pulumi.getter(name="ikev2LocalIkeIdentityType")
|
|
1187
1107
|
def ikev2_local_ike_identity_type(self) -> Optional[pulumi.Input[str]]:
|
|
1188
1108
|
"""
|
|
1189
|
-
- Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4
|
|
1109
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false` - Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4
|
|
1110
|
+
ADDRESS`, `IPv6 ADDRESS`
|
|
1190
1111
|
"""
|
|
1191
1112
|
return pulumi.get(self, "ikev2_local_ike_identity_type")
|
|
1192
1113
|
|
|
@@ -1209,6 +1130,9 @@ class _SystemRemoteAccessProfileParcelState:
|
|
|
1209
1130
|
@property
|
|
1210
1131
|
@pulumi.getter(name="ikev2LocalIkeIdentityValue")
|
|
1211
1132
|
def ikev2_local_ike_identity_value(self) -> Optional[pulumi.Input[str]]:
|
|
1133
|
+
"""
|
|
1134
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1135
|
+
"""
|
|
1212
1136
|
return pulumi.get(self, "ikev2_local_ike_identity_value")
|
|
1213
1137
|
|
|
1214
1138
|
@ikev2_local_ike_identity_value.setter
|
|
@@ -1231,7 +1155,8 @@ class _SystemRemoteAccessProfileParcelState:
|
|
|
1231
1155
|
@pulumi.getter(name="ikev2SecurityAssociationLifetime")
|
|
1232
1156
|
def ikev2_security_association_lifetime(self) -> Optional[pulumi.Input[int]]:
|
|
1233
1157
|
"""
|
|
1234
|
-
Security Association Lifetime in Seconds
|
|
1158
|
+
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false` - Range:
|
|
1159
|
+
`3600`-`86400` - Default value: `86400`
|
|
1235
1160
|
"""
|
|
1236
1161
|
return pulumi.get(self, "ikev2_security_association_lifetime")
|
|
1237
1162
|
|
|
@@ -1255,7 +1180,8 @@ class _SystemRemoteAccessProfileParcelState:
|
|
|
1255
1180
|
@pulumi.getter(name="ipsecAntiReplayWindowSize")
|
|
1256
1181
|
def ipsec_anti_replay_window_size(self) -> Optional[pulumi.Input[int]]:
|
|
1257
1182
|
"""
|
|
1258
|
-
security Association Lifetime
|
|
1183
|
+
security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true` - Default
|
|
1184
|
+
value: `64`
|
|
1259
1185
|
"""
|
|
1260
1186
|
return pulumi.get(self, "ipsec_anti_replay_window_size")
|
|
1261
1187
|
|
|
@@ -1279,7 +1205,7 @@ class _SystemRemoteAccessProfileParcelState:
|
|
|
1279
1205
|
@pulumi.getter(name="ipsecEnableAntiReplay")
|
|
1280
1206
|
def ipsec_enable_anti_replay(self) -> Optional[pulumi.Input[bool]]:
|
|
1281
1207
|
"""
|
|
1282
|
-
Enable Anti-Replay - Default value: `true`
|
|
1208
|
+
Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false` - Default value: `true`
|
|
1283
1209
|
"""
|
|
1284
1210
|
return pulumi.get(self, "ipsec_enable_anti_replay")
|
|
1285
1211
|
|
|
@@ -1303,7 +1229,8 @@ class _SystemRemoteAccessProfileParcelState:
|
|
|
1303
1229
|
@pulumi.getter(name="ipsecEnablePerfectFowardSecrecy")
|
|
1304
1230
|
def ipsec_enable_perfect_foward_secrecy(self) -> Optional[pulumi.Input[bool]]:
|
|
1305
1231
|
"""
|
|
1306
|
-
security Association Lifetime - Default value:
|
|
1232
|
+
security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false` - Default value:
|
|
1233
|
+
`false`
|
|
1307
1234
|
"""
|
|
1308
1235
|
return pulumi.get(self, "ipsec_enable_perfect_foward_secrecy")
|
|
1309
1236
|
|
|
@@ -1327,7 +1254,8 @@ class _SystemRemoteAccessProfileParcelState:
|
|
|
1327
1254
|
@pulumi.getter(name="ipsecSecurityAssociationLifetime")
|
|
1328
1255
|
def ipsec_security_association_lifetime(self) -> Optional[pulumi.Input[int]]:
|
|
1329
1256
|
"""
|
|
1330
|
-
Security Association Lifetime in Seconds
|
|
1257
|
+
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false` - Range:
|
|
1258
|
+
`3600`-`86400` - Default value: `3600`
|
|
1331
1259
|
"""
|
|
1332
1260
|
return pulumi.get(self, "ipsec_security_association_lifetime")
|
|
1333
1261
|
|
|
@@ -1399,7 +1327,7 @@ class _SystemRemoteAccessProfileParcelState:
|
|
|
1399
1327
|
@pulumi.getter
|
|
1400
1328
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1401
1329
|
"""
|
|
1402
|
-
The name of the
|
|
1330
|
+
The name of the Feature
|
|
1403
1331
|
"""
|
|
1404
1332
|
return pulumi.get(self, "name")
|
|
1405
1333
|
|
|
@@ -1411,7 +1339,7 @@ class _SystemRemoteAccessProfileParcelState:
|
|
|
1411
1339
|
@pulumi.getter(name="pskAuthenticationPreSharedKey")
|
|
1412
1340
|
def psk_authentication_pre_shared_key(self) -> Optional[pulumi.Input[str]]:
|
|
1413
1341
|
"""
|
|
1414
|
-
PSK Pre Shared Key
|
|
1342
|
+
PSK Pre Shared Key, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
1415
1343
|
"""
|
|
1416
1344
|
return pulumi.get(self, "psk_authentication_pre_shared_key")
|
|
1417
1345
|
|
|
@@ -1435,7 +1363,7 @@ class _SystemRemoteAccessProfileParcelState:
|
|
|
1435
1363
|
@pulumi.getter(name="pskAuthenticationType")
|
|
1436
1364
|
def psk_authentication_type(self) -> Optional[pulumi.Input[str]]:
|
|
1437
1365
|
"""
|
|
1438
|
-
PSK Selection - Choices: `aaa`, `group`
|
|
1366
|
+
PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false` - Choices: `aaa`, `group`
|
|
1439
1367
|
"""
|
|
1440
1368
|
return pulumi.get(self, "psk_authentication_type")
|
|
1441
1369
|
|
|
@@ -1480,7 +1408,7 @@ class _SystemRemoteAccessProfileParcelState:
|
|
|
1480
1408
|
@pulumi.getter
|
|
1481
1409
|
def version(self) -> Optional[pulumi.Input[int]]:
|
|
1482
1410
|
"""
|
|
1483
|
-
The version of the
|
|
1411
|
+
The version of the Feature
|
|
1484
1412
|
"""
|
|
1485
1413
|
return pulumi.get(self, "version")
|
|
1486
1414
|
|
|
@@ -1489,15 +1417,15 @@ class _SystemRemoteAccessProfileParcelState:
|
|
|
1489
1417
|
pulumi.set(self, "version", value)
|
|
1490
1418
|
|
|
1491
1419
|
|
|
1492
|
-
class
|
|
1420
|
+
class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
1493
1421
|
@overload
|
|
1494
1422
|
def __init__(__self__,
|
|
1495
1423
|
resource_name: str,
|
|
1496
1424
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1425
|
+
aaa_derive_name_from_peer_domain: Optional[pulumi.Input[str]] = None,
|
|
1426
|
+
aaa_derive_name_from_peer_domain_variable: Optional[pulumi.Input[str]] = None,
|
|
1427
|
+
aaa_derive_name_from_peer_identity: Optional[pulumi.Input[str]] = None,
|
|
1428
|
+
aaa_derive_name_from_peer_identity_variable: Optional[pulumi.Input[str]] = None,
|
|
1501
1429
|
aaa_enable_accounting: Optional[pulumi.Input[bool]] = None,
|
|
1502
1430
|
aaa_enable_accounting_variable: Optional[pulumi.Input[str]] = None,
|
|
1503
1431
|
aaa_specify_name_policy_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -1505,14 +1433,10 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
1505
1433
|
aaa_specify_name_policy_password: Optional[pulumi.Input[str]] = None,
|
|
1506
1434
|
aaa_specify_name_policy_password_variable: Optional[pulumi.Input[str]] = None,
|
|
1507
1435
|
any_connect_eap_authentication_type: Optional[pulumi.Input[str]] = None,
|
|
1508
|
-
any_connect_eap_profile_download_status: Optional[pulumi.Input[str]] = None,
|
|
1509
|
-
any_connect_eap_profile_download_status_variable: Optional[pulumi.Input[str]] = None,
|
|
1510
|
-
any_connect_eap_profile_file_name: Optional[pulumi.Input[str]] = None,
|
|
1511
|
-
any_connect_eap_profile_file_name_variable: Optional[pulumi.Input[str]] = None,
|
|
1512
1436
|
connection_type_ssl: Optional[pulumi.Input[bool]] = None,
|
|
1513
1437
|
description: Optional[pulumi.Input[str]] = None,
|
|
1514
|
-
|
|
1515
|
-
|
|
1438
|
+
enable_certificate_list_check: Optional[pulumi.Input[bool]] = None,
|
|
1439
|
+
enable_certificate_list_check_variable: Optional[pulumi.Input[str]] = None,
|
|
1516
1440
|
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
1517
1441
|
ikev2_anti_dos_threshold: Optional[pulumi.Input[int]] = None,
|
|
1518
1442
|
ikev2_anti_dos_threshold_variable: Optional[pulumi.Input[str]] = None,
|
|
@@ -1543,7 +1467,7 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
1543
1467
|
radius_group_name_variable: Optional[pulumi.Input[str]] = None,
|
|
1544
1468
|
__props__=None):
|
|
1545
1469
|
"""
|
|
1546
|
-
This resource can manage a System Remote Access
|
|
1470
|
+
This resource can manage a System Remote Access Feature.
|
|
1547
1471
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
1548
1472
|
|
|
1549
1473
|
## Example Usage
|
|
@@ -1552,28 +1476,24 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
1552
1476
|
import pulumi
|
|
1553
1477
|
import pulumi_sdwan as sdwan
|
|
1554
1478
|
|
|
1555
|
-
example = sdwan.
|
|
1479
|
+
example = sdwan.SystemRemoteAccessFeature("example",
|
|
1556
1480
|
name="Example",
|
|
1557
1481
|
description="My Example",
|
|
1558
1482
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
1559
1483
|
connection_type_ssl=False,
|
|
1560
1484
|
any_connect_eap_authentication_type="user",
|
|
1561
|
-
any_connect_eap_profile_download_status="INITIALIZED",
|
|
1562
|
-
any_connect_eap_profile_file_name="<form-data>",
|
|
1563
1485
|
ipv4_pool_size=50,
|
|
1564
1486
|
ipv6_pool_size=1024,
|
|
1565
|
-
|
|
1487
|
+
enable_certificate_list_check=False,
|
|
1566
1488
|
psk_authentication_type="aaa",
|
|
1567
|
-
psk_authentication_pre_shared_key="Cisco123",
|
|
1568
1489
|
radius_group_name="radius-1",
|
|
1569
|
-
|
|
1490
|
+
aaa_derive_name_from_peer_identity="MyPassword",
|
|
1570
1491
|
aaa_enable_accounting=False,
|
|
1571
1492
|
ikev2_local_ike_identity_type="EMAIL",
|
|
1572
1493
|
ikev2_local_ike_identity_value="abc@xyz.com",
|
|
1573
1494
|
ikev2_security_association_lifetime=86400,
|
|
1574
1495
|
ikev2_anti_dos_threshold=99,
|
|
1575
1496
|
ipsec_enable_anti_replay=False,
|
|
1576
|
-
ipsec_anti_replay_window_size=64,
|
|
1577
1497
|
ipsec_security_association_lifetime=3600,
|
|
1578
1498
|
ipsec_enable_perfect_foward_secrecy=False)
|
|
1579
1499
|
```
|
|
@@ -1581,49 +1501,55 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
1581
1501
|
## Import
|
|
1582
1502
|
|
|
1583
1503
|
```sh
|
|
1584
|
-
$ pulumi import sdwan:index/
|
|
1504
|
+
$ pulumi import sdwan:index/systemRemoteAccessFeature:SystemRemoteAccessFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1585
1505
|
```
|
|
1586
1506
|
|
|
1587
1507
|
:param str resource_name: The name of the resource.
|
|
1588
1508
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1589
|
-
:param pulumi.Input[str]
|
|
1590
|
-
:param pulumi.Input[str]
|
|
1509
|
+
:param pulumi.Input[str] aaa_derive_name_from_peer_domain: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1510
|
+
:param pulumi.Input[str] aaa_derive_name_from_peer_domain_variable: Variable name
|
|
1511
|
+
:param pulumi.Input[str] aaa_derive_name_from_peer_identity: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1512
|
+
:param pulumi.Input[str] aaa_derive_name_from_peer_identity_variable: Variable name
|
|
1591
1513
|
:param pulumi.Input[bool] aaa_enable_accounting: Enable Accounting - Default value: `true`
|
|
1592
1514
|
:param pulumi.Input[str] aaa_enable_accounting_variable: Variable name
|
|
1593
1515
|
:param pulumi.Input[str] aaa_specify_name_policy_name_variable: Variable name
|
|
1594
1516
|
:param pulumi.Input[str] aaa_specify_name_policy_password_variable: Variable name
|
|
1595
|
-
:param pulumi.Input[str] any_connect_eap_authentication_type: - Choices: `user`, `device`
|
|
1596
|
-
:param pulumi.Input[str] any_connect_eap_profile_download_status: - Choices: `NONE`, `INITIALIZED`, `INITIALIZED_ERROR`, `COMPLETE`, `COMPLETE_ERROR` - Default value: `NONE`
|
|
1597
|
-
:param pulumi.Input[str] any_connect_eap_profile_download_status_variable: Variable name
|
|
1598
|
-
:param pulumi.Input[str] any_connect_eap_profile_file_name_variable: Variable name
|
|
1517
|
+
:param pulumi.Input[str] any_connect_eap_authentication_type: , Attribute conditional on `connection_type_ssl` being equal to `false` - Choices: `user`, `device`
|
|
1599
1518
|
:param pulumi.Input[bool] connection_type_ssl: Enabled SSL VPN - Default value: `false`
|
|
1600
|
-
:param pulumi.Input[str] description: The description of the
|
|
1601
|
-
:param pulumi.Input[bool]
|
|
1602
|
-
:param pulumi.Input[str]
|
|
1519
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
1520
|
+
:param pulumi.Input[bool] enable_certificate_list_check: - Default value: `false`
|
|
1521
|
+
:param pulumi.Input[str] enable_certificate_list_check_variable: Variable name
|
|
1603
1522
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
1604
|
-
:param pulumi.Input[int] ikev2_anti_dos_threshold: Anti-DOS Threshold - Range: `10`-`1000` - Default
|
|
1523
|
+
:param pulumi.Input[int] ikev2_anti_dos_threshold: Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false` - Range: `10`-`1000` - Default
|
|
1524
|
+
value: `100`
|
|
1605
1525
|
:param pulumi.Input[str] ikev2_anti_dos_threshold_variable: Variable name
|
|
1606
|
-
:param pulumi.Input[str] ikev2_local_ike_identity_type: - Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4
|
|
1526
|
+
:param pulumi.Input[str] ikev2_local_ike_identity_type: , Attribute conditional on `connection_type_ssl` being equal to `false` - Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4
|
|
1527
|
+
ADDRESS`, `IPv6 ADDRESS`
|
|
1607
1528
|
:param pulumi.Input[str] ikev2_local_ike_identity_type_variable: Variable name
|
|
1529
|
+
:param pulumi.Input[str] ikev2_local_ike_identity_value: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1608
1530
|
:param pulumi.Input[str] ikev2_local_ike_identity_value_variable: Variable name
|
|
1609
|
-
:param pulumi.Input[int] ikev2_security_association_lifetime: Security Association Lifetime in Seconds
|
|
1531
|
+
:param pulumi.Input[int] ikev2_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false` - Range:
|
|
1532
|
+
`3600`-`86400` - Default value: `86400`
|
|
1610
1533
|
:param pulumi.Input[str] ikev2_security_association_lifetime_variable: Variable name
|
|
1611
|
-
:param pulumi.Input[int] ipsec_anti_replay_window_size: security Association Lifetime
|
|
1534
|
+
:param pulumi.Input[int] ipsec_anti_replay_window_size: security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true` - Default
|
|
1535
|
+
value: `64`
|
|
1612
1536
|
:param pulumi.Input[str] ipsec_anti_replay_window_size_variable: Variable name
|
|
1613
|
-
:param pulumi.Input[bool] ipsec_enable_anti_replay: Enable Anti-Replay - Default value: `true`
|
|
1537
|
+
:param pulumi.Input[bool] ipsec_enable_anti_replay: Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false` - Default value: `true`
|
|
1614
1538
|
:param pulumi.Input[str] ipsec_enable_anti_replay_variable: Variable name
|
|
1615
|
-
:param pulumi.Input[bool] ipsec_enable_perfect_foward_secrecy: security Association Lifetime - Default value:
|
|
1539
|
+
:param pulumi.Input[bool] ipsec_enable_perfect_foward_secrecy: security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false` - Default value:
|
|
1540
|
+
`false`
|
|
1616
1541
|
:param pulumi.Input[str] ipsec_enable_perfect_foward_secrecy_variable: Variable name
|
|
1617
|
-
:param pulumi.Input[int] ipsec_security_association_lifetime: Security Association Lifetime in Seconds
|
|
1542
|
+
:param pulumi.Input[int] ipsec_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false` - Range:
|
|
1543
|
+
`3600`-`86400` - Default value: `3600`
|
|
1618
1544
|
:param pulumi.Input[str] ipsec_security_association_lifetime_variable: Variable name
|
|
1619
1545
|
:param pulumi.Input[int] ipv4_pool_size: IPv4 Pool Size - Default value: `1000`
|
|
1620
1546
|
:param pulumi.Input[str] ipv4_pool_size_variable: Variable name
|
|
1621
1547
|
:param pulumi.Input[int] ipv6_pool_size: IPv6 Pool Size - Default value: `1024`
|
|
1622
1548
|
:param pulumi.Input[str] ipv6_pool_size_variable: Variable name
|
|
1623
|
-
:param pulumi.Input[str] name: The name of the
|
|
1624
|
-
:param pulumi.Input[str] psk_authentication_pre_shared_key: PSK Pre Shared Key
|
|
1549
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
1550
|
+
:param pulumi.Input[str] psk_authentication_pre_shared_key: PSK Pre Shared Key, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
1625
1551
|
:param pulumi.Input[str] psk_authentication_pre_shared_key_variable: Variable name
|
|
1626
|
-
:param pulumi.Input[str] psk_authentication_type: PSK Selection - Choices: `aaa`, `group`
|
|
1552
|
+
:param pulumi.Input[str] psk_authentication_type: PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false` - Choices: `aaa`, `group`
|
|
1627
1553
|
:param pulumi.Input[str] psk_authentication_type_variable: Variable name
|
|
1628
1554
|
:param pulumi.Input[str] radius_group_name_variable: Variable name
|
|
1629
1555
|
"""
|
|
@@ -1631,10 +1557,10 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
1631
1557
|
@overload
|
|
1632
1558
|
def __init__(__self__,
|
|
1633
1559
|
resource_name: str,
|
|
1634
|
-
args:
|
|
1560
|
+
args: SystemRemoteAccessFeatureArgs,
|
|
1635
1561
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
1636
1562
|
"""
|
|
1637
|
-
This resource can manage a System Remote Access
|
|
1563
|
+
This resource can manage a System Remote Access Feature.
|
|
1638
1564
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
1639
1565
|
|
|
1640
1566
|
## Example Usage
|
|
@@ -1643,28 +1569,24 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
1643
1569
|
import pulumi
|
|
1644
1570
|
import pulumi_sdwan as sdwan
|
|
1645
1571
|
|
|
1646
|
-
example = sdwan.
|
|
1572
|
+
example = sdwan.SystemRemoteAccessFeature("example",
|
|
1647
1573
|
name="Example",
|
|
1648
1574
|
description="My Example",
|
|
1649
1575
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
1650
1576
|
connection_type_ssl=False,
|
|
1651
1577
|
any_connect_eap_authentication_type="user",
|
|
1652
|
-
any_connect_eap_profile_download_status="INITIALIZED",
|
|
1653
|
-
any_connect_eap_profile_file_name="<form-data>",
|
|
1654
1578
|
ipv4_pool_size=50,
|
|
1655
1579
|
ipv6_pool_size=1024,
|
|
1656
|
-
|
|
1580
|
+
enable_certificate_list_check=False,
|
|
1657
1581
|
psk_authentication_type="aaa",
|
|
1658
|
-
psk_authentication_pre_shared_key="Cisco123",
|
|
1659
1582
|
radius_group_name="radius-1",
|
|
1660
|
-
|
|
1583
|
+
aaa_derive_name_from_peer_identity="MyPassword",
|
|
1661
1584
|
aaa_enable_accounting=False,
|
|
1662
1585
|
ikev2_local_ike_identity_type="EMAIL",
|
|
1663
1586
|
ikev2_local_ike_identity_value="abc@xyz.com",
|
|
1664
1587
|
ikev2_security_association_lifetime=86400,
|
|
1665
1588
|
ikev2_anti_dos_threshold=99,
|
|
1666
1589
|
ipsec_enable_anti_replay=False,
|
|
1667
|
-
ipsec_anti_replay_window_size=64,
|
|
1668
1590
|
ipsec_security_association_lifetime=3600,
|
|
1669
1591
|
ipsec_enable_perfect_foward_secrecy=False)
|
|
1670
1592
|
```
|
|
@@ -1672,16 +1594,16 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
1672
1594
|
## Import
|
|
1673
1595
|
|
|
1674
1596
|
```sh
|
|
1675
|
-
$ pulumi import sdwan:index/
|
|
1597
|
+
$ pulumi import sdwan:index/systemRemoteAccessFeature:SystemRemoteAccessFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1676
1598
|
```
|
|
1677
1599
|
|
|
1678
1600
|
:param str resource_name: The name of the resource.
|
|
1679
|
-
:param
|
|
1601
|
+
:param SystemRemoteAccessFeatureArgs args: The arguments to use to populate this resource's properties.
|
|
1680
1602
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1681
1603
|
"""
|
|
1682
1604
|
...
|
|
1683
1605
|
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
1684
|
-
resource_args, opts = _utilities.get_resource_args_opts(
|
|
1606
|
+
resource_args, opts = _utilities.get_resource_args_opts(SystemRemoteAccessFeatureArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
1685
1607
|
if resource_args is not None:
|
|
1686
1608
|
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
1687
1609
|
else:
|
|
@@ -1690,10 +1612,10 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
1690
1612
|
def _internal_init(__self__,
|
|
1691
1613
|
resource_name: str,
|
|
1692
1614
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1615
|
+
aaa_derive_name_from_peer_domain: Optional[pulumi.Input[str]] = None,
|
|
1616
|
+
aaa_derive_name_from_peer_domain_variable: Optional[pulumi.Input[str]] = None,
|
|
1617
|
+
aaa_derive_name_from_peer_identity: Optional[pulumi.Input[str]] = None,
|
|
1618
|
+
aaa_derive_name_from_peer_identity_variable: Optional[pulumi.Input[str]] = None,
|
|
1697
1619
|
aaa_enable_accounting: Optional[pulumi.Input[bool]] = None,
|
|
1698
1620
|
aaa_enable_accounting_variable: Optional[pulumi.Input[str]] = None,
|
|
1699
1621
|
aaa_specify_name_policy_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -1701,14 +1623,10 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
1701
1623
|
aaa_specify_name_policy_password: Optional[pulumi.Input[str]] = None,
|
|
1702
1624
|
aaa_specify_name_policy_password_variable: Optional[pulumi.Input[str]] = None,
|
|
1703
1625
|
any_connect_eap_authentication_type: Optional[pulumi.Input[str]] = None,
|
|
1704
|
-
any_connect_eap_profile_download_status: Optional[pulumi.Input[str]] = None,
|
|
1705
|
-
any_connect_eap_profile_download_status_variable: Optional[pulumi.Input[str]] = None,
|
|
1706
|
-
any_connect_eap_profile_file_name: Optional[pulumi.Input[str]] = None,
|
|
1707
|
-
any_connect_eap_profile_file_name_variable: Optional[pulumi.Input[str]] = None,
|
|
1708
1626
|
connection_type_ssl: Optional[pulumi.Input[bool]] = None,
|
|
1709
1627
|
description: Optional[pulumi.Input[str]] = None,
|
|
1710
|
-
|
|
1711
|
-
|
|
1628
|
+
enable_certificate_list_check: Optional[pulumi.Input[bool]] = None,
|
|
1629
|
+
enable_certificate_list_check_variable: Optional[pulumi.Input[str]] = None,
|
|
1712
1630
|
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
1713
1631
|
ikev2_anti_dos_threshold: Optional[pulumi.Input[int]] = None,
|
|
1714
1632
|
ikev2_anti_dos_threshold_variable: Optional[pulumi.Input[str]] = None,
|
|
@@ -1744,12 +1662,12 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
1744
1662
|
if opts.id is None:
|
|
1745
1663
|
if __props__ is not None:
|
|
1746
1664
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
1747
|
-
__props__ =
|
|
1665
|
+
__props__ = SystemRemoteAccessFeatureArgs.__new__(SystemRemoteAccessFeatureArgs)
|
|
1748
1666
|
|
|
1749
|
-
__props__.__dict__["
|
|
1750
|
-
__props__.__dict__["
|
|
1751
|
-
__props__.__dict__["
|
|
1752
|
-
__props__.__dict__["
|
|
1667
|
+
__props__.__dict__["aaa_derive_name_from_peer_domain"] = aaa_derive_name_from_peer_domain
|
|
1668
|
+
__props__.__dict__["aaa_derive_name_from_peer_domain_variable"] = aaa_derive_name_from_peer_domain_variable
|
|
1669
|
+
__props__.__dict__["aaa_derive_name_from_peer_identity"] = aaa_derive_name_from_peer_identity
|
|
1670
|
+
__props__.__dict__["aaa_derive_name_from_peer_identity_variable"] = aaa_derive_name_from_peer_identity_variable
|
|
1753
1671
|
__props__.__dict__["aaa_enable_accounting"] = aaa_enable_accounting
|
|
1754
1672
|
__props__.__dict__["aaa_enable_accounting_variable"] = aaa_enable_accounting_variable
|
|
1755
1673
|
__props__.__dict__["aaa_specify_name_policy_name"] = aaa_specify_name_policy_name
|
|
@@ -1759,14 +1677,10 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
1759
1677
|
if any_connect_eap_authentication_type is None and not opts.urn:
|
|
1760
1678
|
raise TypeError("Missing required property 'any_connect_eap_authentication_type'")
|
|
1761
1679
|
__props__.__dict__["any_connect_eap_authentication_type"] = any_connect_eap_authentication_type
|
|
1762
|
-
__props__.__dict__["any_connect_eap_profile_download_status"] = any_connect_eap_profile_download_status
|
|
1763
|
-
__props__.__dict__["any_connect_eap_profile_download_status_variable"] = any_connect_eap_profile_download_status_variable
|
|
1764
|
-
__props__.__dict__["any_connect_eap_profile_file_name"] = any_connect_eap_profile_file_name
|
|
1765
|
-
__props__.__dict__["any_connect_eap_profile_file_name_variable"] = any_connect_eap_profile_file_name_variable
|
|
1766
1680
|
__props__.__dict__["connection_type_ssl"] = connection_type_ssl
|
|
1767
1681
|
__props__.__dict__["description"] = description
|
|
1768
|
-
__props__.__dict__["
|
|
1769
|
-
__props__.__dict__["
|
|
1682
|
+
__props__.__dict__["enable_certificate_list_check"] = enable_certificate_list_check
|
|
1683
|
+
__props__.__dict__["enable_certificate_list_check_variable"] = enable_certificate_list_check_variable
|
|
1770
1684
|
__props__.__dict__["feature_profile_id"] = feature_profile_id
|
|
1771
1685
|
__props__.__dict__["ikev2_anti_dos_threshold"] = ikev2_anti_dos_threshold
|
|
1772
1686
|
__props__.__dict__["ikev2_anti_dos_threshold_variable"] = ikev2_anti_dos_threshold_variable
|
|
@@ -1798,8 +1712,8 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
1798
1712
|
__props__.__dict__["radius_group_name"] = radius_group_name
|
|
1799
1713
|
__props__.__dict__["radius_group_name_variable"] = radius_group_name_variable
|
|
1800
1714
|
__props__.__dict__["version"] = None
|
|
1801
|
-
super(
|
|
1802
|
-
'sdwan:index/
|
|
1715
|
+
super(SystemRemoteAccessFeature, __self__).__init__(
|
|
1716
|
+
'sdwan:index/systemRemoteAccessFeature:SystemRemoteAccessFeature',
|
|
1803
1717
|
resource_name,
|
|
1804
1718
|
__props__,
|
|
1805
1719
|
opts)
|
|
@@ -1808,10 +1722,10 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
1808
1722
|
def get(resource_name: str,
|
|
1809
1723
|
id: pulumi.Input[str],
|
|
1810
1724
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1725
|
+
aaa_derive_name_from_peer_domain: Optional[pulumi.Input[str]] = None,
|
|
1726
|
+
aaa_derive_name_from_peer_domain_variable: Optional[pulumi.Input[str]] = None,
|
|
1727
|
+
aaa_derive_name_from_peer_identity: Optional[pulumi.Input[str]] = None,
|
|
1728
|
+
aaa_derive_name_from_peer_identity_variable: Optional[pulumi.Input[str]] = None,
|
|
1815
1729
|
aaa_enable_accounting: Optional[pulumi.Input[bool]] = None,
|
|
1816
1730
|
aaa_enable_accounting_variable: Optional[pulumi.Input[str]] = None,
|
|
1817
1731
|
aaa_specify_name_policy_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -1819,14 +1733,10 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
1819
1733
|
aaa_specify_name_policy_password: Optional[pulumi.Input[str]] = None,
|
|
1820
1734
|
aaa_specify_name_policy_password_variable: Optional[pulumi.Input[str]] = None,
|
|
1821
1735
|
any_connect_eap_authentication_type: Optional[pulumi.Input[str]] = None,
|
|
1822
|
-
any_connect_eap_profile_download_status: Optional[pulumi.Input[str]] = None,
|
|
1823
|
-
any_connect_eap_profile_download_status_variable: Optional[pulumi.Input[str]] = None,
|
|
1824
|
-
any_connect_eap_profile_file_name: Optional[pulumi.Input[str]] = None,
|
|
1825
|
-
any_connect_eap_profile_file_name_variable: Optional[pulumi.Input[str]] = None,
|
|
1826
1736
|
connection_type_ssl: Optional[pulumi.Input[bool]] = None,
|
|
1827
1737
|
description: Optional[pulumi.Input[str]] = None,
|
|
1828
|
-
|
|
1829
|
-
|
|
1738
|
+
enable_certificate_list_check: Optional[pulumi.Input[bool]] = None,
|
|
1739
|
+
enable_certificate_list_check_variable: Optional[pulumi.Input[str]] = None,
|
|
1830
1740
|
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
1831
1741
|
ikev2_anti_dos_threshold: Optional[pulumi.Input[int]] = None,
|
|
1832
1742
|
ikev2_anti_dos_threshold_variable: Optional[pulumi.Input[str]] = None,
|
|
@@ -1855,64 +1765,70 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
1855
1765
|
psk_authentication_type_variable: Optional[pulumi.Input[str]] = None,
|
|
1856
1766
|
radius_group_name: Optional[pulumi.Input[str]] = None,
|
|
1857
1767
|
radius_group_name_variable: Optional[pulumi.Input[str]] = None,
|
|
1858
|
-
version: Optional[pulumi.Input[int]] = None) -> '
|
|
1768
|
+
version: Optional[pulumi.Input[int]] = None) -> 'SystemRemoteAccessFeature':
|
|
1859
1769
|
"""
|
|
1860
|
-
Get an existing
|
|
1770
|
+
Get an existing SystemRemoteAccessFeature resource's state with the given name, id, and optional extra
|
|
1861
1771
|
properties used to qualify the lookup.
|
|
1862
1772
|
|
|
1863
1773
|
:param str resource_name: The unique name of the resulting resource.
|
|
1864
1774
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
1865
1775
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1866
|
-
:param pulumi.Input[str]
|
|
1867
|
-
:param pulumi.Input[str]
|
|
1776
|
+
:param pulumi.Input[str] aaa_derive_name_from_peer_domain: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1777
|
+
:param pulumi.Input[str] aaa_derive_name_from_peer_domain_variable: Variable name
|
|
1778
|
+
:param pulumi.Input[str] aaa_derive_name_from_peer_identity: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1779
|
+
:param pulumi.Input[str] aaa_derive_name_from_peer_identity_variable: Variable name
|
|
1868
1780
|
:param pulumi.Input[bool] aaa_enable_accounting: Enable Accounting - Default value: `true`
|
|
1869
1781
|
:param pulumi.Input[str] aaa_enable_accounting_variable: Variable name
|
|
1870
1782
|
:param pulumi.Input[str] aaa_specify_name_policy_name_variable: Variable name
|
|
1871
1783
|
:param pulumi.Input[str] aaa_specify_name_policy_password_variable: Variable name
|
|
1872
|
-
:param pulumi.Input[str] any_connect_eap_authentication_type: - Choices: `user`, `device`
|
|
1873
|
-
:param pulumi.Input[str] any_connect_eap_profile_download_status: - Choices: `NONE`, `INITIALIZED`, `INITIALIZED_ERROR`, `COMPLETE`, `COMPLETE_ERROR` - Default value: `NONE`
|
|
1874
|
-
:param pulumi.Input[str] any_connect_eap_profile_download_status_variable: Variable name
|
|
1875
|
-
:param pulumi.Input[str] any_connect_eap_profile_file_name_variable: Variable name
|
|
1784
|
+
:param pulumi.Input[str] any_connect_eap_authentication_type: , Attribute conditional on `connection_type_ssl` being equal to `false` - Choices: `user`, `device`
|
|
1876
1785
|
:param pulumi.Input[bool] connection_type_ssl: Enabled SSL VPN - Default value: `false`
|
|
1877
|
-
:param pulumi.Input[str] description: The description of the
|
|
1878
|
-
:param pulumi.Input[bool]
|
|
1879
|
-
:param pulumi.Input[str]
|
|
1786
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
1787
|
+
:param pulumi.Input[bool] enable_certificate_list_check: - Default value: `false`
|
|
1788
|
+
:param pulumi.Input[str] enable_certificate_list_check_variable: Variable name
|
|
1880
1789
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
1881
|
-
:param pulumi.Input[int] ikev2_anti_dos_threshold: Anti-DOS Threshold - Range: `10`-`1000` - Default
|
|
1790
|
+
:param pulumi.Input[int] ikev2_anti_dos_threshold: Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false` - Range: `10`-`1000` - Default
|
|
1791
|
+
value: `100`
|
|
1882
1792
|
:param pulumi.Input[str] ikev2_anti_dos_threshold_variable: Variable name
|
|
1883
|
-
:param pulumi.Input[str] ikev2_local_ike_identity_type: - Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4
|
|
1793
|
+
:param pulumi.Input[str] ikev2_local_ike_identity_type: , Attribute conditional on `connection_type_ssl` being equal to `false` - Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4
|
|
1794
|
+
ADDRESS`, `IPv6 ADDRESS`
|
|
1884
1795
|
:param pulumi.Input[str] ikev2_local_ike_identity_type_variable: Variable name
|
|
1796
|
+
:param pulumi.Input[str] ikev2_local_ike_identity_value: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1885
1797
|
:param pulumi.Input[str] ikev2_local_ike_identity_value_variable: Variable name
|
|
1886
|
-
:param pulumi.Input[int] ikev2_security_association_lifetime: Security Association Lifetime in Seconds
|
|
1798
|
+
:param pulumi.Input[int] ikev2_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false` - Range:
|
|
1799
|
+
`3600`-`86400` - Default value: `86400`
|
|
1887
1800
|
:param pulumi.Input[str] ikev2_security_association_lifetime_variable: Variable name
|
|
1888
|
-
:param pulumi.Input[int] ipsec_anti_replay_window_size: security Association Lifetime
|
|
1801
|
+
:param pulumi.Input[int] ipsec_anti_replay_window_size: security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true` - Default
|
|
1802
|
+
value: `64`
|
|
1889
1803
|
:param pulumi.Input[str] ipsec_anti_replay_window_size_variable: Variable name
|
|
1890
|
-
:param pulumi.Input[bool] ipsec_enable_anti_replay: Enable Anti-Replay - Default value: `true`
|
|
1804
|
+
:param pulumi.Input[bool] ipsec_enable_anti_replay: Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false` - Default value: `true`
|
|
1891
1805
|
:param pulumi.Input[str] ipsec_enable_anti_replay_variable: Variable name
|
|
1892
|
-
:param pulumi.Input[bool] ipsec_enable_perfect_foward_secrecy: security Association Lifetime - Default value:
|
|
1806
|
+
:param pulumi.Input[bool] ipsec_enable_perfect_foward_secrecy: security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false` - Default value:
|
|
1807
|
+
`false`
|
|
1893
1808
|
:param pulumi.Input[str] ipsec_enable_perfect_foward_secrecy_variable: Variable name
|
|
1894
|
-
:param pulumi.Input[int] ipsec_security_association_lifetime: Security Association Lifetime in Seconds
|
|
1809
|
+
:param pulumi.Input[int] ipsec_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false` - Range:
|
|
1810
|
+
`3600`-`86400` - Default value: `3600`
|
|
1895
1811
|
:param pulumi.Input[str] ipsec_security_association_lifetime_variable: Variable name
|
|
1896
1812
|
:param pulumi.Input[int] ipv4_pool_size: IPv4 Pool Size - Default value: `1000`
|
|
1897
1813
|
:param pulumi.Input[str] ipv4_pool_size_variable: Variable name
|
|
1898
1814
|
:param pulumi.Input[int] ipv6_pool_size: IPv6 Pool Size - Default value: `1024`
|
|
1899
1815
|
:param pulumi.Input[str] ipv6_pool_size_variable: Variable name
|
|
1900
|
-
:param pulumi.Input[str] name: The name of the
|
|
1901
|
-
:param pulumi.Input[str] psk_authentication_pre_shared_key: PSK Pre Shared Key
|
|
1816
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
1817
|
+
:param pulumi.Input[str] psk_authentication_pre_shared_key: PSK Pre Shared Key, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
1902
1818
|
:param pulumi.Input[str] psk_authentication_pre_shared_key_variable: Variable name
|
|
1903
|
-
:param pulumi.Input[str] psk_authentication_type: PSK Selection - Choices: `aaa`, `group`
|
|
1819
|
+
:param pulumi.Input[str] psk_authentication_type: PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false` - Choices: `aaa`, `group`
|
|
1904
1820
|
:param pulumi.Input[str] psk_authentication_type_variable: Variable name
|
|
1905
1821
|
:param pulumi.Input[str] radius_group_name_variable: Variable name
|
|
1906
|
-
:param pulumi.Input[int] version: The version of the
|
|
1822
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
1907
1823
|
"""
|
|
1908
1824
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
1909
1825
|
|
|
1910
|
-
__props__ =
|
|
1826
|
+
__props__ = _SystemRemoteAccessFeatureState.__new__(_SystemRemoteAccessFeatureState)
|
|
1911
1827
|
|
|
1912
|
-
__props__.__dict__["
|
|
1913
|
-
__props__.__dict__["
|
|
1914
|
-
__props__.__dict__["
|
|
1915
|
-
__props__.__dict__["
|
|
1828
|
+
__props__.__dict__["aaa_derive_name_from_peer_domain"] = aaa_derive_name_from_peer_domain
|
|
1829
|
+
__props__.__dict__["aaa_derive_name_from_peer_domain_variable"] = aaa_derive_name_from_peer_domain_variable
|
|
1830
|
+
__props__.__dict__["aaa_derive_name_from_peer_identity"] = aaa_derive_name_from_peer_identity
|
|
1831
|
+
__props__.__dict__["aaa_derive_name_from_peer_identity_variable"] = aaa_derive_name_from_peer_identity_variable
|
|
1916
1832
|
__props__.__dict__["aaa_enable_accounting"] = aaa_enable_accounting
|
|
1917
1833
|
__props__.__dict__["aaa_enable_accounting_variable"] = aaa_enable_accounting_variable
|
|
1918
1834
|
__props__.__dict__["aaa_specify_name_policy_name"] = aaa_specify_name_policy_name
|
|
@@ -1920,14 +1836,10 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
1920
1836
|
__props__.__dict__["aaa_specify_name_policy_password"] = aaa_specify_name_policy_password
|
|
1921
1837
|
__props__.__dict__["aaa_specify_name_policy_password_variable"] = aaa_specify_name_policy_password_variable
|
|
1922
1838
|
__props__.__dict__["any_connect_eap_authentication_type"] = any_connect_eap_authentication_type
|
|
1923
|
-
__props__.__dict__["any_connect_eap_profile_download_status"] = any_connect_eap_profile_download_status
|
|
1924
|
-
__props__.__dict__["any_connect_eap_profile_download_status_variable"] = any_connect_eap_profile_download_status_variable
|
|
1925
|
-
__props__.__dict__["any_connect_eap_profile_file_name"] = any_connect_eap_profile_file_name
|
|
1926
|
-
__props__.__dict__["any_connect_eap_profile_file_name_variable"] = any_connect_eap_profile_file_name_variable
|
|
1927
1839
|
__props__.__dict__["connection_type_ssl"] = connection_type_ssl
|
|
1928
1840
|
__props__.__dict__["description"] = description
|
|
1929
|
-
__props__.__dict__["
|
|
1930
|
-
__props__.__dict__["
|
|
1841
|
+
__props__.__dict__["enable_certificate_list_check"] = enable_certificate_list_check
|
|
1842
|
+
__props__.__dict__["enable_certificate_list_check_variable"] = enable_certificate_list_check_variable
|
|
1931
1843
|
__props__.__dict__["feature_profile_id"] = feature_profile_id
|
|
1932
1844
|
__props__.__dict__["ikev2_anti_dos_threshold"] = ikev2_anti_dos_threshold
|
|
1933
1845
|
__props__.__dict__["ikev2_anti_dos_threshold_variable"] = ikev2_anti_dos_threshold_variable
|
|
@@ -1957,33 +1869,39 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
1957
1869
|
__props__.__dict__["radius_group_name"] = radius_group_name
|
|
1958
1870
|
__props__.__dict__["radius_group_name_variable"] = radius_group_name_variable
|
|
1959
1871
|
__props__.__dict__["version"] = version
|
|
1960
|
-
return
|
|
1872
|
+
return SystemRemoteAccessFeature(resource_name, opts=opts, __props__=__props__)
|
|
1961
1873
|
|
|
1962
1874
|
@property
|
|
1963
|
-
@pulumi.getter(name="
|
|
1964
|
-
def
|
|
1965
|
-
|
|
1875
|
+
@pulumi.getter(name="aaaDeriveNameFromPeerDomain")
|
|
1876
|
+
def aaa_derive_name_from_peer_domain(self) -> pulumi.Output[Optional[str]]:
|
|
1877
|
+
"""
|
|
1878
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1879
|
+
"""
|
|
1880
|
+
return pulumi.get(self, "aaa_derive_name_from_peer_domain")
|
|
1966
1881
|
|
|
1967
1882
|
@property
|
|
1968
|
-
@pulumi.getter(name="
|
|
1969
|
-
def
|
|
1883
|
+
@pulumi.getter(name="aaaDeriveNameFromPeerDomainVariable")
|
|
1884
|
+
def aaa_derive_name_from_peer_domain_variable(self) -> pulumi.Output[Optional[str]]:
|
|
1970
1885
|
"""
|
|
1971
1886
|
Variable name
|
|
1972
1887
|
"""
|
|
1973
|
-
return pulumi.get(self, "
|
|
1888
|
+
return pulumi.get(self, "aaa_derive_name_from_peer_domain_variable")
|
|
1974
1889
|
|
|
1975
1890
|
@property
|
|
1976
|
-
@pulumi.getter(name="
|
|
1977
|
-
def
|
|
1978
|
-
|
|
1891
|
+
@pulumi.getter(name="aaaDeriveNameFromPeerIdentity")
|
|
1892
|
+
def aaa_derive_name_from_peer_identity(self) -> pulumi.Output[Optional[str]]:
|
|
1893
|
+
"""
|
|
1894
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1895
|
+
"""
|
|
1896
|
+
return pulumi.get(self, "aaa_derive_name_from_peer_identity")
|
|
1979
1897
|
|
|
1980
1898
|
@property
|
|
1981
|
-
@pulumi.getter(name="
|
|
1982
|
-
def
|
|
1899
|
+
@pulumi.getter(name="aaaDeriveNameFromPeerIdentityVariable")
|
|
1900
|
+
def aaa_derive_name_from_peer_identity_variable(self) -> pulumi.Output[Optional[str]]:
|
|
1983
1901
|
"""
|
|
1984
1902
|
Variable name
|
|
1985
1903
|
"""
|
|
1986
|
-
return pulumi.get(self, "
|
|
1904
|
+
return pulumi.get(self, "aaa_derive_name_from_peer_identity_variable")
|
|
1987
1905
|
|
|
1988
1906
|
@property
|
|
1989
1907
|
@pulumi.getter(name="aaaEnableAccounting")
|
|
@@ -2031,39 +1949,10 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
2031
1949
|
@pulumi.getter(name="anyConnectEapAuthenticationType")
|
|
2032
1950
|
def any_connect_eap_authentication_type(self) -> pulumi.Output[str]:
|
|
2033
1951
|
"""
|
|
2034
|
-
- Choices: `user`, `device`
|
|
1952
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false` - Choices: `user`, `device`
|
|
2035
1953
|
"""
|
|
2036
1954
|
return pulumi.get(self, "any_connect_eap_authentication_type")
|
|
2037
1955
|
|
|
2038
|
-
@property
|
|
2039
|
-
@pulumi.getter(name="anyConnectEapProfileDownloadStatus")
|
|
2040
|
-
def any_connect_eap_profile_download_status(self) -> pulumi.Output[Optional[str]]:
|
|
2041
|
-
"""
|
|
2042
|
-
- Choices: `NONE`, `INITIALIZED`, `INITIALIZED_ERROR`, `COMPLETE`, `COMPLETE_ERROR` - Default value: `NONE`
|
|
2043
|
-
"""
|
|
2044
|
-
return pulumi.get(self, "any_connect_eap_profile_download_status")
|
|
2045
|
-
|
|
2046
|
-
@property
|
|
2047
|
-
@pulumi.getter(name="anyConnectEapProfileDownloadStatusVariable")
|
|
2048
|
-
def any_connect_eap_profile_download_status_variable(self) -> pulumi.Output[Optional[str]]:
|
|
2049
|
-
"""
|
|
2050
|
-
Variable name
|
|
2051
|
-
"""
|
|
2052
|
-
return pulumi.get(self, "any_connect_eap_profile_download_status_variable")
|
|
2053
|
-
|
|
2054
|
-
@property
|
|
2055
|
-
@pulumi.getter(name="anyConnectEapProfileFileName")
|
|
2056
|
-
def any_connect_eap_profile_file_name(self) -> pulumi.Output[Optional[str]]:
|
|
2057
|
-
return pulumi.get(self, "any_connect_eap_profile_file_name")
|
|
2058
|
-
|
|
2059
|
-
@property
|
|
2060
|
-
@pulumi.getter(name="anyConnectEapProfileFileNameVariable")
|
|
2061
|
-
def any_connect_eap_profile_file_name_variable(self) -> pulumi.Output[Optional[str]]:
|
|
2062
|
-
"""
|
|
2063
|
-
Variable name
|
|
2064
|
-
"""
|
|
2065
|
-
return pulumi.get(self, "any_connect_eap_profile_file_name_variable")
|
|
2066
|
-
|
|
2067
1956
|
@property
|
|
2068
1957
|
@pulumi.getter(name="connectionTypeSsl")
|
|
2069
1958
|
def connection_type_ssl(self) -> pulumi.Output[Optional[bool]]:
|
|
@@ -2076,25 +1965,25 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
2076
1965
|
@pulumi.getter
|
|
2077
1966
|
def description(self) -> pulumi.Output[Optional[str]]:
|
|
2078
1967
|
"""
|
|
2079
|
-
The description of the
|
|
1968
|
+
The description of the Feature
|
|
2080
1969
|
"""
|
|
2081
1970
|
return pulumi.get(self, "description")
|
|
2082
1971
|
|
|
2083
1972
|
@property
|
|
2084
|
-
@pulumi.getter(name="
|
|
2085
|
-
def
|
|
1973
|
+
@pulumi.getter(name="enableCertificateListCheck")
|
|
1974
|
+
def enable_certificate_list_check(self) -> pulumi.Output[Optional[bool]]:
|
|
2086
1975
|
"""
|
|
2087
1976
|
- Default value: `false`
|
|
2088
1977
|
"""
|
|
2089
|
-
return pulumi.get(self, "
|
|
1978
|
+
return pulumi.get(self, "enable_certificate_list_check")
|
|
2090
1979
|
|
|
2091
1980
|
@property
|
|
2092
|
-
@pulumi.getter(name="
|
|
2093
|
-
def
|
|
1981
|
+
@pulumi.getter(name="enableCertificateListCheckVariable")
|
|
1982
|
+
def enable_certificate_list_check_variable(self) -> pulumi.Output[Optional[str]]:
|
|
2094
1983
|
"""
|
|
2095
1984
|
Variable name
|
|
2096
1985
|
"""
|
|
2097
|
-
return pulumi.get(self, "
|
|
1986
|
+
return pulumi.get(self, "enable_certificate_list_check_variable")
|
|
2098
1987
|
|
|
2099
1988
|
@property
|
|
2100
1989
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -2108,7 +1997,8 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
2108
1997
|
@pulumi.getter(name="ikev2AntiDosThreshold")
|
|
2109
1998
|
def ikev2_anti_dos_threshold(self) -> pulumi.Output[Optional[int]]:
|
|
2110
1999
|
"""
|
|
2111
|
-
Anti-DOS Threshold - Range: `10`-`1000` - Default
|
|
2000
|
+
Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false` - Range: `10`-`1000` - Default
|
|
2001
|
+
value: `100`
|
|
2112
2002
|
"""
|
|
2113
2003
|
return pulumi.get(self, "ikev2_anti_dos_threshold")
|
|
2114
2004
|
|
|
@@ -2124,7 +2014,8 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
2124
2014
|
@pulumi.getter(name="ikev2LocalIkeIdentityType")
|
|
2125
2015
|
def ikev2_local_ike_identity_type(self) -> pulumi.Output[Optional[str]]:
|
|
2126
2016
|
"""
|
|
2127
|
-
- Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4
|
|
2017
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false` - Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4
|
|
2018
|
+
ADDRESS`, `IPv6 ADDRESS`
|
|
2128
2019
|
"""
|
|
2129
2020
|
return pulumi.get(self, "ikev2_local_ike_identity_type")
|
|
2130
2021
|
|
|
@@ -2139,6 +2030,9 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
2139
2030
|
@property
|
|
2140
2031
|
@pulumi.getter(name="ikev2LocalIkeIdentityValue")
|
|
2141
2032
|
def ikev2_local_ike_identity_value(self) -> pulumi.Output[Optional[str]]:
|
|
2033
|
+
"""
|
|
2034
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2035
|
+
"""
|
|
2142
2036
|
return pulumi.get(self, "ikev2_local_ike_identity_value")
|
|
2143
2037
|
|
|
2144
2038
|
@property
|
|
@@ -2153,7 +2047,8 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
2153
2047
|
@pulumi.getter(name="ikev2SecurityAssociationLifetime")
|
|
2154
2048
|
def ikev2_security_association_lifetime(self) -> pulumi.Output[Optional[int]]:
|
|
2155
2049
|
"""
|
|
2156
|
-
Security Association Lifetime in Seconds
|
|
2050
|
+
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false` - Range:
|
|
2051
|
+
`3600`-`86400` - Default value: `86400`
|
|
2157
2052
|
"""
|
|
2158
2053
|
return pulumi.get(self, "ikev2_security_association_lifetime")
|
|
2159
2054
|
|
|
@@ -2169,7 +2064,8 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
2169
2064
|
@pulumi.getter(name="ipsecAntiReplayWindowSize")
|
|
2170
2065
|
def ipsec_anti_replay_window_size(self) -> pulumi.Output[Optional[int]]:
|
|
2171
2066
|
"""
|
|
2172
|
-
security Association Lifetime
|
|
2067
|
+
security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true` - Default
|
|
2068
|
+
value: `64`
|
|
2173
2069
|
"""
|
|
2174
2070
|
return pulumi.get(self, "ipsec_anti_replay_window_size")
|
|
2175
2071
|
|
|
@@ -2185,7 +2081,7 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
2185
2081
|
@pulumi.getter(name="ipsecEnableAntiReplay")
|
|
2186
2082
|
def ipsec_enable_anti_replay(self) -> pulumi.Output[Optional[bool]]:
|
|
2187
2083
|
"""
|
|
2188
|
-
Enable Anti-Replay - Default value: `true`
|
|
2084
|
+
Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false` - Default value: `true`
|
|
2189
2085
|
"""
|
|
2190
2086
|
return pulumi.get(self, "ipsec_enable_anti_replay")
|
|
2191
2087
|
|
|
@@ -2201,7 +2097,8 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
2201
2097
|
@pulumi.getter(name="ipsecEnablePerfectFowardSecrecy")
|
|
2202
2098
|
def ipsec_enable_perfect_foward_secrecy(self) -> pulumi.Output[Optional[bool]]:
|
|
2203
2099
|
"""
|
|
2204
|
-
security Association Lifetime - Default value:
|
|
2100
|
+
security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false` - Default value:
|
|
2101
|
+
`false`
|
|
2205
2102
|
"""
|
|
2206
2103
|
return pulumi.get(self, "ipsec_enable_perfect_foward_secrecy")
|
|
2207
2104
|
|
|
@@ -2217,7 +2114,8 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
2217
2114
|
@pulumi.getter(name="ipsecSecurityAssociationLifetime")
|
|
2218
2115
|
def ipsec_security_association_lifetime(self) -> pulumi.Output[Optional[int]]:
|
|
2219
2116
|
"""
|
|
2220
|
-
Security Association Lifetime in Seconds
|
|
2117
|
+
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false` - Range:
|
|
2118
|
+
`3600`-`86400` - Default value: `3600`
|
|
2221
2119
|
"""
|
|
2222
2120
|
return pulumi.get(self, "ipsec_security_association_lifetime")
|
|
2223
2121
|
|
|
@@ -2265,7 +2163,7 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
2265
2163
|
@pulumi.getter
|
|
2266
2164
|
def name(self) -> pulumi.Output[str]:
|
|
2267
2165
|
"""
|
|
2268
|
-
The name of the
|
|
2166
|
+
The name of the Feature
|
|
2269
2167
|
"""
|
|
2270
2168
|
return pulumi.get(self, "name")
|
|
2271
2169
|
|
|
@@ -2273,7 +2171,7 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
2273
2171
|
@pulumi.getter(name="pskAuthenticationPreSharedKey")
|
|
2274
2172
|
def psk_authentication_pre_shared_key(self) -> pulumi.Output[Optional[str]]:
|
|
2275
2173
|
"""
|
|
2276
|
-
PSK Pre Shared Key
|
|
2174
|
+
PSK Pre Shared Key, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
2277
2175
|
"""
|
|
2278
2176
|
return pulumi.get(self, "psk_authentication_pre_shared_key")
|
|
2279
2177
|
|
|
@@ -2289,7 +2187,7 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
2289
2187
|
@pulumi.getter(name="pskAuthenticationType")
|
|
2290
2188
|
def psk_authentication_type(self) -> pulumi.Output[Optional[str]]:
|
|
2291
2189
|
"""
|
|
2292
|
-
PSK Selection - Choices: `aaa`, `group`
|
|
2190
|
+
PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false` - Choices: `aaa`, `group`
|
|
2293
2191
|
"""
|
|
2294
2192
|
return pulumi.get(self, "psk_authentication_type")
|
|
2295
2193
|
|
|
@@ -2318,7 +2216,7 @@ class SystemRemoteAccessProfileParcel(pulumi.CustomResource):
|
|
|
2318
2216
|
@pulumi.getter
|
|
2319
2217
|
def version(self) -> pulumi.Output[int]:
|
|
2320
2218
|
"""
|
|
2321
|
-
The version of the
|
|
2219
|
+
The version of the Feature
|
|
2322
2220
|
"""
|
|
2323
2221
|
return pulumi.get(self, "version")
|
|
2324
2222
|
|