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
@@ -55,37 +55,54 @@ class CiscoOmpFeatureTemplateArgs:
55
55
  """
56
56
  The set of arguments for constructing a CiscoOmpFeatureTemplate resource.
57
57
  :param pulumi.Input[_builtins.str] description: The description of the feature template
58
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types - Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`,
59
- `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`,
60
- `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
58
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
59
+ - Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
61
60
  :param pulumi.Input[Sequence[pulumi.Input['CiscoOmpFeatureTemplateAdvertiseIpv4RouteArgs']]] advertise_ipv4_routes: Advertise locally learned routes to OMP
62
61
  :param pulumi.Input[Sequence[pulumi.Input['CiscoOmpFeatureTemplateAdvertiseIpv6RouteArgs']]] advertise_ipv6_routes: Advertise locally learned routes to OMP
63
- :param pulumi.Input[_builtins.int] advertisement_interval: Set the time between OMP Update packets - Range: `0`-`65535` - Default value: `1`
62
+ :param pulumi.Input[_builtins.int] advertisement_interval: Set the time between OMP Update packets
63
+ - Range: `0`-`65535`
64
+ - Default value: `1`
64
65
  :param pulumi.Input[_builtins.str] advertisement_interval_variable: Variable name
65
- :param pulumi.Input[_builtins.int] ecmp_limit: Set maximum number of OMP paths to install in vEdge route table - Range: `1`-`16` - Default value: `4`
66
+ :param pulumi.Input[_builtins.int] ecmp_limit: Set maximum number of OMP paths to install in vEdge route table
67
+ - Range: `1`-`16`
68
+ - Default value: `4`
66
69
  :param pulumi.Input[_builtins.str] ecmp_limit_variable: Variable name
67
- :param pulumi.Input[_builtins.int] eor_timer: End of RIB timer <1..604800> seconds - Range: `1`-`3600` - Default value: `300`
70
+ :param pulumi.Input[_builtins.int] eor_timer: End of RIB timer <1..604800> seconds
71
+ - Range: `1`-`3600`
72
+ - Default value: `300`
68
73
  :param pulumi.Input[_builtins.str] eor_timer_variable: Variable name
69
- :param pulumi.Input[_builtins.bool] graceful_restart: Enable or disable OMP graceful restart - Default value: `true`
70
- :param pulumi.Input[_builtins.int] graceful_restart_timer: Set the OMP graceful restart timer - Range: `1`-`604800` - Default value: `43200`
74
+ :param pulumi.Input[_builtins.bool] graceful_restart: Enable or disable OMP graceful restart
75
+ - Default value: `true`
76
+ :param pulumi.Input[_builtins.int] graceful_restart_timer: Set the OMP graceful restart timer
77
+ - Range: `1`-`604800`
78
+ - Default value: `43200`
71
79
  :param pulumi.Input[_builtins.str] graceful_restart_timer_variable: Variable name
72
80
  :param pulumi.Input[_builtins.str] graceful_restart_variable: Variable name
73
- :param pulumi.Input[_builtins.int] holdtime: Set how long to wait before closing OMP peer connection - Default value: `60`
81
+ :param pulumi.Input[_builtins.int] holdtime: Set how long to wait before closing OMP peer connection
82
+ - Default value: `60`
74
83
  :param pulumi.Input[_builtins.str] holdtime_variable: Variable name
75
- :param pulumi.Input[_builtins.bool] ignore_region_path_length: Ignore Region-Path Length During Best-Path Algorithm - Default value: `false`
84
+ :param pulumi.Input[_builtins.bool] ignore_region_path_length: Ignore Region-Path Length During Best-Path Algorithm
85
+ - Default value: `false`
76
86
  :param pulumi.Input[_builtins.str] ignore_region_path_length_variable: Variable name
77
87
  :param pulumi.Input[_builtins.str] name: The name of the feature template
78
- :param pulumi.Input[_builtins.int] omp_admin_distance_ipv4: omp-admin-distance-ipv4 - Range: `1`-`255`
88
+ :param pulumi.Input[_builtins.int] omp_admin_distance_ipv4: omp-admin-distance-ipv4
89
+ - Range: `1`-`255`
79
90
  :param pulumi.Input[_builtins.str] omp_admin_distance_ipv4_variable: Variable name
80
- :param pulumi.Input[_builtins.int] omp_admin_distance_ipv6: omp-admin-distance-ipv6 - Range: `1`-`255`
91
+ :param pulumi.Input[_builtins.int] omp_admin_distance_ipv6: omp-admin-distance-ipv6
92
+ - Range: `1`-`255`
81
93
  :param pulumi.Input[_builtins.str] omp_admin_distance_ipv6_variable: Variable name
82
- :param pulumi.Input[_builtins.int] overlay_as: Set Overlay AS number <1..4294967295> or <XX.YY> - Range: `1`-`4294967295`
94
+ :param pulumi.Input[_builtins.int] overlay_as: Set Overlay AS number <1..4294967295> or <XX.YY>
95
+ - Range: `1`-`4294967295`
83
96
  :param pulumi.Input[_builtins.str] overlay_as_variable: Variable name
84
- :param pulumi.Input[_builtins.int] send_path_limit: Set number of TLOC routes advertised between vSmart and vEdge - Range: `1`-`16` - Default value: `4`
97
+ :param pulumi.Input[_builtins.int] send_path_limit: Set number of TLOC routes advertised between vSmart and vEdge
98
+ - Range: `1`-`16`
99
+ - Default value: `4`
85
100
  :param pulumi.Input[_builtins.str] send_path_limit_variable: Variable name
86
- :param pulumi.Input[_builtins.bool] shutdown: Enable or disable OMP - Default value: `false`
101
+ :param pulumi.Input[_builtins.bool] shutdown: Enable or disable OMP
102
+ - Default value: `false`
87
103
  :param pulumi.Input[_builtins.str] shutdown_variable: Variable name
88
- :param pulumi.Input[_builtins.str] transport_gateway: Transport gateway path computation - Choices: `prefer`, `ecmp-with-direct-path`
104
+ :param pulumi.Input[_builtins.str] transport_gateway: Transport gateway path computation
105
+ - Choices: `prefer`, `ecmp-with-direct-path`
89
106
  :param pulumi.Input[_builtins.str] transport_gateway_variable: Variable name
90
107
  """
