pulumi-sdwan 0.4.1__py3-none-any.whl → 0.5.0__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 +125 -45
- pulumi_sdwan/activate_centralized_policy.py +4 -0
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +14 -7
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +91 -42
- pulumi_sdwan/application_aware_routing_policy_definition.py +4 -0
- pulumi_sdwan/application_priority_qos_policy.py +52 -48
- pulumi_sdwan/application_priority_traffic_policy_policy.py +4 -0
- pulumi_sdwan/as_path_list_policy_object.py +4 -0
- pulumi_sdwan/attach_feature_device_template.py +4 -0
- pulumi_sdwan/cedge_aaa_feature_template.py +151 -77
- pulumi_sdwan/cedge_global_feature_template.py +336 -175
- pulumi_sdwan/cedge_igmp_feature_template.py +18 -21
- pulumi_sdwan/cedge_multicast_feature_template.py +56 -42
- pulumi_sdwan/cedge_pim_feature_template.py +88 -56
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +70 -42
- pulumi_sdwan/cellular_controller_feature_template.py +74 -49
- pulumi_sdwan/cellular_profile_feature_template.py +63 -42
- pulumi_sdwan/cflowd_policy_definition.py +74 -35
- pulumi_sdwan/cisco_banner_feature_template.py +14 -21
- pulumi_sdwan/cisco_bfd_feature_template.py +81 -49
- pulumi_sdwan/cisco_bgp_feature_template.py +235 -112
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +53 -35
- pulumi_sdwan/cisco_logging_feature_template.py +74 -42
- pulumi_sdwan/cisco_ntp_feature_template.py +46 -35
- pulumi_sdwan/cisco_omp_feature_template.py +235 -112
- pulumi_sdwan/cisco_ospf_feature_template.py +235 -105
- pulumi_sdwan/cisco_ospfv3_feature_template.py +522 -217
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +39 -28
- pulumi_sdwan/cisco_security_feature_template.py +95 -56
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +28 -28
- pulumi_sdwan/cisco_snmp_feature_template.py +32 -28
- pulumi_sdwan/cisco_system_feature_template.py +473 -742
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +18 -21
- pulumi_sdwan/cisco_trustsec_feature_template.py +207 -112
- pulumi_sdwan/cisco_vpn_feature_template.py +102 -56
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +1215 -602
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +109 -70
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +329 -161
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +102 -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/config/__init__.pyi +5 -0
- pulumi_sdwan/config/vars.py +7 -0
- pulumi_sdwan/configuration_group.py +28 -14
- pulumi_sdwan/custom_control_topology_policy_definition.py +18 -7
- pulumi_sdwan/eigrp_feature_template.py +102 -56
- pulumi_sdwan/feature_device_template.py +14 -7
- pulumi_sdwan/get_application_priority_qos_policy.py +15 -15
- pulumi_sdwan/get_security_policy.py +18 -18
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +29 -29
- pulumi_sdwan/gps_feature_template.py +77 -49
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +4 -0
- pulumi_sdwan/intrusion_prevention_policy_definition.py +60 -28
- pulumi_sdwan/ips_signature_list_policy_object.py +4 -0
- pulumi_sdwan/ipv4_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv6_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +18 -7
- pulumi_sdwan/localized_policy.py +112 -56
- pulumi_sdwan/mesh_topology_policy_definition.py +4 -0
- pulumi_sdwan/other_thousandeyes_feature.py +4 -0
- pulumi_sdwan/other_ucse_feature.py +102 -56
- pulumi_sdwan/outputs.py +162 -69
- pulumi_sdwan/policer_policy_object.py +42 -21
- pulumi_sdwan/policy_group.py +14 -7
- pulumi_sdwan/policy_object_app_probe_class.py +4 -0
- pulumi_sdwan/policy_object_as_path_list.py +18 -7
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_extended_community_list.py +4 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_mirror.py +4 -0
- pulumi_sdwan/policy_object_policer.py +4 -0
- pulumi_sdwan/policy_object_preferred_color_group.py +4 -0
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_security_geolocation_list.py +7 -7
- pulumi_sdwan/policy_object_security_ips_signature.py +4 -0
- pulumi_sdwan/policy_object_security_local_domain_list.py +4 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +4 -0
- pulumi_sdwan/policy_object_sla_class_list.py +4 -0
- pulumi_sdwan/policy_object_standard_community_list.py +4 -0
- pulumi_sdwan/policy_object_tloc_list.py +4 -0
- pulumi_sdwan/port_list_policy_object.py +2 -2
- pulumi_sdwan/preferred_color_group_policy_object.py +42 -21
- pulumi_sdwan/provider.py +20 -0
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +4 -0
- pulumi_sdwan/region_list_policy_object.py +4 -0
- pulumi_sdwan/rewrite_rule_policy_definition.py +4 -0
- pulumi_sdwan/route_policy_definition.py +18 -7
- pulumi_sdwan/rule_set_policy_definition.py +4 -0
- pulumi_sdwan/security_app_hosting_feature_template.py +18 -21
- pulumi_sdwan/security_policy.py +207 -133
- pulumi_sdwan/service_dhcp_server_feature.py +53 -49
- pulumi_sdwan/service_ipv4_acl_feature.py +25 -7
- pulumi_sdwan/service_ipv6_acl_feature.py +25 -7
- pulumi_sdwan/service_lan_vpn_feature.py +67 -28
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +588 -374
- 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 +151 -91
- pulumi_sdwan/service_multicast_feature.py +95 -42
- pulumi_sdwan/service_object_tracker_feature.py +63 -56
- pulumi_sdwan/service_object_tracker_group_feature.py +39 -14
- pulumi_sdwan/service_route_policy_feature.py +25 -7
- pulumi_sdwan/service_routing_bgp_feature.py +291 -133
- pulumi_sdwan/service_routing_eigrp_feature.py +88 -35
- pulumi_sdwan/service_routing_ospf_feature.py +221 -84
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +242 -91
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +242 -91
- pulumi_sdwan/service_switchport_feature.py +25 -7
- pulumi_sdwan/service_tracker_feature.py +105 -35
- pulumi_sdwan/service_tracker_group_feature.py +25 -7
- pulumi_sdwan/service_wireless_lan_feature.py +67 -126
- pulumi_sdwan/site_list_policy_object.py +4 -0
- pulumi_sdwan/sla_class_policy_object.py +91 -63
- pulumi_sdwan/switchport_feature_template.py +95 -49
- pulumi_sdwan/system_aaa_feature.py +60 -28
- pulumi_sdwan/system_basic_feature.py +396 -693
- pulumi_sdwan/system_bfd_feature.py +46 -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 +25 -7
- pulumi_sdwan/system_ipv6_device_access_feature.py +25 -7
- pulumi_sdwan/system_logging_feature.py +60 -21
- pulumi_sdwan/system_mrf_feature.py +70 -35
- pulumi_sdwan/system_ntp_feature.py +32 -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 +81 -35
- pulumi_sdwan/system_snmp_feature.py +18 -7
- pulumi_sdwan/tloc_list_policy_object.py +4 -0
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +172 -84
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +28 -14
- pulumi_sdwan/traffic_data_policy_definition.py +18 -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 +25 -7
- pulumi_sdwan/transport_ipv6_acl_feature.py +25 -7
- pulumi_sdwan/transport_ipv6_tracker_feature.py +105 -35
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +25 -7
- pulumi_sdwan/transport_management_vpn_feature.py +4 -0
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +263 -154
- pulumi_sdwan/transport_route_policy_feature.py +25 -7
- pulumi_sdwan/transport_routing_bgp_feature.py +291 -133
- pulumi_sdwan/transport_routing_ospf_feature.py +221 -84
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +242 -91
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +242 -91
- pulumi_sdwan/transport_t1_e1_controller_feature.py +18 -7
- pulumi_sdwan/transport_tracker_feature.py +105 -35
- pulumi_sdwan/transport_tracker_group_feature.py +25 -7
- pulumi_sdwan/transport_wan_vpn_feature.py +32 -14
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +844 -413
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +1166 -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 +60 -35
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +935 -455
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +963 -469
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +928 -448
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +984 -476
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +984 -476
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +816 -406
- pulumi_sdwan/vpn_interface_svi_feature_template.py +172 -84
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +725 -378
- pulumi_sdwan/vpn_list_policy_object.py +4 -0
- pulumi_sdwan/vpn_membership_policy_definition.py +4 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +32 -14
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/RECORD +177 -177
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/top_level.txt +0 -0
|
@@ -39,20 +39,26 @@ class SystemSecurityFeatureArgs:
|
|
|
39
39
|
"""
|
|
40
40
|
The set of arguments for constructing a SystemSecurityFeature resource.
|
|
41
41
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
42
|
-
:param pulumi.Input[_builtins.str] anti_replay_window: Set the sliding replay window size
|
|
43
|
-
|
|
42
|
+
:param pulumi.Input[_builtins.str] anti_replay_window: Set the sliding replay window size
|
|
43
|
+
- Choices: `64`, `128`, `256`, `512`, `1024`, `2048`, `4096`, `8192`
|
|
44
|
+
- Default value: `512`
|
|
44
45
|
:param pulumi.Input[_builtins.str] anti_replay_window_variable: Variable name
|
|
45
46
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
46
|
-
:param pulumi.Input[_builtins.int] extended_anti_replay_window: Extended Anti-Replay Window
|
|
47
|
+
:param pulumi.Input[_builtins.int] extended_anti_replay_window: Extended Anti-Replay Window
|
|
48
|
+
- Range: `10`-`2048`
|
|
49
|
+
- Default value: `256`
|
|
47
50
|
:param pulumi.Input[_builtins.str] extended_anti_replay_window_variable: Variable name
|
|
48
51
|
:param pulumi.Input[_builtins.str] integrity_type_variable: Variable name
|
|
49
52
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] integrity_types: Set the authentication type for DTLS connections
|
|
50
|
-
:param pulumi.Input[_builtins.bool] ipsec_pairwise_keying: Enable or disable IPsec pairwise-keying
|
|
53
|
+
:param pulumi.Input[_builtins.bool] ipsec_pairwise_keying: Enable or disable IPsec pairwise-keying
|
|
54
|
+
- Default value: `false`
|
|
51
55
|
:param pulumi.Input[_builtins.str] ipsec_pairwise_keying_variable: Variable name
|
|
52
56
|
:param pulumi.Input[Sequence[pulumi.Input['SystemSecurityFeatureKeychainArgs']]] keychains: Configure a Keychain
|
|
53
57
|
:param pulumi.Input[Sequence[pulumi.Input['SystemSecurityFeatureKeyArgs']]] keys: Configure a Key
|
|
54
58
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
55
|
-
:param pulumi.Input[_builtins.int] rekey: Set how often to change the AES key for DTLS connections
|
|
59
|
+
:param pulumi.Input[_builtins.int] rekey: Set how often to change the AES key for DTLS connections
|
|
60
|
+
- Range: `10`-`1209600`
|
|
61
|
+
- Default value: `86400`
|
|
56
62
|
:param pulumi.Input[_builtins.str] rekey_variable: Variable name
|
|
57
63
|
"""
|
|
58
64
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -101,8 +107,9 @@ class SystemSecurityFeatureArgs:
|
|
|
101
107
|
@pulumi.getter(name="antiReplayWindow")
|
|
102
108
|
def anti_replay_window(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
103
109
|
"""
|
|
104
|
-
Set the sliding replay window size
|
|
105
|
-
|
|
110
|
+
Set the sliding replay window size
|
|
111
|
+
- Choices: `64`, `128`, `256`, `512`, `1024`, `2048`, `4096`, `8192`
|
|
112
|
+
- Default value: `512`
|
|
106
113
|
"""
|
|
107
114
|
return pulumi.get(self, "anti_replay_window")
|
|
108
115
|
|
|
@@ -138,7 +145,9 @@ class SystemSecurityFeatureArgs:
|
|
|
138
145
|
@pulumi.getter(name="extendedAntiReplayWindow")
|
|
139
146
|
def extended_anti_replay_window(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
140
147
|
"""
|
|
141
|
-
Extended Anti-Replay Window
|
|
148
|
+
Extended Anti-Replay Window
|
|
149
|
+
- Range: `10`-`2048`
|
|
150
|
+
- Default value: `256`
|
|
142
151
|
"""
|
|
143
152
|
return pulumi.get(self, "extended_anti_replay_window")
|
|
144
153
|
|
|
@@ -186,7 +195,8 @@ class SystemSecurityFeatureArgs:
|
|
|
186
195
|
@pulumi.getter(name="ipsecPairwiseKeying")
|
|
187
196
|
def ipsec_pairwise_keying(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
188
197
|
"""
|
|
189
|
-
Enable or disable IPsec pairwise-keying
|
|
198
|
+
Enable or disable IPsec pairwise-keying
|
|
199
|
+
- Default value: `false`
|
|
190
200
|
"""
|
|
191
201
|
return pulumi.get(self, "ipsec_pairwise_keying")
|
|
192
202
|
|
|
@@ -246,7 +256,9 @@ class SystemSecurityFeatureArgs:
|
|
|
246
256
|
@pulumi.getter
|
|
247
257
|
def rekey(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
248
258
|
"""
|
|
249
|
-
Set how often to change the AES key for DTLS connections
|
|
259
|
+
Set how often to change the AES key for DTLS connections
|
|
260
|
+
- Range: `10`-`1209600`
|
|
261
|
+
- Default value: `86400`
|
|
250
262
|
"""
|
|
251
263
|
return pulumi.get(self, "rekey")
|
|
252
264
|
|
|
@@ -288,21 +300,27 @@ class _SystemSecurityFeatureState:
|
|
|
288
300
|
version: Optional[pulumi.Input[_builtins.int]] = None):
|
|
289
301
|
"""
|
|
290
302
|
Input properties used for looking up and filtering SystemSecurityFeature resources.
|
|
291
|
-
:param pulumi.Input[_builtins.str] anti_replay_window: Set the sliding replay window size
|
|
292
|
-
|
|
303
|
+
:param pulumi.Input[_builtins.str] anti_replay_window: Set the sliding replay window size
|
|
304
|
+
- Choices: `64`, `128`, `256`, `512`, `1024`, `2048`, `4096`, `8192`
|
|
305
|
+
- Default value: `512`
|
|
293
306
|
:param pulumi.Input[_builtins.str] anti_replay_window_variable: Variable name
|
|
294
307
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
295
|
-
:param pulumi.Input[_builtins.int] extended_anti_replay_window: Extended Anti-Replay Window
|
|
308
|
+
:param pulumi.Input[_builtins.int] extended_anti_replay_window: Extended Anti-Replay Window
|
|
309
|
+
- Range: `10`-`2048`
|
|
310
|
+
- Default value: `256`
|
|
296
311
|
:param pulumi.Input[_builtins.str] extended_anti_replay_window_variable: Variable name
|
|
297
312
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
298
313
|
:param pulumi.Input[_builtins.str] integrity_type_variable: Variable name
|
|
299
314
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] integrity_types: Set the authentication type for DTLS connections
|
|
300
|
-
:param pulumi.Input[_builtins.bool] ipsec_pairwise_keying: Enable or disable IPsec pairwise-keying
|
|
315
|
+
:param pulumi.Input[_builtins.bool] ipsec_pairwise_keying: Enable or disable IPsec pairwise-keying
|
|
316
|
+
- Default value: `false`
|
|
301
317
|
:param pulumi.Input[_builtins.str] ipsec_pairwise_keying_variable: Variable name
|
|
302
318
|
:param pulumi.Input[Sequence[pulumi.Input['SystemSecurityFeatureKeychainArgs']]] keychains: Configure a Keychain
|
|
303
319
|
:param pulumi.Input[Sequence[pulumi.Input['SystemSecurityFeatureKeyArgs']]] keys: Configure a Key
|
|
304
320
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
305
|
-
:param pulumi.Input[_builtins.int] rekey: Set how often to change the AES key for DTLS connections
|
|
321
|
+
:param pulumi.Input[_builtins.int] rekey: Set how often to change the AES key for DTLS connections
|
|
322
|
+
- Range: `10`-`1209600`
|
|
323
|
+
- Default value: `86400`
|
|
306
324
|
:param pulumi.Input[_builtins.str] rekey_variable: Variable name
|
|
307
325
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
308
326
|
"""
|
|
@@ -343,8 +361,9 @@ class _SystemSecurityFeatureState:
|
|
|
343
361
|
@pulumi.getter(name="antiReplayWindow")
|
|
344
362
|
def anti_replay_window(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
345
363
|
"""
|
|
346
|
-
Set the sliding replay window size
|
|
347
|
-
|
|
364
|
+
Set the sliding replay window size
|
|
365
|
+
- Choices: `64`, `128`, `256`, `512`, `1024`, `2048`, `4096`, `8192`
|
|
366
|
+
- Default value: `512`
|
|
348
367
|
"""
|
|
349
368
|
return pulumi.get(self, "anti_replay_window")
|
|
350
369
|
|
|
@@ -380,7 +399,9 @@ class _SystemSecurityFeatureState:
|
|
|
380
399
|
@pulumi.getter(name="extendedAntiReplayWindow")
|
|
381
400
|
def extended_anti_replay_window(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
382
401
|
"""
|
|
383
|
-
Extended Anti-Replay Window
|
|
402
|
+
Extended Anti-Replay Window
|
|
403
|
+
- Range: `10`-`2048`
|
|
404
|
+
- Default value: `256`
|
|
384
405
|
"""
|
|
385
406
|
return pulumi.get(self, "extended_anti_replay_window")
|
|
386
407
|
|
|
@@ -440,7 +461,8 @@ class _SystemSecurityFeatureState:
|
|
|
440
461
|
@pulumi.getter(name="ipsecPairwiseKeying")
|
|
441
462
|
def ipsec_pairwise_keying(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
442
463
|
"""
|
|
443
|
-
Enable or disable IPsec pairwise-keying
|
|
464
|
+
Enable or disable IPsec pairwise-keying
|
|
465
|
+
- Default value: `false`
|
|
444
466
|
"""
|
|
445
467
|
return pulumi.get(self, "ipsec_pairwise_keying")
|
|
446
468
|
|
|
@@ -500,7 +522,9 @@ class _SystemSecurityFeatureState:
|
|
|
500
522
|
@pulumi.getter
|
|
501
523
|
def rekey(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
502
524
|
"""
|
|
503
|
-
Set how often to change the AES key for DTLS connections
|
|
525
|
+
Set how often to change the AES key for DTLS connections
|
|
526
|
+
- Range: `10`-`1209600`
|
|
527
|
+
- Default value: `86400`
|
|
504
528
|
"""
|
|
505
529
|
return pulumi.get(self, "rekey")
|
|
506
530
|
|
|
@@ -559,6 +583,8 @@ class SystemSecurityFeature(pulumi.CustomResource):
|
|
|
559
583
|
This resource can manage a System Security Feature.
|
|
560
584
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
561
585
|
|
|
586
|
+
## Example Usage
|
|
587
|
+
|
|
562
588
|
## Import
|
|
563
589
|
|
|
564
590
|
The `pulumi import` command can be used, for example:
|
|
@@ -571,21 +597,27 @@ class SystemSecurityFeature(pulumi.CustomResource):
|
|
|
571
597
|
|
|
572
598
|
:param str resource_name: The name of the resource.
|
|
573
599
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
574
|
-
:param pulumi.Input[_builtins.str] anti_replay_window: Set the sliding replay window size
|
|
575
|
-
|
|
600
|
+
:param pulumi.Input[_builtins.str] anti_replay_window: Set the sliding replay window size
|
|
601
|
+
- Choices: `64`, `128`, `256`, `512`, `1024`, `2048`, `4096`, `8192`
|
|
602
|
+
- Default value: `512`
|
|
576
603
|
:param pulumi.Input[_builtins.str] anti_replay_window_variable: Variable name
|
|
577
604
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
578
|
-
:param pulumi.Input[_builtins.int] extended_anti_replay_window: Extended Anti-Replay Window
|
|
605
|
+
:param pulumi.Input[_builtins.int] extended_anti_replay_window: Extended Anti-Replay Window
|
|
606
|
+
- Range: `10`-`2048`
|
|
607
|
+
- Default value: `256`
|
|
579
608
|
:param pulumi.Input[_builtins.str] extended_anti_replay_window_variable: Variable name
|
|
580
609
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
581
610
|
:param pulumi.Input[_builtins.str] integrity_type_variable: Variable name
|
|
582
611
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] integrity_types: Set the authentication type for DTLS connections
|
|
583
|
-
:param pulumi.Input[_builtins.bool] ipsec_pairwise_keying: Enable or disable IPsec pairwise-keying
|
|
612
|
+
:param pulumi.Input[_builtins.bool] ipsec_pairwise_keying: Enable or disable IPsec pairwise-keying
|
|
613
|
+
- Default value: `false`
|
|
584
614
|
:param pulumi.Input[_builtins.str] ipsec_pairwise_keying_variable: Variable name
|
|
585
615
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SystemSecurityFeatureKeychainArgs', 'SystemSecurityFeatureKeychainArgsDict']]]] keychains: Configure a Keychain
|
|
586
616
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SystemSecurityFeatureKeyArgs', 'SystemSecurityFeatureKeyArgsDict']]]] keys: Configure a Key
|
|
587
617
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
588
|
-
:param pulumi.Input[_builtins.int] rekey: Set how often to change the AES key for DTLS connections
|
|
618
|
+
:param pulumi.Input[_builtins.int] rekey: Set how often to change the AES key for DTLS connections
|
|
619
|
+
- Range: `10`-`1209600`
|
|
620
|
+
- Default value: `86400`
|
|
589
621
|
:param pulumi.Input[_builtins.str] rekey_variable: Variable name
|
|
590
622
|
"""
|
|
591
623
|
...
|
|
@@ -598,6 +630,8 @@ class SystemSecurityFeature(pulumi.CustomResource):
|
|
|
598
630
|
This resource can manage a System Security Feature.
|
|
599
631
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
600
632
|
|
|
633
|
+
## Example Usage
|
|
634
|
+
|
|
601
635
|
## Import
|
|
602
636
|
|
|
603
637
|
The `pulumi import` command can be used, for example:
|
|
@@ -698,21 +732,27 @@ class SystemSecurityFeature(pulumi.CustomResource):
|
|
|
698
732
|
:param str resource_name: The unique name of the resulting resource.
|
|
699
733
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
700
734
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
701
|
-
:param pulumi.Input[_builtins.str] anti_replay_window: Set the sliding replay window size
|
|
702
|
-
|
|
735
|
+
:param pulumi.Input[_builtins.str] anti_replay_window: Set the sliding replay window size
|
|
736
|
+
- Choices: `64`, `128`, `256`, `512`, `1024`, `2048`, `4096`, `8192`
|
|
737
|
+
- Default value: `512`
|
|
703
738
|
:param pulumi.Input[_builtins.str] anti_replay_window_variable: Variable name
|
|
704
739
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
705
|
-
:param pulumi.Input[_builtins.int] extended_anti_replay_window: Extended Anti-Replay Window
|
|
740
|
+
:param pulumi.Input[_builtins.int] extended_anti_replay_window: Extended Anti-Replay Window
|
|
741
|
+
- Range: `10`-`2048`
|
|
742
|
+
- Default value: `256`
|
|
706
743
|
:param pulumi.Input[_builtins.str] extended_anti_replay_window_variable: Variable name
|
|
707
744
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
708
745
|
:param pulumi.Input[_builtins.str] integrity_type_variable: Variable name
|
|
709
746
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] integrity_types: Set the authentication type for DTLS connections
|
|
710
|
-
:param pulumi.Input[_builtins.bool] ipsec_pairwise_keying: Enable or disable IPsec pairwise-keying
|
|
747
|
+
:param pulumi.Input[_builtins.bool] ipsec_pairwise_keying: Enable or disable IPsec pairwise-keying
|
|
748
|
+
- Default value: `false`
|
|
711
749
|
:param pulumi.Input[_builtins.str] ipsec_pairwise_keying_variable: Variable name
|
|
712
750
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SystemSecurityFeatureKeychainArgs', 'SystemSecurityFeatureKeychainArgsDict']]]] keychains: Configure a Keychain
|
|
713
751
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SystemSecurityFeatureKeyArgs', 'SystemSecurityFeatureKeyArgsDict']]]] keys: Configure a Key
|
|
714
752
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
715
|
-
:param pulumi.Input[_builtins.int] rekey: Set how often to change the AES key for DTLS connections
|
|
753
|
+
:param pulumi.Input[_builtins.int] rekey: Set how often to change the AES key for DTLS connections
|
|
754
|
+
- Range: `10`-`1209600`
|
|
755
|
+
- Default value: `86400`
|
|
716
756
|
:param pulumi.Input[_builtins.str] rekey_variable: Variable name
|
|
717
757
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
718
758
|
"""
|
|
@@ -742,8 +782,9 @@ class SystemSecurityFeature(pulumi.CustomResource):
|
|
|
742
782
|
@pulumi.getter(name="antiReplayWindow")
|
|
743
783
|
def anti_replay_window(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
744
784
|
"""
|
|
745
|
-
Set the sliding replay window size
|
|
746
|
-
|
|
785
|
+
Set the sliding replay window size
|
|
786
|
+
- Choices: `64`, `128`, `256`, `512`, `1024`, `2048`, `4096`, `8192`
|
|
787
|
+
- Default value: `512`
|
|
747
788
|
"""
|
|
748
789
|
return pulumi.get(self, "anti_replay_window")
|
|
749
790
|
|
|
@@ -767,7 +808,9 @@ class SystemSecurityFeature(pulumi.CustomResource):
|
|
|
767
808
|
@pulumi.getter(name="extendedAntiReplayWindow")
|
|
768
809
|
def extended_anti_replay_window(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
769
810
|
"""
|
|
770
|
-
Extended Anti-Replay Window
|
|
811
|
+
Extended Anti-Replay Window
|
|
812
|
+
- Range: `10`-`2048`
|
|
813
|
+
- Default value: `256`
|
|
771
814
|
"""
|
|
772
815
|
return pulumi.get(self, "extended_anti_replay_window")
|
|
773
816
|
|
|
@@ -807,7 +850,8 @@ class SystemSecurityFeature(pulumi.CustomResource):
|
|
|
807
850
|
@pulumi.getter(name="ipsecPairwiseKeying")
|
|
808
851
|
def ipsec_pairwise_keying(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
809
852
|
"""
|
|
810
|
-
Enable or disable IPsec pairwise-keying
|
|
853
|
+
Enable or disable IPsec pairwise-keying
|
|
854
|
+
- Default value: `false`
|
|
811
855
|
"""
|
|
812
856
|
return pulumi.get(self, "ipsec_pairwise_keying")
|
|
813
857
|
|
|
@@ -847,7 +891,9 @@ class SystemSecurityFeature(pulumi.CustomResource):
|
|
|
847
891
|
@pulumi.getter
|
|
848
892
|
def rekey(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
849
893
|
"""
|
|
850
|
-
Set how often to change the AES key for DTLS connections
|
|
894
|
+
Set how often to change the AES key for DTLS connections
|
|
895
|
+
- Range: `10`-`1209600`
|
|
896
|
+
- Default value: `86400`
|
|
851
897
|
"""
|
|
852
898
|
return pulumi.get(self, "rekey")
|
|
853
899
|
|
|
@@ -46,7 +46,8 @@ class SystemSnmpFeatureArgs:
|
|
|
46
46
|
:param pulumi.Input[_builtins.str] location_of_device: Set the physical location of this managed node
|
|
47
47
|
:param pulumi.Input[_builtins.str] location_of_device_variable: Variable name
|
|
48
48
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
49
|
-
:param pulumi.Input[_builtins.bool] shutdown: Enable or disable SNMP
|
|
49
|
+
:param pulumi.Input[_builtins.bool] shutdown: Enable or disable SNMP
|
|
50
|
+
- Default value: `false`
|
|
50
51
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
51
52
|
:param pulumi.Input[Sequence[pulumi.Input['SystemSnmpFeatureTrapTargetServerArgs']]] trap_target_servers: Configure SNMP server to receive SNMP traps
|
|
52
53
|
:param pulumi.Input[Sequence[pulumi.Input['SystemSnmpFeatureUserArgs']]] users: Configure an SNMP user
|
|
@@ -192,7 +193,8 @@ class SystemSnmpFeatureArgs:
|
|
|
192
193
|
@pulumi.getter
|
|
193
194
|
def shutdown(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
194
195
|
"""
|
|
195
|
-
Enable or disable SNMP
|
|
196
|
+
Enable or disable SNMP
|
|
197
|
+
- Default value: `false`
|
|
196
198
|
"""
|
|
197
199
|
return pulumi.get(self, "shutdown")
|
|
198
200
|
|
|
@@ -278,7 +280,8 @@ class _SystemSnmpFeatureState:
|
|
|
278
280
|
:param pulumi.Input[_builtins.str] location_of_device: Set the physical location of this managed node
|
|
279
281
|
:param pulumi.Input[_builtins.str] location_of_device_variable: Variable name
|
|
280
282
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
281
|
-
:param pulumi.Input[_builtins.bool] shutdown: Enable or disable SNMP
|
|
283
|
+
:param pulumi.Input[_builtins.bool] shutdown: Enable or disable SNMP
|
|
284
|
+
- Default value: `false`
|
|
282
285
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
283
286
|
:param pulumi.Input[Sequence[pulumi.Input['SystemSnmpFeatureTrapTargetServerArgs']]] trap_target_servers: Configure SNMP server to receive SNMP traps
|
|
284
287
|
:param pulumi.Input[Sequence[pulumi.Input['SystemSnmpFeatureUserArgs']]] users: Configure an SNMP user
|
|
@@ -428,7 +431,8 @@ class _SystemSnmpFeatureState:
|
|
|
428
431
|
@pulumi.getter
|
|
429
432
|
def shutdown(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
430
433
|
"""
|
|
431
|
-
Enable or disable SNMP
|
|
434
|
+
Enable or disable SNMP
|
|
435
|
+
- Default value: `false`
|
|
432
436
|
"""
|
|
433
437
|
return pulumi.get(self, "shutdown")
|
|
434
438
|
|
|
@@ -522,6 +526,8 @@ class SystemSnmpFeature(pulumi.CustomResource):
|
|
|
522
526
|
This resource can manage a System SNMP Feature.
|
|
523
527
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
524
528
|
|
|
529
|
+
## Example Usage
|
|
530
|
+
|
|
525
531
|
## Import
|
|
526
532
|
|
|
527
533
|
The `pulumi import` command can be used, for example:
|
|
@@ -543,7 +549,8 @@ class SystemSnmpFeature(pulumi.CustomResource):
|
|
|
543
549
|
:param pulumi.Input[_builtins.str] location_of_device: Set the physical location of this managed node
|
|
544
550
|
:param pulumi.Input[_builtins.str] location_of_device_variable: Variable name
|
|
545
551
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
546
|
-
:param pulumi.Input[_builtins.bool] shutdown: Enable or disable SNMP
|
|
552
|
+
:param pulumi.Input[_builtins.bool] shutdown: Enable or disable SNMP
|
|
553
|
+
- Default value: `false`
|
|
547
554
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
548
555
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SystemSnmpFeatureTrapTargetServerArgs', 'SystemSnmpFeatureTrapTargetServerArgsDict']]]] trap_target_servers: Configure SNMP server to receive SNMP traps
|
|
549
556
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SystemSnmpFeatureUserArgs', 'SystemSnmpFeatureUserArgsDict']]]] users: Configure an SNMP user
|
|
@@ -559,6 +566,8 @@ class SystemSnmpFeature(pulumi.CustomResource):
|
|
|
559
566
|
This resource can manage a System SNMP Feature.
|
|
560
567
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
561
568
|
|
|
569
|
+
## Example Usage
|
|
570
|
+
|
|
562
571
|
## Import
|
|
563
572
|
|
|
564
573
|
The `pulumi import` command can be used, for example:
|
|
@@ -665,7 +674,8 @@ class SystemSnmpFeature(pulumi.CustomResource):
|
|
|
665
674
|
:param pulumi.Input[_builtins.str] location_of_device: Set the physical location of this managed node
|
|
666
675
|
:param pulumi.Input[_builtins.str] location_of_device_variable: Variable name
|
|
667
676
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
668
|
-
:param pulumi.Input[_builtins.bool] shutdown: Enable or disable SNMP
|
|
677
|
+
:param pulumi.Input[_builtins.bool] shutdown: Enable or disable SNMP
|
|
678
|
+
- Default value: `false`
|
|
669
679
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
670
680
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SystemSnmpFeatureTrapTargetServerArgs', 'SystemSnmpFeatureTrapTargetServerArgsDict']]]] trap_target_servers: Configure SNMP server to receive SNMP traps
|
|
671
681
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SystemSnmpFeatureUserArgs', 'SystemSnmpFeatureUserArgsDict']]]] users: Configure an SNMP user
|
|
@@ -769,7 +779,8 @@ class SystemSnmpFeature(pulumi.CustomResource):
|
|
|
769
779
|
@pulumi.getter
|
|
770
780
|
def shutdown(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
771
781
|
"""
|
|
772
|
-
Enable or disable SNMP
|
|
782
|
+
Enable or disable SNMP
|
|
783
|
+
- Default value: `false`
|
|
773
784
|
"""
|
|
774
785
|
return pulumi.get(self, "shutdown")
|
|
775
786
|
|
|
@@ -125,6 +125,8 @@ class TlocListPolicyObject(pulumi.CustomResource):
|
|
|
125
125
|
"""
|
|
126
126
|
This resource can manage a TLOC List Policy Object .
|
|
127
127
|
|
|
128
|
+
## Example Usage
|
|
129
|
+
|
|
128
130
|
## Import
|
|
129
131
|
|
|
130
132
|
The `pulumi import` command can be used, for example:
|
|
@@ -147,6 +149,8 @@ class TlocListPolicyObject(pulumi.CustomResource):
|
|
|
147
149
|
"""
|
|
148
150
|
This resource can manage a TLOC List Policy Object .
|
|
149
151
|
|
|
152
|
+
## Example Usage
|
|
153
|
+
|
|
150
154
|
## Import
|
|
151
155
|
|
|
152
156
|
The `pulumi import` command can be used, for example:
|