pulumi-sdwan 0.4.1a1756438344__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.1a1756438344.dist-info → pulumi_sdwan-0.5.0.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.4.1a1756438344.dist-info → pulumi_sdwan-0.5.0.dist-info}/RECORD +177 -177
- {pulumi_sdwan-0.4.1a1756438344.dist-info → pulumi_sdwan-0.5.0.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.4.1a1756438344.dist-info → pulumi_sdwan-0.5.0.dist-info}/top_level.txt +0 -0
|
@@ -45,18 +45,25 @@ class ServiceRoutingEigrpFeatureArgs:
|
|
|
45
45
|
The set of arguments for constructing a ServiceRoutingEigrpFeature resource.
|
|
46
46
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
47
47
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingEigrpFeatureNetworkArgs']]] networks: Configure the networks for EIGRP to advertise
|
|
48
|
-
:param pulumi.Input[_builtins.str] authentication_type: Set EIGRP router authentication type
|
|
48
|
+
:param pulumi.Input[_builtins.str] authentication_type: Set EIGRP router authentication type
|
|
49
|
+
- Choices: `md5`, `hmac-sha-256`
|
|
49
50
|
:param pulumi.Input[_builtins.str] authentication_type_variable: Variable name
|
|
50
|
-
:param pulumi.Input[_builtins.int] autonomous_system_id: Set autonomous system ID <1..65535>
|
|
51
|
+
:param pulumi.Input[_builtins.int] autonomous_system_id: Set autonomous system ID <1..65535>
|
|
52
|
+
- Range: `1`-`65535`
|
|
51
53
|
:param pulumi.Input[_builtins.str] autonomous_system_id_variable: Variable name
|
|
52
54
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
53
|
-
:param pulumi.Input[_builtins.bool] filter: Selective route download
|
|
55
|
+
:param pulumi.Input[_builtins.bool] filter: Selective route download
|
|
56
|
+
- Default value: `false`
|
|
54
57
|
:param pulumi.Input[_builtins.str] filter_variable: Variable name
|
|
55
|
-
:param pulumi.Input[_builtins.int] hello_interval: Set EIGRP hello interval
|
|
58
|
+
:param pulumi.Input[_builtins.int] hello_interval: Set EIGRP hello interval
|
|
59
|
+
- Range: `0`-`65535`
|
|
60
|
+
- Default value: `5`
|
|
56
61
|
:param pulumi.Input[_builtins.str] hello_interval_variable: Variable name
|
|
57
62
|
:param pulumi.Input[_builtins.str] hmac_authentication_key: Set hmac-sha-256 authentication key, Attribute conditional on `authentication_type` being equal to `hmac-sha-256`
|
|
58
63
|
:param pulumi.Input[_builtins.str] hmac_authentication_key_variable: Variable name, Attribute conditional on `authentication_type` being equal to `hmac-sha-256`
|
|
59
|
-
:param pulumi.Input[_builtins.int] hold_time: Set EIGRP hold time
|
|
64
|
+
:param pulumi.Input[_builtins.int] hold_time: Set EIGRP hold time
|
|
65
|
+
- Range: `0`-`65535`
|
|
66
|
+
- Default value: `15`
|
|
60
67
|
:param pulumi.Input[_builtins.str] hold_time_variable: Variable name
|
|
61
68
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingEigrpFeatureInterfaceArgs']]] interfaces: Configure IPv4 Static Routes
|
|
62
69
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingEigrpFeatureMd5KeyArgs']]] md5_keys: Set keychain details, Attribute conditional on `authentication_type` being equal to `md5`
|
|
@@ -130,7 +137,8 @@ class ServiceRoutingEigrpFeatureArgs:
|
|
|
130
137
|
@pulumi.getter(name="authenticationType")
|
|
131
138
|
def authentication_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
132
139
|
"""
|
|
133
|
-
Set EIGRP router authentication type
|
|
140
|
+
Set EIGRP router authentication type
|
|
141
|
+
- Choices: `md5`, `hmac-sha-256`
|
|
134
142
|
"""
|
|
135
143
|
return pulumi.get(self, "authentication_type")
|
|
136
144
|
|
|
@@ -154,7 +162,8 @@ class ServiceRoutingEigrpFeatureArgs:
|
|
|
154
162
|
@pulumi.getter(name="autonomousSystemId")
|
|
155
163
|
def autonomous_system_id(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
156
164
|
"""
|
|
157
|
-
Set autonomous system ID <1..65535>
|
|
165
|
+
Set autonomous system ID <1..65535>
|
|
166
|
+
- Range: `1`-`65535`
|
|
158
167
|
"""
|
|
159
168
|
return pulumi.get(self, "autonomous_system_id")
|
|
160
169
|
|
|
@@ -190,7 +199,8 @@ class ServiceRoutingEigrpFeatureArgs:
|
|
|
190
199
|
@pulumi.getter
|
|
191
200
|
def filter(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
192
201
|
"""
|
|
193
|
-
Selective route download
|
|
202
|
+
Selective route download
|
|
203
|
+
- Default value: `false`
|
|
194
204
|
"""
|
|
195
205
|
return pulumi.get(self, "filter")
|
|
196
206
|
|
|
@@ -214,7 +224,9 @@ class ServiceRoutingEigrpFeatureArgs:
|
|
|
214
224
|
@pulumi.getter(name="helloInterval")
|
|
215
225
|
def hello_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
216
226
|
"""
|
|
217
|
-
Set EIGRP hello interval
|
|
227
|
+
Set EIGRP hello interval
|
|
228
|
+
- Range: `0`-`65535`
|
|
229
|
+
- Default value: `5`
|
|
218
230
|
"""
|
|
219
231
|
return pulumi.get(self, "hello_interval")
|
|
220
232
|
|
|
@@ -262,7 +274,9 @@ class ServiceRoutingEigrpFeatureArgs:
|
|
|
262
274
|
@pulumi.getter(name="holdTime")
|
|
263
275
|
def hold_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
264
276
|
"""
|
|
265
|
-
Set EIGRP hold time
|
|
277
|
+
Set EIGRP hold time
|
|
278
|
+
- Range: `0`-`65535`
|
|
279
|
+
- Default value: `15`
|
|
266
280
|
"""
|
|
267
281
|
return pulumi.get(self, "hold_time")
|
|
268
282
|
|
|
@@ -366,19 +380,26 @@ class _ServiceRoutingEigrpFeatureState:
|
|
|
366
380
|
version: Optional[pulumi.Input[_builtins.int]] = None):
|
|
367
381
|
"""
|
|
368
382
|
Input properties used for looking up and filtering ServiceRoutingEigrpFeature resources.
|
|
369
|
-
:param pulumi.Input[_builtins.str] authentication_type: Set EIGRP router authentication type
|
|
383
|
+
:param pulumi.Input[_builtins.str] authentication_type: Set EIGRP router authentication type
|
|
384
|
+
- Choices: `md5`, `hmac-sha-256`
|
|
370
385
|
:param pulumi.Input[_builtins.str] authentication_type_variable: Variable name
|
|
371
|
-
:param pulumi.Input[_builtins.int] autonomous_system_id: Set autonomous system ID <1..65535>
|
|
386
|
+
:param pulumi.Input[_builtins.int] autonomous_system_id: Set autonomous system ID <1..65535>
|
|
387
|
+
- Range: `1`-`65535`
|
|
372
388
|
:param pulumi.Input[_builtins.str] autonomous_system_id_variable: Variable name
|
|
373
389
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
374
390
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
375
|
-
:param pulumi.Input[_builtins.bool] filter: Selective route download
|
|
391
|
+
:param pulumi.Input[_builtins.bool] filter: Selective route download
|
|
392
|
+
- Default value: `false`
|
|
376
393
|
:param pulumi.Input[_builtins.str] filter_variable: Variable name
|
|
377
|
-
:param pulumi.Input[_builtins.int] hello_interval: Set EIGRP hello interval
|
|
394
|
+
:param pulumi.Input[_builtins.int] hello_interval: Set EIGRP hello interval
|
|
395
|
+
- Range: `0`-`65535`
|
|
396
|
+
- Default value: `5`
|
|
378
397
|
:param pulumi.Input[_builtins.str] hello_interval_variable: Variable name
|
|
379
398
|
:param pulumi.Input[_builtins.str] hmac_authentication_key: Set hmac-sha-256 authentication key, Attribute conditional on `authentication_type` being equal to `hmac-sha-256`
|
|
380
399
|
:param pulumi.Input[_builtins.str] hmac_authentication_key_variable: Variable name, Attribute conditional on `authentication_type` being equal to `hmac-sha-256`
|
|
381
|
-
:param pulumi.Input[_builtins.int] hold_time: Set EIGRP hold time
|
|
400
|
+
:param pulumi.Input[_builtins.int] hold_time: Set EIGRP hold time
|
|
401
|
+
- Range: `0`-`65535`
|
|
402
|
+
- Default value: `15`
|
|
382
403
|
:param pulumi.Input[_builtins.str] hold_time_variable: Variable name
|
|
383
404
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingEigrpFeatureInterfaceArgs']]] interfaces: Configure IPv4 Static Routes
|
|
384
405
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingEigrpFeatureMd5KeyArgs']]] md5_keys: Set keychain details, Attribute conditional on `authentication_type` being equal to `md5`
|
|
@@ -434,7 +455,8 @@ class _ServiceRoutingEigrpFeatureState:
|
|
|
434
455
|
@pulumi.getter(name="authenticationType")
|
|
435
456
|
def authentication_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
436
457
|
"""
|
|
437
|
-
Set EIGRP router authentication type
|
|
458
|
+
Set EIGRP router authentication type
|
|
459
|
+
- Choices: `md5`, `hmac-sha-256`
|
|
438
460
|
"""
|
|
439
461
|
return pulumi.get(self, "authentication_type")
|
|
440
462
|
|
|
@@ -458,7 +480,8 @@ class _ServiceRoutingEigrpFeatureState:
|
|
|
458
480
|
@pulumi.getter(name="autonomousSystemId")
|
|
459
481
|
def autonomous_system_id(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
460
482
|
"""
|
|
461
|
-
Set autonomous system ID <1..65535>
|
|
483
|
+
Set autonomous system ID <1..65535>
|
|
484
|
+
- Range: `1`-`65535`
|
|
462
485
|
"""
|
|
463
486
|
return pulumi.get(self, "autonomous_system_id")
|
|
464
487
|
|
|
@@ -506,7 +529,8 @@ class _ServiceRoutingEigrpFeatureState:
|
|
|
506
529
|
@pulumi.getter
|
|
507
530
|
def filter(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
508
531
|
"""
|
|
509
|
-
Selective route download
|
|
532
|
+
Selective route download
|
|
533
|
+
- Default value: `false`
|
|
510
534
|
"""
|
|
511
535
|
return pulumi.get(self, "filter")
|
|
512
536
|
|
|
@@ -530,7 +554,9 @@ class _ServiceRoutingEigrpFeatureState:
|
|
|
530
554
|
@pulumi.getter(name="helloInterval")
|
|
531
555
|
def hello_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
532
556
|
"""
|
|
533
|
-
Set EIGRP hello interval
|
|
557
|
+
Set EIGRP hello interval
|
|
558
|
+
- Range: `0`-`65535`
|
|
559
|
+
- Default value: `5`
|
|
534
560
|
"""
|
|
535
561
|
return pulumi.get(self, "hello_interval")
|
|
536
562
|
|
|
@@ -578,7 +604,9 @@ class _ServiceRoutingEigrpFeatureState:
|
|
|
578
604
|
@pulumi.getter(name="holdTime")
|
|
579
605
|
def hold_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
580
606
|
"""
|
|
581
|
-
Set EIGRP hold time
|
|
607
|
+
Set EIGRP hold time
|
|
608
|
+
- Range: `0`-`65535`
|
|
609
|
+
- Default value: `15`
|
|
582
610
|
"""
|
|
583
611
|
return pulumi.get(self, "hold_time")
|
|
584
612
|
|
|
@@ -711,6 +739,8 @@ class ServiceRoutingEigrpFeature(pulumi.CustomResource):
|
|
|
711
739
|
This resource can manage a Service Routing EIGRP Feature.
|
|
712
740
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
713
741
|
|
|
742
|
+
## Example Usage
|
|
743
|
+
|
|
714
744
|
## Import
|
|
715
745
|
|
|
716
746
|
The `pulumi import` command can be used, for example:
|
|
@@ -723,19 +753,26 @@ class ServiceRoutingEigrpFeature(pulumi.CustomResource):
|
|
|
723
753
|
|
|
724
754
|
:param str resource_name: The name of the resource.
|
|
725
755
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
726
|
-
:param pulumi.Input[_builtins.str] authentication_type: Set EIGRP router authentication type
|
|
756
|
+
:param pulumi.Input[_builtins.str] authentication_type: Set EIGRP router authentication type
|
|
757
|
+
- Choices: `md5`, `hmac-sha-256`
|
|
727
758
|
:param pulumi.Input[_builtins.str] authentication_type_variable: Variable name
|
|
728
|
-
:param pulumi.Input[_builtins.int] autonomous_system_id: Set autonomous system ID <1..65535>
|
|
759
|
+
:param pulumi.Input[_builtins.int] autonomous_system_id: Set autonomous system ID <1..65535>
|
|
760
|
+
- Range: `1`-`65535`
|
|
729
761
|
:param pulumi.Input[_builtins.str] autonomous_system_id_variable: Variable name
|
|
730
762
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
731
763
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
732
|
-
:param pulumi.Input[_builtins.bool] filter: Selective route download
|
|
764
|
+
:param pulumi.Input[_builtins.bool] filter: Selective route download
|
|
765
|
+
- Default value: `false`
|
|
733
766
|
:param pulumi.Input[_builtins.str] filter_variable: Variable name
|
|
734
|
-
:param pulumi.Input[_builtins.int] hello_interval: Set EIGRP hello interval
|
|
767
|
+
:param pulumi.Input[_builtins.int] hello_interval: Set EIGRP hello interval
|
|
768
|
+
- Range: `0`-`65535`
|
|
769
|
+
- Default value: `5`
|
|
735
770
|
:param pulumi.Input[_builtins.str] hello_interval_variable: Variable name
|
|
736
771
|
:param pulumi.Input[_builtins.str] hmac_authentication_key: Set hmac-sha-256 authentication key, Attribute conditional on `authentication_type` being equal to `hmac-sha-256`
|
|
737
772
|
:param pulumi.Input[_builtins.str] hmac_authentication_key_variable: Variable name, Attribute conditional on `authentication_type` being equal to `hmac-sha-256`
|
|
738
|
-
:param pulumi.Input[_builtins.int] hold_time: Set EIGRP hold time
|
|
773
|
+
:param pulumi.Input[_builtins.int] hold_time: Set EIGRP hold time
|
|
774
|
+
- Range: `0`-`65535`
|
|
775
|
+
- Default value: `15`
|
|
739
776
|
:param pulumi.Input[_builtins.str] hold_time_variable: Variable name
|
|
740
777
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingEigrpFeatureInterfaceArgs', 'ServiceRoutingEigrpFeatureInterfaceArgsDict']]]] interfaces: Configure IPv4 Static Routes
|
|
741
778
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingEigrpFeatureMd5KeyArgs', 'ServiceRoutingEigrpFeatureMd5KeyArgsDict']]]] md5_keys: Set keychain details, Attribute conditional on `authentication_type` being equal to `md5`
|
|
@@ -753,6 +790,8 @@ class ServiceRoutingEigrpFeature(pulumi.CustomResource):
|
|
|
753
790
|
This resource can manage a Service Routing EIGRP Feature.
|
|
754
791
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
755
792
|
|
|
793
|
+
## Example Usage
|
|
794
|
+
|
|
756
795
|
## Import
|
|
757
796
|
|
|
758
797
|
The `pulumi import` command can be used, for example:
|
|
@@ -870,19 +909,26 @@ class ServiceRoutingEigrpFeature(pulumi.CustomResource):
|
|
|
870
909
|
:param str resource_name: The unique name of the resulting resource.
|
|
871
910
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
872
911
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
873
|
-
:param pulumi.Input[_builtins.str] authentication_type: Set EIGRP router authentication type
|
|
912
|
+
:param pulumi.Input[_builtins.str] authentication_type: Set EIGRP router authentication type
|
|
913
|
+
- Choices: `md5`, `hmac-sha-256`
|
|
874
914
|
:param pulumi.Input[_builtins.str] authentication_type_variable: Variable name
|
|
875
|
-
:param pulumi.Input[_builtins.int] autonomous_system_id: Set autonomous system ID <1..65535>
|
|
915
|
+
:param pulumi.Input[_builtins.int] autonomous_system_id: Set autonomous system ID <1..65535>
|
|
916
|
+
- Range: `1`-`65535`
|
|
876
917
|
:param pulumi.Input[_builtins.str] autonomous_system_id_variable: Variable name
|
|
877
918
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
878
919
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
879
|
-
:param pulumi.Input[_builtins.bool] filter: Selective route download
|
|
920
|
+
:param pulumi.Input[_builtins.bool] filter: Selective route download
|
|
921
|
+
- Default value: `false`
|
|
880
922
|
:param pulumi.Input[_builtins.str] filter_variable: Variable name
|
|
881
|
-
:param pulumi.Input[_builtins.int] hello_interval: Set EIGRP hello interval
|
|
923
|
+
:param pulumi.Input[_builtins.int] hello_interval: Set EIGRP hello interval
|
|
924
|
+
- Range: `0`-`65535`
|
|
925
|
+
- Default value: `5`
|
|
882
926
|
:param pulumi.Input[_builtins.str] hello_interval_variable: Variable name
|
|
883
927
|
:param pulumi.Input[_builtins.str] hmac_authentication_key: Set hmac-sha-256 authentication key, Attribute conditional on `authentication_type` being equal to `hmac-sha-256`
|
|
884
928
|
:param pulumi.Input[_builtins.str] hmac_authentication_key_variable: Variable name, Attribute conditional on `authentication_type` being equal to `hmac-sha-256`
|
|
885
|
-
:param pulumi.Input[_builtins.int] hold_time: Set EIGRP hold time
|
|
929
|
+
:param pulumi.Input[_builtins.int] hold_time: Set EIGRP hold time
|
|
930
|
+
- Range: `0`-`65535`
|
|
931
|
+
- Default value: `15`
|
|
886
932
|
:param pulumi.Input[_builtins.str] hold_time_variable: Variable name
|
|
887
933
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingEigrpFeatureInterfaceArgs', 'ServiceRoutingEigrpFeatureInterfaceArgsDict']]]] interfaces: Configure IPv4 Static Routes
|
|
888
934
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingEigrpFeatureMd5KeyArgs', 'ServiceRoutingEigrpFeatureMd5KeyArgsDict']]]] md5_keys: Set keychain details, Attribute conditional on `authentication_type` being equal to `md5`
|
|
@@ -922,7 +968,8 @@ class ServiceRoutingEigrpFeature(pulumi.CustomResource):
|
|
|
922
968
|
@pulumi.getter(name="authenticationType")
|
|
923
969
|
def authentication_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
924
970
|
"""
|
|
925
|
-
Set EIGRP router authentication type
|
|
971
|
+
Set EIGRP router authentication type
|
|
972
|
+
- Choices: `md5`, `hmac-sha-256`
|
|
926
973
|
"""
|
|
927
974
|
return pulumi.get(self, "authentication_type")
|
|
928
975
|
|
|
@@ -938,7 +985,8 @@ class ServiceRoutingEigrpFeature(pulumi.CustomResource):
|
|
|
938
985
|
@pulumi.getter(name="autonomousSystemId")
|
|
939
986
|
def autonomous_system_id(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
940
987
|
"""
|
|
941
|
-
Set autonomous system ID <1..65535>
|
|
988
|
+
Set autonomous system ID <1..65535>
|
|
989
|
+
- Range: `1`-`65535`
|
|
942
990
|
"""
|
|
943
991
|
return pulumi.get(self, "autonomous_system_id")
|
|
944
992
|
|
|
@@ -970,7 +1018,8 @@ class ServiceRoutingEigrpFeature(pulumi.CustomResource):
|
|
|
970
1018
|
@pulumi.getter
|
|
971
1019
|
def filter(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
972
1020
|
"""
|
|
973
|
-
Selective route download
|
|
1021
|
+
Selective route download
|
|
1022
|
+
- Default value: `false`
|
|
974
1023
|
"""
|
|
975
1024
|
return pulumi.get(self, "filter")
|
|
976
1025
|
|
|
@@ -986,7 +1035,9 @@ class ServiceRoutingEigrpFeature(pulumi.CustomResource):
|
|
|
986
1035
|
@pulumi.getter(name="helloInterval")
|
|
987
1036
|
def hello_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
988
1037
|
"""
|
|
989
|
-
Set EIGRP hello interval
|
|
1038
|
+
Set EIGRP hello interval
|
|
1039
|
+
- Range: `0`-`65535`
|
|
1040
|
+
- Default value: `5`
|
|
990
1041
|
"""
|
|
991
1042
|
return pulumi.get(self, "hello_interval")
|
|
992
1043
|
|
|
@@ -1018,7 +1069,9 @@ class ServiceRoutingEigrpFeature(pulumi.CustomResource):
|
|
|
1018
1069
|
@pulumi.getter(name="holdTime")
|
|
1019
1070
|
def hold_time(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
1020
1071
|
"""
|
|
1021
|
-
Set EIGRP hold time
|
|
1072
|
+
Set EIGRP hold time
|
|
1073
|
+
- Range: `0`-`65535`
|
|
1074
|
+
- Default value: `15`
|
|
1022
1075
|
"""
|
|
1023
1076
|
return pulumi.get(self, "hold_time")
|
|
1024
1077
|
|