91
108
  pulumi.set(__self__, "description", description)
@@ -165,9 +182,8 @@ class CiscoOmpFeatureTemplateArgs:
165
182
  @pulumi.getter(name="deviceTypes")
166
183
  def device_types(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
167
184
  """
168
- List of supported device types - Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`,
169
- `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`,
170
- `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
185
+ List of supported device types
186
+ - Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
171
187
  """
172
188
  return pulumi.get(self, "device_types")
173
189
 
@@ -203,7 +219,9 @@ class CiscoOmpFeatureTemplateArgs:
203
219
  @pulumi.getter(name="advertisementInterval")
204
220
  def advertisement_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
205
221
  """
206
- Set the time between OMP Update packets - Range: `0`-`65535` - Default value: `1`
222
+ Set the time between OMP Update packets
223
+ - Range: `0`-`65535`
224
+ - Default value: `1`
207
225
  """
208
226
  return pulumi.get(self, "advertisement_interval")
209
227
 
@@ -227,7 +245,9 @@ class CiscoOmpFeatureTemplateArgs:
227
245
  @pulumi.getter(name="ecmpLimit")
228
246
  def ecmp_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
229
247
  """
230
- Set maximum number of OMP paths to install in vEdge route table - Range: `1`-`16` - Default value: `4`
248
+ Set maximum number of OMP paths to install in vEdge route table
249
+ - Range: `1`-`16`
250
+ - Default value: `4`
231
251
  """
232
252
  return pulumi.get(self, "ecmp_limit")
233
253
 
@@ -251,7 +271,9 @@ class CiscoOmpFeatureTemplateArgs:
251
271
  @pulumi.getter(name="eorTimer")
252
272
  def eor_timer(self) -> Optional[pulumi.Input[_builtins.int]]:
253
273
  """
254
- End of RIB timer <1..604800> seconds - Range: `1`-`3600` - Default value: `300`
274
+ End of RIB timer <1..604800> seconds
275
+ - Range: `1`-`3600`
276
+ - Default value: `300`
255
277
  """
256
278
  return pulumi.get(self, "eor_timer")
257
279
 
@@ -275,7 +297,8 @@ class CiscoOmpFeatureTemplateArgs:
275
297
  @pulumi.getter(name="gracefulRestart")
276
298
  def graceful_restart(self) -> Optional[pulumi.Input[_builtins.bool]]:
277
299
  """
278
- Enable or disable OMP graceful restart - Default value: `true`
300
+ Enable or disable OMP graceful restart
301
+ - Default value: `true`
279
302
  """
280
303
  return pulumi.get(self, "graceful_restart")
281
304
 
@@ -287,7 +310,9 @@ class CiscoOmpFeatureTemplateArgs:
287
310
  @pulumi.getter(name="gracefulRestartTimer")
288
311
  def graceful_restart_timer(self) -> Optional[pulumi.Input[_builtins.int]]:
289
312
  """
290
- Set the OMP graceful restart timer - Range: `1`-`604800` - Default value: `43200`
313
+ Set the OMP graceful restart timer
314
+ - Range: `1`-`604800`
315
+ - Default value: `43200`
291
316
  """
292
317
  return pulumi.get(self, "graceful_restart_timer")
293
318
 
@@ -323,7 +348,8 @@ class CiscoOmpFeatureTemplateArgs:
323
348
  @pulumi.getter
324
349
  def holdtime(self) -> Optional[pulumi.Input[_builtins.int]]:
325
350
  """
326
- Set how long to wait before closing OMP peer connection - Default value: `60`
351
+ Set how long to wait before closing OMP peer connection
352
+ - Default value: `60`
327
353
  """
328
354
  return pulumi.get(self, "holdtime")
329
355
 
@@ -347,7 +373,8 @@ class CiscoOmpFeatureTemplateArgs:
347
373
  @pulumi.getter(name="ignoreRegionPathLength")
348
374
  def ignore_region_path_length(self) -> Optional[pulumi.Input[_builtins.bool]]:
349
375
  """
350
- Ignore Region-Path Length During Best-Path Algorithm - Default value: `false`
376
+ Ignore Region-Path Length During Best-Path Algorithm
377
+ - Default value: `false`
351
378
  """
352
379
  return pulumi.get(self, "ignore_region_path_length")
353
380
 
@@ -383,7 +410,8 @@ class CiscoOmpFeatureTemplateArgs:
383
410
  @pulumi.getter(name="ompAdminDistanceIpv4")
384
411
  def omp_admin_distance_ipv4(self) -> Optional[pulumi.Input[_builtins.int]]:
385
412
  """
386
- omp-admin-distance-ipv4 - Range: `1`-`255`
413
+ omp-admin-distance-ipv4
414
+ - Range: `1`-`255`
387
415
  """
388
416
  return pulumi.get(self, "omp_admin_distance_ipv4")
389
417
 
@@ -407,7 +435,8 @@ class CiscoOmpFeatureTemplateArgs:
407
435
  @pulumi.getter(name="ompAdminDistanceIpv6")
408
436
  def omp_admin_distance_ipv6(self) -> Optional[pulumi.Input[_builtins.int]]:
409
437
  """
410
- omp-admin-distance-ipv6 - Range: `1`-`255`
438
+ omp-admin-distance-ipv6
439
+ - Range: `1`-`255`
411
440
  """
412
441
  return pulumi.get(self, "omp_admin_distance_ipv6")
413
442
 
@@ -431,7 +460,8 @@ class CiscoOmpFeatureTemplateArgs:
431
460
  @pulumi.getter(name="overlayAs")
432
461
  def overlay_as(self) -> Optional[pulumi.Input[_builtins.int]]:
433
462
  """
434
- Set Overlay AS number <1..4294967295> or <XX.YY> - Range: `1`-`4294967295`
463
+ Set Overlay AS number <1..4294967295> or <XX.YY>
464
+ - Range: `1`-`4294967295`
435
465
  """
436
466
  return pulumi.get(self, "overlay_as")
437
467
 
@@ -455,7 +485,9 @@ class CiscoOmpFeatureTemplateArgs:
455
485
  @pulumi.getter(name="sendPathLimit")
456
486
  def send_path_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
457
487
  """
458
- Set number of TLOC routes advertised between vSmart and vEdge - Range: `1`-`16` - Default value: `4`
488
+ Set number of TLOC routes advertised between vSmart and vEdge
489
+ - Range: `1`-`16`
490
+ - Default value: `4`
459
491
  """
460
492
  return pulumi.get(self, "send_path_limit")
461
493
 
@@ -479,7 +511,8 @@ class CiscoOmpFeatureTemplateArgs:
479
511
  @pulumi.getter
480
512
  def shutdown(self) -> Optional[pulumi.Input[_builtins.bool]]:
481
513
  """
482
- Enable or disable OMP - Default value: `false`
514
+ Enable or disable OMP
515
+ - Default value: `false`
483
516
  """
484
517
  return pulumi.get(self, "shutdown")
485
518
 
@@ -503,7 +536,8 @@ class CiscoOmpFeatureTemplateArgs:
503
536
  @pulumi.getter(name="transportGateway")
504
537
  def transport_gateway(self) -> Optional[pulumi.Input[_builtins.str]]:
505
538
  """
506
- Transport gateway path computation - Choices: `prefer`, `ecmp-with-direct-path`
539
+ Transport gateway path computation
540
+ - Choices: `prefer`, `ecmp-with-direct-path`
507
541
  """
508
542
  return pulumi.get(self, "transport_gateway")
509
543
 
@@ -564,37 +598,54 @@ class _CiscoOmpFeatureTemplateState:
564
598
  Input properties used for looking up and filtering CiscoOmpFeatureTemplate resources.
565
599
  :param pulumi.Input[Sequence[pulumi.Input['CiscoOmpFeatureTemplateAdvertiseIpv4RouteArgs']]] advertise_ipv4_routes: Advertise locally learned routes to OMP
566
600
  :param pulumi.Input[Sequence[pulumi.Input['CiscoOmpFeatureTemplateAdvertiseIpv6RouteArgs']]] advertise_ipv6_routes: Advertise locally learned routes to OMP
567
- :param pulumi.Input[_builtins.int] advertisement_interval: Set the time between OMP Update packets - Range: `0`-`65535` - Default value: `1`
601
+ :param pulumi.Input[_builtins.int] advertisement_interval: Set the time between OMP Update packets
602
+ - Range: `0`-`65535`
603
+ - Default value: `1`
568
604
  :param pulumi.Input[_builtins.str] advertisement_interval_variable: Variable name
569
605
  :param pulumi.Input[_builtins.str] description: The description of the feature template
570
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types - Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`,
571
- `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`,
572
- `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
573
- :param pulumi.Input[_builtins.int] ecmp_limit: Set maximum number of OMP paths to install in vEdge route table - Range: `1`-`16` - Default value: `4`
606
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
607
+ - Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
608
+ :param pulumi.Input[_builtins.int] ecmp_limit: Set maximum number of OMP paths to install in vEdge route table
609
+ - Range: `1`-`16`
610
+ - Default value: `4`
574
611
  :param pulumi.Input[_builtins.str] ecmp_limit_variable: Variable name
575
- :param pulumi.Input[_builtins.int] eor_timer: End of RIB timer <1..604800> seconds - Range: `1`-`3600` - Default value: `300`
612
+ :param pulumi.Input[_builtins.int] eor_timer: End of RIB timer <1..604800> seconds
613
+ - Range: `1`-`3600`
614
+ - Default value: `300`
576
615
  :param pulumi.Input[_builtins.str] eor_timer_variable: Variable name
577
- :param pulumi.Input[_builtins.bool] graceful_restart: Enable or disable OMP graceful restart - Default value: `true`
578
- :param pulumi.Input[_builtins.int] graceful_restart_timer: Set the OMP graceful restart timer - Range: `1`-`604800` - Default value: `43200`
616
+ :param pulumi.Input[_builtins.bool] graceful_restart: Enable or disable OMP graceful restart
617
+ - Default value: `true`
618
+ :param pulumi.Input[_builtins.int] graceful_restart_timer: Set the OMP graceful restart timer
619
+ - Range: `1`-`604800`
620
+ - Default value: `43200`
579
621
  :param pulumi.Input[_builtins.str] graceful_restart_timer_variable: Variable name
580
622
  :param pulumi.Input[_builtins.str] graceful_restart_variable: Variable name
581
- :param pulumi.Input[_builtins.int] holdtime: Set how long to wait before closing OMP peer connection - Default value: `60`
623
+ :param pulumi.Input[_builtins.int] holdtime: Set how long to wait before closing OMP peer connection
624
+ - Default value: `60`
582
625
  :param pulumi.Input[_builtins.str] holdtime_variable: Variable name
583
- :param pulumi.Input[_builtins.bool] ignore_region_path_length: Ignore Region-Path Length During Best-Path Algorithm - Default value: `false`
626
+ :param pulumi.Input[_builtins.bool] ignore_region_path_length: Ignore Region-Path Length During Best-Path Algorithm
627
+ - Default value: `false`
584
628
  :param pulumi.Input[_builtins.str] ignore_region_path_length_variable: Variable name
585
629
  :param pulumi.Input[_builtins.str] name: The name of the feature template
586
- :param pulumi.Input[_builtins.int] omp_admin_distance_ipv4: omp-admin-distance-ipv4 - Range: `1`-`255`
630
+ :param pulumi.Input[_builtins.int] omp_admin_distance_ipv4: omp-admin-distance-ipv4
631
+ - Range: `1`-`255`
587
632
  :param pulumi.Input[_builtins.str] omp_admin_distance_ipv4_variable: Variable name
588
- :param pulumi.Input[_builtins.int] omp_admin_distance_ipv6: omp-admin-distance-ipv6 - Range: `1`-`255`
633
+ :param pulumi.Input[_builtins.int] omp_admin_distance_ipv6: omp-admin-distance-ipv6
634
+ - Range: `1`-`255`
589
635
  :param pulumi.Input[_builtins.str] omp_admin_distance_ipv6_variable: Variable name
590
- :param pulumi.Input[_builtins.int] overlay_as: Set Overlay AS number <1..4294967295> or <XX.YY> - Range: `1`-`4294967295`
636
+ :param pulumi.Input[_builtins.int] overlay_as: Set Overlay AS number <1..4294967295> or <XX.YY>
637
+ - Range: `1`-`4294967295`
591
638
  :param pulumi.Input[_builtins.str] overlay_as_variable: Variable name
592
- :param pulumi.Input[_builtins.int] send_path_limit: Set number of TLOC routes advertised between vSmart and vEdge - Range: `1`-`16` - Default value: `4`
639
+ :param pulumi.Input[_builtins.int] send_path_limit: Set number of TLOC routes advertised between vSmart and vEdge
640
+ - Range: `1`-`16`
641
+ - Default value: `4`
593
642
  :param pulumi.Input[_builtins.str] send_path_limit_variable: Variable name
594
- :param pulumi.Input[_builtins.bool] shutdown: Enable or disable OMP - Default value: `false`
643
+ :param pulumi.Input[_builtins.bool] shutdown: Enable or disable OMP
644
+ - Default value: `false`
595
645
  :param pulumi.Input[_builtins.str] shutdown_variable: Variable name
596
646
  :param pulumi.Input[_builtins.str] template_type: The template type
597
- :param pulumi.Input[_builtins.str] transport_gateway: Transport gateway path computation - Choices: `prefer`, `ecmp-with-direct-path`
647
+ :param pulumi.Input[_builtins.str] transport_gateway: Transport gateway path computation
648
+ - Choices: `prefer`, `ecmp-with-direct-path`
598
649
  :param pulumi.Input[_builtins.str] transport_gateway_variable: Variable name
599
650
  :param pulumi.Input[_builtins.int] version: The version of the feature template
600
651
  """
@@ -693,7 +744,9 @@ class _CiscoOmpFeatureTemplateState:
693
744
  @pulumi.getter(name="advertisementInterval")
694
745
  def advertisement_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
695
746
  """
696
- Set the time between OMP Update packets - Range: `0`-`65535` - Default value: `1`
747
+ Set the time between OMP Update packets
748
+ - Range: `0`-`65535`
749
+ - Default value: `1`
697
750
  """
698
751
  return pulumi.get(self, "advertisement_interval")
699
752
 
@@ -729,9 +782,8 @@ class _CiscoOmpFeatureTemplateState:
729
782
  @pulumi.getter(name="deviceTypes")
730
783
  def device_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
731
784
  """
732
- List of supported device types - Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`,
733
- `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`,
734
- `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
785
+ List of supported device types
786
+ - Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
735
787
  """
736
788
  return pulumi.get(self, "device_types")
737
789
 
@@ -743,7 +795,9 @@ class _CiscoOmpFeatureTemplateState:
743
795
  @pulumi.getter(name="ecmpLimit")
744
796
  def ecmp_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
745
797
  """
746
- Set maximum number of OMP paths to install in vEdge route table - Range: `1`-`16` - Default value: `4`
798
+ Set maximum number of OMP paths to install in vEdge route table
799
+ - Range: `1`-`16`
800
+ - Default value: `4`
747
801
  """
748
802
  return pulumi.get(self, "ecmp_limit")
749
803
 
@@ -767,7 +821,9 @@ class _CiscoOmpFeatureTemplateState:
767
821
  @pulumi.getter(name="eorTimer")
768
822
  def eor_timer(self) -> Optional[pulumi.Input[_builtins.int]]:
769
823
  """
770
- End of RIB timer <1..604800> seconds - Range: `1`-`3600` - Default value: `300`
824
+ End of RIB timer <1..604800> seconds
825
+ - Range: `1`-`3600`
826
+ - Default value: `300`
771
827
  """
772
828
  return pulumi.get(self, "eor_timer")
773
829
 
@@ -791,7 +847,8 @@ class _CiscoOmpFeatureTemplateState:
791
847
  @pulumi.getter(name="gracefulRestart")
792
848
  def graceful_restart(self) -> Optional[pulumi.Input[_builtins.bool]]:
793
849
  """
794
- Enable or disable OMP graceful restart - Default value: `true`
850
+ Enable or disable OMP graceful restart
851
+ - Default value: `true`
795
852
  """
796
853
  return pulumi.get(self, "graceful_restart")
797
854
 
@@ -803,7 +860,9 @@ class _CiscoOmpFeatureTemplateState:
803
860
  @pulumi.getter(name="gracefulRestartTimer")
804
861
  def graceful_restart_timer(self) -> Optional[pulumi.Input[_builtins.int]]:
805
862
  """
806
- Set the OMP graceful restart timer - Range: `1`-`604800` - Default value: `43200`
863
+ Set the OMP graceful restart timer
864
+ - Range: `1`-`604800`
865
+ - Default value: `43200`
807
866
  """
808
867
  return pulumi.get(self, "graceful_restart_timer")
809
868
 
@@ -839,7 +898,8 @@ class _CiscoOmpFeatureTemplateState:
839
898
  @pulumi.getter
840
899
  def holdtime(self) -> Optional[pulumi.Input[_builtins.int]]:
841
900
  """
842
- Set how long to wait before closing OMP peer connection - Default value: `60`
901
+ Set how long to wait before closing OMP peer connection
902
+ - Default value: `60`
843
903
  """
844
904
  return pulumi.get(self, "holdtime")
845
905
 
@@ -863,7 +923,8 @@ class _CiscoOmpFeatureTemplateState:
863
923
  @pulumi.getter(name="ignoreRegionPathLength")
864
924
  def ignore_region_path_length(self) -> Optional[pulumi.Input[_builtins.bool]]:
865
925
  """
866
- Ignore Region-Path Length During Best-Path Algorithm - Default value: `false`
926
+ Ignore Region-Path Length During Best-Path Algorithm
927
+ - Default value: `false`
867
928
  """
868
929
  return pulumi.get(self, "ignore_region_path_length")
869
930
 
@@ -899,7 +960,8 @@ class _CiscoOmpFeatureTemplateState:
899
960
  @pulumi.getter(name="ompAdminDistanceIpv4")
900
961
  def omp_admin_distance_ipv4(self) -> Optional[pulumi.Input[_builtins.int]]:
901
962
  """
902
- omp-admin-distance-ipv4 - Range: `1`-`255`
963
+ omp-admin-distance-ipv4
964
+ - Range: `1`-`255`
903
965
  """
904
966
  return pulumi.get(self, "omp_admin_distance_ipv4")
905
967
 
@@ -923,7 +985,8 @@ class _CiscoOmpFeatureTemplateState:
923
985
  @pulumi.getter(name="ompAdminDistanceIpv6")
924
986
  def omp_admin_distance_ipv6(self) -> Optional[pulumi.Input[_builtins.int]]:
925
987
  """
926
- omp-admin-distance-ipv6 - Range: `1`-`255`
988
+ omp-admin-distance-ipv6
989
+ - Range: `1`-`255`
927
990
  """
928
991
  return pulumi.get(self, "omp_admin_distance_ipv6")
929
992
 
@@ -947,7 +1010,8 @@ class _CiscoOmpFeatureTemplateState:
947
1010
  @pulumi.getter(name="overlayAs")
948
1011
  def overlay_as(self) -> Optional[pulumi.Input[_builtins.int]]:
949
1012
  """
950
- Set Overlay AS number <1..4294967295> or <XX.YY> - Range: `1`-`4294967295`
1013
+ Set Overlay AS number <1..4294967295> or <XX.YY>
1014
+ - Range: `1`-`4294967295`
951
1015
  """
952
1016
  return pulumi.get(self, "overlay_as")
953
1017
 
@@ -971,7 +1035,9 @@ class _CiscoOmpFeatureTemplateState:
971
1035
  @pulumi.getter(name="sendPathLimit")
972
1036
  def send_path_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
973
1037
  """
974
- Set number of TLOC routes advertised between vSmart and vEdge - Range: `1`-`16` - Default value: `4`
1038
+ Set number of TLOC routes advertised between vSmart and vEdge
1039
+ - Range: `1`-`16`
1040
+ - Default value: `4`
975
1041
  """
976
1042
  return pulumi.get(self, "send_path_limit")
977
1043
 
@@ -995,7 +1061,8 @@ class _CiscoOmpFeatureTemplateState:
995
1061
  @pulumi.getter
996
1062
  def shutdown(self) -> Optional[pulumi.Input[_builtins.bool]]:
997
1063
  """
998
- Enable or disable OMP - Default value: `false`
1064
+ Enable or disable OMP
1065
+ - Default value: `false`
999
1066
  """
1000
1067
  return pulumi.get(self, "shutdown")
1001
1068
 
@@ -1031,7 +1098,8 @@ class _CiscoOmpFeatureTemplateState:
1031
1098
  @pulumi.getter(name="transportGateway")
1032
1099
  def transport_gateway(self) -> Optional[pulumi.Input[_builtins.str]]:
1033
1100
  """
1034
- Transport gateway path computation - Choices: `prefer`, `ecmp-with-direct-path`
1101
+ Transport gateway path computation
1102
+ - Choices: `prefer`, `ecmp-with-direct-path`
1035
1103
  """
1036
1104
  return pulumi.get(self, "transport_gateway")
1037
1105
 
@@ -1118,36 +1186,53 @@ class CiscoOmpFeatureTemplate(pulumi.CustomResource):
1118
1186
  :param pulumi.ResourceOptions opts: Options for the resource.
1119
1187
  :param pulumi.Input[Sequence[pulumi.Input[Union['CiscoOmpFeatureTemplateAdvertiseIpv4RouteArgs', 'CiscoOmpFeatureTemplateAdvertiseIpv4RouteArgsDict']]]] advertise_ipv4_routes: Advertise locally learned routes to OMP
1120
1188
  :param pulumi.Input[Sequence[pulumi.Input[Union['CiscoOmpFeatureTemplateAdvertiseIpv6RouteArgs', 'CiscoOmpFeatureTemplateAdvertiseIpv6RouteArgsDict']]]] advertise_ipv6_routes: Advertise locally learned routes to OMP
1121
- :param pulumi.Input[_builtins.int] advertisement_interval: Set the time between OMP Update packets - Range: `0`-`65535` - Default value: `1`
1189
+ :param pulumi.Input[_builtins.int] advertisement_interval: Set the time between OMP Update packets
1190
+ - Range: `0`-`65535`
1191
+ - Default value: `1`
1122
1192
  :param pulumi.Input[_builtins.str] advertisement_interval_variable: Variable name
1123
1193
  :param pulumi.Input[_builtins.str] description: The description of the feature template
1124
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types - Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`,
1125
- `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`,
1126
- `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
1127
- :param pulumi.Input[_builtins.int] ecmp_limit: Set maximum number of OMP paths to install in vEdge route table - Range: `1`-`16` - Default value: `4`
1194
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
1195
+ - Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
1196
+ :param pulumi.Input[_builtins.int] ecmp_limit: Set maximum number of OMP paths to install in vEdge route table
1197
+ - Range: `1`-`16`
1198
+ - Default value: `4`
1128
1199
  :param pulumi.Input[_builtins.str] ecmp_limit_variable: Variable name
1129
- :param pulumi.Input[_builtins.int] eor_timer: End of RIB timer <1..604800> seconds - Range: `1`-`3600` - Default value: `300`
1200
+ :param pulumi.Input[_builtins.int] eor_timer: End of RIB timer <1..604800> seconds
1201
+ - Range: `1`-`3600`
1202
+ - Default value: `300`
1130
1203
  :param pulumi.Input[_builtins.str] eor_timer_variable: Variable name
1131
- :param pulumi.Input[_builtins.bool] graceful_restart: Enable or disable OMP graceful restart - Default value: `true`
1132
- :param pulumi.Input[_builtins.int] graceful_restart_timer: Set the OMP graceful restart timer - Range: `1`-`604800` - Default value: `43200`
1204
+ :param pulumi.Input[_builtins.bool] graceful_restart: Enable or disable OMP graceful restart
1205
+ - Default value: `true`
1206
+ :param pulumi.Input[_builtins.int] graceful_restart_timer: Set the OMP graceful restart timer
1207
+ - Range: `1`-`604800`
1208
+ - Default value: `43200`
1133
1209
  :param pulumi.Input[_builtins.str] graceful_restart_timer_variable: Variable name
1134
1210
  :param pulumi.Input[_builtins.str] graceful_restart_variable: Variable name
1135
- :param pulumi.Input[_builtins.int] holdtime: Set how long to wait before closing OMP peer connection - Default value: `60`
1211
+ :param pulumi.Input[_builtins.int] holdtime: Set how long to wait before closing OMP peer connection
1212
+ - Default value: `60`
1136
1213
  :param pulumi.Input[_builtins.str] holdtime_variable: Variable name
1137
- :param pulumi.Input[_builtins.bool] ignore_region_path_length: Ignore Region-Path Length During Best-Path Algorithm - Default value: `false`
1214
+ :param pulumi.Input[_builtins.bool] ignore_region_path_length: Ignore Region-Path Length During Best-Path Algorithm
1215
+ - Default value: `false`
1138
1216
  :param pulumi.Input[_builtins.str] ignore_region_path_length_variable: Variable name
1139
1217
  :param pulumi.Input[_builtins.str] name: The name of the feature template
1140
- :param pulumi.Input[_builtins.int] omp_admin_distance_ipv4: omp-admin-distance-ipv4 - Range: `1`-`255`
1218
+ :param pulumi.Input[_builtins.int] omp_admin_distance_ipv4: omp-admin-distance-ipv4
1219
+ - Range: `1`-`255`
1141
1220
  :param pulumi.Input[_builtins.str] omp_admin_distance_ipv4_variable: Variable name
1142
- :param pulumi.Input[_builtins.int] omp_admin_distance_ipv6: omp-admin-distance-ipv6 - Range: `1`-`255`
1221
+ :param pulumi.Input[_builtins.int] omp_admin_distance_ipv6: omp-admin-distance-ipv6
1222
+ - Range: `1`-`255`
1143
1223
  :param pulumi.Input[_builtins.str] omp_admin_distance_ipv6_variable: Variable name
1144
- :param pulumi.Input[_builtins.int] overlay_as: Set Overlay AS number <1..4294967295> or <XX.YY> - Range: `1`-`4294967295`
1224
+ :param pulumi.Input[_builtins.int] overlay_as: Set Overlay AS number <1..4294967295> or <XX.YY>
1225
+ - Range: `1`-`4294967295`
1145
1226
  :param pulumi.Input[_builtins.str] overlay_as_variable: Variable name
1146
- :param pulumi.Input[_builtins.int] send_path_limit: Set number of TLOC routes advertised between vSmart and vEdge - Range: `1`-`16` - Default value: `4`
1227
+ :param pulumi.Input[_builtins.int] send_path_limit: Set number of TLOC routes advertised between vSmart and vEdge
1228
+ - Range: `1`-`16`
1229
+ - Default value: `4`
1147
1230
  :param pulumi.Input[_builtins.str] send_path_limit_variable: Variable name
1148
- :param pulumi.Input[_builtins.bool] shutdown: Enable or disable OMP - Default value: `false`
1231
+ :param pulumi.Input[_builtins.bool] shutdown: Enable or disable OMP
1232
+ - Default value: `false`
1149
1233
  :param pulumi.Input[_builtins.str] shutdown_variable: Variable name
1150
- :param pulumi.Input[_builtins.str] transport_gateway: Transport gateway path computation - Choices: `prefer`, `ecmp-with-direct-path`
1234
+ :param pulumi.Input[_builtins.str] transport_gateway: Transport gateway path computation
1235
+ - Choices: `prefer`, `ecmp-with-direct-path`
1151
1236
  :param pulumi.Input[_builtins.str] transport_gateway_variable: Variable name
1152
1237
  """
1153
1238
  ...
@@ -1312,37 +1397,54 @@ class CiscoOmpFeatureTemplate(pulumi.CustomResource):
1312
1397
  :param pulumi.ResourceOptions opts: Options for the resource.
1313
1398
  :param pulumi.Input[Sequence[pulumi.Input[Union['CiscoOmpFeatureTemplateAdvertiseIpv4RouteArgs', 'CiscoOmpFeatureTemplateAdvertiseIpv4RouteArgsDict']]]] advertise_ipv4_routes: Advertise locally learned routes to OMP
1314
1399
  :param pulumi.Input[Sequence[pulumi.Input[Union['CiscoOmpFeatureTemplateAdvertiseIpv6RouteArgs', 'CiscoOmpFeatureTemplateAdvertiseIpv6RouteArgsDict']]]] advertise_ipv6_routes: Advertise locally learned routes to OMP
1315
- :param pulumi.Input[_builtins.int] advertisement_interval: Set the time between OMP Update packets - Range: `0`-`65535` - Default value: `1`
1400
+ :param pulumi.Input[_builtins.int] advertisement_interval: Set the time between OMP Update packets
1401
+ - Range: `0`-`65535`
1402
+ - Default value: `1`
1316
1403
  :param pulumi.Input[_builtins.str] advertisement_interval_variable: Variable name
1317
1404
  :param pulumi.Input[_builtins.str] description: The description of the feature template
1318
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types - Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`,
1319
- `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`,
1320
- `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
1321
- :param pulumi.Input[_builtins.int] ecmp_limit: Set maximum number of OMP paths to install in vEdge route table - Range: `1`-`16` - Default value: `4`
1405
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
1406
+ - Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
1407
+ :param pulumi.Input[_builtins.int] ecmp_limit: Set maximum number of OMP paths to install in vEdge route table
1408
+ - Range: `1`-`16`
1409
+ - Default value: `4`
1322
1410
  :param pulumi.Input[_builtins.str] ecmp_limit_variable: Variable name
1323
- :param pulumi.Input[_builtins.int] eor_timer: End of RIB timer <1..604800> seconds - Range: `1`-`3600` - Default value: `300`
1411
+ :param pulumi.Input[_builtins.int] eor_timer: End of RIB timer <1..604800> seconds
1412
+ - Range: `1`-`3600`
1413
+ - Default value: `300`
1324
1414
  :param pulumi.Input[_builtins.str] eor_timer_variable: Variable name
1325
- :param pulumi.Input[_builtins.bool] graceful_restart: Enable or disable OMP graceful restart - Default value: `true`
1326
- :param pulumi.Input[_builtins.int] graceful_restart_timer: Set the OMP graceful restart timer - Range: `1`-`604800` - Default value: `43200`
1415
+ :param pulumi.Input[_builtins.bool] graceful_restart: Enable or disable OMP graceful restart
1416
+ - Default value: `true`
1417
+ :param pulumi.Input[_builtins.int] graceful_restart_timer: Set the OMP graceful restart timer
1418
+ - Range: `1`-`604800`
1419
+ - Default value: `43200`
1327
1420
  :param pulumi.Input[_builtins.str] graceful_restart_timer_variable: Variable name
1328
1421
  :param pulumi.Input[_builtins.str] graceful_restart_variable: Variable name
1329
- :param pulumi.Input[_builtins.int] holdtime: Set how long to wait before closing OMP peer connection - Default value: `60`
1422
+ :param pulumi.Input[_builtins.int] holdtime: Set how long to wait before closing OMP peer connection
1423
+ - Default value: `60`
1330
1424
  :param pulumi.Input[_builtins.str] holdtime_variable: Variable name
1331
- :param pulumi.Input[_builtins.bool] ignore_region_path_length: Ignore Region-Path Length During Best-Path Algorithm - Default value: `false`
1425
+ :param pulumi.Input[_builtins.bool] ignore_region_path_length: Ignore Region-Path Length During Best-Path Algorithm
1426
+ - Default value: `false`
1332
1427
  :param pulumi.Input[_builtins.str] ignore_region_path_length_variable: Variable name
1333
1428
  :param pulumi.Input[_builtins.str] name: The name of the feature template
1334
- :param pulumi.Input[_builtins.int] omp_admin_distance_ipv4: omp-admin-distance-ipv4 - Range: `1`-`255`
1429
+ :param pulumi.Input[_builtins.int] omp_admin_distance_ipv4: omp-admin-distance-ipv4
1430
+ - Range: `1`-`255`
1335
1431
  :param pulumi.Input[_builtins.str] omp_admin_distance_ipv4_variable: Variable name
1336
- :param pulumi.Input[_builtins.int] omp_admin_distance_ipv6: omp-admin-distance-ipv6 - Range: `1`-`255`
1432
+ :param pulumi.Input[_builtins.int] omp_admin_distance_ipv6: omp-admin-distance-ipv6
1433
+ - Range: `1`-`255`
1337
1434
  :param pulumi.Input[_builtins.str] omp_admin_distance_ipv6_variable: Variable name
1338
- :param pulumi.Input[_builtins.int] overlay_as: Set Overlay AS number <1..4294967295> or <XX.YY> - Range: `1`-`4294967295`
1435
+ :param pulumi.Input[_builtins.int] overlay_as: Set Overlay AS number <1..4294967295> or <XX.YY>
1436
+ - Range: `1`-`4294967295`
1339
1437
  :param pulumi.Input[_builtins.str] overlay_as_variable: Variable name
1340
- :param pulumi.Input[_builtins.int] send_path_limit: Set number of TLOC routes advertised between vSmart and vEdge - Range: `1`-`16` - Default value: `4`
1438
+ :param pulumi.Input[_builtins.int] send_path_limit: Set number of TLOC routes advertised between vSmart and vEdge
1439
+ - Range: `1`-`16`
1440
+ - Default value: `4`
1341
1441
  :param pulumi.Input[_builtins.str] send_path_limit_variable: Variable name
1342
- :param pulumi.Input[_builtins.bool] shutdown: Enable or disable OMP - Default value: `false`
1442
+ :param pulumi.Input[_builtins.bool] shutdown: Enable or disable OMP
1443
+ - Default value: `false`
1343
1444
  :param pulumi.Input[_builtins.str] shutdown_variable: Variable name
1344
1445
  :param pulumi.Input[_builtins.str] template_type: The template type
1345
- :param pulumi.Input[_builtins.str] transport_gateway: Transport gateway path computation - Choices: `prefer`, `ecmp-with-direct-path`
1446
+ :param pulumi.Input[_builtins.str] transport_gateway: Transport gateway path computation
1447
+ - Choices: `prefer`, `ecmp-with-direct-path`
1346
1448
  :param pulumi.Input[_builtins.str] transport_gateway_variable: Variable name
1347
1449
  :param pulumi.Input[_builtins.int] version: The version of the feature template
1348
1450
  """
@@ -1405,7 +1507,9 @@ class CiscoOmpFeatureTemplate(pulumi.CustomResource):
1405
1507
  @pulumi.getter(name="advertisementInterval")
1406
1508
  def advertisement_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
1407
1509
  """
1408
- Set the time between OMP Update packets - Range: `0`-`65535` - Default value: `1`
1510
+ Set the time between OMP Update packets
1511
+ - Range: `0`-`65535`
1512
+ - Default value: `1`
1409
1513
  """
1410
1514
  return pulumi.get(self, "advertisement_interval")
1411
1515
 
@@ -1429,9 +1533,8 @@ class CiscoOmpFeatureTemplate(pulumi.CustomResource):
1429
1533
  @pulumi.getter(name="deviceTypes")
1430
1534
  def device_types(self) -> pulumi.Output[Sequence[_builtins.str]]:
1431
1535
  """
1432
- List of supported device types - Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`,
1433
- `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`,
1434
- `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
1536
+ List of supported device types
1537
+ - Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
1435
1538
  """
1436
1539
  return pulumi.get(self, "device_types")
1437
1540
 
@@ -1439,7 +1542,9 @@ class CiscoOmpFeatureTemplate(pulumi.CustomResource):
1439
1542
  @pulumi.getter(name="ecmpLimit")
1440
1543
  def ecmp_limit(self) -> pulumi.Output[Optional[_builtins.int]]:
1441
1544
  """
1442
- Set maximum number of OMP paths to install in vEdge route table - Range: `1`-`16` - Default value: `4`
1545
+ Set maximum number of OMP paths to install in vEdge route table
1546
+ - Range: `1`-`16`
1547
+ - Default value: `4`
1443
1548
  """
1444
1549
  return pulumi.get(self, "ecmp_limit")
1445
1550
 
@@ -1455,7 +1560,9 @@ class CiscoOmpFeatureTemplate(pulumi.CustomResource):
1455
1560
  @pulumi.getter(name="eorTimer")
1456
1561
  def eor_timer(self) -> pulumi.Output[Optional[_builtins.int]]:
1457
1562
  """
1458
- End of RIB timer <1..604800> seconds - Range: `1`-`3600` - Default value: `300`
1563
+ End of RIB timer <1..604800> seconds
1564
+ - Range: `1`-`3600`
1565
+ - Default value: `300`
1459
1566
  """
1460
1567
  return pulumi.get(self, "eor_timer")
1461
1568
 
@@ -1471,7 +1578,8 @@ class CiscoOmpFeatureTemplate(pulumi.CustomResource):
1471
1578
  @pulumi.getter(name="gracefulRestart")
1472
1579
  def graceful_restart(self) -> pulumi.Output[Optional[_builtins.bool]]:
1473
1580
  """
1474
- Enable or disable OMP graceful restart - Default value: `true`
1581
+ Enable or disable OMP graceful restart
1582
+ - Default value: `true`
1475
1583
  """
1476
1584
  return pulumi.get(self, "graceful_restart")
1477
1585
 
@@ -1479,7 +1587,9 @@ class CiscoOmpFeatureTemplate(pulumi.CustomResource):
1479
1587
  @pulumi.getter(name="gracefulRestartTimer")
1480
1588
  def graceful_restart_timer(self) -> pulumi.Output[Optional[_builtins.int]]:
1481
1589
  """
1482
- Set the OMP graceful restart timer - Range: `1`-`604800` - Default value: `43200`
1590
+ Set the OMP graceful restart timer
1591
+ - Range: `1`-`604800`
1592
+ - Default value: `43200`
1483
1593
  """
1484
1594
  return pulumi.get(self, "graceful_restart_timer")
1485
1595
 
@@ -1503,7 +1613,8 @@ class CiscoOmpFeatureTemplate(pulumi.CustomResource):
1503
1613
  @pulumi.getter
1504
1614
  def holdtime(self) -> pulumi.Output[Optional[_builtins.int]]:
1505
1615
  """
1506
- Set how long to wait before closing OMP peer connection - Default value: `60`
1616
+ Set how long to wait before closing OMP peer connection
1617
+ - Default value: `60`
1507
1618
  """
1508
1619
  return pulumi.get(self, "holdtime")
1509
1620
 
@@ -1519,7 +1630,8 @@ class CiscoOmpFeatureTemplate(pulumi.CustomResource):
1519
1630
  @pulumi.getter(name="ignoreRegionPathLength")
1520
1631
  def ignore_region_path_length(self) -> pulumi.Output[Optional[_builtins.bool]]:
1521
1632
  """
1522
- Ignore Region-Path Length During Best-Path Algorithm - Default value: `false`
1633
+ Ignore Region-Path Length During Best-Path Algorithm
1634
+ - Default value: `false`
1523
1635
  """
1524
1636
  return pulumi.get(self, "ignore_region_path_length")
1525
1637
 
@@ -1543,7 +1655,8 @@ class CiscoOmpFeatureTemplate(pulumi.CustomResource):
1543
1655
  @pulumi.getter(name="ompAdminDistanceIpv4")
1544
1656
  def omp_admin_distance_ipv4(self) -> pulumi.Output[Optional[_builtins.int]]:
1545
1657
  """
1546
- omp-admin-distance-ipv4 - Range: `1`-`255`
1658
+ omp-admin-distance-ipv4
1659
+ - Range: `1`-`255`
1547
1660
  """
1548
1661
  return pulumi.get(self, "omp_admin_distance_ipv4")
1549
1662
 
@@ -1559,7 +1672,8 @@ class CiscoOmpFeatureTemplate(pulumi.CustomResource):
1559
1672
  @pulumi.getter(name="ompAdminDistanceIpv6")
1560
1673
  def omp_admin_distance_ipv6(self) -> pulumi.Output[Optional[_builtins.int]]:
1561
1674
  """
1562
- omp-admin-distance-ipv6 - Range: `1`-`255`
1675
+ omp-admin-distance-ipv6
1676
+ - Range: `1`-`255`
1563
1677
  """
1564
1678
  return pulumi.get(self, "omp_admin_distance_ipv6")
1565
1679
 
@@ -1575,7 +1689,8 @@ class CiscoOmpFeatureTemplate(pulumi.CustomResource):
1575
1689
  @pulumi.getter(name="overlayAs")
1576
1690
  def overlay_as(self) -> pulumi.Output[Optional[_builtins.int]]:
1577
1691
  """
1578
- Set Overlay AS number <1..4294967295> or <XX.YY> - Range: `1`-`4294967295`
1692
+ Set Overlay AS number <1..4294967295> or <XX.YY>
1693
+ - Range: `1`-`4294967295`
1579
1694
  """
1580
1695
  return pulumi.get(self, "overlay_as")
1581
1696
 
@@ -1591,7 +1706,9 @@ class CiscoOmpFeatureTemplate(pulumi.CustomResource):
1591
1706
  @pulumi.getter(name="sendPathLimit")
1592
1707
  def send_path_limit(self) -> pulumi.Output[Optional[_builtins.int]]:
1593
1708
  """
1594
- Set number of TLOC routes advertised between vSmart and vEdge - Range: `1`-`16` - Default value: `4`
1709
+ Set number of TLOC routes advertised between vSmart and vEdge
1710
+ - Range: `1`-`16`
1711
+ - Default value: `4`
1595
1712
  """
1596
1713
  return pulumi.get(self, "send_path_limit")
1597
1714
 
@@ -1607,7 +1724,8 @@ class CiscoOmpFeatureTemplate(pulumi.CustomResource):
1607
1724
  @pulumi.getter
1608
1725
  def shutdown(self) -> pulumi.Output[Optional[_builtins.bool]]:
1609
1726
  """
1610
- Enable or disable OMP - Default value: `false`
1727
+ Enable or disable OMP
1728
+ - Default value: `false`
1611
1729
  """
1612
1730
  return pulumi.get(self, "shutdown")
1613
1731
 
@@ -1631,7 +1749,8 @@ class CiscoOmpFeatureTemplate(pulumi.CustomResource):
1631
1749
  @pulumi.getter(name="transportGateway")
1632
1750
  def transport_gateway(self) -> pulumi.Output[Optional[_builtins.str]]:
1633
1751
  """
1634
- Transport gateway path computation - Choices: `prefer`, `ecmp-with-direct-path`
1752
+ Transport gateway path computation
1753
+ - Choices: `prefer`, `ecmp-with-direct-path`
1635
1754
  """
1636
1755
  return pulumi.get(self, "transport_gateway")
1637
1756