pulumi-sdwan 0.5.0a1755712533__py3-none-any.whl → 0.5.0a1757701880__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/_inputs.py +120 -5
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +14 -7
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +91 -42
- pulumi_sdwan/cedge_aaa_feature_template.py +147 -77
- pulumi_sdwan/cedge_global_feature_template.py +336 -175
- pulumi_sdwan/cedge_igmp_feature_template.py +14 -21
- pulumi_sdwan/cedge_multicast_feature_template.py +56 -42
- pulumi_sdwan/cedge_pim_feature_template.py +84 -56
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +70 -42
- pulumi_sdwan/cellular_controller_feature_template.py +70 -49
- pulumi_sdwan/cellular_profile_feature_template.py +63 -42
- pulumi_sdwan/cflowd_policy_definition.py +70 -35
- pulumi_sdwan/cisco_banner_feature_template.py +14 -21
- pulumi_sdwan/cisco_bfd_feature_template.py +77 -49
- pulumi_sdwan/cisco_bgp_feature_template.py +231 -112
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +49 -35
- pulumi_sdwan/cisco_logging_feature_template.py +70 -42
- pulumi_sdwan/cisco_ntp_feature_template.py +42 -35
- pulumi_sdwan/cisco_omp_feature_template.py +231 -112
- pulumi_sdwan/cisco_ospf_feature_template.py +231 -105
- pulumi_sdwan/cisco_ospfv3_feature_template.py +518 -217
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +35 -28
- pulumi_sdwan/cisco_security_feature_template.py +91 -56
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +28 -28
- pulumi_sdwan/cisco_snmp_feature_template.py +28 -28
- pulumi_sdwan/cisco_system_feature_template.py +516 -742
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +14 -21
- pulumi_sdwan/cisco_trustsec_feature_template.py +203 -112
- pulumi_sdwan/cisco_vpn_feature_template.py +98 -56
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +1211 -602
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +105 -70
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +329 -161
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +98 -98
- pulumi_sdwan/class_map_policy_object.py +14 -7
- pulumi_sdwan/cli_device_template.py +14 -7
- pulumi_sdwan/cli_template_feature_template.py +14 -21
- pulumi_sdwan/configuration_group.py +28 -14
- pulumi_sdwan/custom_control_topology_policy_definition.py +14 -7
- pulumi_sdwan/eigrp_feature_template.py +98 -56
- pulumi_sdwan/feature_device_template.py +14 -7
- pulumi_sdwan/get_cisco_system_feature_template.py +15 -1
- pulumi_sdwan/gps_feature_template.py +77 -49
- pulumi_sdwan/intrusion_prevention_policy_definition.py +56 -28
- pulumi_sdwan/ipv4_acl_policy_definition.py +14 -7
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +14 -7
- pulumi_sdwan/ipv6_acl_policy_definition.py +14 -7
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +14 -7
- pulumi_sdwan/localized_policy.py +82 -26
- pulumi_sdwan/other_ucse_feature.py +98 -56
- pulumi_sdwan/outputs.py +145 -10
- pulumi_sdwan/policer_policy_object.py +42 -21
- pulumi_sdwan/policy_group.py +14 -7
- pulumi_sdwan/policy_object_as_path_list.py +14 -7
- pulumi_sdwan/policy_object_security_geolocation_list.py +7 -7
- pulumi_sdwan/preferred_color_group_policy_object.py +42 -21
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/route_policy_definition.py +14 -7
- pulumi_sdwan/security_app_hosting_feature_template.py +14 -21
- pulumi_sdwan/security_policy.py +98 -49
- pulumi_sdwan/service_dhcp_server_feature.py +49 -49
- pulumi_sdwan/service_ipv4_acl_feature.py +21 -7
- pulumi_sdwan/service_ipv6_acl_feature.py +21 -7
- pulumi_sdwan/service_lan_vpn_feature.py +63 -28
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +392 -210
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +84 -70
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +329 -245
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +147 -91
- pulumi_sdwan/service_multicast_feature.py +91 -42
- pulumi_sdwan/service_object_tracker_feature.py +63 -56
- pulumi_sdwan/service_object_tracker_group_feature.py +35 -14
- pulumi_sdwan/service_route_policy_feature.py +21 -7
- pulumi_sdwan/service_routing_bgp_feature.py +287 -133
- pulumi_sdwan/service_routing_eigrp_feature.py +84 -35
- pulumi_sdwan/service_routing_ospf_feature.py +217 -84
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +238 -91
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +238 -91
- pulumi_sdwan/service_switchport_feature.py +21 -7
- pulumi_sdwan/service_tracker_feature.py +105 -35
- pulumi_sdwan/service_tracker_group_feature.py +21 -7
- pulumi_sdwan/service_wireless_lan_feature.py +63 -126
- pulumi_sdwan/sla_class_policy_object.py +91 -63
- pulumi_sdwan/switchport_feature_template.py +91 -49
- pulumi_sdwan/system_aaa_feature.py +56 -28
- pulumi_sdwan/system_basic_feature.py +392 -693
- pulumi_sdwan/system_bfd_feature.py +42 -21
- pulumi_sdwan/system_flexible_port_speed_feature.py +21 -21
- pulumi_sdwan/system_global_feature.py +322 -154
- pulumi_sdwan/system_ipv4_device_access_feature.py +21 -7
- pulumi_sdwan/system_ipv6_device_access_feature.py +21 -7
- pulumi_sdwan/system_logging_feature.py +56 -21
- pulumi_sdwan/system_mrf_feature.py +70 -35
- pulumi_sdwan/system_ntp_feature.py +28 -14
- pulumi_sdwan/system_omp_feature.py +441 -196
- pulumi_sdwan/system_performance_monitoring_feature.py +56 -28
- pulumi_sdwan/system_remote_access_feature.py +203 -133
- pulumi_sdwan/system_security_feature.py +77 -35
- pulumi_sdwan/system_snmp_feature.py +14 -7
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +168 -84
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +28 -14
- pulumi_sdwan/traffic_data_policy_definition.py +14 -7
- pulumi_sdwan/transport_cellular_controller_feature.py +56 -28
- pulumi_sdwan/transport_cellular_profile_feature.py +63 -35
- pulumi_sdwan/transport_gps_feature.py +63 -28
- pulumi_sdwan/transport_ipv4_acl_feature.py +21 -7
- pulumi_sdwan/transport_ipv6_acl_feature.py +21 -7
- pulumi_sdwan/transport_ipv6_tracker_feature.py +105 -35
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +21 -7
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +259 -154
- pulumi_sdwan/transport_route_policy_feature.py +21 -7
- pulumi_sdwan/transport_routing_bgp_feature.py +287 -133
- pulumi_sdwan/transport_routing_ospf_feature.py +217 -84
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +238 -91
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +238 -91
- pulumi_sdwan/transport_t1_e1_controller_feature.py +14 -7
- pulumi_sdwan/transport_tracker_feature.py +105 -35
- pulumi_sdwan/transport_tracker_group_feature.py +21 -7
- pulumi_sdwan/transport_wan_vpn_feature.py +28 -14
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +840 -413
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +1162 -735
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +84 -70
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +329 -245
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +665 -371
- pulumi_sdwan/url_filtering_policy_definition.py +56 -35
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +931 -455
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +959 -469
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +924 -448
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +980 -476
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +980 -476
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +812 -406
- pulumi_sdwan/vpn_interface_svi_feature_template.py +168 -84
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +721 -378
- pulumi_sdwan/zone_based_firewall_policy_definition.py +28 -14
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1757701880.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1757701880.dist-info}/RECORD +136 -136
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1757701880.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1757701880.dist-info}/top_level.txt +0 -0
|
@@ -69,45 +69,55 @@ class SystemRemoteAccessFeatureArgs:
|
|
|
69
69
|
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_domain_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
70
70
|
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_identity: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
71
71
|
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_identity_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
72
|
-
:param pulumi.Input[_builtins.bool] aaa_enable_accounting: Enable Accounting
|
|
72
|
+
:param pulumi.Input[_builtins.bool] aaa_enable_accounting: Enable Accounting
|
|
73
|
+
- Default value: `true`
|
|
73
74
|
:param pulumi.Input[_builtins.str] aaa_enable_accounting_variable: Variable name
|
|
74
75
|
:param pulumi.Input[_builtins.str] aaa_specify_name_policy_name_variable: Variable name
|
|
75
76
|
:param pulumi.Input[_builtins.str] aaa_specify_name_policy_password_variable: Variable name
|
|
76
|
-
:param pulumi.Input[_builtins.str] any_connect_eap_authentication_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
77
|
-
|
|
77
|
+
:param pulumi.Input[_builtins.str] any_connect_eap_authentication_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
78
|
+
- Choices: `user`, `device`
|
|
79
|
+
:param pulumi.Input[_builtins.bool] connection_type_ssl: Enabled SSL VPN
|
|
80
|
+
- Default value: `false`
|
|
78
81
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
79
82
|
:param pulumi.Input[_builtins.bool] enable_certificate_list_check: - Default value: `false`
|
|
80
83
|
:param pulumi.Input[_builtins.str] enable_certificate_list_check_variable: Variable name
|
|
81
|
-
:param pulumi.Input[_builtins.int] ikev2_anti_dos_threshold: Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
82
|
-
|
|
84
|
+
:param pulumi.Input[_builtins.int] ikev2_anti_dos_threshold: Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
85
|
+
- Range: `10`-`1000`
|
|
86
|
+
- Default value: `100`
|
|
83
87
|
:param pulumi.Input[_builtins.str] ikev2_anti_dos_threshold_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
84
|
-
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
85
|
-
|
|
88
|
+
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
89
|
+
- Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4 ADDRESS`, `IPv6 ADDRESS`
|
|
86
90
|
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_type_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
87
91
|
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_value: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
88
92
|
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_value_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
89
|
-
:param pulumi.Input[_builtins.int] ikev2_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
90
|
-
|
|
93
|
+
:param pulumi.Input[_builtins.int] ikev2_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
94
|
+
- Range: `3600`-`86400`
|
|
95
|
+
- Default value: `86400`
|
|
91
96
|
:param pulumi.Input[_builtins.str] ikev2_security_association_lifetime_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
92
|
-
:param pulumi.Input[_builtins.int] ipsec_anti_replay_window_size: security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
93
|
-
|
|
97
|
+
:param pulumi.Input[_builtins.int] ipsec_anti_replay_window_size: security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
98
|
+
- Default value: `64`
|
|
94
99
|
:param pulumi.Input[_builtins.str] ipsec_anti_replay_window_size_variable: Variable name, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
95
|
-
:param pulumi.Input[_builtins.bool] ipsec_enable_anti_replay: Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
100
|
+
:param pulumi.Input[_builtins.bool] ipsec_enable_anti_replay: Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
101
|
+
- Default value: `true`
|
|
96
102
|
:param pulumi.Input[_builtins.str] ipsec_enable_anti_replay_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
97
|
-
:param pulumi.Input[_builtins.bool] ipsec_enable_perfect_foward_secrecy: security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
98
|
-
|
|
103
|
+
:param pulumi.Input[_builtins.bool] ipsec_enable_perfect_foward_secrecy: security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
104
|
+
- Default value: `false`
|
|
99
105
|
:param pulumi.Input[_builtins.str] ipsec_enable_perfect_foward_secrecy_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
100
|
-
:param pulumi.Input[_builtins.int] ipsec_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
101
|
-
|
|
106
|
+
:param pulumi.Input[_builtins.int] ipsec_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
107
|
+
- Range: `3600`-`86400`
|
|
108
|
+
- Default value: `3600`
|
|
102
109
|
:param pulumi.Input[_builtins.str] ipsec_security_association_lifetime_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
103
|
-
:param pulumi.Input[_builtins.int] ipv4_pool_size: IPv4 Pool Size
|
|
110
|
+
:param pulumi.Input[_builtins.int] ipv4_pool_size: IPv4 Pool Size
|
|
111
|
+
- Default value: `1000`
|
|
104
112
|
:param pulumi.Input[_builtins.str] ipv4_pool_size_variable: Variable name
|
|
105
|
-
:param pulumi.Input[_builtins.int] ipv6_pool_size: IPv6 Pool Size
|
|
113
|
+
:param pulumi.Input[_builtins.int] ipv6_pool_size: IPv6 Pool Size
|
|
114
|
+
- Default value: `1024`
|
|
106
115
|
:param pulumi.Input[_builtins.str] ipv6_pool_size_variable: Variable name
|
|
107
116
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
108
117
|
:param pulumi.Input[_builtins.str] psk_authentication_pre_shared_key: PSK Pre Shared Key, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
109
118
|
:param pulumi.Input[_builtins.str] psk_authentication_pre_shared_key_variable: Variable name, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
110
|
-
:param pulumi.Input[_builtins.str] psk_authentication_type: PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
119
|
+
:param pulumi.Input[_builtins.str] psk_authentication_type: PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
120
|
+
- Choices: `aaa`, `group`
|
|
111
121
|
:param pulumi.Input[_builtins.str] psk_authentication_type_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
112
122
|
:param pulumi.Input[_builtins.str] radius_group_name_variable: Variable name
|
|
113
123
|
"""
|
|
@@ -269,7 +279,8 @@ class SystemRemoteAccessFeatureArgs:
|
|
|
269
279
|
@pulumi.getter(name="aaaEnableAccounting")
|
|
270
280
|
def aaa_enable_accounting(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
271
281
|
"""
|
|
272
|
-
Enable Accounting
|
|
282
|
+
Enable Accounting
|
|
283
|
+
- Default value: `true`
|
|
273
284
|
"""
|
|
274
285
|
return pulumi.get(self, "aaa_enable_accounting")
|
|
275
286
|
|
|
@@ -335,7 +346,8 @@ class SystemRemoteAccessFeatureArgs:
|
|
|
335
346
|
@pulumi.getter(name="anyConnectEapAuthenticationType")
|
|
336
347
|
def any_connect_eap_authentication_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
337
348
|
"""
|
|
338
|
-
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
349
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
350
|
+
- Choices: `user`, `device`
|
|
339
351
|
"""
|
|
340
352
|
return pulumi.get(self, "any_connect_eap_authentication_type")
|
|
341
353
|
|
|
@@ -347,7 +359,8 @@ class SystemRemoteAccessFeatureArgs:
|
|
|
347
359
|
@pulumi.getter(name="connectionTypeSsl")
|
|
348
360
|
def connection_type_ssl(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
349
361
|
"""
|
|
350
|
-
Enabled SSL VPN
|
|
362
|
+
Enabled SSL VPN
|
|
363
|
+
- Default value: `false`
|
|
351
364
|
"""
|
|
352
365
|
return pulumi.get(self, "connection_type_ssl")
|
|
353
366
|
|
|
@@ -395,8 +408,9 @@ class SystemRemoteAccessFeatureArgs:
|
|
|
395
408
|
@pulumi.getter(name="ikev2AntiDosThreshold")
|
|
396
409
|
def ikev2_anti_dos_threshold(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
397
410
|
"""
|
|
398
|
-
Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
399
|
-
|
|
411
|
+
Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
412
|
+
- Range: `10`-`1000`
|
|
413
|
+
- Default value: `100`
|
|
400
414
|
"""
|
|
401
415
|
return pulumi.get(self, "ikev2_anti_dos_threshold")
|
|
402
416
|
|
|
@@ -420,8 +434,8 @@ class SystemRemoteAccessFeatureArgs:
|
|
|
420
434
|
@pulumi.getter(name="ikev2LocalIkeIdentityType")
|
|
421
435
|
def ikev2_local_ike_identity_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
422
436
|
"""
|
|
423
|
-
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
424
|
-
|
|
437
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
438
|
+
- Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4 ADDRESS`, `IPv6 ADDRESS`
|
|
425
439
|
"""
|
|
426
440
|
return pulumi.get(self, "ikev2_local_ike_identity_type")
|
|
427
441
|
|
|
@@ -469,8 +483,9 @@ class SystemRemoteAccessFeatureArgs:
|
|
|
469
483
|
@pulumi.getter(name="ikev2SecurityAssociationLifetime")
|
|
470
484
|
def ikev2_security_association_lifetime(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
471
485
|
"""
|
|
472
|
-
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
473
|
-
|
|
486
|
+
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
487
|
+
- Range: `3600`-`86400`
|
|
488
|
+
- Default value: `86400`
|
|
474
489
|
"""
|
|
475
490
|
return pulumi.get(self, "ikev2_security_association_lifetime")
|
|
476
491
|
|
|
@@ -494,8 +509,8 @@ class SystemRemoteAccessFeatureArgs:
|
|
|
494
509
|
@pulumi.getter(name="ipsecAntiReplayWindowSize")
|
|
495
510
|
def ipsec_anti_replay_window_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
496
511
|
"""
|
|
497
|
-
security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
498
|
-
|
|
512
|
+
security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
513
|
+
- Default value: `64`
|
|
499
514
|
"""
|
|
500
515
|
return pulumi.get(self, "ipsec_anti_replay_window_size")
|
|
501
516
|
|
|
@@ -519,7 +534,8 @@ class SystemRemoteAccessFeatureArgs:
|
|
|
519
534
|
@pulumi.getter(name="ipsecEnableAntiReplay")
|
|
520
535
|
def ipsec_enable_anti_replay(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
521
536
|
"""
|
|
522
|
-
Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
537
|
+
Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
538
|
+
- Default value: `true`
|
|
523
539
|
"""
|
|
524
540
|
return pulumi.get(self, "ipsec_enable_anti_replay")
|
|
525
541
|
|
|
@@ -543,8 +559,8 @@ class SystemRemoteAccessFeatureArgs:
|
|
|
543
559
|
@pulumi.getter(name="ipsecEnablePerfectFowardSecrecy")
|
|
544
560
|
def ipsec_enable_perfect_foward_secrecy(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
545
561
|
"""
|
|
546
|
-
security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
547
|
-
|
|
562
|
+
security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
563
|
+
- Default value: `false`
|
|
548
564
|
"""
|
|
549
565
|
return pulumi.get(self, "ipsec_enable_perfect_foward_secrecy")
|
|
550
566
|
|
|
@@ -568,8 +584,9 @@ class SystemRemoteAccessFeatureArgs:
|
|
|
568
584
|
@pulumi.getter(name="ipsecSecurityAssociationLifetime")
|
|
569
585
|
def ipsec_security_association_lifetime(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
570
586
|
"""
|
|
571
|
-
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
572
|
-
|
|
587
|
+
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
588
|
+
- Range: `3600`-`86400`
|
|
589
|
+
- Default value: `3600`
|
|
573
590
|
"""
|
|
574
591
|
return pulumi.get(self, "ipsec_security_association_lifetime")
|
|
575
592
|
|
|
@@ -593,7 +610,8 @@ class SystemRemoteAccessFeatureArgs:
|
|
|
593
610
|
@pulumi.getter(name="ipv4PoolSize")
|
|
594
611
|
def ipv4_pool_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
595
612
|
"""
|
|
596
|
-
IPv4 Pool Size
|
|
613
|
+
IPv4 Pool Size
|
|
614
|
+
- Default value: `1000`
|
|
597
615
|
"""
|
|
598
616
|
return pulumi.get(self, "ipv4_pool_size")
|
|
599
617
|
|
|
@@ -617,7 +635,8 @@ class SystemRemoteAccessFeatureArgs:
|
|
|
617
635
|
@pulumi.getter(name="ipv6PoolSize")
|
|
618
636
|
def ipv6_pool_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
619
637
|
"""
|
|
620
|
-
IPv6 Pool Size
|
|
638
|
+
IPv6 Pool Size
|
|
639
|
+
- Default value: `1024`
|
|
621
640
|
"""
|
|
622
641
|
return pulumi.get(self, "ipv6_pool_size")
|
|
623
642
|
|
|
@@ -677,7 +696,8 @@ class SystemRemoteAccessFeatureArgs:
|
|
|
677
696
|
@pulumi.getter(name="pskAuthenticationType")
|
|
678
697
|
def psk_authentication_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
679
698
|
"""
|
|
680
|
-
PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
699
|
+
PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
700
|
+
- Choices: `aaa`, `group`
|
|
681
701
|
"""
|
|
682
702
|
return pulumi.get(self, "psk_authentication_type")
|
|
683
703
|
|
|
@@ -763,46 +783,56 @@ class _SystemRemoteAccessFeatureState:
|
|
|
763
783
|
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_domain_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
764
784
|
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_identity: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
765
785
|
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_identity_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
766
|
-
:param pulumi.Input[_builtins.bool] aaa_enable_accounting: Enable Accounting
|
|
786
|
+
:param pulumi.Input[_builtins.bool] aaa_enable_accounting: Enable Accounting
|
|
787
|
+
- Default value: `true`
|
|
767
788
|
:param pulumi.Input[_builtins.str] aaa_enable_accounting_variable: Variable name
|
|
768
789
|
:param pulumi.Input[_builtins.str] aaa_specify_name_policy_name_variable: Variable name
|
|
769
790
|
:param pulumi.Input[_builtins.str] aaa_specify_name_policy_password_variable: Variable name
|
|
770
|
-
:param pulumi.Input[_builtins.str] any_connect_eap_authentication_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
771
|
-
|
|
791
|
+
:param pulumi.Input[_builtins.str] any_connect_eap_authentication_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
792
|
+
- Choices: `user`, `device`
|
|
793
|
+
:param pulumi.Input[_builtins.bool] connection_type_ssl: Enabled SSL VPN
|
|
794
|
+
- Default value: `false`
|
|
772
795
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
773
796
|
:param pulumi.Input[_builtins.bool] enable_certificate_list_check: - Default value: `false`
|
|
774
797
|
:param pulumi.Input[_builtins.str] enable_certificate_list_check_variable: Variable name
|
|
775
798
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
776
|
-
:param pulumi.Input[_builtins.int] ikev2_anti_dos_threshold: Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
777
|
-
|
|
799
|
+
:param pulumi.Input[_builtins.int] ikev2_anti_dos_threshold: Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
800
|
+
- Range: `10`-`1000`
|
|
801
|
+
- Default value: `100`
|
|
778
802
|
:param pulumi.Input[_builtins.str] ikev2_anti_dos_threshold_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
779
|
-
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
780
|
-
|
|
803
|
+
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
804
|
+
- Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4 ADDRESS`, `IPv6 ADDRESS`
|
|
781
805
|
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_type_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
782
806
|
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_value: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
783
807
|
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_value_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
784
|
-
:param pulumi.Input[_builtins.int] ikev2_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
785
|
-
|
|
808
|
+
:param pulumi.Input[_builtins.int] ikev2_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
809
|
+
- Range: `3600`-`86400`
|
|
810
|
+
- Default value: `86400`
|
|
786
811
|
:param pulumi.Input[_builtins.str] ikev2_security_association_lifetime_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
787
|
-
:param pulumi.Input[_builtins.int] ipsec_anti_replay_window_size: security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
788
|
-
|
|
812
|
+
:param pulumi.Input[_builtins.int] ipsec_anti_replay_window_size: security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
813
|
+
- Default value: `64`
|
|
789
814
|
:param pulumi.Input[_builtins.str] ipsec_anti_replay_window_size_variable: Variable name, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
790
|
-
:param pulumi.Input[_builtins.bool] ipsec_enable_anti_replay: Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
815
|
+
:param pulumi.Input[_builtins.bool] ipsec_enable_anti_replay: Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
816
|
+
- Default value: `true`
|
|
791
817
|
:param pulumi.Input[_builtins.str] ipsec_enable_anti_replay_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
792
|
-
:param pulumi.Input[_builtins.bool] ipsec_enable_perfect_foward_secrecy: security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
793
|
-
|
|
818
|
+
:param pulumi.Input[_builtins.bool] ipsec_enable_perfect_foward_secrecy: security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
819
|
+
- Default value: `false`
|
|
794
820
|
:param pulumi.Input[_builtins.str] ipsec_enable_perfect_foward_secrecy_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
795
|
-
:param pulumi.Input[_builtins.int] ipsec_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
796
|
-
|
|
821
|
+
:param pulumi.Input[_builtins.int] ipsec_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
822
|
+
- Range: `3600`-`86400`
|
|
823
|
+
- Default value: `3600`
|
|
797
824
|
:param pulumi.Input[_builtins.str] ipsec_security_association_lifetime_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
798
|
-
:param pulumi.Input[_builtins.int] ipv4_pool_size: IPv4 Pool Size
|
|
825
|
+
:param pulumi.Input[_builtins.int] ipv4_pool_size: IPv4 Pool Size
|
|
826
|
+
- Default value: `1000`
|
|
799
827
|
:param pulumi.Input[_builtins.str] ipv4_pool_size_variable: Variable name
|
|
800
|
-
:param pulumi.Input[_builtins.int] ipv6_pool_size: IPv6 Pool Size
|
|
828
|
+
:param pulumi.Input[_builtins.int] ipv6_pool_size: IPv6 Pool Size
|
|
829
|
+
- Default value: `1024`
|
|
801
830
|
:param pulumi.Input[_builtins.str] ipv6_pool_size_variable: Variable name
|
|
802
831
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
803
832
|
:param pulumi.Input[_builtins.str] psk_authentication_pre_shared_key: PSK Pre Shared Key, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
804
833
|
:param pulumi.Input[_builtins.str] psk_authentication_pre_shared_key_variable: Variable name, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
805
|
-
:param pulumi.Input[_builtins.str] psk_authentication_type: PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
834
|
+
:param pulumi.Input[_builtins.str] psk_authentication_type: PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
835
|
+
- Choices: `aaa`, `group`
|
|
806
836
|
:param pulumi.Input[_builtins.str] psk_authentication_type_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
807
837
|
:param pulumi.Input[_builtins.str] radius_group_name_variable: Variable name
|
|
808
838
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
@@ -948,7 +978,8 @@ class _SystemRemoteAccessFeatureState:
|
|
|
948
978
|
@pulumi.getter(name="aaaEnableAccounting")
|
|
949
979
|
def aaa_enable_accounting(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
950
980
|
"""
|
|
951
|
-
Enable Accounting
|
|
981
|
+
Enable Accounting
|
|
982
|
+
- Default value: `true`
|
|
952
983
|
"""
|
|
953
984
|
return pulumi.get(self, "aaa_enable_accounting")
|
|
954
985
|
|
|
@@ -1014,7 +1045,8 @@ class _SystemRemoteAccessFeatureState:
|
|
|
1014
1045
|
@pulumi.getter(name="anyConnectEapAuthenticationType")
|
|
1015
1046
|
def any_connect_eap_authentication_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1016
1047
|
"""
|
|
1017
|
-
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1048
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1049
|
+
- Choices: `user`, `device`
|
|
1018
1050
|
"""
|
|
1019
1051
|
return pulumi.get(self, "any_connect_eap_authentication_type")
|
|
1020
1052
|
|
|
@@ -1026,7 +1058,8 @@ class _SystemRemoteAccessFeatureState:
|
|
|
1026
1058
|
@pulumi.getter(name="connectionTypeSsl")
|
|
1027
1059
|
def connection_type_ssl(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1028
1060
|
"""
|
|
1029
|
-
Enabled SSL VPN
|
|
1061
|
+
Enabled SSL VPN
|
|
1062
|
+
- Default value: `false`
|
|
1030
1063
|
"""
|
|
1031
1064
|
return pulumi.get(self, "connection_type_ssl")
|
|
1032
1065
|
|
|
@@ -1086,8 +1119,9 @@ class _SystemRemoteAccessFeatureState:
|
|
|
1086
1119
|
@pulumi.getter(name="ikev2AntiDosThreshold")
|
|
1087
1120
|
def ikev2_anti_dos_threshold(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1088
1121
|
"""
|
|
1089
|
-
Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1090
|
-
|
|
1122
|
+
Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1123
|
+
- Range: `10`-`1000`
|
|
1124
|
+
- Default value: `100`
|
|
1091
1125
|
"""
|
|
1092
1126
|
return pulumi.get(self, "ikev2_anti_dos_threshold")
|
|
1093
1127
|
|
|
@@ -1111,8 +1145,8 @@ class _SystemRemoteAccessFeatureState:
|
|
|
1111
1145
|
@pulumi.getter(name="ikev2LocalIkeIdentityType")
|
|
1112
1146
|
def ikev2_local_ike_identity_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1113
1147
|
"""
|
|
1114
|
-
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1115
|
-
|
|
1148
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1149
|
+
- Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4 ADDRESS`, `IPv6 ADDRESS`
|
|
1116
1150
|
"""
|
|
1117
1151
|
return pulumi.get(self, "ikev2_local_ike_identity_type")
|
|
1118
1152
|
|
|
@@ -1160,8 +1194,9 @@ class _SystemRemoteAccessFeatureState:
|
|
|
1160
1194
|
@pulumi.getter(name="ikev2SecurityAssociationLifetime")
|
|
1161
1195
|
def ikev2_security_association_lifetime(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1162
1196
|
"""
|
|
1163
|
-
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1164
|
-
|
|
1197
|
+
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1198
|
+
- Range: `3600`-`86400`
|
|
1199
|
+
- Default value: `86400`
|
|
1165
1200
|
"""
|
|
1166
1201
|
return pulumi.get(self, "ikev2_security_association_lifetime")
|
|
1167
1202
|
|
|
@@ -1185,8 +1220,8 @@ class _SystemRemoteAccessFeatureState:
|
|
|
1185
1220
|
@pulumi.getter(name="ipsecAntiReplayWindowSize")
|
|
1186
1221
|
def ipsec_anti_replay_window_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1187
1222
|
"""
|
|
1188
|
-
security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
1189
|
-
|
|
1223
|
+
security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
1224
|
+
- Default value: `64`
|
|
1190
1225
|
"""
|
|
1191
1226
|
return pulumi.get(self, "ipsec_anti_replay_window_size")
|
|
1192
1227
|
|
|
@@ -1210,7 +1245,8 @@ class _SystemRemoteAccessFeatureState:
|
|
|
1210
1245
|
@pulumi.getter(name="ipsecEnableAntiReplay")
|
|
1211
1246
|
def ipsec_enable_anti_replay(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1212
1247
|
"""
|
|
1213
|
-
Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1248
|
+
Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1249
|
+
- Default value: `true`
|
|
1214
1250
|
"""
|
|
1215
1251
|
return pulumi.get(self, "ipsec_enable_anti_replay")
|
|
1216
1252
|
|
|
@@ -1234,8 +1270,8 @@ class _SystemRemoteAccessFeatureState:
|
|
|
1234
1270
|
@pulumi.getter(name="ipsecEnablePerfectFowardSecrecy")
|
|
1235
1271
|
def ipsec_enable_perfect_foward_secrecy(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1236
1272
|
"""
|
|
1237
|
-
security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1238
|
-
|
|
1273
|
+
security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1274
|
+
- Default value: `false`
|
|
1239
1275
|
"""
|
|
1240
1276
|
return pulumi.get(self, "ipsec_enable_perfect_foward_secrecy")
|
|
1241
1277
|
|
|
@@ -1259,8 +1295,9 @@ class _SystemRemoteAccessFeatureState:
|
|
|
1259
1295
|
@pulumi.getter(name="ipsecSecurityAssociationLifetime")
|
|
1260
1296
|
def ipsec_security_association_lifetime(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1261
1297
|
"""
|
|
1262
|
-
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1263
|
-
|
|
1298
|
+
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1299
|
+
- Range: `3600`-`86400`
|
|
1300
|
+
- Default value: `3600`
|
|
1264
1301
|
"""
|
|
1265
1302
|
return pulumi.get(self, "ipsec_security_association_lifetime")
|
|
1266
1303
|
|
|
@@ -1284,7 +1321,8 @@ class _SystemRemoteAccessFeatureState:
|
|
|
1284
1321
|
@pulumi.getter(name="ipv4PoolSize")
|
|
1285
1322
|
def ipv4_pool_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1286
1323
|
"""
|
|
1287
|
-
IPv4 Pool Size
|
|
1324
|
+
IPv4 Pool Size
|
|
1325
|
+
- Default value: `1000`
|
|
1288
1326
|
"""
|
|
1289
1327
|
return pulumi.get(self, "ipv4_pool_size")
|
|
1290
1328
|
|
|
@@ -1308,7 +1346,8 @@ class _SystemRemoteAccessFeatureState:
|
|
|
1308
1346
|
@pulumi.getter(name="ipv6PoolSize")
|
|
1309
1347
|
def ipv6_pool_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1310
1348
|
"""
|
|
1311
|
-
IPv6 Pool Size
|
|
1349
|
+
IPv6 Pool Size
|
|
1350
|
+
- Default value: `1024`
|
|
1312
1351
|
"""
|
|
1313
1352
|
return pulumi.get(self, "ipv6_pool_size")
|
|
1314
1353
|
|
|
@@ -1368,7 +1407,8 @@ class _SystemRemoteAccessFeatureState:
|
|
|
1368
1407
|
@pulumi.getter(name="pskAuthenticationType")
|
|
1369
1408
|
def psk_authentication_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1370
1409
|
"""
|
|
1371
|
-
PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1410
|
+
PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1411
|
+
- Choices: `aaa`, `group`
|
|
1372
1412
|
"""
|
|
1373
1413
|
return pulumi.get(self, "psk_authentication_type")
|
|
1374
1414
|
|
|
@@ -1520,46 +1560,56 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
1520
1560
|
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_domain_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1521
1561
|
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_identity: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1522
1562
|
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_identity_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1523
|
-
:param pulumi.Input[_builtins.bool] aaa_enable_accounting: Enable Accounting
|
|
1563
|
+
:param pulumi.Input[_builtins.bool] aaa_enable_accounting: Enable Accounting
|
|
1564
|
+
- Default value: `true`
|
|
1524
1565
|
:param pulumi.Input[_builtins.str] aaa_enable_accounting_variable: Variable name
|
|
1525
1566
|
:param pulumi.Input[_builtins.str] aaa_specify_name_policy_name_variable: Variable name
|
|
1526
1567
|
:param pulumi.Input[_builtins.str] aaa_specify_name_policy_password_variable: Variable name
|
|
1527
|
-
:param pulumi.Input[_builtins.str] any_connect_eap_authentication_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1528
|
-
|
|
1568
|
+
:param pulumi.Input[_builtins.str] any_connect_eap_authentication_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1569
|
+
- Choices: `user`, `device`
|
|
1570
|
+
:param pulumi.Input[_builtins.bool] connection_type_ssl: Enabled SSL VPN
|
|
1571
|
+
- Default value: `false`
|
|
1529
1572
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
1530
1573
|
:param pulumi.Input[_builtins.bool] enable_certificate_list_check: - Default value: `false`
|
|
1531
1574
|
:param pulumi.Input[_builtins.str] enable_certificate_list_check_variable: Variable name
|
|
1532
1575
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
1533
|
-
:param pulumi.Input[_builtins.int] ikev2_anti_dos_threshold: Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1534
|
-
|
|
1576
|
+
:param pulumi.Input[_builtins.int] ikev2_anti_dos_threshold: Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1577
|
+
- Range: `10`-`1000`
|
|
1578
|
+
- Default value: `100`
|
|
1535
1579
|
:param pulumi.Input[_builtins.str] ikev2_anti_dos_threshold_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1536
|
-
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1537
|
-
|
|
1580
|
+
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1581
|
+
- Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4 ADDRESS`, `IPv6 ADDRESS`
|
|
1538
1582
|
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_type_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1539
1583
|
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_value: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1540
1584
|
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_value_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1541
|
-
:param pulumi.Input[_builtins.int] ikev2_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1542
|
-
|
|
1585
|
+
:param pulumi.Input[_builtins.int] ikev2_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1586
|
+
- Range: `3600`-`86400`
|
|
1587
|
+
- Default value: `86400`
|
|
1543
1588
|
:param pulumi.Input[_builtins.str] ikev2_security_association_lifetime_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1544
|
-
:param pulumi.Input[_builtins.int] ipsec_anti_replay_window_size: security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
1545
|
-
|
|
1589
|
+
:param pulumi.Input[_builtins.int] ipsec_anti_replay_window_size: security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
1590
|
+
- Default value: `64`
|
|
1546
1591
|
:param pulumi.Input[_builtins.str] ipsec_anti_replay_window_size_variable: Variable name, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
1547
|
-
:param pulumi.Input[_builtins.bool] ipsec_enable_anti_replay: Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1592
|
+
:param pulumi.Input[_builtins.bool] ipsec_enable_anti_replay: Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1593
|
+
- Default value: `true`
|
|
1548
1594
|
:param pulumi.Input[_builtins.str] ipsec_enable_anti_replay_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1549
|
-
:param pulumi.Input[_builtins.bool] ipsec_enable_perfect_foward_secrecy: security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1550
|
-
|
|
1595
|
+
:param pulumi.Input[_builtins.bool] ipsec_enable_perfect_foward_secrecy: security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1596
|
+
- Default value: `false`
|
|
1551
1597
|
:param pulumi.Input[_builtins.str] ipsec_enable_perfect_foward_secrecy_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1552
|
-
:param pulumi.Input[_builtins.int] ipsec_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1553
|
-
|
|
1598
|
+
:param pulumi.Input[_builtins.int] ipsec_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1599
|
+
- Range: `3600`-`86400`
|
|
1600
|
+
- Default value: `3600`
|
|
1554
1601
|
:param pulumi.Input[_builtins.str] ipsec_security_association_lifetime_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1555
|
-
:param pulumi.Input[_builtins.int] ipv4_pool_size: IPv4 Pool Size
|
|
1602
|
+
:param pulumi.Input[_builtins.int] ipv4_pool_size: IPv4 Pool Size
|
|
1603
|
+
- Default value: `1000`
|
|
1556
1604
|
:param pulumi.Input[_builtins.str] ipv4_pool_size_variable: Variable name
|
|
1557
|
-
:param pulumi.Input[_builtins.int] ipv6_pool_size: IPv6 Pool Size
|
|
1605
|
+
:param pulumi.Input[_builtins.int] ipv6_pool_size: IPv6 Pool Size
|
|
1606
|
+
- Default value: `1024`
|
|
1558
1607
|
:param pulumi.Input[_builtins.str] ipv6_pool_size_variable: Variable name
|
|
1559
1608
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
1560
1609
|
:param pulumi.Input[_builtins.str] psk_authentication_pre_shared_key: PSK Pre Shared Key, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
1561
1610
|
:param pulumi.Input[_builtins.str] psk_authentication_pre_shared_key_variable: Variable name, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
1562
|
-
:param pulumi.Input[_builtins.str] psk_authentication_type: PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1611
|
+
:param pulumi.Input[_builtins.str] psk_authentication_type: PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1612
|
+
- Choices: `aaa`, `group`
|
|
1563
1613
|
:param pulumi.Input[_builtins.str] psk_authentication_type_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1564
1614
|
:param pulumi.Input[_builtins.str] radius_group_name_variable: Variable name
|
|
1565
1615
|
"""
|
|
@@ -1791,46 +1841,56 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
1791
1841
|
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_domain_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1792
1842
|
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_identity: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1793
1843
|
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_identity_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1794
|
-
:param pulumi.Input[_builtins.bool] aaa_enable_accounting: Enable Accounting
|
|
1844
|
+
:param pulumi.Input[_builtins.bool] aaa_enable_accounting: Enable Accounting
|
|
1845
|
+
- Default value: `true`
|
|
1795
1846
|
:param pulumi.Input[_builtins.str] aaa_enable_accounting_variable: Variable name
|
|
1796
1847
|
:param pulumi.Input[_builtins.str] aaa_specify_name_policy_name_variable: Variable name
|
|
1797
1848
|
:param pulumi.Input[_builtins.str] aaa_specify_name_policy_password_variable: Variable name
|
|
1798
|
-
:param pulumi.Input[_builtins.str] any_connect_eap_authentication_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1799
|
-
|
|
1849
|
+
:param pulumi.Input[_builtins.str] any_connect_eap_authentication_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1850
|
+
- Choices: `user`, `device`
|
|
1851
|
+
:param pulumi.Input[_builtins.bool] connection_type_ssl: Enabled SSL VPN
|
|
1852
|
+
- Default value: `false`
|
|
1800
1853
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
1801
1854
|
:param pulumi.Input[_builtins.bool] enable_certificate_list_check: - Default value: `false`
|
|
1802
1855
|
:param pulumi.Input[_builtins.str] enable_certificate_list_check_variable: Variable name
|
|
1803
1856
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
1804
|
-
:param pulumi.Input[_builtins.int] ikev2_anti_dos_threshold: Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1805
|
-
|
|
1857
|
+
:param pulumi.Input[_builtins.int] ikev2_anti_dos_threshold: Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1858
|
+
- Range: `10`-`1000`
|
|
1859
|
+
- Default value: `100`
|
|
1806
1860
|
:param pulumi.Input[_builtins.str] ikev2_anti_dos_threshold_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1807
|
-
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1808
|
-
|
|
1861
|
+
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1862
|
+
- Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4 ADDRESS`, `IPv6 ADDRESS`
|
|
1809
1863
|
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_type_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1810
1864
|
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_value: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1811
1865
|
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_value_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1812
|
-
:param pulumi.Input[_builtins.int] ikev2_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1813
|
-
|
|
1866
|
+
:param pulumi.Input[_builtins.int] ikev2_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1867
|
+
- Range: `3600`-`86400`
|
|
1868
|
+
- Default value: `86400`
|
|
1814
1869
|
:param pulumi.Input[_builtins.str] ikev2_security_association_lifetime_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1815
|
-
:param pulumi.Input[_builtins.int] ipsec_anti_replay_window_size: security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
1816
|
-
|
|
1870
|
+
:param pulumi.Input[_builtins.int] ipsec_anti_replay_window_size: security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
1871
|
+
- Default value: `64`
|
|
1817
1872
|
:param pulumi.Input[_builtins.str] ipsec_anti_replay_window_size_variable: Variable name, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
1818
|
-
:param pulumi.Input[_builtins.bool] ipsec_enable_anti_replay: Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1873
|
+
:param pulumi.Input[_builtins.bool] ipsec_enable_anti_replay: Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1874
|
+
- Default value: `true`
|
|
1819
1875
|
:param pulumi.Input[_builtins.str] ipsec_enable_anti_replay_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1820
|
-
:param pulumi.Input[_builtins.bool] ipsec_enable_perfect_foward_secrecy: security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1821
|
-
|
|
1876
|
+
:param pulumi.Input[_builtins.bool] ipsec_enable_perfect_foward_secrecy: security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1877
|
+
- Default value: `false`
|
|
1822
1878
|
:param pulumi.Input[_builtins.str] ipsec_enable_perfect_foward_secrecy_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1823
|
-
:param pulumi.Input[_builtins.int] ipsec_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1824
|
-
|
|
1879
|
+
:param pulumi.Input[_builtins.int] ipsec_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1880
|
+
- Range: `3600`-`86400`
|
|
1881
|
+
- Default value: `3600`
|
|
1825
1882
|
:param pulumi.Input[_builtins.str] ipsec_security_association_lifetime_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1826
|
-
:param pulumi.Input[_builtins.int] ipv4_pool_size: IPv4 Pool Size
|
|
1883
|
+
:param pulumi.Input[_builtins.int] ipv4_pool_size: IPv4 Pool Size
|
|
1884
|
+
- Default value: `1000`
|
|
1827
1885
|
:param pulumi.Input[_builtins.str] ipv4_pool_size_variable: Variable name
|
|
1828
|
-
:param pulumi.Input[_builtins.int] ipv6_pool_size: IPv6 Pool Size
|
|
1886
|
+
:param pulumi.Input[_builtins.int] ipv6_pool_size: IPv6 Pool Size
|
|
1887
|
+
- Default value: `1024`
|
|
1829
1888
|
:param pulumi.Input[_builtins.str] ipv6_pool_size_variable: Variable name
|
|
1830
1889
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
1831
1890
|
:param pulumi.Input[_builtins.str] psk_authentication_pre_shared_key: PSK Pre Shared Key, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
1832
1891
|
:param pulumi.Input[_builtins.str] psk_authentication_pre_shared_key_variable: Variable name, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
1833
|
-
:param pulumi.Input[_builtins.str] psk_authentication_type: PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1892
|
+
:param pulumi.Input[_builtins.str] psk_authentication_type: PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1893
|
+
- Choices: `aaa`, `group`
|
|
1834
1894
|
:param pulumi.Input[_builtins.str] psk_authentication_type_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1835
1895
|
:param pulumi.Input[_builtins.str] radius_group_name_variable: Variable name
|
|
1836
1896
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
@@ -1921,7 +1981,8 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
1921
1981
|
@pulumi.getter(name="aaaEnableAccounting")
|
|
1922
1982
|
def aaa_enable_accounting(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
1923
1983
|
"""
|
|
1924
|
-
Enable Accounting
|
|
1984
|
+
Enable Accounting
|
|
1985
|
+
- Default value: `true`
|
|
1925
1986
|
"""
|
|
1926
1987
|
return pulumi.get(self, "aaa_enable_accounting")
|
|
1927
1988
|
|
|
@@ -1963,7 +2024,8 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
1963
2024
|
@pulumi.getter(name="anyConnectEapAuthenticationType")
|
|
1964
2025
|
def any_connect_eap_authentication_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1965
2026
|
"""
|
|
1966
|
-
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2027
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2028
|
+
- Choices: `user`, `device`
|
|
1967
2029
|
"""
|
|
1968
2030
|
return pulumi.get(self, "any_connect_eap_authentication_type")
|
|
1969
2031
|
|
|
@@ -1971,7 +2033,8 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
1971
2033
|
@pulumi.getter(name="connectionTypeSsl")
|
|
1972
2034
|
def connection_type_ssl(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
1973
2035
|
"""
|
|
1974
|
-
Enabled SSL VPN
|
|
2036
|
+
Enabled SSL VPN
|
|
2037
|
+
- Default value: `false`
|
|
1975
2038
|
"""
|
|
1976
2039
|
return pulumi.get(self, "connection_type_ssl")
|
|
1977
2040
|
|
|
@@ -2011,8 +2074,9 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
2011
2074
|
@pulumi.getter(name="ikev2AntiDosThreshold")
|
|
2012
2075
|
def ikev2_anti_dos_threshold(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2013
2076
|
"""
|
|
2014
|
-
Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2015
|
-
|
|
2077
|
+
Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2078
|
+
- Range: `10`-`1000`
|
|
2079
|
+
- Default value: `100`
|
|
2016
2080
|
"""
|
|
2017
2081
|
return pulumi.get(self, "ikev2_anti_dos_threshold")
|
|
2018
2082
|
|
|
@@ -2028,8 +2092,8 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
2028
2092
|
@pulumi.getter(name="ikev2LocalIkeIdentityType")
|
|
2029
2093
|
def ikev2_local_ike_identity_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
2030
2094
|
"""
|
|
2031
|
-
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2032
|
-
|
|
2095
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2096
|
+
- Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4 ADDRESS`, `IPv6 ADDRESS`
|
|
2033
2097
|
"""
|
|
2034
2098
|
return pulumi.get(self, "ikev2_local_ike_identity_type")
|
|
2035
2099
|
|
|
@@ -2061,8 +2125,9 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
2061
2125
|
@pulumi.getter(name="ikev2SecurityAssociationLifetime")
|
|
2062
2126
|
def ikev2_security_association_lifetime(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2063
2127
|
"""
|
|
2064
|
-
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2065
|
-
|
|
2128
|
+
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2129
|
+
- Range: `3600`-`86400`
|
|
2130
|
+
- Default value: `86400`
|
|
2066
2131
|
"""
|
|
2067
2132
|
return pulumi.get(self, "ikev2_security_association_lifetime")
|
|
2068
2133
|
|
|
@@ -2078,8 +2143,8 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
2078
2143
|
@pulumi.getter(name="ipsecAntiReplayWindowSize")
|
|
2079
2144
|
def ipsec_anti_replay_window_size(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2080
2145
|
"""
|
|
2081
|
-
security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
2082
|
-
|
|
2146
|
+
security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
2147
|
+
- Default value: `64`
|
|
2083
2148
|
"""
|
|
2084
2149
|
return pulumi.get(self, "ipsec_anti_replay_window_size")
|
|
2085
2150
|
|
|
@@ -2095,7 +2160,8 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
2095
2160
|
@pulumi.getter(name="ipsecEnableAntiReplay")
|
|
2096
2161
|
def ipsec_enable_anti_replay(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2097
2162
|
"""
|
|
2098
|
-
Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2163
|
+
Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2164
|
+
- Default value: `true`
|
|
2099
2165
|
"""
|
|
2100
2166
|
return pulumi.get(self, "ipsec_enable_anti_replay")
|
|
2101
2167
|
|
|
@@ -2111,8 +2177,8 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
2111
2177
|
@pulumi.getter(name="ipsecEnablePerfectFowardSecrecy")
|
|
2112
2178
|
def ipsec_enable_perfect_foward_secrecy(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2113
2179
|
"""
|
|
2114
|
-
security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2115
|
-
|
|
2180
|
+
security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2181
|
+
- Default value: `false`
|
|
2116
2182
|
"""
|
|
2117
2183
|
return pulumi.get(self, "ipsec_enable_perfect_foward_secrecy")
|
|
2118
2184
|
|
|
@@ -2128,8 +2194,9 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
2128
2194
|
@pulumi.getter(name="ipsecSecurityAssociationLifetime")
|
|
2129
2195
|
def ipsec_security_association_lifetime(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2130
2196
|
"""
|
|
2131
|
-
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2132
|
-
|
|
2197
|
+
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2198
|
+
- Range: `3600`-`86400`
|
|
2199
|
+
- Default value: `3600`
|
|
2133
2200
|
"""
|
|
2134
2201
|
return pulumi.get(self, "ipsec_security_association_lifetime")
|
|
2135
2202
|
|
|
@@ -2145,7 +2212,8 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
2145
2212
|
@pulumi.getter(name="ipv4PoolSize")
|
|
2146
2213
|
def ipv4_pool_size(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2147
2214
|
"""
|
|
2148
|
-
IPv4 Pool Size
|
|
2215
|
+
IPv4 Pool Size
|
|
2216
|
+
- Default value: `1000`
|
|
2149
2217
|
"""
|
|
2150
2218
|
return pulumi.get(self, "ipv4_pool_size")
|
|
2151
2219
|
|
|
@@ -2161,7 +2229,8 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
2161
2229
|
@pulumi.getter(name="ipv6PoolSize")
|
|
2162
2230
|
def ipv6_pool_size(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2163
2231
|
"""
|
|
2164
|
-
IPv6 Pool Size
|
|
2232
|
+
IPv6 Pool Size
|
|
2233
|
+
- Default value: `1024`
|
|
2165
2234
|
"""
|
|
2166
2235
|
return pulumi.get(self, "ipv6_pool_size")
|
|
2167
2236
|
|
|
@@ -2201,7 +2270,8 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
2201
2270
|
@pulumi.getter(name="pskAuthenticationType")
|
|
2202
2271
|
def psk_authentication_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
2203
2272
|
"""
|
|
2204
|
-
PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2273
|
+
PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2274
|
+
- Choices: `aaa`, `group`
|
|
2205
2275
|
"""
|
|
2206
2276
|
return pulumi.get(self, "psk_authentication_type")
|
|
2207
2277
|
|