pulumi-sdwan 0.4.1a1756438344__py3-none-any.whl → 0.5.0a1756506981__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.

Files changed (133) hide show
  1. pulumi_sdwan/advanced_inspection_profile_policy_definition.py +14 -7
  2. pulumi_sdwan/advanced_malware_protection_policy_definition.py +91 -42
  3. pulumi_sdwan/cedge_aaa_feature_template.py +147 -77
  4. pulumi_sdwan/cedge_global_feature_template.py +336 -175
  5. pulumi_sdwan/cedge_igmp_feature_template.py +14 -21
  6. pulumi_sdwan/cedge_multicast_feature_template.py +56 -42
  7. pulumi_sdwan/cedge_pim_feature_template.py +84 -56
  8. pulumi_sdwan/cellular_cedge_profile_feature_template.py +70 -42
  9. pulumi_sdwan/cellular_controller_feature_template.py +70 -49
  10. pulumi_sdwan/cellular_profile_feature_template.py +63 -42
  11. pulumi_sdwan/cflowd_policy_definition.py +70 -35
  12. pulumi_sdwan/cisco_banner_feature_template.py +14 -21
  13. pulumi_sdwan/cisco_bfd_feature_template.py +77 -49
  14. pulumi_sdwan/cisco_bgp_feature_template.py +231 -112
  15. pulumi_sdwan/cisco_dhcp_server_feature_template.py +49 -35
  16. pulumi_sdwan/cisco_logging_feature_template.py +70 -42
  17. pulumi_sdwan/cisco_ntp_feature_template.py +42 -35
  18. pulumi_sdwan/cisco_omp_feature_template.py +231 -112
  19. pulumi_sdwan/cisco_ospf_feature_template.py +231 -105
  20. pulumi_sdwan/cisco_ospfv3_feature_template.py +518 -217
  21. pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +35 -28
  22. pulumi_sdwan/cisco_security_feature_template.py +91 -56
  23. pulumi_sdwan/cisco_sig_credentials_feature_template.py +28 -28
  24. pulumi_sdwan/cisco_snmp_feature_template.py +28 -28
  25. pulumi_sdwan/cisco_system_feature_template.py +469 -742
  26. pulumi_sdwan/cisco_thousandeyes_feature_template.py +14 -21
  27. pulumi_sdwan/cisco_trustsec_feature_template.py +203 -112
  28. pulumi_sdwan/cisco_vpn_feature_template.py +98 -56
  29. pulumi_sdwan/cisco_vpn_interface_feature_template.py +1211 -602
  30. pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +105 -70
  31. pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +329 -161
  32. pulumi_sdwan/cisco_wireless_lan_feature_template.py +98 -98
  33. pulumi_sdwan/class_map_policy_object.py +14 -7
  34. pulumi_sdwan/cli_device_template.py +14 -7
  35. pulumi_sdwan/cli_template_feature_template.py +14 -21
  36. pulumi_sdwan/configuration_group.py +28 -14
  37. pulumi_sdwan/custom_control_topology_policy_definition.py +14 -7
  38. pulumi_sdwan/eigrp_feature_template.py +98 -56
  39. pulumi_sdwan/feature_device_template.py +14 -7
  40. pulumi_sdwan/gps_feature_template.py +77 -49
  41. pulumi_sdwan/intrusion_prevention_policy_definition.py +56 -28
  42. pulumi_sdwan/ipv4_acl_policy_definition.py +14 -7
  43. pulumi_sdwan/ipv4_device_acl_policy_definition.py +14 -7
  44. pulumi_sdwan/ipv6_acl_policy_definition.py +14 -7
  45. pulumi_sdwan/ipv6_device_acl_policy_definition.py +14 -7
  46. pulumi_sdwan/localized_policy.py +112 -56
  47. pulumi_sdwan/other_ucse_feature.py +98 -56
  48. pulumi_sdwan/policer_policy_object.py +42 -21
  49. pulumi_sdwan/policy_group.py +14 -7
  50. pulumi_sdwan/policy_object_as_path_list.py +14 -7
  51. pulumi_sdwan/policy_object_security_geolocation_list.py +7 -7
  52. pulumi_sdwan/preferred_color_group_policy_object.py +42 -21
  53. pulumi_sdwan/pulumi-plugin.json +1 -1
  54. pulumi_sdwan/route_policy_definition.py +14 -7
  55. pulumi_sdwan/security_app_hosting_feature_template.py +14 -21
  56. pulumi_sdwan/security_policy.py +98 -49
  57. pulumi_sdwan/service_dhcp_server_feature.py +49 -49
  58. pulumi_sdwan/service_ipv4_acl_feature.py +21 -7
  59. pulumi_sdwan/service_ipv6_acl_feature.py +21 -7
  60. pulumi_sdwan/service_lan_vpn_feature.py +63 -28
  61. pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +392 -210
  62. pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +84 -70
  63. pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +329 -245
  64. pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +147 -91
  65. pulumi_sdwan/service_multicast_feature.py +91 -42
  66. pulumi_sdwan/service_object_tracker_feature.py +63 -56
  67. pulumi_sdwan/service_object_tracker_group_feature.py +35 -14
  68. pulumi_sdwan/service_route_policy_feature.py +21 -7
  69. pulumi_sdwan/service_routing_bgp_feature.py +287 -133
  70. pulumi_sdwan/service_routing_eigrp_feature.py +84 -35
  71. pulumi_sdwan/service_routing_ospf_feature.py +217 -84
  72. pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +238 -91
  73. pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +238 -91
  74. pulumi_sdwan/service_switchport_feature.py +21 -7
  75. pulumi_sdwan/service_tracker_feature.py +105 -35
  76. pulumi_sdwan/service_tracker_group_feature.py +21 -7
  77. pulumi_sdwan/service_wireless_lan_feature.py +63 -126
  78. pulumi_sdwan/sla_class_policy_object.py +91 -63
  79. pulumi_sdwan/switchport_feature_template.py +91 -49
  80. pulumi_sdwan/system_aaa_feature.py +56 -28
  81. pulumi_sdwan/system_basic_feature.py +392 -693
  82. pulumi_sdwan/system_bfd_feature.py +42 -21
  83. pulumi_sdwan/system_flexible_port_speed_feature.py +21 -21
  84. pulumi_sdwan/system_global_feature.py +322 -154
  85. pulumi_sdwan/system_ipv4_device_access_feature.py +21 -7
  86. pulumi_sdwan/system_ipv6_device_access_feature.py +21 -7
  87. pulumi_sdwan/system_logging_feature.py +56 -21
  88. pulumi_sdwan/system_mrf_feature.py +70 -35
  89. pulumi_sdwan/system_ntp_feature.py +28 -14
  90. pulumi_sdwan/system_omp_feature.py +441 -196
  91. pulumi_sdwan/system_performance_monitoring_feature.py +56 -28
  92. pulumi_sdwan/system_remote_access_feature.py +203 -133
  93. pulumi_sdwan/system_security_feature.py +77 -35
  94. pulumi_sdwan/system_snmp_feature.py +14 -7
  95. pulumi_sdwan/tls_ssl_decryption_policy_definition.py +168 -84
  96. pulumi_sdwan/tls_ssl_profile_policy_definition.py +28 -14
  97. pulumi_sdwan/traffic_data_policy_definition.py +14 -7
  98. pulumi_sdwan/transport_cellular_controller_feature.py +56 -28
  99. pulumi_sdwan/transport_cellular_profile_feature.py +63 -35
  100. pulumi_sdwan/transport_gps_feature.py +63 -28
  101. pulumi_sdwan/transport_ipv4_acl_feature.py +21 -7
  102. pulumi_sdwan/transport_ipv6_acl_feature.py +21 -7
  103. pulumi_sdwan/transport_ipv6_tracker_feature.py +105 -35
  104. pulumi_sdwan/transport_ipv6_tracker_group_feature.py +21 -7
  105. pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +259 -154
  106. pulumi_sdwan/transport_route_policy_feature.py +21 -7
  107. pulumi_sdwan/transport_routing_bgp_feature.py +287 -133
  108. pulumi_sdwan/transport_routing_ospf_feature.py +217 -84
  109. pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +238 -91
  110. pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +238 -91
  111. pulumi_sdwan/transport_t1_e1_controller_feature.py +14 -7
  112. pulumi_sdwan/transport_tracker_feature.py +105 -35
  113. pulumi_sdwan/transport_tracker_group_feature.py +21 -7
  114. pulumi_sdwan/transport_wan_vpn_feature.py +28 -14
  115. pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +840 -413
  116. pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +1162 -735
  117. pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +84 -70
  118. pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +329 -245
  119. pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +665 -371
  120. pulumi_sdwan/url_filtering_policy_definition.py +56 -35
  121. pulumi_sdwan/vpn_interface_cellular_feature_template.py +931 -455
  122. pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +959 -469
  123. pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +924 -448
  124. pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +980 -476
  125. pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +980 -476
  126. pulumi_sdwan/vpn_interface_multilink_feature_template.py +812 -406
  127. pulumi_sdwan/vpn_interface_svi_feature_template.py +168 -84
  128. pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +721 -378
  129. pulumi_sdwan/zone_based_firewall_policy_definition.py +28 -14
  130. {pulumi_sdwan-0.4.1a1756438344.dist-info → pulumi_sdwan-0.5.0a1756506981.dist-info}/METADATA +1 -1
  131. {pulumi_sdwan-0.4.1a1756438344.dist-info → pulumi_sdwan-0.5.0a1756506981.dist-info}/RECORD +133 -133
  132. {pulumi_sdwan-0.4.1a1756438344.dist-info → pulumi_sdwan-0.5.0a1756506981.dist-info}/WHEEL +0 -0
  133. {pulumi_sdwan-0.4.1a1756438344.dist-info → pulumi_sdwan-0.5.0a1756506981.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 - Choices: `md5`, `hmac-sha-256`
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> - Range: `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 - Default value: `false`
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 - Range: `0`-`65535` - Default value: `5`
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 - Range: `0`-`65535` - Default value: `15`
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 - Choices: `md5`, `hmac-sha-256`
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> - Range: `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 - Default value: `false`
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 - Range: `0`-`65535` - Default value: `5`
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 - Range: `0`-`65535` - Default value: `15`
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 - Choices: `md5`, `hmac-sha-256`
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> - Range: `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 - Default value: `false`
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 - Range: `0`-`65535` - Default value: `5`
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 - Range: `0`-`65535` - Default value: `15`
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 - Choices: `md5`, `hmac-sha-256`
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> - Range: `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 - Default value: `false`
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 - Range: `0`-`65535` - Default value: `5`
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 - Range: `0`-`65535` - Default value: `15`
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
 
@@ -723,19 +751,26 @@ class ServiceRoutingEigrpFeature(pulumi.CustomResource):
723
751
 
724
752
  :param str resource_name: The name of the resource.
725
753
  :param pulumi.ResourceOptions opts: Options for the resource.
726
- :param pulumi.Input[_builtins.str] authentication_type: Set EIGRP router authentication type - Choices: `md5`, `hmac-sha-256`
754
+ :param pulumi.Input[_builtins.str] authentication_type: Set EIGRP router authentication type
755
+ - Choices: `md5`, `hmac-sha-256`
727
756
  :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> - Range: `1`-`65535`
757
+ :param pulumi.Input[_builtins.int] autonomous_system_id: Set autonomous system ID <1..65535>
758
+ - Range: `1`-`65535`
729
759
  :param pulumi.Input[_builtins.str] autonomous_system_id_variable: Variable name
730
760
  :param pulumi.Input[_builtins.str] description: The description of the Feature
731
761
  :param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
732
- :param pulumi.Input[_builtins.bool] filter: Selective route download - Default value: `false`
762
+ :param pulumi.Input[_builtins.bool] filter: Selective route download
763
+ - Default value: `false`
733
764
  :param pulumi.Input[_builtins.str] filter_variable: Variable name
734
- :param pulumi.Input[_builtins.int] hello_interval: Set EIGRP hello interval - Range: `0`-`65535` - Default value: `5`
765
+ :param pulumi.Input[_builtins.int] hello_interval: Set EIGRP hello interval
766
+ - Range: `0`-`65535`
767
+ - Default value: `5`
735
768
  :param pulumi.Input[_builtins.str] hello_interval_variable: Variable name
736
769
  :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
770
  :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 - Range: `0`-`65535` - Default value: `15`
771
+ :param pulumi.Input[_builtins.int] hold_time: Set EIGRP hold time
772
+ - Range: `0`-`65535`
773
+ - Default value: `15`
739
774
  :param pulumi.Input[_builtins.str] hold_time_variable: Variable name
740
775
  :param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingEigrpFeatureInterfaceArgs', 'ServiceRoutingEigrpFeatureInterfaceArgsDict']]]] interfaces: Configure IPv4 Static Routes
741
776
  :param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingEigrpFeatureMd5KeyArgs', 'ServiceRoutingEigrpFeatureMd5KeyArgsDict']]]] md5_keys: Set keychain details, Attribute conditional on `authentication_type` being equal to `md5`
@@ -870,19 +905,26 @@ class ServiceRoutingEigrpFeature(pulumi.CustomResource):
870
905
  :param str resource_name: The unique name of the resulting resource.
871
906
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
872
907
  :param pulumi.ResourceOptions opts: Options for the resource.
873
- :param pulumi.Input[_builtins.str] authentication_type: Set EIGRP router authentication type - Choices: `md5`, `hmac-sha-256`
908
+ :param pulumi.Input[_builtins.str] authentication_type: Set EIGRP router authentication type
909
+ - Choices: `md5`, `hmac-sha-256`
874
910
  :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> - Range: `1`-`65535`
911
+ :param pulumi.Input[_builtins.int] autonomous_system_id: Set autonomous system ID <1..65535>
912
+ - Range: `1`-`65535`
876
913
  :param pulumi.Input[_builtins.str] autonomous_system_id_variable: Variable name
877
914
  :param pulumi.Input[_builtins.str] description: The description of the Feature
878
915
  :param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
879
- :param pulumi.Input[_builtins.bool] filter: Selective route download - Default value: `false`
916
+ :param pulumi.Input[_builtins.bool] filter: Selective route download
917
+ - Default value: `false`
880
918
  :param pulumi.Input[_builtins.str] filter_variable: Variable name
881
- :param pulumi.Input[_builtins.int] hello_interval: Set EIGRP hello interval - Range: `0`-`65535` - Default value: `5`
919
+ :param pulumi.Input[_builtins.int] hello_interval: Set EIGRP hello interval
920
+ - Range: `0`-`65535`
921
+ - Default value: `5`
882
922
  :param pulumi.Input[_builtins.str] hello_interval_variable: Variable name
883
923
  :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
924
  :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 - Range: `0`-`65535` - Default value: `15`
925
+ :param pulumi.Input[_builtins.int] hold_time: Set EIGRP hold time
926
+ - Range: `0`-`65535`
927
+ - Default value: `15`
886
928
  :param pulumi.Input[_builtins.str] hold_time_variable: Variable name
887
929
  :param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingEigrpFeatureInterfaceArgs', 'ServiceRoutingEigrpFeatureInterfaceArgsDict']]]] interfaces: Configure IPv4 Static Routes
888
930
  :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 +964,8 @@ class ServiceRoutingEigrpFeature(pulumi.CustomResource):
922
964
  @pulumi.getter(name="authenticationType")
923
965
  def authentication_type(self) -> pulumi.Output[Optional[_builtins.str]]:
924
966
  """
925
- Set EIGRP router authentication type - Choices: `md5`, `hmac-sha-256`
967
+ Set EIGRP router authentication type
968
+ - Choices: `md5`, `hmac-sha-256`
926
969
  """
927
970
  return pulumi.get(self, "authentication_type")
928
971
 
@@ -938,7 +981,8 @@ class ServiceRoutingEigrpFeature(pulumi.CustomResource):
938
981
  @pulumi.getter(name="autonomousSystemId")
939
982
  def autonomous_system_id(self) -> pulumi.Output[Optional[_builtins.int]]:
940
983
  """
941
- Set autonomous system ID <1..65535> - Range: `1`-`65535`
984
+ Set autonomous system ID <1..65535>
985
+ - Range: `1`-`65535`
942
986
  """
943
987
  return pulumi.get(self, "autonomous_system_id")
944
988
 
@@ -970,7 +1014,8 @@ class ServiceRoutingEigrpFeature(pulumi.CustomResource):
970
1014
  @pulumi.getter
971
1015
  def filter(self) -> pulumi.Output[Optional[_builtins.bool]]:
972
1016
  """
973
- Selective route download - Default value: `false`
1017
+ Selective route download
1018
+ - Default value: `false`
974
1019
  """
975
1020
  return pulumi.get(self, "filter")
976
1021
 
@@ -986,7 +1031,9 @@ class ServiceRoutingEigrpFeature(pulumi.CustomResource):
986
1031
  @pulumi.getter(name="helloInterval")
987
1032
  def hello_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
988
1033
  """
989
- Set EIGRP hello interval - Range: `0`-`65535` - Default value: `5`
1034
+ Set EIGRP hello interval
1035
+ - Range: `0`-`65535`
1036
+ - Default value: `5`
990
1037
  """
991
1038
  return pulumi.get(self, "hello_interval")
992
1039
 
@@ -1018,7 +1065,9 @@ class ServiceRoutingEigrpFeature(pulumi.CustomResource):
1018
1065
  @pulumi.getter(name="holdTime")
1019
1066
  def hold_time(self) -> pulumi.Output[Optional[_builtins.int]]:
1020
1067
  """
1021
- Set EIGRP hold time - Range: `0`-`65535` - Default value: `15`
1068
+ Set EIGRP hold time
1069
+ - Range: `0`-`65535`
1070
+ - Default value: `15`
1022
1071
  """
1023
1072
  return pulumi.get(self, "hold_time")
1024
1073