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
@@ -219,219 +219,280 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
219
219
  The set of arguments for constructing a TransportWanVpnInterfaceEthernetFeature resource.
220
220
  :param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
221
221
  :param pulumi.Input[_builtins.str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
222
- :param pulumi.Input[_builtins.int] arp_timeout: Timeout value for dynamically learned ARP entries, <0..2678400> seconds - Range: `0`-`2147483` - Default value: `1200`
222
+ :param pulumi.Input[_builtins.int] arp_timeout: Timeout value for dynamically learned ARP entries, <0..2678400> seconds
223
+ - Range: `0`-`2147483`
224
+ - Default value: `1200`
223
225
  :param pulumi.Input[_builtins.str] arp_timeout_variable: Variable name
224
226
  :param pulumi.Input[Sequence[pulumi.Input['TransportWanVpnInterfaceEthernetFeatureArpArgs']]] arps: Configure ARP entries
225
- :param pulumi.Input[_builtins.bool] auto_detect_bandwidth: Interface auto detect bandwidth - Default value: `false`
227
+ :param pulumi.Input[_builtins.bool] auto_detect_bandwidth: Interface auto detect bandwidth
228
+ - Default value: `false`
226
229
  :param pulumi.Input[_builtins.str] auto_detect_bandwidth_variable: Variable name
227
230
  :param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
228
231
  :param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
229
- :param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps - Range: `1`-`2147483647`
232
+ :param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
233
+ - Range: `1`-`2147483647`
230
234
  :param pulumi.Input[_builtins.str] bandwidth_downstream_variable: Variable name
231
- :param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps - Range: `1`-`2147483647`
235
+ :param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps
236
+ - Range: `1`-`2147483647`
232
237
  :param pulumi.Input[_builtins.str] bandwidth_upstream_variable: Variable name
233
- :param pulumi.Input[_builtins.bool] block_non_source_ip: Block packets originating from IP address that is not from this source - Default value: `false`
238
+ :param pulumi.Input[_builtins.bool] block_non_source_ip: Block packets originating from IP address that is not from this source
239
+ - Default value: `false`
234
240
  :param pulumi.Input[_builtins.str] block_non_source_ip_variable: Variable name
235
241
  :param pulumi.Input[_builtins.str] description: The description of the Feature
236
- :param pulumi.Input[_builtins.str] duplex: Duplex mode - Choices: `full`, `half`, `auto`
242
+ :param pulumi.Input[_builtins.str] duplex: Duplex mode
243
+ - Choices: `full`, `half`, `auto`
237
244
  :param pulumi.Input[_builtins.str] duplex_variable: Variable name
238
245
  :param pulumi.Input[_builtins.bool] enable_dhcpv6: Enable DHCPv6, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
239
246
  :param pulumi.Input[_builtins.str] gre_tunnel_source_ip: GRE tunnel source IP
240
247
  :param pulumi.Input[_builtins.str] gre_tunnel_source_ip_variable: Variable name
241
- :param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable - Default value: `true`
248
+ :param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable
249
+ - Default value: `true`
242
250
  :param pulumi.Input[_builtins.str] icmp_redirect_disable_variable: Variable name
243
251
  :param pulumi.Input[_builtins.str] interface_description_variable: Variable name
244
- :param pulumi.Input[_builtins.int] interface_mtu: Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes - Range: `1500`-`9216` -
245
- Default value: `1500`
252
+ :param pulumi.Input[_builtins.int] interface_mtu: Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes
253
+ - Range: `1500`-`9216`
254
+ - Default value: `1500`
246
255
  :param pulumi.Input[_builtins.str] interface_mtu_variable: Variable name
247
256
  :param pulumi.Input[_builtins.str] interface_name_variable: Variable name
248
- :param pulumi.Input[_builtins.bool] ip_directed_broadcast: IP Directed-Broadcast - Default value: `false`
257
+ :param pulumi.Input[_builtins.bool] ip_directed_broadcast: IP Directed-Broadcast
258
+ - Default value: `false`
249
259
  :param pulumi.Input[_builtins.str] ip_directed_broadcast_variable: Variable name
250
- :param pulumi.Input[_builtins.int] ip_mtu: IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces
251
- <576..2000> in bytes - Range: `576`-`9216` - Default value: `1500`
260
+ :param pulumi.Input[_builtins.int] ip_mtu: IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes
261
+ - Range: `576`-`9216`
262
+ - Default value: `1500`
252
263
  :param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
253
264
  :param pulumi.Input[_builtins.str] iperf_server: Iperf server for auto bandwidth detect
254
265
  :param pulumi.Input[_builtins.str] iperf_server_variable: Variable name
255
266
  :param pulumi.Input[_builtins.str] ipv4_address: IP Address, Attribute conditional on `ipv4_configuration_type` being equal to `static`
256
267
  :param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
257
- :param pulumi.Input[_builtins.str] ipv4_configuration_type: IPv4 Configuration Type - Choices: `dynamic`, `static` - Default value: `dynamic`
258
- :param pulumi.Input[_builtins.int] ipv4_dhcp_distance: DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic` - Range: `1`-`65536` -
259
- Default value: `1`
268
+ :param pulumi.Input[_builtins.str] ipv4_configuration_type: IPv4 Configuration Type
269
+ - Choices: `dynamic`, `static`
270
+ - Default value: `dynamic`
271
+ :param pulumi.Input[_builtins.int] ipv4_dhcp_distance: DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
272
+ - Range: `1`-`65536`
273
+ - Default value: `1`
260
274
  :param pulumi.Input[_builtins.str] ipv4_dhcp_distance_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
261
275
  :param pulumi.Input[_builtins.str] ipv4_dhcp_helper_variable: Variable name
262
276
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ipv4_dhcp_helpers: List of DHCP IPv4 helper addresses (min 1, max 8)
263
277
  :param pulumi.Input[Sequence[pulumi.Input['TransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs']]] ipv4_secondary_addresses: Secondary IpV4 Addresses, Attribute conditional on `ipv4_configuration_type` being equal to `static`
264
- :param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static` - Choices: `255.255.255.255`,
265
- `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`,
266
- `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`,
267
- `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`,
268
- `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`,
269
- `128.0.0.0`, `0.0.0.0`
278
+ :param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static`
279
+ - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
270
280
  :param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
271
281
  :param pulumi.Input[_builtins.str] ipv6_address: IPv6 Address Secondary, Attribute conditional on `ipv6_configuration_type` being equal to `static`
272
282
  :param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name, Attribute conditional on `ipv6_configuration_type` being equal to `static`
273
- :param pulumi.Input[_builtins.str] ipv6_configuration_type: IPv6 Configuration Type - Choices: `dynamic`, `static`, `none` - Default value: `none`
283
+ :param pulumi.Input[_builtins.str] ipv6_configuration_type: IPv6 Configuration Type
284
+ - Choices: `dynamic`, `static`, `none`
285
+ - Default value: `none`
274
286
  :param pulumi.Input[Sequence[pulumi.Input['TransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs']]] ipv6_dhcp_secondary_addresses: secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
275
287
  :param pulumi.Input[Sequence[pulumi.Input['TransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs']]] ipv6_secondary_addresses: Static secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `static`
276
- :param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation - Range: `30`-`600` - Default value: `30`
288
+ :param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation
289
+ - Range: `30`-`600`
290
+ - Default value: `30`
277
291
  :param pulumi.Input[_builtins.str] load_interval_variable: Variable name
278
292
  :param pulumi.Input[_builtins.str] mac_address: MAC Address
279
293
  :param pulumi.Input[_builtins.str] mac_address_variable: Variable name
280
- :param pulumi.Input[_builtins.str] media_type: Media type - Choices: `auto-select`, `rj45`, `sfp`
294
+ :param pulumi.Input[_builtins.str] media_type: Media type
295
+ - Choices: `auto-select`, `rj45`, `sfp`
281
296
  :param pulumi.Input[_builtins.str] media_type_variable: Variable name
282
297
  :param pulumi.Input[_builtins.str] name: The name of the Feature
283
- :param pulumi.Input[_builtins.bool] nat64: NAT64 on this interface, Attribute conditional on `nat_ipv6` being equal to `true` - Default value: `false`
284
- :param pulumi.Input[_builtins.bool] nat66: NAT66 on this interface, Attribute conditional on `nat_ipv6` being equal to `true` - Default value: `false`
285
- :param pulumi.Input[_builtins.bool] nat_ipv4: enable Network Address Translation on this interface - Default value: `false`
298
+ :param pulumi.Input[_builtins.bool] nat64: NAT64 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
299
+ - Default value: `false`
300
+ :param pulumi.Input[_builtins.bool] nat66: NAT66 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
301
+ - Default value: `false`
302
+ :param pulumi.Input[_builtins.bool] nat_ipv4: enable Network Address Translation on this interface
303
+ - Default value: `false`
286
304
  :param pulumi.Input[_builtins.str] nat_ipv4_variable: Variable name
287
- :param pulumi.Input[_builtins.bool] nat_ipv6: enable Network Address Translation ipv6 on this interface - Default value: `false`
305
+ :param pulumi.Input[_builtins.bool] nat_ipv6: enable Network Address Translation ipv6 on this interface
306
+ - Default value: `false`
288
307
  :param pulumi.Input[_builtins.str] nat_ipv6_variable: Variable name
289
308
  :param pulumi.Input[_builtins.str] nat_loopback: NAT Inside Source Loopback Interface, Attribute conditional on `nat_ipv4` being equal to `true`
290
309
  :param pulumi.Input[_builtins.str] nat_loopback_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
291
- :param pulumi.Input[_builtins.bool] nat_overload: NAT Overload, Attribute conditional on `nat_ipv4` being equal to `true` - Default value: `true`
310
+ :param pulumi.Input[_builtins.bool] nat_overload: NAT Overload, Attribute conditional on `nat_ipv4` being equal to `true`
311
+ - Default value: `true`
292
312
  :param pulumi.Input[_builtins.str] nat_overload_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
293
- :param pulumi.Input[_builtins.int] nat_prefix_length: NAT Pool Prefix Length, Attribute conditional on `nat_ipv4` being equal to `true` - Range: `1`-`32`
313
+ :param pulumi.Input[_builtins.int] nat_prefix_length: NAT Pool Prefix Length, Attribute conditional on `nat_ipv4` being equal to `true`
314
+ - Range: `1`-`32`
294
315
  :param pulumi.Input[_builtins.str] nat_prefix_length_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
295
316
  :param pulumi.Input[_builtins.str] nat_range_end: NAT Pool Range End, Attribute conditional on `nat_ipv4` being equal to `true`
296
317
  :param pulumi.Input[_builtins.str] nat_range_end_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
297
318
  :param pulumi.Input[_builtins.str] nat_range_start: NAT Pool Range Start, Attribute conditional on `nat_ipv4` being equal to `true`
298
319
  :param pulumi.Input[_builtins.str] nat_range_start_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
299
- :param pulumi.Input[_builtins.int] nat_tcp_timeout: Set NAT TCP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true` - Range: `1`-`8947` -
300
- Default value: `60`
320
+ :param pulumi.Input[_builtins.int] nat_tcp_timeout: Set NAT TCP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
321
+ - Range: `1`-`8947`
322
+ - Default value: `60`
301
323
  :param pulumi.Input[_builtins.str] nat_tcp_timeout_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
302
- :param pulumi.Input[_builtins.str] nat_type: NAT Type, Attribute conditional on `nat_ipv4` being equal to `true` - Choices: `interface`, `pool`, `loopback` - Default
303
- value: `interface`
324
+ :param pulumi.Input[_builtins.str] nat_type: NAT Type, Attribute conditional on `nat_ipv4` being equal to `true`
325
+ - Choices: `interface`, `pool`, `loopback`
326
+ - Default value: `interface`
304
327
  :param pulumi.Input[_builtins.str] nat_type_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
305
- :param pulumi.Input[_builtins.int] nat_udp_timeout: Set NAT UDP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true` - Range: `1`-`8947` -
306
- Default value: `1`
328
+ :param pulumi.Input[_builtins.int] nat_udp_timeout: Set NAT UDP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
329
+ - Range: `1`-`8947`
330
+ - Default value: `1`
307
331
  :param pulumi.Input[_builtins.str] nat_udp_timeout_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
308
332
  :param pulumi.Input[Sequence[pulumi.Input['TransportWanVpnInterfaceEthernetFeatureNewStaticNatArgs']]] new_static_nats: static NAT, Attribute conditional on `nat_ipv4` being equal to `true`
309
- :param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
333
+ :param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos, Attribute conditional on `tunnel_interface` being equal to `true`
334
+ - Default value: `false`
310
335
  :param pulumi.Input[_builtins.str] per_tunnel_qos_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
311
- :param pulumi.Input[_builtins.bool] qos_adaptive: Adaptive QoS - Default value: `false`
312
- :param pulumi.Input[_builtins.bool] qos_adaptive_bandwidth_downstream: Shaping Rate Downstream - Default value: `false`
313
- :param pulumi.Input[_builtins.bool] qos_adaptive_bandwidth_upstream: Shaping Rate Upstream - Default value: `false`
314
- :param pulumi.Input[_builtins.int] qos_adaptive_default_downstream: Adaptive QoS default downstream bandwidth (kbps) - Range: `8`-`100000000`
336
+ :param pulumi.Input[_builtins.bool] qos_adaptive: Adaptive QoS
337
+ - Default value: `false`
338
+ :param pulumi.Input[_builtins.bool] qos_adaptive_bandwidth_downstream: Shaping Rate Downstream
339
+ - Default value: `false`
340
+ :param pulumi.Input[_builtins.bool] qos_adaptive_bandwidth_upstream: Shaping Rate Upstream
341
+ - Default value: `false`
342
+ :param pulumi.Input[_builtins.int] qos_adaptive_default_downstream: Adaptive QoS default downstream bandwidth (kbps)
343
+ - Range: `8`-`100000000`
315
344
  :param pulumi.Input[_builtins.str] qos_adaptive_default_downstream_variable: Variable name
316
- :param pulumi.Input[_builtins.int] qos_adaptive_default_upstream: Adaptive QoS default upstream bandwidth (kbps) - Range: `8`-`100000000`
345
+ :param pulumi.Input[_builtins.int] qos_adaptive_default_upstream: Adaptive QoS default upstream bandwidth (kbps)
346
+ - Range: `8`-`100000000`
317
347
  :param pulumi.Input[_builtins.str] qos_adaptive_default_upstream_variable: Variable name
318
- :param pulumi.Input[_builtins.int] qos_adaptive_max_downstream: Downstream max bandwidth limit (kbps) - Range: `8`-`100000000`
348
+ :param pulumi.Input[_builtins.int] qos_adaptive_max_downstream: Downstream max bandwidth limit (kbps)
349
+ - Range: `8`-`100000000`
319
350
  :param pulumi.Input[_builtins.str] qos_adaptive_max_downstream_variable: Variable name
320
- :param pulumi.Input[_builtins.int] qos_adaptive_max_upstream: Upstream max bandwidth limit (kbps) - Range: `8`-`100000000`
351
+ :param pulumi.Input[_builtins.int] qos_adaptive_max_upstream: Upstream max bandwidth limit (kbps)
352
+ - Range: `8`-`100000000`
321
353
  :param pulumi.Input[_builtins.str] qos_adaptive_max_upstream_variable: Variable name
322
- :param pulumi.Input[_builtins.int] qos_adaptive_min_downstream: Downstream min bandwidth limit (kbps) - Range: `8`-`100000000`
354
+ :param pulumi.Input[_builtins.int] qos_adaptive_min_downstream: Downstream min bandwidth limit (kbps)
355
+ - Range: `8`-`100000000`
323
356
  :param pulumi.Input[_builtins.str] qos_adaptive_min_downstream_variable: Variable name
324
- :param pulumi.Input[_builtins.int] qos_adaptive_min_upstream: Upstream min bandwidth limit (kbps) - Range: `8`-`100000000`
357
+ :param pulumi.Input[_builtins.int] qos_adaptive_min_upstream: Upstream min bandwidth limit (kbps)
358
+ - Range: `8`-`100000000`
325
359
  :param pulumi.Input[_builtins.str] qos_adaptive_min_upstream_variable: Variable name
326
- :param pulumi.Input[_builtins.int] qos_adaptive_period: Adapt Period(Minutes) - Range: `1`-`720` - Default value: `15`
360
+ :param pulumi.Input[_builtins.int] qos_adaptive_period: Adapt Period(Minutes)
361
+ - Range: `1`-`720`
362
+ - Default value: `15`
327
363
  :param pulumi.Input[_builtins.str] qos_adaptive_period_variable: Variable name
328
- :param pulumi.Input[_builtins.int] qos_shaping_rate: Shaping Rate (Kbps) - Range: `8`-`100000000`
364
+ :param pulumi.Input[_builtins.int] qos_shaping_rate: Shaping Rate (Kbps)
365
+ - Range: `8`-`100000000`
329
366
  :param pulumi.Input[_builtins.str] qos_shaping_rate_variable: Variable name
330
367
  :param pulumi.Input[_builtins.str] service_provider: Service Provider Name
331
368
  :param pulumi.Input[_builtins.str] service_provider_variable: Variable name
332
369
  :param pulumi.Input[_builtins.bool] shutdown: - Default value: `true`
333
370
  :param pulumi.Input[_builtins.str] shutdown_variable: Variable name
334
- :param pulumi.Input[_builtins.str] speed: Set interface speed - Choices: `10`, `100`, `1000`, `2500`, `10000`
371
+ :param pulumi.Input[_builtins.str] speed: Set interface speed
372
+ - Choices: `10`, `100`, `1000`, `2500`, `10000`
335
373
  :param pulumi.Input[_builtins.str] speed_variable: Variable name
336
374
  :param pulumi.Input[Sequence[pulumi.Input['TransportWanVpnInterfaceEthernetFeatureStaticNat66Args']]] static_nat66s: static NAT66, Attribute conditional on `nat_ipv6` being equal to `true`
337
- :param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes - Range: `500`-`1460`
375
+ :param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
376
+ - Range: `500`-`1460`
338
377
  :param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
339
378
  :param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
340
379
  :param pulumi.Input[_builtins.str] tloc_extension_variable: Variable name
341
380
  :param pulumi.Input[_builtins.str] tracker: Enable tracker for this interface
342
381
  :param pulumi.Input[_builtins.str] tracker_variable: Variable name
343
- :param pulumi.Input[_builtins.int] tunnel_bandwidth_percent: Tunnels Bandwidth Percent, Attribute conditional on `tunnel_interface` being equal to `true` - Range: `1`-`100` -
344
- Default value: `50`
382
+ :param pulumi.Input[_builtins.int] tunnel_bandwidth_percent: Tunnels Bandwidth Percent, Attribute conditional on `tunnel_interface` being equal to `true`
383
+ - Range: `1`-`100`
384
+ - Default value: `50`
345
385
  :param pulumi.Input[_builtins.str] tunnel_bandwidth_percent_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
346
- :param pulumi.Input[_builtins.bool] tunnel_interface: Tunnel Interface on/off - Default value: `false`
347
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value: `false`
386
+ :param pulumi.Input[_builtins.bool] tunnel_interface: Tunnel Interface on/off
387
+ - Default value: `false`
388
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
389
+ - Default value: `false`
348
390
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_all_variable: Variable name
349
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_bfd: Allow/Deny BFD - Default value: `false`
391
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_bfd: Allow/Deny BFD
392
+ - Default value: `false`
350
393
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_bfd_variable: Variable name
351
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP - Default value: `false`
394
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
395
+ - Default value: `false`
352
396
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_bgp_variable: Variable name
353
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP - Default value: `true`
397
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
398
+ - Default value: `true`
354
399
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_dhcp_variable: Variable name
355
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS - Default value: `true`
400
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
401
+ - Default value: `true`
356
402
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_dns_variable: Variable name
357
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny HTTPS - Default value: `true`
403
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny HTTPS
404
+ - Default value: `true`
358
405
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_https_variable: Variable name
359
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP - Default value: `true`
406
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
407
+ - Default value: `true`
360
408
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_icmp_variable: Variable name
361
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF - Default value: `false`
409
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
410
+ - Default value: `false`
362
411
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_netconf_variable: Variable name
363
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP - Default value: `true`
412
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
413
+ - Default value: `true`
364
414
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_ntp_variable: Variable name
365
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF - Default value: `false`
415
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
416
+ - Default value: `false`
366
417
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_ospf_variable: Variable name
367
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP - Default value: `false`
418
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
419
+ - Default value: `false`
368
420
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_snmp_variable: Variable name
369
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH - Default value: `true`
421
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
422
+ - Default value: `true`
370
423
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_ssh_variable: Variable name
371
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN - Default value: `false`
424
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
425
+ - Default value: `false`
372
426
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_stun_variable: Variable name
373
- :param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnel_interface` being equal to
374
- `true`
427
+ :param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnel_interface` being equal to `true`
375
428
  :param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
376
- :param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
429
+ :param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
430
+ - Default value: `false`
377
431
  :param pulumi.Input[_builtins.str] tunnel_interface_border_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
378
- :param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC, Attribute conditional on `tunnel_interface` being equal to `true` - Choices: `default`,
379
- `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8` - Default value:
380
- `default`
432
+ :param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
433
+ - Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
434
+ - Default value: `default`
381
435
  :param pulumi.Input[_builtins.str] tunnel_interface_carrier_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
382
- :param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnel_interface` being
383
- equal to `true` - Default value: `false`
436
+ :param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnel_interface` being equal to `true`
437
+ - Default value: `false`
384
438
  :param pulumi.Input[_builtins.str] tunnel_interface_clear_dont_fragment_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
385
- :param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC, Attribute conditional on `tunnel_interface` being equal to `true` - Choices: `default`, `mpls`,
386
- `metro-ethernet`, `biz-internet`, `public-internet`, `lte`, `3g`, `red`, `green`, `blue`, `gold`, `silver`, `bronze`,
387
- `custom1`, `custom2`, `custom3`, `private1`, `private2`, `private3`, `private4`, `private5`, `private6` - Default value:
388
- `mpls`
389
- :param pulumi.Input[_builtins.bool] tunnel_interface_color_restrict: Restrict this TLOC behavior, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
439
+ :param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
440
+ - Choices: `default`, `mpls`, `metro-ethernet`, `biz-internet`, `public-internet`, `lte`, `3g`, `red`, `green`, `blue`, `gold`, `silver`, `bronze`, `custom1`, `custom2`, `custom3`, `private1`, `private2`, `private3`, `private4`, `private5`, `private6`
441
+ - Default value: `mpls`
442
+ :param pulumi.Input[_builtins.bool] tunnel_interface_color_restrict: Restrict this TLOC behavior, Attribute conditional on `tunnel_interface` being equal to `true`
443
+ - Default value: `false`
390
444
  :param pulumi.Input[_builtins.str] tunnel_interface_color_restrict_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
391
445
  :param pulumi.Input[_builtins.str] tunnel_interface_color_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
392
- :param pulumi.Input[_builtins.bool] tunnel_interface_cts_sgt_propagation: CTS SGT Propagation configuration, Attribute conditional on `tunnel_interface` being equal to `true` - Default value:
393
- `false`
446
+ :param pulumi.Input[_builtins.bool] tunnel_interface_cts_sgt_propagation: CTS SGT Propagation configuration, Attribute conditional on `tunnel_interface` being equal to `true`
447
+ - Default value: `false`
394
448
  :param pulumi.Input[_builtins.str] tunnel_interface_cts_sgt_propagation_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
395
449
  :param pulumi.Input[Sequence[pulumi.Input['TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArgs']]] tunnel_interface_encapsulations: Encapsulation for TLOC
396
450
  :param pulumi.Input[_builtins.str] tunnel_interface_exclude_controller_group_list_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
397
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list., Attribute conditional on `tunnel_interface` being equal
398
- to `true`
451
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list., Attribute conditional on `tunnel_interface` being equal to `true`
399
452
  :param pulumi.Input[_builtins.str] tunnel_interface_gre_tunnel_destination_ip: GRE tunnel destination IP, Attribute conditional on `tunnel_interface` being equal to `true`
400
453
  :param pulumi.Input[_builtins.str] tunnel_interface_gre_tunnel_destination_ip_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
401
- :param pulumi.Input[_builtins.int] tunnel_interface_groups: List of groups, Attribute conditional on `tunnel_interface` being equal to `true` - Range: `1`-`4294967295`
454
+ :param pulumi.Input[_builtins.int] tunnel_interface_groups: List of groups, Attribute conditional on `tunnel_interface` being equal to `true`
455
+ - Range: `1`-`4294967295`
402
456
  :param pulumi.Input[_builtins.str] tunnel_interface_groups_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
403
- :param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnel_interface` being
404
- equal to `true` - Range: `100`-`600000` - Default value: `1000`
457
+ :param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnel_interface` being equal to `true`
458
+ - Range: `100`-`600000`
459
+ - Default value: `1000`
405
460
  :param pulumi.Input[_builtins.str] tunnel_interface_hello_interval_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
406
- :param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnel_interface` being equal to
407
- `true` - Range: `12`-`6000` - Default value: `12`
461
+ :param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnel_interface` being equal to `true`
462
+ - Range: `12`-`6000`
463
+ - Default value: `12`
408
464
  :param pulumi.Input[_builtins.str] tunnel_interface_hello_tolerance_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
409
- :param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
465
+ :param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort, Attribute conditional on `tunnel_interface` being equal to `true`
466
+ - Default value: `false`
410
467
  :param pulumi.Input[_builtins.str] tunnel_interface_last_resort_circuit_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
411
- :param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnel_interface` being equal to `true` -
412
- Default value: `false`
468
+ :param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnel_interface` being equal to `true`
469
+ - Default value: `false`
413
470
  :param pulumi.Input[_builtins.str] tunnel_interface_low_bandwidth_link_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
414
- :param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Maximum Control Connections, Attribute conditional on `tunnel_interface` being equal to `true` - Range: `0`-`100`
471
+ :param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Maximum Control Connections, Attribute conditional on `tunnel_interface` being equal to `true`
472
+ - Range: `0`-`100`
415
473
  :param pulumi.Input[_builtins.str] tunnel_interface_max_control_connections_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
416
- :param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnel_interface` being equal to
417
- `true` - Range: `1`-`60` - Default value: `5`
474
+ :param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnel_interface` being equal to `true`
475
+ - Range: `1`-`60`
476
+ - Default value: `5`
418
477
  :param pulumi.Input[_builtins.str] tunnel_interface_nat_refresh_interval_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
419
- :param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnel_interface` being equal to
420
- `true` - Default value: `false`
478
+ :param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnel_interface` being equal to `true`
479
+ - Default value: `false`
421
480
  :param pulumi.Input[_builtins.str] tunnel_interface_network_broadcast_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
422
- :param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface, Attribute conditional on `tunnel_interface` being equal to `true` -
423
- Default value: `true`
481
+ :param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface, Attribute conditional on `tunnel_interface` being equal to `true`
482
+ - Default value: `true`
424
483
  :param pulumi.Input[_builtins.str] tunnel_interface_port_hop_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
425
- :param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnel_interface` being equal to `true` - Range:
426
- `500`-`1460`
484
+ :param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnel_interface` being equal to `true`
485
+ - Range: `500`-`1460`
427
486
  :param pulumi.Input[_builtins.str] tunnel_interface_tunnel_tcp_mss_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
428
- :param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only, Attribute conditional on `tunnel_interface` being equal to `true` - Default
429
- value: `false`
487
+ :param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only, Attribute conditional on `tunnel_interface` being equal to `true`
488
+ - Default value: `false`
430
489
  :param pulumi.Input[_builtins.str] tunnel_interface_vbond_as_stun_server_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
431
- :param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnel_interface` being
432
- equal to `true` - Range: `0`-`8` - Default value: `5`
490
+ :param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnel_interface` being equal to `true`
491
+ - Range: `0`-`8`
492
+ - Default value: `5`
433
493
  :param pulumi.Input[_builtins.str] tunnel_interface_vmanage_connection_preference_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
434
- :param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode, Attribute conditional on `tunnel_interface` being equal to `true` - Choices: `hub`, `spoke`
494
+ :param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode, Attribute conditional on `tunnel_interface` being equal to `true`
495
+ - Choices: `hub`, `spoke`
435
496
  :param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
436
497
  :param pulumi.Input[_builtins.str] xconnect: Extend remote TLOC over a GRE tunnel to a local WAN interface
437
498
  :param pulumi.Input[_builtins.str] xconnect_variable: Variable name
@@ -887,7 +948,9 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
887
948
  @pulumi.getter(name="arpTimeout")
888
949
  def arp_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
889
950
  """
890
- Timeout value for dynamically learned ARP entries, <0..2678400> seconds - Range: `0`-`2147483` - Default value: `1200`
951
+ Timeout value for dynamically learned ARP entries, <0..2678400> seconds
952
+ - Range: `0`-`2147483`
953
+ - Default value: `1200`
891
954
  """
892
955
  return pulumi.get(self, "arp_timeout")
893
956
 
@@ -923,7 +986,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
923
986
  @pulumi.getter(name="autoDetectBandwidth")
924
987
  def auto_detect_bandwidth(self) -> Optional[pulumi.Input[_builtins.bool]]:
925
988
  """
926
- Interface auto detect bandwidth - Default value: `false`
989
+ Interface auto detect bandwidth
990
+ - Default value: `false`
927
991
  """
928
992
  return pulumi.get(self, "auto_detect_bandwidth")
929
993
 
@@ -971,7 +1035,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
971
1035
  @pulumi.getter(name="bandwidthDownstream")
972
1036
  def bandwidth_downstream(self) -> Optional[pulumi.Input[_builtins.int]]:
973
1037
  """
974
- Interface downstream bandwidth capacity, in kbps - Range: `1`-`2147483647`
1038
+ Interface downstream bandwidth capacity, in kbps
1039
+ - Range: `1`-`2147483647`
975
1040
  """
976
1041
  return pulumi.get(self, "bandwidth_downstream")
977
1042
 
@@ -995,7 +1060,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
995
1060
  @pulumi.getter(name="bandwidthUpstream")
996
1061
  def bandwidth_upstream(self) -> Optional[pulumi.Input[_builtins.int]]:
997
1062
  """
998
- Interface upstream bandwidth capacity, in kbps - Range: `1`-`2147483647`
1063
+ Interface upstream bandwidth capacity, in kbps
1064
+ - Range: `1`-`2147483647`
999
1065
  """
1000
1066
  return pulumi.get(self, "bandwidth_upstream")
1001
1067
 
@@ -1019,7 +1085,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1019
1085
  @pulumi.getter(name="blockNonSourceIp")
1020
1086
  def block_non_source_ip(self) -> Optional[pulumi.Input[_builtins.bool]]:
1021
1087
  """
1022
- Block packets originating from IP address that is not from this source - Default value: `false`
1088
+ Block packets originating from IP address that is not from this source
1089
+ - Default value: `false`
1023
1090
  """
1024
1091
  return pulumi.get(self, "block_non_source_ip")
1025
1092
 
@@ -1055,7 +1122,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1055
1122
  @pulumi.getter
1056
1123
  def duplex(self) -> Optional[pulumi.Input[_builtins.str]]:
1057
1124
  """
1058
- Duplex mode - Choices: `full`, `half`, `auto`
1125
+ Duplex mode
1126
+ - Choices: `full`, `half`, `auto`
1059
1127
  """
1060
1128
  return pulumi.get(self, "duplex")
1061
1129
 
@@ -1115,7 +1183,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1115
1183
  @pulumi.getter(name="icmpRedirectDisable")
1116
1184
  def icmp_redirect_disable(self) -> Optional[pulumi.Input[_builtins.bool]]:
1117
1185
  """
1118
- ICMP/ICMPv6 Redirect Disable - Default value: `true`
1186
+ ICMP/ICMPv6 Redirect Disable
1187
+ - Default value: `true`
1119
1188
  """
1120
1189
  return pulumi.get(self, "icmp_redirect_disable")
1121
1190
 
@@ -1160,8 +1229,9 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1160
1229
  @pulumi.getter(name="interfaceMtu")
1161
1230
  def interface_mtu(self) -> Optional[pulumi.Input[_builtins.int]]:
1162
1231
  """
1163
- Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes - Range: `1500`-`9216` -
1164
- Default value: `1500`
1232
+ Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes
1233
+ - Range: `1500`-`9216`
1234
+ - Default value: `1500`
1165
1235
  """
1166
1236
  return pulumi.get(self, "interface_mtu")
1167
1237
 
@@ -1206,7 +1276,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1206
1276
  @pulumi.getter(name="ipDirectedBroadcast")
1207
1277
  def ip_directed_broadcast(self) -> Optional[pulumi.Input[_builtins.bool]]:
1208
1278
  """
1209
- IP Directed-Broadcast - Default value: `false`
1279
+ IP Directed-Broadcast
1280
+ - Default value: `false`
1210
1281
  """
1211
1282
  return pulumi.get(self, "ip_directed_broadcast")
1212
1283
 
@@ -1230,8 +1301,9 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1230
1301
  @pulumi.getter(name="ipMtu")
1231
1302
  def ip_mtu(self) -> Optional[pulumi.Input[_builtins.int]]:
1232
1303
  """
1233
- IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces
1234
- <576..2000> in bytes - Range: `576`-`9216` - Default value: `1500`
1304
+ IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes
1305
+ - Range: `576`-`9216`
1306
+ - Default value: `1500`
1235
1307
  """
1236
1308
  return pulumi.get(self, "ip_mtu")
1237
1309
 
@@ -1303,7 +1375,9 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1303
1375
  @pulumi.getter(name="ipv4ConfigurationType")
1304
1376
  def ipv4_configuration_type(self) -> Optional[pulumi.Input[_builtins.str]]:
1305
1377
  """
1306
- IPv4 Configuration Type - Choices: `dynamic`, `static` - Default value: `dynamic`
1378
+ IPv4 Configuration Type
1379
+ - Choices: `dynamic`, `static`
1380
+ - Default value: `dynamic`
1307
1381
  """
1308
1382
  return pulumi.get(self, "ipv4_configuration_type")
1309
1383
 
@@ -1315,8 +1389,9 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1315
1389
  @pulumi.getter(name="ipv4DhcpDistance")
1316
1390
  def ipv4_dhcp_distance(self) -> Optional[pulumi.Input[_builtins.int]]:
1317
1391
  """
1318
- DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic` - Range: `1`-`65536` -
1319
- Default value: `1`
1392
+ DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
1393
+ - Range: `1`-`65536`
1394
+ - Default value: `1`
1320
1395
  """
1321
1396
  return pulumi.get(self, "ipv4_dhcp_distance")
1322
1397
 
@@ -1376,12 +1451,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1376
1451
  @pulumi.getter(name="ipv4SubnetMask")
1377
1452
  def ipv4_subnet_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
1378
1453
  """
1379
- Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static` - Choices: `255.255.255.255`,
1380
- `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`,
1381
- `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`,
1382
- `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`,
1383
- `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`,
1384
- `128.0.0.0`, `0.0.0.0`
1454
+ Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static`
1455
+ - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
1385
1456
  """
1386
1457
  return pulumi.get(self, "ipv4_subnet_mask")
1387
1458
 
@@ -1429,7 +1500,9 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1429
1500
  @pulumi.getter(name="ipv6ConfigurationType")
1430
1501
  def ipv6_configuration_type(self) -> Optional[pulumi.Input[_builtins.str]]:
1431
1502
  """
1432
- IPv6 Configuration Type - Choices: `dynamic`, `static`, `none` - Default value: `none`
1503
+ IPv6 Configuration Type
1504
+ - Choices: `dynamic`, `static`, `none`
1505
+ - Default value: `none`
1433
1506
  """
1434
1507
  return pulumi.get(self, "ipv6_configuration_type")
1435
1508
 
@@ -1465,7 +1538,9 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1465
1538
  @pulumi.getter(name="loadInterval")
1466
1539
  def load_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
1467
1540
  """
1468
- Interval for interface load calculation - Range: `30`-`600` - Default value: `30`
1541
+ Interval for interface load calculation
1542
+ - Range: `30`-`600`
1543
+ - Default value: `30`
1469
1544
  """
1470
1545
  return pulumi.get(self, "load_interval")
1471
1546
 
@@ -1513,7 +1588,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1513
1588
  @pulumi.getter(name="mediaType")
1514
1589
  def media_type(self) -> Optional[pulumi.Input[_builtins.str]]:
1515
1590
  """
1516
- Media type - Choices: `auto-select`, `rj45`, `sfp`
1591
+ Media type
1592
+ - Choices: `auto-select`, `rj45`, `sfp`
1517
1593
  """
1518
1594
  return pulumi.get(self, "media_type")
1519
1595
 
@@ -1549,7 +1625,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1549
1625
  @pulumi.getter
1550
1626
  def nat64(self) -> Optional[pulumi.Input[_builtins.bool]]:
1551
1627
  """
1552
- NAT64 on this interface, Attribute conditional on `nat_ipv6` being equal to `true` - Default value: `false`
1628
+ NAT64 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
1629
+ - Default value: `false`
1553
1630
  """
1554
1631
  return pulumi.get(self, "nat64")
1555
1632
 
@@ -1561,7 +1638,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1561
1638
  @pulumi.getter
1562
1639
  def nat66(self) -> Optional[pulumi.Input[_builtins.bool]]:
1563
1640
  """
1564
- NAT66 on this interface, Attribute conditional on `nat_ipv6` being equal to `true` - Default value: `false`
1641
+ NAT66 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
1642
+ - Default value: `false`
1565
1643
  """
1566
1644
  return pulumi.get(self, "nat66")
1567
1645
 
@@ -1573,7 +1651,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1573
1651
  @pulumi.getter(name="natIpv4")
1574
1652
  def nat_ipv4(self) -> Optional[pulumi.Input[_builtins.bool]]:
1575
1653
  """
1576
- enable Network Address Translation on this interface - Default value: `false`
1654
+ enable Network Address Translation on this interface
1655
+ - Default value: `false`
1577
1656
  """
1578
1657
  return pulumi.get(self, "nat_ipv4")
1579
1658
 
@@ -1597,7 +1676,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1597
1676
  @pulumi.getter(name="natIpv6")
1598
1677
  def nat_ipv6(self) -> Optional[pulumi.Input[_builtins.bool]]:
1599
1678
  """
1600
- enable Network Address Translation ipv6 on this interface - Default value: `false`
1679
+ enable Network Address Translation ipv6 on this interface
1680
+ - Default value: `false`
1601
1681
  """
1602
1682
  return pulumi.get(self, "nat_ipv6")
1603
1683
 
@@ -1645,7 +1725,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1645
1725
  @pulumi.getter(name="natOverload")
1646
1726
  def nat_overload(self) -> Optional[pulumi.Input[_builtins.bool]]:
1647
1727
  """
1648
- NAT Overload, Attribute conditional on `nat_ipv4` being equal to `true` - Default value: `true`
1728
+ NAT Overload, Attribute conditional on `nat_ipv4` being equal to `true`
1729
+ - Default value: `true`
1649
1730
  """
1650
1731
  return pulumi.get(self, "nat_overload")
1651
1732
 
@@ -1669,7 +1750,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1669
1750
  @pulumi.getter(name="natPrefixLength")
1670
1751
  def nat_prefix_length(self) -> Optional[pulumi.Input[_builtins.int]]:
1671
1752
  """
1672
- NAT Pool Prefix Length, Attribute conditional on `nat_ipv4` being equal to `true` - Range: `1`-`32`
1753
+ NAT Pool Prefix Length, Attribute conditional on `nat_ipv4` being equal to `true`
1754
+ - Range: `1`-`32`
1673
1755
  """
1674
1756
  return pulumi.get(self, "nat_prefix_length")
1675
1757
 
@@ -1741,8 +1823,9 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1741
1823
  @pulumi.getter(name="natTcpTimeout")
1742
1824
  def nat_tcp_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
1743
1825
  """
1744
- Set NAT TCP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true` - Range: `1`-`8947` -
1745
- Default value: `60`
1826
+ Set NAT TCP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
1827
+ - Range: `1`-`8947`
1828
+ - Default value: `60`
1746
1829
  """
1747
1830
  return pulumi.get(self, "nat_tcp_timeout")
1748
1831
 
@@ -1766,8 +1849,9 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1766
1849
  @pulumi.getter(name="natType")
1767
1850
  def nat_type(self) -> Optional[pulumi.Input[_builtins.str]]:
1768
1851
  """
1769
- NAT Type, Attribute conditional on `nat_ipv4` being equal to `true` - Choices: `interface`, `pool`, `loopback` - Default
1770
- value: `interface`
1852
+ NAT Type, Attribute conditional on `nat_ipv4` being equal to `true`
1853
+ - Choices: `interface`, `pool`, `loopback`
1854
+ - Default value: `interface`
1771
1855
  """
1772
1856
  return pulumi.get(self, "nat_type")
1773
1857
 
@@ -1791,8 +1875,9 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1791
1875
  @pulumi.getter(name="natUdpTimeout")
1792
1876
  def nat_udp_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
1793
1877
  """
1794
- Set NAT UDP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true` - Range: `1`-`8947` -
1795
- Default value: `1`
1878
+ Set NAT UDP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
1879
+ - Range: `1`-`8947`
1880
+ - Default value: `1`
1796
1881
  """
1797
1882
  return pulumi.get(self, "nat_udp_timeout")
1798
1883
 
@@ -1828,7 +1913,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1828
1913
  @pulumi.getter(name="perTunnelQos")
1829
1914
  def per_tunnel_qos(self) -> Optional[pulumi.Input[_builtins.bool]]:
1830
1915
  """
1831
- Per-tunnel Qos, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
1916
+ Per-tunnel Qos, Attribute conditional on `tunnel_interface` being equal to `true`
1917
+ - Default value: `false`
1832
1918
  """
1833
1919
  return pulumi.get(self, "per_tunnel_qos")
1834
1920
 
@@ -1852,7 +1938,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1852
1938
  @pulumi.getter(name="qosAdaptive")
1853
1939
  def qos_adaptive(self) -> Optional[pulumi.Input[_builtins.bool]]:
1854
1940
  """
1855
- Adaptive QoS - Default value: `false`
1941
+ Adaptive QoS
1942
+ - Default value: `false`
1856
1943
  """
1857
1944
  return pulumi.get(self, "qos_adaptive")
1858
1945
 
@@ -1864,7 +1951,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1864
1951
  @pulumi.getter(name="qosAdaptiveBandwidthDownstream")
1865
1952
  def qos_adaptive_bandwidth_downstream(self) -> Optional[pulumi.Input[_builtins.bool]]:
1866
1953
  """
1867
- Shaping Rate Downstream - Default value: `false`
1954
+ Shaping Rate Downstream
1955
+ - Default value: `false`
1868
1956
  """
1869
1957
  return pulumi.get(self, "qos_adaptive_bandwidth_downstream")
1870
1958
 
@@ -1876,7 +1964,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1876
1964
  @pulumi.getter(name="qosAdaptiveBandwidthUpstream")
1877
1965
  def qos_adaptive_bandwidth_upstream(self) -> Optional[pulumi.Input[_builtins.bool]]:
1878
1966
  """
1879
- Shaping Rate Upstream - Default value: `false`
1967
+ Shaping Rate Upstream
1968
+ - Default value: `false`
1880
1969
  """
1881
1970
  return pulumi.get(self, "qos_adaptive_bandwidth_upstream")
1882
1971
 
@@ -1888,7 +1977,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1888
1977
  @pulumi.getter(name="qosAdaptiveDefaultDownstream")
1889
1978
  def qos_adaptive_default_downstream(self) -> Optional[pulumi.Input[_builtins.int]]:
1890
1979
  """
1891
- Adaptive QoS default downstream bandwidth (kbps) - Range: `8`-`100000000`
1980
+ Adaptive QoS default downstream bandwidth (kbps)
1981
+ - Range: `8`-`100000000`
1892
1982
  """
1893
1983
  return pulumi.get(self, "qos_adaptive_default_downstream")
1894
1984
 
@@ -1912,7 +2002,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1912
2002
  @pulumi.getter(name="qosAdaptiveDefaultUpstream")
1913
2003
  def qos_adaptive_default_upstream(self) -> Optional[pulumi.Input[_builtins.int]]:
1914
2004
  """
1915
- Adaptive QoS default upstream bandwidth (kbps) - Range: `8`-`100000000`
2005
+ Adaptive QoS default upstream bandwidth (kbps)
2006
+ - Range: `8`-`100000000`
1916
2007
  """
1917
2008
  return pulumi.get(self, "qos_adaptive_default_upstream")
1918
2009
 
@@ -1936,7 +2027,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1936
2027
  @pulumi.getter(name="qosAdaptiveMaxDownstream")
1937
2028
  def qos_adaptive_max_downstream(self) -> Optional[pulumi.Input[_builtins.int]]:
1938
2029
  """
1939
- Downstream max bandwidth limit (kbps) - Range: `8`-`100000000`
2030
+ Downstream max bandwidth limit (kbps)
2031
+ - Range: `8`-`100000000`
1940
2032
  """
1941
2033
  return pulumi.get(self, "qos_adaptive_max_downstream")
1942
2034
 
@@ -1960,7 +2052,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1960
2052
  @pulumi.getter(name="qosAdaptiveMaxUpstream")
1961
2053
  def qos_adaptive_max_upstream(self) -> Optional[pulumi.Input[_builtins.int]]:
1962
2054
  """
1963
- Upstream max bandwidth limit (kbps) - Range: `8`-`100000000`
2055
+ Upstream max bandwidth limit (kbps)
2056
+ - Range: `8`-`100000000`
1964
2057
  """
1965
2058
  return pulumi.get(self, "qos_adaptive_max_upstream")
1966
2059
 
@@ -1984,7 +2077,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
1984
2077
  @pulumi.getter(name="qosAdaptiveMinDownstream")
1985
2078
  def qos_adaptive_min_downstream(self) -> Optional[pulumi.Input[_builtins.int]]:
1986
2079
  """
1987
- Downstream min bandwidth limit (kbps) - Range: `8`-`100000000`
2080
+ Downstream min bandwidth limit (kbps)
2081
+ - Range: `8`-`100000000`
1988
2082
  """
1989
2083
  return pulumi.get(self, "qos_adaptive_min_downstream")
1990
2084
 
@@ -2008,7 +2102,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2008
2102
  @pulumi.getter(name="qosAdaptiveMinUpstream")
2009
2103
  def qos_adaptive_min_upstream(self) -> Optional[pulumi.Input[_builtins.int]]:
2010
2104
  """
2011
- Upstream min bandwidth limit (kbps) - Range: `8`-`100000000`
2105
+ Upstream min bandwidth limit (kbps)
2106
+ - Range: `8`-`100000000`
2012
2107
  """
2013
2108
  return pulumi.get(self, "qos_adaptive_min_upstream")
2014
2109
 
@@ -2032,7 +2127,9 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2032
2127
  @pulumi.getter(name="qosAdaptivePeriod")
2033
2128
  def qos_adaptive_period(self) -> Optional[pulumi.Input[_builtins.int]]:
2034
2129
  """
2035
- Adapt Period(Minutes) - Range: `1`-`720` - Default value: `15`
2130
+ Adapt Period(Minutes)
2131
+ - Range: `1`-`720`
2132
+ - Default value: `15`
2036
2133
  """
2037
2134
  return pulumi.get(self, "qos_adaptive_period")
2038
2135
 
@@ -2056,7 +2153,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2056
2153
  @pulumi.getter(name="qosShapingRate")
2057
2154
  def qos_shaping_rate(self) -> Optional[pulumi.Input[_builtins.int]]:
2058
2155
  """
2059
- Shaping Rate (Kbps) - Range: `8`-`100000000`
2156
+ Shaping Rate (Kbps)
2157
+ - Range: `8`-`100000000`
2060
2158
  """
2061
2159
  return pulumi.get(self, "qos_shaping_rate")
2062
2160
 
@@ -2128,7 +2226,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2128
2226
  @pulumi.getter
2129
2227
  def speed(self) -> Optional[pulumi.Input[_builtins.str]]:
2130
2228
  """
2131
- Set interface speed - Choices: `10`, `100`, `1000`, `2500`, `10000`
2229
+ Set interface speed
2230
+ - Choices: `10`, `100`, `1000`, `2500`, `10000`
2132
2231
  """
2133
2232
  return pulumi.get(self, "speed")
2134
2233
 
@@ -2164,7 +2263,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2164
2263
  @pulumi.getter(name="tcpMss")
2165
2264
  def tcp_mss(self) -> Optional[pulumi.Input[_builtins.int]]:
2166
2265
  """
2167
- TCP MSS on SYN packets, in bytes - Range: `500`-`1460`
2266
+ TCP MSS on SYN packets, in bytes
2267
+ - Range: `500`-`1460`
2168
2268
  """
2169
2269
  return pulumi.get(self, "tcp_mss")
2170
2270
 
@@ -2236,8 +2336,9 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2236
2336
  @pulumi.getter(name="tunnelBandwidthPercent")
2237
2337
  def tunnel_bandwidth_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
2238
2338
  """
2239
- Tunnels Bandwidth Percent, Attribute conditional on `tunnel_interface` being equal to `true` - Range: `1`-`100` -
2240
- Default value: `50`
2339
+ Tunnels Bandwidth Percent, Attribute conditional on `tunnel_interface` being equal to `true`
2340
+ - Range: `1`-`100`
2341
+ - Default value: `50`
2241
2342
  """
2242
2343
  return pulumi.get(self, "tunnel_bandwidth_percent")
2243
2344
 
@@ -2261,7 +2362,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2261
2362
  @pulumi.getter(name="tunnelInterface")
2262
2363
  def tunnel_interface(self) -> Optional[pulumi.Input[_builtins.bool]]:
2263
2364
  """
2264
- Tunnel Interface on/off - Default value: `false`
2365
+ Tunnel Interface on/off
2366
+ - Default value: `false`
2265
2367
  """
2266
2368
  return pulumi.get(self, "tunnel_interface")
2267
2369
 
@@ -2273,7 +2375,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2273
2375
  @pulumi.getter(name="tunnelInterfaceAllowAll")
2274
2376
  def tunnel_interface_allow_all(self) -> Optional[pulumi.Input[_builtins.bool]]:
2275
2377
  """
2276
- Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value: `false`
2378
+ Allow all traffic. Overrides all other allow-service options if allow-service all is set
2379
+ - Default value: `false`
2277
2380
  """
2278
2381
  return pulumi.get(self, "tunnel_interface_allow_all")
2279
2382
 
@@ -2297,7 +2400,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2297
2400
  @pulumi.getter(name="tunnelInterfaceAllowBfd")
2298
2401
  def tunnel_interface_allow_bfd(self) -> Optional[pulumi.Input[_builtins.bool]]:
2299
2402
  """
2300
- Allow/Deny BFD - Default value: `false`
2403
+ Allow/Deny BFD
2404
+ - Default value: `false`
2301
2405
  """
2302
2406
  return pulumi.get(self, "tunnel_interface_allow_bfd")
2303
2407
 
@@ -2321,7 +2425,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2321
2425
  @pulumi.getter(name="tunnelInterfaceAllowBgp")
2322
2426
  def tunnel_interface_allow_bgp(self) -> Optional[pulumi.Input[_builtins.bool]]:
2323
2427
  """
2324
- Allow/deny BGP - Default value: `false`
2428
+ Allow/deny BGP
2429
+ - Default value: `false`
2325
2430
  """
2326
2431
  return pulumi.get(self, "tunnel_interface_allow_bgp")
2327
2432
 
@@ -2345,7 +2450,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2345
2450
  @pulumi.getter(name="tunnelInterfaceAllowDhcp")
2346
2451
  def tunnel_interface_allow_dhcp(self) -> Optional[pulumi.Input[_builtins.bool]]:
2347
2452
  """
2348
- Allow/Deny DHCP - Default value: `true`
2453
+ Allow/Deny DHCP
2454
+ - Default value: `true`
2349
2455
  """
2350
2456
  return pulumi.get(self, "tunnel_interface_allow_dhcp")
2351
2457
 
@@ -2369,7 +2475,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2369
2475
  @pulumi.getter(name="tunnelInterfaceAllowDns")
2370
2476
  def tunnel_interface_allow_dns(self) -> Optional[pulumi.Input[_builtins.bool]]:
2371
2477
  """
2372
- Allow/Deny DNS - Default value: `true`
2478
+ Allow/Deny DNS
2479
+ - Default value: `true`
2373
2480
  """
2374
2481
  return pulumi.get(self, "tunnel_interface_allow_dns")
2375
2482
 
@@ -2393,7 +2500,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2393
2500
  @pulumi.getter(name="tunnelInterfaceAllowHttps")
2394
2501
  def tunnel_interface_allow_https(self) -> Optional[pulumi.Input[_builtins.bool]]:
2395
2502
  """
2396
- Allow/Deny HTTPS - Default value: `true`
2503
+ Allow/Deny HTTPS
2504
+ - Default value: `true`
2397
2505
  """
2398
2506
  return pulumi.get(self, "tunnel_interface_allow_https")
2399
2507
 
@@ -2417,7 +2525,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2417
2525
  @pulumi.getter(name="tunnelInterfaceAllowIcmp")
2418
2526
  def tunnel_interface_allow_icmp(self) -> Optional[pulumi.Input[_builtins.bool]]:
2419
2527
  """
2420
- Allow/Deny ICMP - Default value: `true`
2528
+ Allow/Deny ICMP
2529
+ - Default value: `true`
2421
2530
  """
2422
2531
  return pulumi.get(self, "tunnel_interface_allow_icmp")
2423
2532
 
@@ -2441,7 +2550,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2441
2550
  @pulumi.getter(name="tunnelInterfaceAllowNetconf")
2442
2551
  def tunnel_interface_allow_netconf(self) -> Optional[pulumi.Input[_builtins.bool]]:
2443
2552
  """
2444
- Allow/Deny NETCONF - Default value: `false`
2553
+ Allow/Deny NETCONF
2554
+ - Default value: `false`
2445
2555
  """
2446
2556
  return pulumi.get(self, "tunnel_interface_allow_netconf")
2447
2557
 
@@ -2465,7 +2575,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2465
2575
  @pulumi.getter(name="tunnelInterfaceAllowNtp")
2466
2576
  def tunnel_interface_allow_ntp(self) -> Optional[pulumi.Input[_builtins.bool]]:
2467
2577
  """
2468
- Allow/Deny NTP - Default value: `true`
2578
+ Allow/Deny NTP
2579
+ - Default value: `true`
2469
2580
  """
2470
2581
  return pulumi.get(self, "tunnel_interface_allow_ntp")
2471
2582
 
@@ -2489,7 +2600,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2489
2600
  @pulumi.getter(name="tunnelInterfaceAllowOspf")
2490
2601
  def tunnel_interface_allow_ospf(self) -> Optional[pulumi.Input[_builtins.bool]]:
2491
2602
  """
2492
- Allow/Deny OSPF - Default value: `false`
2603
+ Allow/Deny OSPF
2604
+ - Default value: `false`
2493
2605
  """
2494
2606
  return pulumi.get(self, "tunnel_interface_allow_ospf")
2495
2607
 
@@ -2513,7 +2625,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2513
2625
  @pulumi.getter(name="tunnelInterfaceAllowSnmp")
2514
2626
  def tunnel_interface_allow_snmp(self) -> Optional[pulumi.Input[_builtins.bool]]:
2515
2627
  """
2516
- Allow/Deny SNMP - Default value: `false`
2628
+ Allow/Deny SNMP
2629
+ - Default value: `false`
2517
2630
  """
2518
2631
  return pulumi.get(self, "tunnel_interface_allow_snmp")
2519
2632
 
@@ -2537,7 +2650,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2537
2650
  @pulumi.getter(name="tunnelInterfaceAllowSsh")
2538
2651
  def tunnel_interface_allow_ssh(self) -> Optional[pulumi.Input[_builtins.bool]]:
2539
2652
  """
2540
- Allow/Deny SSH - Default value: `true`
2653
+ Allow/Deny SSH
2654
+ - Default value: `true`
2541
2655
  """
2542
2656
  return pulumi.get(self, "tunnel_interface_allow_ssh")
2543
2657
 
@@ -2561,7 +2675,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2561
2675
  @pulumi.getter(name="tunnelInterfaceAllowStun")
2562
2676
  def tunnel_interface_allow_stun(self) -> Optional[pulumi.Input[_builtins.bool]]:
2563
2677
  """
2564
- Allow/Deny STUN - Default value: `false`
2678
+ Allow/Deny STUN
2679
+ - Default value: `false`
2565
2680
  """
2566
2681
  return pulumi.get(self, "tunnel_interface_allow_stun")
2567
2682
 
@@ -2585,8 +2700,7 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2585
2700
  @pulumi.getter(name="tunnelInterfaceBindLoopbackTunnel")
2586
2701
  def tunnel_interface_bind_loopback_tunnel(self) -> Optional[pulumi.Input[_builtins.str]]:
2587
2702
  """
2588
- Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnel_interface` being equal to
2589
- `true`
2703
+ Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnel_interface` being equal to `true`
2590
2704
  """
2591
2705
  return pulumi.get(self, "tunnel_interface_bind_loopback_tunnel")
2592
2706
 
@@ -2610,7 +2724,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2610
2724
  @pulumi.getter(name="tunnelInterfaceBorder")
2611
2725
  def tunnel_interface_border(self) -> Optional[pulumi.Input[_builtins.bool]]:
2612
2726
  """
2613
- Set TLOC as border TLOC, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
2727
+ Set TLOC as border TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
2728
+ - Default value: `false`
2614
2729
  """
2615
2730
  return pulumi.get(self, "tunnel_interface_border")
2616
2731
 
@@ -2634,9 +2749,9 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2634
2749
  @pulumi.getter(name="tunnelInterfaceCarrier")
2635
2750
  def tunnel_interface_carrier(self) -> Optional[pulumi.Input[_builtins.str]]:
2636
2751
  """
2637
- Set carrier for TLOC, Attribute conditional on `tunnel_interface` being equal to `true` - Choices: `default`,
2638
- `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8` - Default value:
2639
- `default`
2752
+ Set carrier for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
2753
+ - Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
2754
+ - Default value: `default`
2640
2755
  """
2641
2756
  return pulumi.get(self, "tunnel_interface_carrier")
2642
2757
 
@@ -2660,8 +2775,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2660
2775
  @pulumi.getter(name="tunnelInterfaceClearDontFragment")
2661
2776
  def tunnel_interface_clear_dont_fragment(self) -> Optional[pulumi.Input[_builtins.bool]]:
2662
2777
  """
2663
- Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnel_interface` being
2664
- equal to `true` - Default value: `false`
2778
+ Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnel_interface` being equal to `true`
2779
+ - Default value: `false`
2665
2780
  """
2666
2781
  return pulumi.get(self, "tunnel_interface_clear_dont_fragment")
2667
2782
 
@@ -2685,10 +2800,9 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2685
2800
  @pulumi.getter(name="tunnelInterfaceColor")
2686
2801
  def tunnel_interface_color(self) -> Optional[pulumi.Input[_builtins.str]]:
2687
2802
  """
2688
- Set color for TLOC, Attribute conditional on `tunnel_interface` being equal to `true` - Choices: `default`, `mpls`,
2689
- `metro-ethernet`, `biz-internet`, `public-internet`, `lte`, `3g`, `red`, `green`, `blue`, `gold`, `silver`, `bronze`,
2690
- `custom1`, `custom2`, `custom3`, `private1`, `private2`, `private3`, `private4`, `private5`, `private6` - Default value:
2691
- `mpls`
2803
+ Set color for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
2804
+ - Choices: `default`, `mpls`, `metro-ethernet`, `biz-internet`, `public-internet`, `lte`, `3g`, `red`, `green`, `blue`, `gold`, `silver`, `bronze`, `custom1`, `custom2`, `custom3`, `private1`, `private2`, `private3`, `private4`, `private5`, `private6`
2805
+ - Default value: `mpls`
2692
2806
  """
2693
2807
  return pulumi.get(self, "tunnel_interface_color")
2694
2808
 
@@ -2700,7 +2814,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2700
2814
  @pulumi.getter(name="tunnelInterfaceColorRestrict")
2701
2815
  def tunnel_interface_color_restrict(self) -> Optional[pulumi.Input[_builtins.bool]]:
2702
2816
  """
2703
- Restrict this TLOC behavior, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
2817
+ Restrict this TLOC behavior, Attribute conditional on `tunnel_interface` being equal to `true`
2818
+ - Default value: `false`
2704
2819
  """
2705
2820
  return pulumi.get(self, "tunnel_interface_color_restrict")
2706
2821
 
@@ -2736,8 +2851,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2736
2851
  @pulumi.getter(name="tunnelInterfaceCtsSgtPropagation")
2737
2852
  def tunnel_interface_cts_sgt_propagation(self) -> Optional[pulumi.Input[_builtins.bool]]:
2738
2853
  """
2739
- CTS SGT Propagation configuration, Attribute conditional on `tunnel_interface` being equal to `true` - Default value:
2740
- `false`
2854
+ CTS SGT Propagation configuration, Attribute conditional on `tunnel_interface` being equal to `true`
2855
+ - Default value: `false`
2741
2856
  """
2742
2857
  return pulumi.get(self, "tunnel_interface_cts_sgt_propagation")
2743
2858
 
@@ -2785,8 +2900,7 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2785
2900
  @pulumi.getter(name="tunnelInterfaceExcludeControllerGroupLists")
2786
2901
  def tunnel_interface_exclude_controller_group_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.int]]]]:
2787
2902
  """
2788
- Exclude the following controller groups defined in this list., Attribute conditional on `tunnel_interface` being equal
2789
- to `true`
2903
+ Exclude the following controller groups defined in this list., Attribute conditional on `tunnel_interface` being equal to `true`
2790
2904
  """
2791
2905
  return pulumi.get(self, "tunnel_interface_exclude_controller_group_lists")
2792
2906
 
@@ -2822,7 +2936,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2822
2936
  @pulumi.getter(name="tunnelInterfaceGroups")
2823
2937
  def tunnel_interface_groups(self) -> Optional[pulumi.Input[_builtins.int]]:
2824
2938
  """
2825
- List of groups, Attribute conditional on `tunnel_interface` being equal to `true` - Range: `1`-`4294967295`
2939
+ List of groups, Attribute conditional on `tunnel_interface` being equal to `true`
2940
+ - Range: `1`-`4294967295`
2826
2941
  """
2827
2942
  return pulumi.get(self, "tunnel_interface_groups")
2828
2943
 
@@ -2846,8 +2961,9 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2846
2961
  @pulumi.getter(name="tunnelInterfaceHelloInterval")
2847
2962
  def tunnel_interface_hello_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
2848
2963
  """
2849
- Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnel_interface` being
2850
- equal to `true` - Range: `100`-`600000` - Default value: `1000`
2964
+ Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnel_interface` being equal to `true`
2965
+ - Range: `100`-`600000`
2966
+ - Default value: `1000`
2851
2967
  """
2852
2968
  return pulumi.get(self, "tunnel_interface_hello_interval")
2853
2969
 
@@ -2871,8 +2987,9 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2871
2987
  @pulumi.getter(name="tunnelInterfaceHelloTolerance")
2872
2988
  def tunnel_interface_hello_tolerance(self) -> Optional[pulumi.Input[_builtins.int]]:
2873
2989
  """
2874
- Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnel_interface` being equal to
2875
- `true` - Range: `12`-`6000` - Default value: `12`
2990
+ Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnel_interface` being equal to `true`
2991
+ - Range: `12`-`6000`
2992
+ - Default value: `12`
2876
2993
  """
2877
2994
  return pulumi.get(self, "tunnel_interface_hello_tolerance")
2878
2995
 
@@ -2896,7 +3013,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2896
3013
  @pulumi.getter(name="tunnelInterfaceLastResortCircuit")
2897
3014
  def tunnel_interface_last_resort_circuit(self) -> Optional[pulumi.Input[_builtins.bool]]:
2898
3015
  """
2899
- Set TLOC as last resort, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
3016
+ Set TLOC as last resort, Attribute conditional on `tunnel_interface` being equal to `true`
3017
+ - Default value: `false`
2900
3018
  """
2901
3019
  return pulumi.get(self, "tunnel_interface_last_resort_circuit")
2902
3020
 
@@ -2920,8 +3038,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2920
3038
  @pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
2921
3039
  def tunnel_interface_low_bandwidth_link(self) -> Optional[pulumi.Input[_builtins.bool]]:
2922
3040
  """
2923
- Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnel_interface` being equal to `true` -
2924
- Default value: `false`
3041
+ Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnel_interface` being equal to `true`
3042
+ - Default value: `false`
2925
3043
  """
2926
3044
  return pulumi.get(self, "tunnel_interface_low_bandwidth_link")
2927
3045
 
@@ -2945,7 +3063,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2945
3063
  @pulumi.getter(name="tunnelInterfaceMaxControlConnections")
2946
3064
  def tunnel_interface_max_control_connections(self) -> Optional[pulumi.Input[_builtins.int]]:
2947
3065
  """
2948
- Maximum Control Connections, Attribute conditional on `tunnel_interface` being equal to `true` - Range: `0`-`100`
3066
+ Maximum Control Connections, Attribute conditional on `tunnel_interface` being equal to `true`
3067
+ - Range: `0`-`100`
2949
3068
  """
2950
3069
  return pulumi.get(self, "tunnel_interface_max_control_connections")
2951
3070
 
@@ -2969,8 +3088,9 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2969
3088
  @pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
2970
3089
  def tunnel_interface_nat_refresh_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
2971
3090
  """
2972
- Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnel_interface` being equal to
2973
- `true` - Range: `1`-`60` - Default value: `5`
3091
+ Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnel_interface` being equal to `true`
3092
+ - Range: `1`-`60`
3093
+ - Default value: `5`
2974
3094
  """
2975
3095
  return pulumi.get(self, "tunnel_interface_nat_refresh_interval")
2976
3096
 
@@ -2994,8 +3114,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
2994
3114
  @pulumi.getter(name="tunnelInterfaceNetworkBroadcast")
2995
3115
  def tunnel_interface_network_broadcast(self) -> Optional[pulumi.Input[_builtins.bool]]:
2996
3116
  """
2997
- Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnel_interface` being equal to
2998
- `true` - Default value: `false`
3117
+ Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnel_interface` being equal to `true`
3118
+ - Default value: `false`
2999
3119
  """
3000
3120
  return pulumi.get(self, "tunnel_interface_network_broadcast")
3001
3121
 
@@ -3019,8 +3139,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
3019
3139
  @pulumi.getter(name="tunnelInterfacePortHop")
3020
3140
  def tunnel_interface_port_hop(self) -> Optional[pulumi.Input[_builtins.bool]]:
3021
3141
  """
3022
- Disallow port hopping on the tunnel interface, Attribute conditional on `tunnel_interface` being equal to `true` -
3023
- Default value: `true`
3142
+ Disallow port hopping on the tunnel interface, Attribute conditional on `tunnel_interface` being equal to `true`
3143
+ - Default value: `true`
3024
3144
  """
3025
3145
  return pulumi.get(self, "tunnel_interface_port_hop")
3026
3146
 
@@ -3044,8 +3164,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
3044
3164
  @pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
3045
3165
  def tunnel_interface_tunnel_tcp_mss(self) -> Optional[pulumi.Input[_builtins.int]]:
3046
3166
  """
3047
- Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnel_interface` being equal to `true` - Range:
3048
- `500`-`1460`
3167
+ Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnel_interface` being equal to `true`
3168
+ - Range: `500`-`1460`
3049
3169
  """
3050
3170
  return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss")
3051
3171
 
@@ -3069,8 +3189,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
3069
3189
  @pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
3070
3190
  def tunnel_interface_vbond_as_stun_server(self) -> Optional[pulumi.Input[_builtins.bool]]:
3071
3191
  """
3072
- Put this wan interface in STUN mode only, Attribute conditional on `tunnel_interface` being equal to `true` - Default
3073
- value: `false`
3192
+ Put this wan interface in STUN mode only, Attribute conditional on `tunnel_interface` being equal to `true`
3193
+ - Default value: `false`
3074
3194
  """
3075
3195
  return pulumi.get(self, "tunnel_interface_vbond_as_stun_server")
3076
3196
 
@@ -3094,8 +3214,9 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
3094
3214
  @pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
3095
3215
  def tunnel_interface_vmanage_connection_preference(self) -> Optional[pulumi.Input[_builtins.int]]:
3096
3216
  """
3097
- Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnel_interface` being
3098
- equal to `true` - Range: `0`-`8` - Default value: `5`
3217
+ Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnel_interface` being equal to `true`
3218
+ - Range: `0`-`8`
3219
+ - Default value: `5`
3099
3220
  """
3100
3221
  return pulumi.get(self, "tunnel_interface_vmanage_connection_preference")
3101
3222
 
@@ -3119,7 +3240,8 @@ class TransportWanVpnInterfaceEthernetFeatureArgs:
3119
3240
  @pulumi.getter(name="tunnelQosMode")
3120
3241
  def tunnel_qos_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
3121
3242
  """
3122
- Set tunnel QoS mode, Attribute conditional on `tunnel_interface` being equal to `true` - Choices: `hub`, `spoke`
3243
+ Set tunnel QoS mode, Attribute conditional on `tunnel_interface` being equal to `true`
3244
+ - Choices: `hub`, `spoke`
3123
3245
  """
3124
3246
  return pulumi.get(self, "tunnel_qos_mode")
3125
3247
 
@@ -3364,221 +3486,282 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
3364
3486
  xconnect_variable: Optional[pulumi.Input[_builtins.str]] = None):
3365
3487
  """
3366
3488
  Input properties used for looking up and filtering TransportWanVpnInterfaceEthernetFeature resources.
3367
- :param pulumi.Input[_builtins.int] arp_timeout: Timeout value for dynamically learned ARP entries, <0..2678400> seconds - Range: `0`-`2147483` - Default value: `1200`
3489
+ :param pulumi.Input[_builtins.int] arp_timeout: Timeout value for dynamically learned ARP entries, <0..2678400> seconds
3490
+ - Range: `0`-`2147483`
3491
+ - Default value: `1200`
3368
3492
  :param pulumi.Input[_builtins.str] arp_timeout_variable: Variable name
3369
3493
  :param pulumi.Input[Sequence[pulumi.Input['TransportWanVpnInterfaceEthernetFeatureArpArgs']]] arps: Configure ARP entries
3370
- :param pulumi.Input[_builtins.bool] auto_detect_bandwidth: Interface auto detect bandwidth - Default value: `false`
3494
+ :param pulumi.Input[_builtins.bool] auto_detect_bandwidth: Interface auto detect bandwidth
3495
+ - Default value: `false`
3371
3496
  :param pulumi.Input[_builtins.str] auto_detect_bandwidth_variable: Variable name
3372
3497
  :param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
3373
3498
  :param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
3374
- :param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps - Range: `1`-`2147483647`
3499
+ :param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
3500
+ - Range: `1`-`2147483647`
3375
3501
  :param pulumi.Input[_builtins.str] bandwidth_downstream_variable: Variable name
3376
- :param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps - Range: `1`-`2147483647`
3502
+ :param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps
3503
+ - Range: `1`-`2147483647`
3377
3504
  :param pulumi.Input[_builtins.str] bandwidth_upstream_variable: Variable name
3378
- :param pulumi.Input[_builtins.bool] block_non_source_ip: Block packets originating from IP address that is not from this source - Default value: `false`
3505
+ :param pulumi.Input[_builtins.bool] block_non_source_ip: Block packets originating from IP address that is not from this source
3506
+ - Default value: `false`
3379
3507
  :param pulumi.Input[_builtins.str] block_non_source_ip_variable: Variable name
3380
3508
  :param pulumi.Input[_builtins.str] description: The description of the Feature
3381
- :param pulumi.Input[_builtins.str] duplex: Duplex mode - Choices: `full`, `half`, `auto`
3509
+ :param pulumi.Input[_builtins.str] duplex: Duplex mode
3510
+ - Choices: `full`, `half`, `auto`
3382
3511
  :param pulumi.Input[_builtins.str] duplex_variable: Variable name
3383
3512
  :param pulumi.Input[_builtins.bool] enable_dhcpv6: Enable DHCPv6, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
3384
3513
  :param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
3385
3514
  :param pulumi.Input[_builtins.str] gre_tunnel_source_ip: GRE tunnel source IP
3386
3515
  :param pulumi.Input[_builtins.str] gre_tunnel_source_ip_variable: Variable name
3387
- :param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable - Default value: `true`
3516
+ :param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable
3517
+ - Default value: `true`
3388
3518
  :param pulumi.Input[_builtins.str] icmp_redirect_disable_variable: Variable name
3389
3519
  :param pulumi.Input[_builtins.str] interface_description_variable: Variable name
3390
- :param pulumi.Input[_builtins.int] interface_mtu: Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes - Range: `1500`-`9216` -
3391
- Default value: `1500`
3520
+ :param pulumi.Input[_builtins.int] interface_mtu: Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes
3521
+ - Range: `1500`-`9216`
3522
+ - Default value: `1500`
3392
3523
  :param pulumi.Input[_builtins.str] interface_mtu_variable: Variable name
3393
3524
  :param pulumi.Input[_builtins.str] interface_name_variable: Variable name
3394
- :param pulumi.Input[_builtins.bool] ip_directed_broadcast: IP Directed-Broadcast - Default value: `false`
3525
+ :param pulumi.Input[_builtins.bool] ip_directed_broadcast: IP Directed-Broadcast
3526
+ - Default value: `false`
3395
3527
  :param pulumi.Input[_builtins.str] ip_directed_broadcast_variable: Variable name
3396
- :param pulumi.Input[_builtins.int] ip_mtu: IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces
3397
- <576..2000> in bytes - Range: `576`-`9216` - Default value: `1500`
3528
+ :param pulumi.Input[_builtins.int] ip_mtu: IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes
3529
+ - Range: `576`-`9216`
3530
+ - Default value: `1500`
3398
3531
  :param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
3399
3532
  :param pulumi.Input[_builtins.str] iperf_server: Iperf server for auto bandwidth detect
3400
3533
  :param pulumi.Input[_builtins.str] iperf_server_variable: Variable name
3401
3534
  :param pulumi.Input[_builtins.str] ipv4_address: IP Address, Attribute conditional on `ipv4_configuration_type` being equal to `static`
3402
3535
  :param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
3403
- :param pulumi.Input[_builtins.str] ipv4_configuration_type: IPv4 Configuration Type - Choices: `dynamic`, `static` - Default value: `dynamic`
3404
- :param pulumi.Input[_builtins.int] ipv4_dhcp_distance: DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic` - Range: `1`-`65536` -
3405
- Default value: `1`
3536
+ :param pulumi.Input[_builtins.str] ipv4_configuration_type: IPv4 Configuration Type
3537
+ - Choices: `dynamic`, `static`
3538
+ - Default value: `dynamic`
3539
+ :param pulumi.Input[_builtins.int] ipv4_dhcp_distance: DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
3540
+ - Range: `1`-`65536`
3541
+ - Default value: `1`
3406
3542
  :param pulumi.Input[_builtins.str] ipv4_dhcp_distance_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
3407
3543
  :param pulumi.Input[_builtins.str] ipv4_dhcp_helper_variable: Variable name
3408
3544
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ipv4_dhcp_helpers: List of DHCP IPv4 helper addresses (min 1, max 8)
3409
3545
  :param pulumi.Input[Sequence[pulumi.Input['TransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs']]] ipv4_secondary_addresses: Secondary IpV4 Addresses, Attribute conditional on `ipv4_configuration_type` being equal to `static`
3410
- :param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static` - Choices: `255.255.255.255`,
3411
- `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`,
3412
- `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`,
3413
- `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`,
3414
- `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`,
3415
- `128.0.0.0`, `0.0.0.0`
3546
+ :param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static`
3547
+ - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
3416
3548
  :param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
3417
3549
  :param pulumi.Input[_builtins.str] ipv6_address: IPv6 Address Secondary, Attribute conditional on `ipv6_configuration_type` being equal to `static`
3418
3550
  :param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name, Attribute conditional on `ipv6_configuration_type` being equal to `static`
3419
- :param pulumi.Input[_builtins.str] ipv6_configuration_type: IPv6 Configuration Type - Choices: `dynamic`, `static`, `none` - Default value: `none`
3551
+ :param pulumi.Input[_builtins.str] ipv6_configuration_type: IPv6 Configuration Type
3552
+ - Choices: `dynamic`, `static`, `none`
3553
+ - Default value: `none`
3420
3554
  :param pulumi.Input[Sequence[pulumi.Input['TransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs']]] ipv6_dhcp_secondary_addresses: secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
3421
3555
  :param pulumi.Input[Sequence[pulumi.Input['TransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs']]] ipv6_secondary_addresses: Static secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `static`
3422
- :param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation - Range: `30`-`600` - Default value: `30`
3556
+ :param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation
3557
+ - Range: `30`-`600`
3558
+ - Default value: `30`
3423
3559
  :param pulumi.Input[_builtins.str] load_interval_variable: Variable name
3424
3560
  :param pulumi.Input[_builtins.str] mac_address: MAC Address
3425
3561
  :param pulumi.Input[_builtins.str] mac_address_variable: Variable name
3426
- :param pulumi.Input[_builtins.str] media_type: Media type - Choices: `auto-select`, `rj45`, `sfp`
3562
+ :param pulumi.Input[_builtins.str] media_type: Media type
3563
+ - Choices: `auto-select`, `rj45`, `sfp`
3427
3564
  :param pulumi.Input[_builtins.str] media_type_variable: Variable name
3428
3565
  :param pulumi.Input[_builtins.str] name: The name of the Feature
3429
- :param pulumi.Input[_builtins.bool] nat64: NAT64 on this interface, Attribute conditional on `nat_ipv6` being equal to `true` - Default value: `false`
3430
- :param pulumi.Input[_builtins.bool] nat66: NAT66 on this interface, Attribute conditional on `nat_ipv6` being equal to `true` - Default value: `false`
3431
- :param pulumi.Input[_builtins.bool] nat_ipv4: enable Network Address Translation on this interface - Default value: `false`
3566
+ :param pulumi.Input[_builtins.bool] nat64: NAT64 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
3567
+ - Default value: `false`
3568
+ :param pulumi.Input[_builtins.bool] nat66: NAT66 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
3569
+ - Default value: `false`
3570
+ :param pulumi.Input[_builtins.bool] nat_ipv4: enable Network Address Translation on this interface
3571
+ - Default value: `false`
3432
3572
  :param pulumi.Input[_builtins.str] nat_ipv4_variable: Variable name
3433
- :param pulumi.Input[_builtins.bool] nat_ipv6: enable Network Address Translation ipv6 on this interface - Default value: `false`
3573
+ :param pulumi.Input[_builtins.bool] nat_ipv6: enable Network Address Translation ipv6 on this interface
3574
+ - Default value: `false`
3434
3575
  :param pulumi.Input[_builtins.str] nat_ipv6_variable: Variable name
3435
3576
  :param pulumi.Input[_builtins.str] nat_loopback: NAT Inside Source Loopback Interface, Attribute conditional on `nat_ipv4` being equal to `true`
3436
3577
  :param pulumi.Input[_builtins.str] nat_loopback_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
3437
- :param pulumi.Input[_builtins.bool] nat_overload: NAT Overload, Attribute conditional on `nat_ipv4` being equal to `true` - Default value: `true`
3578
+ :param pulumi.Input[_builtins.bool] nat_overload: NAT Overload, Attribute conditional on `nat_ipv4` being equal to `true`
3579
+ - Default value: `true`
3438
3580
  :param pulumi.Input[_builtins.str] nat_overload_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
3439
- :param pulumi.Input[_builtins.int] nat_prefix_length: NAT Pool Prefix Length, Attribute conditional on `nat_ipv4` being equal to `true` - Range: `1`-`32`
3581
+ :param pulumi.Input[_builtins.int] nat_prefix_length: NAT Pool Prefix Length, Attribute conditional on `nat_ipv4` being equal to `true`
3582
+ - Range: `1`-`32`
3440
3583
  :param pulumi.Input[_builtins.str] nat_prefix_length_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
3441
3584
  :param pulumi.Input[_builtins.str] nat_range_end: NAT Pool Range End, Attribute conditional on `nat_ipv4` being equal to `true`
3442
3585
  :param pulumi.Input[_builtins.str] nat_range_end_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
3443
3586
  :param pulumi.Input[_builtins.str] nat_range_start: NAT Pool Range Start, Attribute conditional on `nat_ipv4` being equal to `true`
3444
3587
  :param pulumi.Input[_builtins.str] nat_range_start_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
3445
- :param pulumi.Input[_builtins.int] nat_tcp_timeout: Set NAT TCP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true` - Range: `1`-`8947` -
3446
- Default value: `60`
3588
+ :param pulumi.Input[_builtins.int] nat_tcp_timeout: Set NAT TCP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
3589
+ - Range: `1`-`8947`
3590
+ - Default value: `60`
3447
3591
  :param pulumi.Input[_builtins.str] nat_tcp_timeout_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
3448
- :param pulumi.Input[_builtins.str] nat_type: NAT Type, Attribute conditional on `nat_ipv4` being equal to `true` - Choices: `interface`, `pool`, `loopback` - Default
3449
- value: `interface`
3592
+ :param pulumi.Input[_builtins.str] nat_type: NAT Type, Attribute conditional on `nat_ipv4` being equal to `true`
3593
+ - Choices: `interface`, `pool`, `loopback`
3594
+ - Default value: `interface`
3450
3595
  :param pulumi.Input[_builtins.str] nat_type_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
3451
- :param pulumi.Input[_builtins.int] nat_udp_timeout: Set NAT UDP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true` - Range: `1`-`8947` -
3452
- Default value: `1`
3596
+ :param pulumi.Input[_builtins.int] nat_udp_timeout: Set NAT UDP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
3597
+ - Range: `1`-`8947`
3598
+ - Default value: `1`
3453
3599
  :param pulumi.Input[_builtins.str] nat_udp_timeout_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
3454
3600
  :param pulumi.Input[Sequence[pulumi.Input['TransportWanVpnInterfaceEthernetFeatureNewStaticNatArgs']]] new_static_nats: static NAT, Attribute conditional on `nat_ipv4` being equal to `true`
3455
- :param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
3601
+ :param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos, Attribute conditional on `tunnel_interface` being equal to `true`
3602
+ - Default value: `false`
3456
3603
  :param pulumi.Input[_builtins.str] per_tunnel_qos_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3457
- :param pulumi.Input[_builtins.bool] qos_adaptive: Adaptive QoS - Default value: `false`
3458
- :param pulumi.Input[_builtins.bool] qos_adaptive_bandwidth_downstream: Shaping Rate Downstream - Default value: `false`
3459
- :param pulumi.Input[_builtins.bool] qos_adaptive_bandwidth_upstream: Shaping Rate Upstream - Default value: `false`
3460
- :param pulumi.Input[_builtins.int] qos_adaptive_default_downstream: Adaptive QoS default downstream bandwidth (kbps) - Range: `8`-`100000000`
3604
+ :param pulumi.Input[_builtins.bool] qos_adaptive: Adaptive QoS
3605
+ - Default value: `false`
3606
+ :param pulumi.Input[_builtins.bool] qos_adaptive_bandwidth_downstream: Shaping Rate Downstream
3607
+ - Default value: `false`
3608
+ :param pulumi.Input[_builtins.bool] qos_adaptive_bandwidth_upstream: Shaping Rate Upstream
3609
+ - Default value: `false`
3610
+ :param pulumi.Input[_builtins.int] qos_adaptive_default_downstream: Adaptive QoS default downstream bandwidth (kbps)
3611
+ - Range: `8`-`100000000`
3461
3612
  :param pulumi.Input[_builtins.str] qos_adaptive_default_downstream_variable: Variable name
3462
- :param pulumi.Input[_builtins.int] qos_adaptive_default_upstream: Adaptive QoS default upstream bandwidth (kbps) - Range: `8`-`100000000`
3613
+ :param pulumi.Input[_builtins.int] qos_adaptive_default_upstream: Adaptive QoS default upstream bandwidth (kbps)
3614
+ - Range: `8`-`100000000`
3463
3615
  :param pulumi.Input[_builtins.str] qos_adaptive_default_upstream_variable: Variable name
3464
- :param pulumi.Input[_builtins.int] qos_adaptive_max_downstream: Downstream max bandwidth limit (kbps) - Range: `8`-`100000000`
3616
+ :param pulumi.Input[_builtins.int] qos_adaptive_max_downstream: Downstream max bandwidth limit (kbps)
3617
+ - Range: `8`-`100000000`
3465
3618
  :param pulumi.Input[_builtins.str] qos_adaptive_max_downstream_variable: Variable name
3466
- :param pulumi.Input[_builtins.int] qos_adaptive_max_upstream: Upstream max bandwidth limit (kbps) - Range: `8`-`100000000`
3619
+ :param pulumi.Input[_builtins.int] qos_adaptive_max_upstream: Upstream max bandwidth limit (kbps)
3620
+ - Range: `8`-`100000000`
3467
3621
  :param pulumi.Input[_builtins.str] qos_adaptive_max_upstream_variable: Variable name
3468
- :param pulumi.Input[_builtins.int] qos_adaptive_min_downstream: Downstream min bandwidth limit (kbps) - Range: `8`-`100000000`
3622
+ :param pulumi.Input[_builtins.int] qos_adaptive_min_downstream: Downstream min bandwidth limit (kbps)
3623
+ - Range: `8`-`100000000`
3469
3624
  :param pulumi.Input[_builtins.str] qos_adaptive_min_downstream_variable: Variable name
3470
- :param pulumi.Input[_builtins.int] qos_adaptive_min_upstream: Upstream min bandwidth limit (kbps) - Range: `8`-`100000000`
3625
+ :param pulumi.Input[_builtins.int] qos_adaptive_min_upstream: Upstream min bandwidth limit (kbps)
3626
+ - Range: `8`-`100000000`
3471
3627
  :param pulumi.Input[_builtins.str] qos_adaptive_min_upstream_variable: Variable name
3472
- :param pulumi.Input[_builtins.int] qos_adaptive_period: Adapt Period(Minutes) - Range: `1`-`720` - Default value: `15`
3628
+ :param pulumi.Input[_builtins.int] qos_adaptive_period: Adapt Period(Minutes)
3629
+ - Range: `1`-`720`
3630
+ - Default value: `15`
3473
3631
  :param pulumi.Input[_builtins.str] qos_adaptive_period_variable: Variable name
3474
- :param pulumi.Input[_builtins.int] qos_shaping_rate: Shaping Rate (Kbps) - Range: `8`-`100000000`
3632
+ :param pulumi.Input[_builtins.int] qos_shaping_rate: Shaping Rate (Kbps)
3633
+ - Range: `8`-`100000000`
3475
3634
  :param pulumi.Input[_builtins.str] qos_shaping_rate_variable: Variable name
3476
3635
  :param pulumi.Input[_builtins.str] service_provider: Service Provider Name
3477
3636
  :param pulumi.Input[_builtins.str] service_provider_variable: Variable name
3478
3637
  :param pulumi.Input[_builtins.bool] shutdown: - Default value: `true`
3479
3638
  :param pulumi.Input[_builtins.str] shutdown_variable: Variable name
3480
- :param pulumi.Input[_builtins.str] speed: Set interface speed - Choices: `10`, `100`, `1000`, `2500`, `10000`
3639
+ :param pulumi.Input[_builtins.str] speed: Set interface speed
3640
+ - Choices: `10`, `100`, `1000`, `2500`, `10000`
3481
3641
  :param pulumi.Input[_builtins.str] speed_variable: Variable name
3482
3642
  :param pulumi.Input[Sequence[pulumi.Input['TransportWanVpnInterfaceEthernetFeatureStaticNat66Args']]] static_nat66s: static NAT66, Attribute conditional on `nat_ipv6` being equal to `true`
3483
- :param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes - Range: `500`-`1460`
3643
+ :param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
3644
+ - Range: `500`-`1460`
3484
3645
  :param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
3485
3646
  :param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
3486
3647
  :param pulumi.Input[_builtins.str] tloc_extension_variable: Variable name
3487
3648
  :param pulumi.Input[_builtins.str] tracker: Enable tracker for this interface
3488
3649
  :param pulumi.Input[_builtins.str] tracker_variable: Variable name
3489
3650
  :param pulumi.Input[_builtins.str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
3490
- :param pulumi.Input[_builtins.int] tunnel_bandwidth_percent: Tunnels Bandwidth Percent, Attribute conditional on `tunnel_interface` being equal to `true` - Range: `1`-`100` -
3491
- Default value: `50`
3651
+ :param pulumi.Input[_builtins.int] tunnel_bandwidth_percent: Tunnels Bandwidth Percent, Attribute conditional on `tunnel_interface` being equal to `true`
3652
+ - Range: `1`-`100`
3653
+ - Default value: `50`
3492
3654
  :param pulumi.Input[_builtins.str] tunnel_bandwidth_percent_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3493
- :param pulumi.Input[_builtins.bool] tunnel_interface: Tunnel Interface on/off - Default value: `false`
3494
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value: `false`
3655
+ :param pulumi.Input[_builtins.bool] tunnel_interface: Tunnel Interface on/off
3656
+ - Default value: `false`
3657
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
3658
+ - Default value: `false`
3495
3659
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_all_variable: Variable name
3496
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_bfd: Allow/Deny BFD - Default value: `false`
3660
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_bfd: Allow/Deny BFD
3661
+ - Default value: `false`
3497
3662
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_bfd_variable: Variable name
3498
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP - Default value: `false`
3663
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
3664
+ - Default value: `false`
3499
3665
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_bgp_variable: Variable name
3500
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP - Default value: `true`
3666
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
3667
+ - Default value: `true`
3501
3668
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_dhcp_variable: Variable name
3502
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS - Default value: `true`
3669
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
3670
+ - Default value: `true`
3503
3671
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_dns_variable: Variable name
3504
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny HTTPS - Default value: `true`
3672
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny HTTPS
3673
+ - Default value: `true`
3505
3674
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_https_variable: Variable name
3506
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP - Default value: `true`
3675
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
3676
+ - Default value: `true`
3507
3677
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_icmp_variable: Variable name
3508
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF - Default value: `false`
3678
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
3679
+ - Default value: `false`
3509
3680
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_netconf_variable: Variable name
3510
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP - Default value: `true`
3681
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
3682
+ - Default value: `true`
3511
3683
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_ntp_variable: Variable name
3512
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF - Default value: `false`
3684
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
3685
+ - Default value: `false`
3513
3686
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_ospf_variable: Variable name
3514
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP - Default value: `false`
3687
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
3688
+ - Default value: `false`
3515
3689
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_snmp_variable: Variable name
3516
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH - Default value: `true`
3690
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
3691
+ - Default value: `true`
3517
3692
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_ssh_variable: Variable name
3518
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN - Default value: `false`
3693
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
3694
+ - Default value: `false`
3519
3695
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_stun_variable: Variable name
3520
- :param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnel_interface` being equal to
3521
- `true`
3696
+ :param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnel_interface` being equal to `true`
3522
3697
  :param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3523
- :param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
3698
+ :param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
3699
+ - Default value: `false`
3524
3700
  :param pulumi.Input[_builtins.str] tunnel_interface_border_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3525
- :param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC, Attribute conditional on `tunnel_interface` being equal to `true` - Choices: `default`,
3526
- `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8` - Default value:
3527
- `default`
3701
+ :param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
3702
+ - Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
3703
+ - Default value: `default`
3528
3704
  :param pulumi.Input[_builtins.str] tunnel_interface_carrier_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3529
- :param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnel_interface` being
3530
- equal to `true` - Default value: `false`
3705
+ :param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnel_interface` being equal to `true`
3706
+ - Default value: `false`
3531
3707
  :param pulumi.Input[_builtins.str] tunnel_interface_clear_dont_fragment_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3532
- :param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC, Attribute conditional on `tunnel_interface` being equal to `true` - Choices: `default`, `mpls`,
3533
- `metro-ethernet`, `biz-internet`, `public-internet`, `lte`, `3g`, `red`, `green`, `blue`, `gold`, `silver`, `bronze`,
3534
- `custom1`, `custom2`, `custom3`, `private1`, `private2`, `private3`, `private4`, `private5`, `private6` - Default value:
3535
- `mpls`
3536
- :param pulumi.Input[_builtins.bool] tunnel_interface_color_restrict: Restrict this TLOC behavior, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
3708
+ :param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
3709
+ - Choices: `default`, `mpls`, `metro-ethernet`, `biz-internet`, `public-internet`, `lte`, `3g`, `red`, `green`, `blue`, `gold`, `silver`, `bronze`, `custom1`, `custom2`, `custom3`, `private1`, `private2`, `private3`, `private4`, `private5`, `private6`
3710
+ - Default value: `mpls`
3711
+ :param pulumi.Input[_builtins.bool] tunnel_interface_color_restrict: Restrict this TLOC behavior, Attribute conditional on `tunnel_interface` being equal to `true`
3712
+ - Default value: `false`
3537
3713
  :param pulumi.Input[_builtins.str] tunnel_interface_color_restrict_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3538
3714
  :param pulumi.Input[_builtins.str] tunnel_interface_color_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3539
- :param pulumi.Input[_builtins.bool] tunnel_interface_cts_sgt_propagation: CTS SGT Propagation configuration, Attribute conditional on `tunnel_interface` being equal to `true` - Default value:
3540
- `false`
3715
+ :param pulumi.Input[_builtins.bool] tunnel_interface_cts_sgt_propagation: CTS SGT Propagation configuration, Attribute conditional on `tunnel_interface` being equal to `true`
3716
+ - Default value: `false`
3541
3717
  :param pulumi.Input[_builtins.str] tunnel_interface_cts_sgt_propagation_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3542
3718
  :param pulumi.Input[Sequence[pulumi.Input['TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArgs']]] tunnel_interface_encapsulations: Encapsulation for TLOC
3543
3719
  :param pulumi.Input[_builtins.str] tunnel_interface_exclude_controller_group_list_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3544
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list., Attribute conditional on `tunnel_interface` being equal
3545
- to `true`
3720
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list., Attribute conditional on `tunnel_interface` being equal to `true`
3546
3721
  :param pulumi.Input[_builtins.str] tunnel_interface_gre_tunnel_destination_ip: GRE tunnel destination IP, Attribute conditional on `tunnel_interface` being equal to `true`
3547
3722
  :param pulumi.Input[_builtins.str] tunnel_interface_gre_tunnel_destination_ip_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3548
- :param pulumi.Input[_builtins.int] tunnel_interface_groups: List of groups, Attribute conditional on `tunnel_interface` being equal to `true` - Range: `1`-`4294967295`
3723
+ :param pulumi.Input[_builtins.int] tunnel_interface_groups: List of groups, Attribute conditional on `tunnel_interface` being equal to `true`
3724
+ - Range: `1`-`4294967295`
3549
3725
  :param pulumi.Input[_builtins.str] tunnel_interface_groups_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3550
- :param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnel_interface` being
3551
- equal to `true` - Range: `100`-`600000` - Default value: `1000`
3726
+ :param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnel_interface` being equal to `true`
3727
+ - Range: `100`-`600000`
3728
+ - Default value: `1000`
3552
3729
  :param pulumi.Input[_builtins.str] tunnel_interface_hello_interval_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3553
- :param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnel_interface` being equal to
3554
- `true` - Range: `12`-`6000` - Default value: `12`
3730
+ :param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnel_interface` being equal to `true`
3731
+ - Range: `12`-`6000`
3732
+ - Default value: `12`
3555
3733
  :param pulumi.Input[_builtins.str] tunnel_interface_hello_tolerance_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3556
- :param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
3734
+ :param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort, Attribute conditional on `tunnel_interface` being equal to `true`
3735
+ - Default value: `false`
3557
3736
  :param pulumi.Input[_builtins.str] tunnel_interface_last_resort_circuit_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3558
- :param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnel_interface` being equal to `true` -
3559
- Default value: `false`
3737
+ :param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnel_interface` being equal to `true`
3738
+ - Default value: `false`
3560
3739
  :param pulumi.Input[_builtins.str] tunnel_interface_low_bandwidth_link_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3561
- :param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Maximum Control Connections, Attribute conditional on `tunnel_interface` being equal to `true` - Range: `0`-`100`
3740
+ :param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Maximum Control Connections, Attribute conditional on `tunnel_interface` being equal to `true`
3741
+ - Range: `0`-`100`
3562
3742
  :param pulumi.Input[_builtins.str] tunnel_interface_max_control_connections_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3563
- :param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnel_interface` being equal to
3564
- `true` - Range: `1`-`60` - Default value: `5`
3743
+ :param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnel_interface` being equal to `true`
3744
+ - Range: `1`-`60`
3745
+ - Default value: `5`
3565
3746
  :param pulumi.Input[_builtins.str] tunnel_interface_nat_refresh_interval_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3566
- :param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnel_interface` being equal to
3567
- `true` - Default value: `false`
3747
+ :param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnel_interface` being equal to `true`
3748
+ - Default value: `false`
3568
3749
  :param pulumi.Input[_builtins.str] tunnel_interface_network_broadcast_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3569
- :param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface, Attribute conditional on `tunnel_interface` being equal to `true` -
3570
- Default value: `true`
3750
+ :param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface, Attribute conditional on `tunnel_interface` being equal to `true`
3751
+ - Default value: `true`
3571
3752
  :param pulumi.Input[_builtins.str] tunnel_interface_port_hop_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3572
- :param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnel_interface` being equal to `true` - Range:
3573
- `500`-`1460`
3753
+ :param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnel_interface` being equal to `true`
3754
+ - Range: `500`-`1460`
3574
3755
  :param pulumi.Input[_builtins.str] tunnel_interface_tunnel_tcp_mss_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3575
- :param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only, Attribute conditional on `tunnel_interface` being equal to `true` - Default
3576
- value: `false`
3756
+ :param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only, Attribute conditional on `tunnel_interface` being equal to `true`
3757
+ - Default value: `false`
3577
3758
  :param pulumi.Input[_builtins.str] tunnel_interface_vbond_as_stun_server_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3578
- :param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnel_interface` being
3579
- equal to `true` - Range: `0`-`8` - Default value: `5`
3759
+ :param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnel_interface` being equal to `true`
3760
+ - Range: `0`-`8`
3761
+ - Default value: `5`
3580
3762
  :param pulumi.Input[_builtins.str] tunnel_interface_vmanage_connection_preference_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3581
- :param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode, Attribute conditional on `tunnel_interface` being equal to `true` - Choices: `hub`, `spoke`
3763
+ :param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode, Attribute conditional on `tunnel_interface` being equal to `true`
3764
+ - Choices: `hub`, `spoke`
3582
3765
  :param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
3583
3766
  :param pulumi.Input[_builtins.int] version: The version of the Feature
3584
3767
  :param pulumi.Input[_builtins.str] xconnect: Extend remote TLOC over a GRE tunnel to a local WAN interface
@@ -4015,7 +4198,9 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4015
4198
  @pulumi.getter(name="arpTimeout")
4016
4199
  def arp_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
4017
4200
  """
4018
- Timeout value for dynamically learned ARP entries, <0..2678400> seconds - Range: `0`-`2147483` - Default value: `1200`
4201
+ Timeout value for dynamically learned ARP entries, <0..2678400> seconds
4202
+ - Range: `0`-`2147483`
4203
+ - Default value: `1200`
4019
4204
  """
4020
4205
  return pulumi.get(self, "arp_timeout")
4021
4206
 
@@ -4051,7 +4236,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4051
4236
  @pulumi.getter(name="autoDetectBandwidth")
4052
4237
  def auto_detect_bandwidth(self) -> Optional[pulumi.Input[_builtins.bool]]:
4053
4238
  """
4054
- Interface auto detect bandwidth - Default value: `false`
4239
+ Interface auto detect bandwidth
4240
+ - Default value: `false`
4055
4241
  """
4056
4242
  return pulumi.get(self, "auto_detect_bandwidth")
4057
4243
 
@@ -4099,7 +4285,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4099
4285
  @pulumi.getter(name="bandwidthDownstream")
4100
4286
  def bandwidth_downstream(self) -> Optional[pulumi.Input[_builtins.int]]:
4101
4287
  """
4102
- Interface downstream bandwidth capacity, in kbps - Range: `1`-`2147483647`
4288
+ Interface downstream bandwidth capacity, in kbps
4289
+ - Range: `1`-`2147483647`
4103
4290
  """
4104
4291
  return pulumi.get(self, "bandwidth_downstream")
4105
4292
 
@@ -4123,7 +4310,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4123
4310
  @pulumi.getter(name="bandwidthUpstream")
4124
4311
  def bandwidth_upstream(self) -> Optional[pulumi.Input[_builtins.int]]:
4125
4312
  """
4126
- Interface upstream bandwidth capacity, in kbps - Range: `1`-`2147483647`
4313
+ Interface upstream bandwidth capacity, in kbps
4314
+ - Range: `1`-`2147483647`
4127
4315
  """
4128
4316
  return pulumi.get(self, "bandwidth_upstream")
4129
4317
 
@@ -4147,7 +4335,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4147
4335
  @pulumi.getter(name="blockNonSourceIp")
4148
4336
  def block_non_source_ip(self) -> Optional[pulumi.Input[_builtins.bool]]:
4149
4337
  """
4150
- Block packets originating from IP address that is not from this source - Default value: `false`
4338
+ Block packets originating from IP address that is not from this source
4339
+ - Default value: `false`
4151
4340
  """
4152
4341
  return pulumi.get(self, "block_non_source_ip")
4153
4342
 
@@ -4183,7 +4372,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4183
4372
  @pulumi.getter
4184
4373
  def duplex(self) -> Optional[pulumi.Input[_builtins.str]]:
4185
4374
  """
4186
- Duplex mode - Choices: `full`, `half`, `auto`
4375
+ Duplex mode
4376
+ - Choices: `full`, `half`, `auto`
4187
4377
  """
4188
4378
  return pulumi.get(self, "duplex")
4189
4379
 
@@ -4255,7 +4445,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4255
4445
  @pulumi.getter(name="icmpRedirectDisable")
4256
4446
  def icmp_redirect_disable(self) -> Optional[pulumi.Input[_builtins.bool]]:
4257
4447
  """
4258
- ICMP/ICMPv6 Redirect Disable - Default value: `true`
4448
+ ICMP/ICMPv6 Redirect Disable
4449
+ - Default value: `true`
4259
4450
  """
4260
4451
  return pulumi.get(self, "icmp_redirect_disable")
4261
4452
 
@@ -4300,8 +4491,9 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4300
4491
  @pulumi.getter(name="interfaceMtu")
4301
4492
  def interface_mtu(self) -> Optional[pulumi.Input[_builtins.int]]:
4302
4493
  """
4303
- Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes - Range: `1500`-`9216` -
4304
- Default value: `1500`
4494
+ Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes
4495
+ - Range: `1500`-`9216`
4496
+ - Default value: `1500`
4305
4497
  """
4306
4498
  return pulumi.get(self, "interface_mtu")
4307
4499
 
@@ -4346,7 +4538,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4346
4538
  @pulumi.getter(name="ipDirectedBroadcast")
4347
4539
  def ip_directed_broadcast(self) -> Optional[pulumi.Input[_builtins.bool]]:
4348
4540
  """
4349
- IP Directed-Broadcast - Default value: `false`
4541
+ IP Directed-Broadcast
4542
+ - Default value: `false`
4350
4543
  """
4351
4544
  return pulumi.get(self, "ip_directed_broadcast")
4352
4545
 
@@ -4370,8 +4563,9 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4370
4563
  @pulumi.getter(name="ipMtu")
4371
4564
  def ip_mtu(self) -> Optional[pulumi.Input[_builtins.int]]:
4372
4565
  """
4373
- IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces
4374
- <576..2000> in bytes - Range: `576`-`9216` - Default value: `1500`
4566
+ IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes
4567
+ - Range: `576`-`9216`
4568
+ - Default value: `1500`
4375
4569
  """
4376
4570
  return pulumi.get(self, "ip_mtu")
4377
4571
 
@@ -4443,7 +4637,9 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4443
4637
  @pulumi.getter(name="ipv4ConfigurationType")
4444
4638
  def ipv4_configuration_type(self) -> Optional[pulumi.Input[_builtins.str]]:
4445
4639
  """
4446
- IPv4 Configuration Type - Choices: `dynamic`, `static` - Default value: `dynamic`
4640
+ IPv4 Configuration Type
4641
+ - Choices: `dynamic`, `static`
4642
+ - Default value: `dynamic`
4447
4643
  """
4448
4644
  return pulumi.get(self, "ipv4_configuration_type")
4449
4645
 
@@ -4455,8 +4651,9 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4455
4651
  @pulumi.getter(name="ipv4DhcpDistance")
4456
4652
  def ipv4_dhcp_distance(self) -> Optional[pulumi.Input[_builtins.int]]:
4457
4653
  """
4458
- DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic` - Range: `1`-`65536` -
4459
- Default value: `1`
4654
+ DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
4655
+ - Range: `1`-`65536`
4656
+ - Default value: `1`
4460
4657
  """
4461
4658
  return pulumi.get(self, "ipv4_dhcp_distance")
4462
4659
 
@@ -4516,12 +4713,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4516
4713
  @pulumi.getter(name="ipv4SubnetMask")
4517
4714
  def ipv4_subnet_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
4518
4715
  """
4519
- Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static` - Choices: `255.255.255.255`,
4520
- `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`,
4521
- `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`,
4522
- `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`,
4523
- `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`,
4524
- `128.0.0.0`, `0.0.0.0`
4716
+ Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static`
4717
+ - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
4525
4718
  """
4526
4719
  return pulumi.get(self, "ipv4_subnet_mask")
4527
4720
 
@@ -4569,7 +4762,9 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4569
4762
  @pulumi.getter(name="ipv6ConfigurationType")
4570
4763
  def ipv6_configuration_type(self) -> Optional[pulumi.Input[_builtins.str]]:
4571
4764
  """
4572
- IPv6 Configuration Type - Choices: `dynamic`, `static`, `none` - Default value: `none`
4765
+ IPv6 Configuration Type
4766
+ - Choices: `dynamic`, `static`, `none`
4767
+ - Default value: `none`
4573
4768
  """
4574
4769
  return pulumi.get(self, "ipv6_configuration_type")
4575
4770
 
@@ -4605,7 +4800,9 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4605
4800
  @pulumi.getter(name="loadInterval")
4606
4801
  def load_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
4607
4802
  """
4608
- Interval for interface load calculation - Range: `30`-`600` - Default value: `30`
4803
+ Interval for interface load calculation
4804
+ - Range: `30`-`600`
4805
+ - Default value: `30`
4609
4806
  """
4610
4807
  return pulumi.get(self, "load_interval")
4611
4808
 
@@ -4653,7 +4850,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4653
4850
  @pulumi.getter(name="mediaType")
4654
4851
  def media_type(self) -> Optional[pulumi.Input[_builtins.str]]:
4655
4852
  """
4656
- Media type - Choices: `auto-select`, `rj45`, `sfp`
4853
+ Media type
4854
+ - Choices: `auto-select`, `rj45`, `sfp`
4657
4855
  """
4658
4856
  return pulumi.get(self, "media_type")
4659
4857
 
@@ -4689,7 +4887,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4689
4887
  @pulumi.getter
4690
4888
  def nat64(self) -> Optional[pulumi.Input[_builtins.bool]]:
4691
4889
  """
4692
- NAT64 on this interface, Attribute conditional on `nat_ipv6` being equal to `true` - Default value: `false`
4890
+ NAT64 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
4891
+ - Default value: `false`
4693
4892
  """
4694
4893
  return pulumi.get(self, "nat64")
4695
4894
 
@@ -4701,7 +4900,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4701
4900
  @pulumi.getter
4702
4901
  def nat66(self) -> Optional[pulumi.Input[_builtins.bool]]:
4703
4902
  """
4704
- NAT66 on this interface, Attribute conditional on `nat_ipv6` being equal to `true` - Default value: `false`
4903
+ NAT66 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
4904
+ - Default value: `false`
4705
4905
  """
4706
4906
  return pulumi.get(self, "nat66")
4707
4907
 
@@ -4713,7 +4913,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4713
4913
  @pulumi.getter(name="natIpv4")
4714
4914
  def nat_ipv4(self) -> Optional[pulumi.Input[_builtins.bool]]:
4715
4915
  """
4716
- enable Network Address Translation on this interface - Default value: `false`
4916
+ enable Network Address Translation on this interface
4917
+ - Default value: `false`
4717
4918
  """
4718
4919
  return pulumi.get(self, "nat_ipv4")
4719
4920
 
@@ -4737,7 +4938,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4737
4938
  @pulumi.getter(name="natIpv6")
4738
4939
  def nat_ipv6(self) -> Optional[pulumi.Input[_builtins.bool]]:
4739
4940
  """
4740
- enable Network Address Translation ipv6 on this interface - Default value: `false`
4941
+ enable Network Address Translation ipv6 on this interface
4942
+ - Default value: `false`
4741
4943
  """
4742
4944
  return pulumi.get(self, "nat_ipv6")
4743
4945
 
@@ -4785,7 +4987,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4785
4987
  @pulumi.getter(name="natOverload")
4786
4988
  def nat_overload(self) -> Optional[pulumi.Input[_builtins.bool]]:
4787
4989
  """
4788
- NAT Overload, Attribute conditional on `nat_ipv4` being equal to `true` - Default value: `true`
4990
+ NAT Overload, Attribute conditional on `nat_ipv4` being equal to `true`
4991
+ - Default value: `true`
4789
4992
  """
4790
4993
  return pulumi.get(self, "nat_overload")
4791
4994
 
@@ -4809,7 +5012,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4809
5012
  @pulumi.getter(name="natPrefixLength")
4810
5013
  def nat_prefix_length(self) -> Optional[pulumi.Input[_builtins.int]]:
4811
5014
  """
4812
- NAT Pool Prefix Length, Attribute conditional on `nat_ipv4` being equal to `true` - Range: `1`-`32`
5015
+ NAT Pool Prefix Length, Attribute conditional on `nat_ipv4` being equal to `true`
5016
+ - Range: `1`-`32`
4813
5017
  """
4814
5018
  return pulumi.get(self, "nat_prefix_length")
4815
5019
 
@@ -4881,8 +5085,9 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4881
5085
  @pulumi.getter(name="natTcpTimeout")
4882
5086
  def nat_tcp_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
4883
5087
  """
4884
- Set NAT TCP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true` - Range: `1`-`8947` -
4885
- Default value: `60`
5088
+ Set NAT TCP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
5089
+ - Range: `1`-`8947`
5090
+ - Default value: `60`
4886
5091
  """
4887
5092
  return pulumi.get(self, "nat_tcp_timeout")
4888
5093
 
@@ -4906,8 +5111,9 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4906
5111
  @pulumi.getter(name="natType")
4907
5112
  def nat_type(self) -> Optional[pulumi.Input[_builtins.str]]:
4908
5113
  """
4909
- NAT Type, Attribute conditional on `nat_ipv4` being equal to `true` - Choices: `interface`, `pool`, `loopback` - Default
4910
- value: `interface`
5114
+ NAT Type, Attribute conditional on `nat_ipv4` being equal to `true`
5115
+ - Choices: `interface`, `pool`, `loopback`
5116
+ - Default value: `interface`
4911
5117
  """
4912
5118
  return pulumi.get(self, "nat_type")
4913
5119
 
@@ -4931,8 +5137,9 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4931
5137
  @pulumi.getter(name="natUdpTimeout")
4932
5138
  def nat_udp_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
4933
5139
  """
4934
- Set NAT UDP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true` - Range: `1`-`8947` -
4935
- Default value: `1`
5140
+ Set NAT UDP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
5141
+ - Range: `1`-`8947`
5142
+ - Default value: `1`
4936
5143
  """
4937
5144
  return pulumi.get(self, "nat_udp_timeout")
4938
5145
 
@@ -4968,7 +5175,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4968
5175
  @pulumi.getter(name="perTunnelQos")
4969
5176
  def per_tunnel_qos(self) -> Optional[pulumi.Input[_builtins.bool]]:
4970
5177
  """
4971
- Per-tunnel Qos, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
5178
+ Per-tunnel Qos, Attribute conditional on `tunnel_interface` being equal to `true`
5179
+ - Default value: `false`
4972
5180
  """
4973
5181
  return pulumi.get(self, "per_tunnel_qos")
4974
5182
 
@@ -4992,7 +5200,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
4992
5200
  @pulumi.getter(name="qosAdaptive")
4993
5201
  def qos_adaptive(self) -> Optional[pulumi.Input[_builtins.bool]]:
4994
5202
  """
4995
- Adaptive QoS - Default value: `false`
5203
+ Adaptive QoS
5204
+ - Default value: `false`
4996
5205
  """
4997
5206
  return pulumi.get(self, "qos_adaptive")
4998
5207
 
@@ -5004,7 +5213,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5004
5213
  @pulumi.getter(name="qosAdaptiveBandwidthDownstream")
5005
5214
  def qos_adaptive_bandwidth_downstream(self) -> Optional[pulumi.Input[_builtins.bool]]:
5006
5215
  """
5007
- Shaping Rate Downstream - Default value: `false`
5216
+ Shaping Rate Downstream
5217
+ - Default value: `false`
5008
5218
  """
5009
5219
  return pulumi.get(self, "qos_adaptive_bandwidth_downstream")
5010
5220
 
@@ -5016,7 +5226,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5016
5226
  @pulumi.getter(name="qosAdaptiveBandwidthUpstream")
5017
5227
  def qos_adaptive_bandwidth_upstream(self) -> Optional[pulumi.Input[_builtins.bool]]:
5018
5228
  """
5019
- Shaping Rate Upstream - Default value: `false`
5229
+ Shaping Rate Upstream
5230
+ - Default value: `false`
5020
5231
  """
5021
5232
  return pulumi.get(self, "qos_adaptive_bandwidth_upstream")
5022
5233
 
@@ -5028,7 +5239,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5028
5239
  @pulumi.getter(name="qosAdaptiveDefaultDownstream")
5029
5240
  def qos_adaptive_default_downstream(self) -> Optional[pulumi.Input[_builtins.int]]:
5030
5241
  """
5031
- Adaptive QoS default downstream bandwidth (kbps) - Range: `8`-`100000000`
5242
+ Adaptive QoS default downstream bandwidth (kbps)
5243
+ - Range: `8`-`100000000`
5032
5244
  """
5033
5245
  return pulumi.get(self, "qos_adaptive_default_downstream")
5034
5246
 
@@ -5052,7 +5264,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5052
5264
  @pulumi.getter(name="qosAdaptiveDefaultUpstream")
5053
5265
  def qos_adaptive_default_upstream(self) -> Optional[pulumi.Input[_builtins.int]]:
5054
5266
  """
5055
- Adaptive QoS default upstream bandwidth (kbps) - Range: `8`-`100000000`
5267
+ Adaptive QoS default upstream bandwidth (kbps)
5268
+ - Range: `8`-`100000000`
5056
5269
  """
5057
5270
  return pulumi.get(self, "qos_adaptive_default_upstream")
5058
5271
 
@@ -5076,7 +5289,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5076
5289
  @pulumi.getter(name="qosAdaptiveMaxDownstream")
5077
5290
  def qos_adaptive_max_downstream(self) -> Optional[pulumi.Input[_builtins.int]]:
5078
5291
  """
5079
- Downstream max bandwidth limit (kbps) - Range: `8`-`100000000`
5292
+ Downstream max bandwidth limit (kbps)
5293
+ - Range: `8`-`100000000`
5080
5294
  """
5081
5295
  return pulumi.get(self, "qos_adaptive_max_downstream")
5082
5296
 
@@ -5100,7 +5314,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5100
5314
  @pulumi.getter(name="qosAdaptiveMaxUpstream")
5101
5315
  def qos_adaptive_max_upstream(self) -> Optional[pulumi.Input[_builtins.int]]:
5102
5316
  """
5103
- Upstream max bandwidth limit (kbps) - Range: `8`-`100000000`
5317
+ Upstream max bandwidth limit (kbps)
5318
+ - Range: `8`-`100000000`
5104
5319
  """
5105
5320
  return pulumi.get(self, "qos_adaptive_max_upstream")
5106
5321
 
@@ -5124,7 +5339,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5124
5339
  @pulumi.getter(name="qosAdaptiveMinDownstream")
5125
5340
  def qos_adaptive_min_downstream(self) -> Optional[pulumi.Input[_builtins.int]]:
5126
5341
  """
5127
- Downstream min bandwidth limit (kbps) - Range: `8`-`100000000`
5342
+ Downstream min bandwidth limit (kbps)
5343
+ - Range: `8`-`100000000`
5128
5344
  """
5129
5345
  return pulumi.get(self, "qos_adaptive_min_downstream")
5130
5346
 
@@ -5148,7 +5364,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5148
5364
  @pulumi.getter(name="qosAdaptiveMinUpstream")
5149
5365
  def qos_adaptive_min_upstream(self) -> Optional[pulumi.Input[_builtins.int]]:
5150
5366
  """
5151
- Upstream min bandwidth limit (kbps) - Range: `8`-`100000000`
5367
+ Upstream min bandwidth limit (kbps)
5368
+ - Range: `8`-`100000000`
5152
5369
  """
5153
5370
  return pulumi.get(self, "qos_adaptive_min_upstream")
5154
5371
 
@@ -5172,7 +5389,9 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5172
5389
  @pulumi.getter(name="qosAdaptivePeriod")
5173
5390
  def qos_adaptive_period(self) -> Optional[pulumi.Input[_builtins.int]]:
5174
5391
  """
5175
- Adapt Period(Minutes) - Range: `1`-`720` - Default value: `15`
5392
+ Adapt Period(Minutes)
5393
+ - Range: `1`-`720`
5394
+ - Default value: `15`
5176
5395
  """
5177
5396
  return pulumi.get(self, "qos_adaptive_period")
5178
5397
 
@@ -5196,7 +5415,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5196
5415
  @pulumi.getter(name="qosShapingRate")
5197
5416
  def qos_shaping_rate(self) -> Optional[pulumi.Input[_builtins.int]]:
5198
5417
  """
5199
- Shaping Rate (Kbps) - Range: `8`-`100000000`
5418
+ Shaping Rate (Kbps)
5419
+ - Range: `8`-`100000000`
5200
5420
  """
5201
5421
  return pulumi.get(self, "qos_shaping_rate")
5202
5422
 
@@ -5268,7 +5488,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5268
5488
  @pulumi.getter
5269
5489
  def speed(self) -> Optional[pulumi.Input[_builtins.str]]:
5270
5490
  """
5271
- Set interface speed - Choices: `10`, `100`, `1000`, `2500`, `10000`
5491
+ Set interface speed
5492
+ - Choices: `10`, `100`, `1000`, `2500`, `10000`
5272
5493
  """
5273
5494
  return pulumi.get(self, "speed")
5274
5495
 
@@ -5304,7 +5525,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5304
5525
  @pulumi.getter(name="tcpMss")
5305
5526
  def tcp_mss(self) -> Optional[pulumi.Input[_builtins.int]]:
5306
5527
  """
5307
- TCP MSS on SYN packets, in bytes - Range: `500`-`1460`
5528
+ TCP MSS on SYN packets, in bytes
5529
+ - Range: `500`-`1460`
5308
5530
  """
5309
5531
  return pulumi.get(self, "tcp_mss")
5310
5532
 
@@ -5388,8 +5610,9 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5388
5610
  @pulumi.getter(name="tunnelBandwidthPercent")
5389
5611
  def tunnel_bandwidth_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
5390
5612
  """
5391
- Tunnels Bandwidth Percent, Attribute conditional on `tunnel_interface` being equal to `true` - Range: `1`-`100` -
5392
- Default value: `50`
5613
+ Tunnels Bandwidth Percent, Attribute conditional on `tunnel_interface` being equal to `true`
5614
+ - Range: `1`-`100`
5615
+ - Default value: `50`
5393
5616
  """
5394
5617
  return pulumi.get(self, "tunnel_bandwidth_percent")
5395
5618
 
@@ -5413,7 +5636,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5413
5636
  @pulumi.getter(name="tunnelInterface")
5414
5637
  def tunnel_interface(self) -> Optional[pulumi.Input[_builtins.bool]]:
5415
5638
  """
5416
- Tunnel Interface on/off - Default value: `false`
5639
+ Tunnel Interface on/off
5640
+ - Default value: `false`
5417
5641
  """
5418
5642
  return pulumi.get(self, "tunnel_interface")
5419
5643
 
@@ -5425,7 +5649,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5425
5649
  @pulumi.getter(name="tunnelInterfaceAllowAll")
5426
5650
  def tunnel_interface_allow_all(self) -> Optional[pulumi.Input[_builtins.bool]]:
5427
5651
  """
5428
- Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value: `false`
5652
+ Allow all traffic. Overrides all other allow-service options if allow-service all is set
5653
+ - Default value: `false`
5429
5654
  """
5430
5655
  return pulumi.get(self, "tunnel_interface_allow_all")
5431
5656
 
@@ -5449,7 +5674,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5449
5674
  @pulumi.getter(name="tunnelInterfaceAllowBfd")
5450
5675
  def tunnel_interface_allow_bfd(self) -> Optional[pulumi.Input[_builtins.bool]]:
5451
5676
  """
5452
- Allow/Deny BFD - Default value: `false`
5677
+ Allow/Deny BFD
5678
+ - Default value: `false`
5453
5679
  """
5454
5680
  return pulumi.get(self, "tunnel_interface_allow_bfd")
5455
5681
 
@@ -5473,7 +5699,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5473
5699
  @pulumi.getter(name="tunnelInterfaceAllowBgp")
5474
5700
  def tunnel_interface_allow_bgp(self) -> Optional[pulumi.Input[_builtins.bool]]:
5475
5701
  """
5476
- Allow/deny BGP - Default value: `false`
5702
+ Allow/deny BGP
5703
+ - Default value: `false`
5477
5704
  """
5478
5705
  return pulumi.get(self, "tunnel_interface_allow_bgp")
5479
5706
 
@@ -5497,7 +5724,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5497
5724
  @pulumi.getter(name="tunnelInterfaceAllowDhcp")
5498
5725
  def tunnel_interface_allow_dhcp(self) -> Optional[pulumi.Input[_builtins.bool]]:
5499
5726
  """
5500
- Allow/Deny DHCP - Default value: `true`
5727
+ Allow/Deny DHCP
5728
+ - Default value: `true`
5501
5729
  """
5502
5730
  return pulumi.get(self, "tunnel_interface_allow_dhcp")
5503
5731
 
@@ -5521,7 +5749,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5521
5749
  @pulumi.getter(name="tunnelInterfaceAllowDns")
5522
5750
  def tunnel_interface_allow_dns(self) -> Optional[pulumi.Input[_builtins.bool]]:
5523
5751
  """
5524
- Allow/Deny DNS - Default value: `true`
5752
+ Allow/Deny DNS
5753
+ - Default value: `true`
5525
5754
  """
5526
5755
  return pulumi.get(self, "tunnel_interface_allow_dns")
5527
5756
 
@@ -5545,7 +5774,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5545
5774
  @pulumi.getter(name="tunnelInterfaceAllowHttps")
5546
5775
  def tunnel_interface_allow_https(self) -> Optional[pulumi.Input[_builtins.bool]]:
5547
5776
  """
5548
- Allow/Deny HTTPS - Default value: `true`
5777
+ Allow/Deny HTTPS
5778
+ - Default value: `true`
5549
5779
  """
5550
5780
  return pulumi.get(self, "tunnel_interface_allow_https")
5551
5781
 
@@ -5569,7 +5799,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5569
5799
  @pulumi.getter(name="tunnelInterfaceAllowIcmp")
5570
5800
  def tunnel_interface_allow_icmp(self) -> Optional[pulumi.Input[_builtins.bool]]:
5571
5801
  """
5572
- Allow/Deny ICMP - Default value: `true`
5802
+ Allow/Deny ICMP
5803
+ - Default value: `true`
5573
5804
  """
5574
5805
  return pulumi.get(self, "tunnel_interface_allow_icmp")
5575
5806
 
@@ -5593,7 +5824,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5593
5824
  @pulumi.getter(name="tunnelInterfaceAllowNetconf")
5594
5825
  def tunnel_interface_allow_netconf(self) -> Optional[pulumi.Input[_builtins.bool]]:
5595
5826
  """
5596
- Allow/Deny NETCONF - Default value: `false`
5827
+ Allow/Deny NETCONF
5828
+ - Default value: `false`
5597
5829
  """
5598
5830
  return pulumi.get(self, "tunnel_interface_allow_netconf")
5599
5831
 
@@ -5617,7 +5849,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5617
5849
  @pulumi.getter(name="tunnelInterfaceAllowNtp")
5618
5850
  def tunnel_interface_allow_ntp(self) -> Optional[pulumi.Input[_builtins.bool]]:
5619
5851
  """
5620
- Allow/Deny NTP - Default value: `true`
5852
+ Allow/Deny NTP
5853
+ - Default value: `true`
5621
5854
  """
5622
5855
  return pulumi.get(self, "tunnel_interface_allow_ntp")
5623
5856
 
@@ -5641,7 +5874,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5641
5874
  @pulumi.getter(name="tunnelInterfaceAllowOspf")
5642
5875
  def tunnel_interface_allow_ospf(self) -> Optional[pulumi.Input[_builtins.bool]]:
5643
5876
  """
5644
- Allow/Deny OSPF - Default value: `false`
5877
+ Allow/Deny OSPF
5878
+ - Default value: `false`
5645
5879
  """
5646
5880
  return pulumi.get(self, "tunnel_interface_allow_ospf")
5647
5881
 
@@ -5665,7 +5899,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5665
5899
  @pulumi.getter(name="tunnelInterfaceAllowSnmp")
5666
5900
  def tunnel_interface_allow_snmp(self) -> Optional[pulumi.Input[_builtins.bool]]:
5667
5901
  """
5668
- Allow/Deny SNMP - Default value: `false`
5902
+ Allow/Deny SNMP
5903
+ - Default value: `false`
5669
5904
  """
5670
5905
  return pulumi.get(self, "tunnel_interface_allow_snmp")
5671
5906
 
@@ -5689,7 +5924,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5689
5924
  @pulumi.getter(name="tunnelInterfaceAllowSsh")
5690
5925
  def tunnel_interface_allow_ssh(self) -> Optional[pulumi.Input[_builtins.bool]]:
5691
5926
  """
5692
- Allow/Deny SSH - Default value: `true`
5927
+ Allow/Deny SSH
5928
+ - Default value: `true`
5693
5929
  """
5694
5930
  return pulumi.get(self, "tunnel_interface_allow_ssh")
5695
5931
 
@@ -5713,7 +5949,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5713
5949
  @pulumi.getter(name="tunnelInterfaceAllowStun")
5714
5950
  def tunnel_interface_allow_stun(self) -> Optional[pulumi.Input[_builtins.bool]]:
5715
5951
  """
5716
- Allow/Deny STUN - Default value: `false`
5952
+ Allow/Deny STUN
5953
+ - Default value: `false`
5717
5954
  """
5718
5955
  return pulumi.get(self, "tunnel_interface_allow_stun")
5719
5956
 
@@ -5737,8 +5974,7 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5737
5974
  @pulumi.getter(name="tunnelInterfaceBindLoopbackTunnel")
5738
5975
  def tunnel_interface_bind_loopback_tunnel(self) -> Optional[pulumi.Input[_builtins.str]]:
5739
5976
  """
5740
- Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnel_interface` being equal to
5741
- `true`
5977
+ Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnel_interface` being equal to `true`
5742
5978
  """
5743
5979
  return pulumi.get(self, "tunnel_interface_bind_loopback_tunnel")
5744
5980
 
@@ -5762,7 +5998,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5762
5998
  @pulumi.getter(name="tunnelInterfaceBorder")
5763
5999
  def tunnel_interface_border(self) -> Optional[pulumi.Input[_builtins.bool]]:
5764
6000
  """
5765
- Set TLOC as border TLOC, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
6001
+ Set TLOC as border TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
6002
+ - Default value: `false`
5766
6003
  """
5767
6004
  return pulumi.get(self, "tunnel_interface_border")
5768
6005
 
@@ -5786,9 +6023,9 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5786
6023
  @pulumi.getter(name="tunnelInterfaceCarrier")
5787
6024
  def tunnel_interface_carrier(self) -> Optional[pulumi.Input[_builtins.str]]:
5788
6025
  """
5789
- Set carrier for TLOC, Attribute conditional on `tunnel_interface` being equal to `true` - Choices: `default`,
5790
- `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8` - Default value:
5791
- `default`
6026
+ Set carrier for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
6027
+ - Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
6028
+ - Default value: `default`
5792
6029
  """
5793
6030
  return pulumi.get(self, "tunnel_interface_carrier")
5794
6031
 
@@ -5812,8 +6049,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5812
6049
  @pulumi.getter(name="tunnelInterfaceClearDontFragment")
5813
6050
  def tunnel_interface_clear_dont_fragment(self) -> Optional[pulumi.Input[_builtins.bool]]:
5814
6051
  """
5815
- Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnel_interface` being
5816
- equal to `true` - Default value: `false`
6052
+ Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnel_interface` being equal to `true`
6053
+ - Default value: `false`
5817
6054
  """
5818
6055
  return pulumi.get(self, "tunnel_interface_clear_dont_fragment")
5819
6056
 
@@ -5837,10 +6074,9 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5837
6074
  @pulumi.getter(name="tunnelInterfaceColor")
5838
6075
  def tunnel_interface_color(self) -> Optional[pulumi.Input[_builtins.str]]:
5839
6076
  """
5840
- Set color for TLOC, Attribute conditional on `tunnel_interface` being equal to `true` - Choices: `default`, `mpls`,
5841
- `metro-ethernet`, `biz-internet`, `public-internet`, `lte`, `3g`, `red`, `green`, `blue`, `gold`, `silver`, `bronze`,
5842
- `custom1`, `custom2`, `custom3`, `private1`, `private2`, `private3`, `private4`, `private5`, `private6` - Default value:
5843
- `mpls`
6077
+ Set color for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
6078
+ - Choices: `default`, `mpls`, `metro-ethernet`, `biz-internet`, `public-internet`, `lte`, `3g`, `red`, `green`, `blue`, `gold`, `silver`, `bronze`, `custom1`, `custom2`, `custom3`, `private1`, `private2`, `private3`, `private4`, `private5`, `private6`
6079
+ - Default value: `mpls`
5844
6080
  """
5845
6081
  return pulumi.get(self, "tunnel_interface_color")
5846
6082
 
@@ -5852,7 +6088,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5852
6088
  @pulumi.getter(name="tunnelInterfaceColorRestrict")
5853
6089
  def tunnel_interface_color_restrict(self) -> Optional[pulumi.Input[_builtins.bool]]:
5854
6090
  """
5855
- Restrict this TLOC behavior, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
6091
+ Restrict this TLOC behavior, Attribute conditional on `tunnel_interface` being equal to `true`
6092
+ - Default value: `false`
5856
6093
  """
5857
6094
  return pulumi.get(self, "tunnel_interface_color_restrict")
5858
6095
 
@@ -5888,8 +6125,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5888
6125
  @pulumi.getter(name="tunnelInterfaceCtsSgtPropagation")
5889
6126
  def tunnel_interface_cts_sgt_propagation(self) -> Optional[pulumi.Input[_builtins.bool]]:
5890
6127
  """
5891
- CTS SGT Propagation configuration, Attribute conditional on `tunnel_interface` being equal to `true` - Default value:
5892
- `false`
6128
+ CTS SGT Propagation configuration, Attribute conditional on `tunnel_interface` being equal to `true`
6129
+ - Default value: `false`
5893
6130
  """
5894
6131
  return pulumi.get(self, "tunnel_interface_cts_sgt_propagation")
5895
6132
 
@@ -5937,8 +6174,7 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5937
6174
  @pulumi.getter(name="tunnelInterfaceExcludeControllerGroupLists")
5938
6175
  def tunnel_interface_exclude_controller_group_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.int]]]]:
5939
6176
  """
5940
- Exclude the following controller groups defined in this list., Attribute conditional on `tunnel_interface` being equal
5941
- to `true`
6177
+ Exclude the following controller groups defined in this list., Attribute conditional on `tunnel_interface` being equal to `true`
5942
6178
  """
5943
6179
  return pulumi.get(self, "tunnel_interface_exclude_controller_group_lists")
5944
6180
 
@@ -5974,7 +6210,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5974
6210
  @pulumi.getter(name="tunnelInterfaceGroups")
5975
6211
  def tunnel_interface_groups(self) -> Optional[pulumi.Input[_builtins.int]]:
5976
6212
  """
5977
- List of groups, Attribute conditional on `tunnel_interface` being equal to `true` - Range: `1`-`4294967295`
6213
+ List of groups, Attribute conditional on `tunnel_interface` being equal to `true`
6214
+ - Range: `1`-`4294967295`
5978
6215
  """
5979
6216
  return pulumi.get(self, "tunnel_interface_groups")
5980
6217
 
@@ -5998,8 +6235,9 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
5998
6235
  @pulumi.getter(name="tunnelInterfaceHelloInterval")
5999
6236
  def tunnel_interface_hello_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
6000
6237
  """
6001
- Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnel_interface` being
6002
- equal to `true` - Range: `100`-`600000` - Default value: `1000`
6238
+ Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnel_interface` being equal to `true`
6239
+ - Range: `100`-`600000`
6240
+ - Default value: `1000`
6003
6241
  """
6004
6242
  return pulumi.get(self, "tunnel_interface_hello_interval")
6005
6243
 
@@ -6023,8 +6261,9 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
6023
6261
  @pulumi.getter(name="tunnelInterfaceHelloTolerance")
6024
6262
  def tunnel_interface_hello_tolerance(self) -> Optional[pulumi.Input[_builtins.int]]:
6025
6263
  """
6026
- Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnel_interface` being equal to
6027
- `true` - Range: `12`-`6000` - Default value: `12`
6264
+ Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnel_interface` being equal to `true`
6265
+ - Range: `12`-`6000`
6266
+ - Default value: `12`
6028
6267
  """
6029
6268
  return pulumi.get(self, "tunnel_interface_hello_tolerance")
6030
6269
 
@@ -6048,7 +6287,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
6048
6287
  @pulumi.getter(name="tunnelInterfaceLastResortCircuit")
6049
6288
  def tunnel_interface_last_resort_circuit(self) -> Optional[pulumi.Input[_builtins.bool]]:
6050
6289
  """
6051
- Set TLOC as last resort, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
6290
+ Set TLOC as last resort, Attribute conditional on `tunnel_interface` being equal to `true`
6291
+ - Default value: `false`
6052
6292
  """
6053
6293
  return pulumi.get(self, "tunnel_interface_last_resort_circuit")
6054
6294
 
@@ -6072,8 +6312,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
6072
6312
  @pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
6073
6313
  def tunnel_interface_low_bandwidth_link(self) -> Optional[pulumi.Input[_builtins.bool]]:
6074
6314
  """
6075
- Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnel_interface` being equal to `true` -
6076
- Default value: `false`
6315
+ Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnel_interface` being equal to `true`
6316
+ - Default value: `false`
6077
6317
  """
6078
6318
  return pulumi.get(self, "tunnel_interface_low_bandwidth_link")
6079
6319
 
@@ -6097,7 +6337,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
6097
6337
  @pulumi.getter(name="tunnelInterfaceMaxControlConnections")
6098
6338
  def tunnel_interface_max_control_connections(self) -> Optional[pulumi.Input[_builtins.int]]:
6099
6339
  """
6100
- Maximum Control Connections, Attribute conditional on `tunnel_interface` being equal to `true` - Range: `0`-`100`
6340
+ Maximum Control Connections, Attribute conditional on `tunnel_interface` being equal to `true`
6341
+ - Range: `0`-`100`
6101
6342
  """
6102
6343
  return pulumi.get(self, "tunnel_interface_max_control_connections")
6103
6344
 
@@ -6121,8 +6362,9 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
6121
6362
  @pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
6122
6363
  def tunnel_interface_nat_refresh_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
6123
6364
  """
6124
- Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnel_interface` being equal to
6125
- `true` - Range: `1`-`60` - Default value: `5`
6365
+ Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnel_interface` being equal to `true`
6366
+ - Range: `1`-`60`
6367
+ - Default value: `5`
6126
6368
  """
6127
6369
  return pulumi.get(self, "tunnel_interface_nat_refresh_interval")
6128
6370
 
@@ -6146,8 +6388,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
6146
6388
  @pulumi.getter(name="tunnelInterfaceNetworkBroadcast")
6147
6389
  def tunnel_interface_network_broadcast(self) -> Optional[pulumi.Input[_builtins.bool]]:
6148
6390
  """
6149
- Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnel_interface` being equal to
6150
- `true` - Default value: `false`
6391
+ Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnel_interface` being equal to `true`
6392
+ - Default value: `false`
6151
6393
  """
6152
6394
  return pulumi.get(self, "tunnel_interface_network_broadcast")
6153
6395
 
@@ -6171,8 +6413,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
6171
6413
  @pulumi.getter(name="tunnelInterfacePortHop")
6172
6414
  def tunnel_interface_port_hop(self) -> Optional[pulumi.Input[_builtins.bool]]:
6173
6415
  """
6174
- Disallow port hopping on the tunnel interface, Attribute conditional on `tunnel_interface` being equal to `true` -
6175
- Default value: `true`
6416
+ Disallow port hopping on the tunnel interface, Attribute conditional on `tunnel_interface` being equal to `true`
6417
+ - Default value: `true`
6176
6418
  """
6177
6419
  return pulumi.get(self, "tunnel_interface_port_hop")
6178
6420
 
@@ -6196,8 +6438,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
6196
6438
  @pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
6197
6439
  def tunnel_interface_tunnel_tcp_mss(self) -> Optional[pulumi.Input[_builtins.int]]:
6198
6440
  """
6199
- Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnel_interface` being equal to `true` - Range:
6200
- `500`-`1460`
6441
+ Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnel_interface` being equal to `true`
6442
+ - Range: `500`-`1460`
6201
6443
  """
6202
6444
  return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss")
6203
6445
 
@@ -6221,8 +6463,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
6221
6463
  @pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
6222
6464
  def tunnel_interface_vbond_as_stun_server(self) -> Optional[pulumi.Input[_builtins.bool]]:
6223
6465
  """
6224
- Put this wan interface in STUN mode only, Attribute conditional on `tunnel_interface` being equal to `true` - Default
6225
- value: `false`
6466
+ Put this wan interface in STUN mode only, Attribute conditional on `tunnel_interface` being equal to `true`
6467
+ - Default value: `false`
6226
6468
  """
6227
6469
  return pulumi.get(self, "tunnel_interface_vbond_as_stun_server")
6228
6470
 
@@ -6246,8 +6488,9 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
6246
6488
  @pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
6247
6489
  def tunnel_interface_vmanage_connection_preference(self) -> Optional[pulumi.Input[_builtins.int]]:
6248
6490
  """
6249
- Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnel_interface` being
6250
- equal to `true` - Range: `0`-`8` - Default value: `5`
6491
+ Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnel_interface` being equal to `true`
6492
+ - Range: `0`-`8`
6493
+ - Default value: `5`
6251
6494
  """
6252
6495
  return pulumi.get(self, "tunnel_interface_vmanage_connection_preference")
6253
6496
 
@@ -6271,7 +6514,8 @@ class _TransportWanVpnInterfaceEthernetFeatureState:
6271
6514
  @pulumi.getter(name="tunnelQosMode")
6272
6515
  def tunnel_qos_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
6273
6516
  """
6274
- Set tunnel QoS mode, Attribute conditional on `tunnel_interface` being equal to `true` - Choices: `hub`, `spoke`
6517
+ Set tunnel QoS mode, Attribute conditional on `tunnel_interface` being equal to `true`
6518
+ - Choices: `hub`, `spoke`
6275
6519
  """
6276
6520
  return pulumi.get(self, "tunnel_qos_mode")
6277
6521
 
@@ -6545,221 +6789,282 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
6545
6789
 
6546
6790
  :param str resource_name: The name of the resource.
6547
6791
  :param pulumi.ResourceOptions opts: Options for the resource.
6548
- :param pulumi.Input[_builtins.int] arp_timeout: Timeout value for dynamically learned ARP entries, <0..2678400> seconds - Range: `0`-`2147483` - Default value: `1200`
6792
+ :param pulumi.Input[_builtins.int] arp_timeout: Timeout value for dynamically learned ARP entries, <0..2678400> seconds
6793
+ - Range: `0`-`2147483`
6794
+ - Default value: `1200`
6549
6795
  :param pulumi.Input[_builtins.str] arp_timeout_variable: Variable name
6550
6796
  :param pulumi.Input[Sequence[pulumi.Input[Union['TransportWanVpnInterfaceEthernetFeatureArpArgs', 'TransportWanVpnInterfaceEthernetFeatureArpArgsDict']]]] arps: Configure ARP entries
6551
- :param pulumi.Input[_builtins.bool] auto_detect_bandwidth: Interface auto detect bandwidth - Default value: `false`
6797
+ :param pulumi.Input[_builtins.bool] auto_detect_bandwidth: Interface auto detect bandwidth
6798
+ - Default value: `false`
6552
6799
  :param pulumi.Input[_builtins.str] auto_detect_bandwidth_variable: Variable name
6553
6800
  :param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
6554
6801
  :param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
6555
- :param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps - Range: `1`-`2147483647`
6802
+ :param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
6803
+ - Range: `1`-`2147483647`
6556
6804
  :param pulumi.Input[_builtins.str] bandwidth_downstream_variable: Variable name
6557
- :param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps - Range: `1`-`2147483647`
6805
+ :param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps
6806
+ - Range: `1`-`2147483647`
6558
6807
  :param pulumi.Input[_builtins.str] bandwidth_upstream_variable: Variable name
6559
- :param pulumi.Input[_builtins.bool] block_non_source_ip: Block packets originating from IP address that is not from this source - Default value: `false`
6808
+ :param pulumi.Input[_builtins.bool] block_non_source_ip: Block packets originating from IP address that is not from this source
6809
+ - Default value: `false`
6560
6810
  :param pulumi.Input[_builtins.str] block_non_source_ip_variable: Variable name
6561
6811
  :param pulumi.Input[_builtins.str] description: The description of the Feature
6562
- :param pulumi.Input[_builtins.str] duplex: Duplex mode - Choices: `full`, `half`, `auto`
6812
+ :param pulumi.Input[_builtins.str] duplex: Duplex mode
6813
+ - Choices: `full`, `half`, `auto`
6563
6814
  :param pulumi.Input[_builtins.str] duplex_variable: Variable name
6564
6815
  :param pulumi.Input[_builtins.bool] enable_dhcpv6: Enable DHCPv6, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
6565
6816
  :param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
6566
6817
  :param pulumi.Input[_builtins.str] gre_tunnel_source_ip: GRE tunnel source IP
6567
6818
  :param pulumi.Input[_builtins.str] gre_tunnel_source_ip_variable: Variable name
6568
- :param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable - Default value: `true`
6819
+ :param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable
6820
+ - Default value: `true`
6569
6821
  :param pulumi.Input[_builtins.str] icmp_redirect_disable_variable: Variable name
6570
6822
  :param pulumi.Input[_builtins.str] interface_description_variable: Variable name
6571
- :param pulumi.Input[_builtins.int] interface_mtu: Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes - Range: `1500`-`9216` -
6572
- Default value: `1500`
6823
+ :param pulumi.Input[_builtins.int] interface_mtu: Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes
6824
+ - Range: `1500`-`9216`
6825
+ - Default value: `1500`
6573
6826
  :param pulumi.Input[_builtins.str] interface_mtu_variable: Variable name
6574
6827
  :param pulumi.Input[_builtins.str] interface_name_variable: Variable name
6575
- :param pulumi.Input[_builtins.bool] ip_directed_broadcast: IP Directed-Broadcast - Default value: `false`
6828
+ :param pulumi.Input[_builtins.bool] ip_directed_broadcast: IP Directed-Broadcast
6829
+ - Default value: `false`
6576
6830
  :param pulumi.Input[_builtins.str] ip_directed_broadcast_variable: Variable name
6577
- :param pulumi.Input[_builtins.int] ip_mtu: IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces
6578
- <576..2000> in bytes - Range: `576`-`9216` - Default value: `1500`
6831
+ :param pulumi.Input[_builtins.int] ip_mtu: IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes
6832
+ - Range: `576`-`9216`
6833
+ - Default value: `1500`
6579
6834
  :param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
6580
6835
  :param pulumi.Input[_builtins.str] iperf_server: Iperf server for auto bandwidth detect
6581
6836
  :param pulumi.Input[_builtins.str] iperf_server_variable: Variable name
6582
6837
  :param pulumi.Input[_builtins.str] ipv4_address: IP Address, Attribute conditional on `ipv4_configuration_type` being equal to `static`
6583
6838
  :param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
6584
- :param pulumi.Input[_builtins.str] ipv4_configuration_type: IPv4 Configuration Type - Choices: `dynamic`, `static` - Default value: `dynamic`
6585
- :param pulumi.Input[_builtins.int] ipv4_dhcp_distance: DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic` - Range: `1`-`65536` -
6586
- Default value: `1`
6839
+ :param pulumi.Input[_builtins.str] ipv4_configuration_type: IPv4 Configuration Type
6840
+ - Choices: `dynamic`, `static`
6841
+ - Default value: `dynamic`
6842
+ :param pulumi.Input[_builtins.int] ipv4_dhcp_distance: DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
6843
+ - Range: `1`-`65536`
6844
+ - Default value: `1`
6587
6845
  :param pulumi.Input[_builtins.str] ipv4_dhcp_distance_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
6588
6846
  :param pulumi.Input[_builtins.str] ipv4_dhcp_helper_variable: Variable name
6589
6847
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ipv4_dhcp_helpers: List of DHCP IPv4 helper addresses (min 1, max 8)
6590
6848
  :param pulumi.Input[Sequence[pulumi.Input[Union['TransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs', 'TransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgsDict']]]] ipv4_secondary_addresses: Secondary IpV4 Addresses, Attribute conditional on `ipv4_configuration_type` being equal to `static`
6591
- :param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static` - Choices: `255.255.255.255`,
6592
- `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`,
6593
- `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`,
6594
- `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`,
6595
- `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`,
6596
- `128.0.0.0`, `0.0.0.0`
6849
+ :param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static`
6850
+ - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
6597
6851
  :param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
6598
6852
  :param pulumi.Input[_builtins.str] ipv6_address: IPv6 Address Secondary, Attribute conditional on `ipv6_configuration_type` being equal to `static`
6599
6853
  :param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name, Attribute conditional on `ipv6_configuration_type` being equal to `static`
6600
- :param pulumi.Input[_builtins.str] ipv6_configuration_type: IPv6 Configuration Type - Choices: `dynamic`, `static`, `none` - Default value: `none`
6854
+ :param pulumi.Input[_builtins.str] ipv6_configuration_type: IPv6 Configuration Type
6855
+ - Choices: `dynamic`, `static`, `none`
6856
+ - Default value: `none`
6601
6857
  :param pulumi.Input[Sequence[pulumi.Input[Union['TransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs', 'TransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgsDict']]]] ipv6_dhcp_secondary_addresses: secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
6602
6858
  :param pulumi.Input[Sequence[pulumi.Input[Union['TransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs', 'TransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgsDict']]]] ipv6_secondary_addresses: Static secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `static`
6603
- :param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation - Range: `30`-`600` - Default value: `30`
6859
+ :param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation
6860
+ - Range: `30`-`600`
6861
+ - Default value: `30`
6604
6862
  :param pulumi.Input[_builtins.str] load_interval_variable: Variable name
6605
6863
  :param pulumi.Input[_builtins.str] mac_address: MAC Address
6606
6864
  :param pulumi.Input[_builtins.str] mac_address_variable: Variable name
6607
- :param pulumi.Input[_builtins.str] media_type: Media type - Choices: `auto-select`, `rj45`, `sfp`
6865
+ :param pulumi.Input[_builtins.str] media_type: Media type
6866
+ - Choices: `auto-select`, `rj45`, `sfp`
6608
6867
  :param pulumi.Input[_builtins.str] media_type_variable: Variable name
6609
6868
  :param pulumi.Input[_builtins.str] name: The name of the Feature
6610
- :param pulumi.Input[_builtins.bool] nat64: NAT64 on this interface, Attribute conditional on `nat_ipv6` being equal to `true` - Default value: `false`
6611
- :param pulumi.Input[_builtins.bool] nat66: NAT66 on this interface, Attribute conditional on `nat_ipv6` being equal to `true` - Default value: `false`
6612
- :param pulumi.Input[_builtins.bool] nat_ipv4: enable Network Address Translation on this interface - Default value: `false`
6869
+ :param pulumi.Input[_builtins.bool] nat64: NAT64 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
6870
+ - Default value: `false`
6871
+ :param pulumi.Input[_builtins.bool] nat66: NAT66 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
6872
+ - Default value: `false`
6873
+ :param pulumi.Input[_builtins.bool] nat_ipv4: enable Network Address Translation on this interface
6874
+ - Default value: `false`
6613
6875
  :param pulumi.Input[_builtins.str] nat_ipv4_variable: Variable name
6614
- :param pulumi.Input[_builtins.bool] nat_ipv6: enable Network Address Translation ipv6 on this interface - Default value: `false`
6876
+ :param pulumi.Input[_builtins.bool] nat_ipv6: enable Network Address Translation ipv6 on this interface
6877
+ - Default value: `false`
6615
6878
  :param pulumi.Input[_builtins.str] nat_ipv6_variable: Variable name
6616
6879
  :param pulumi.Input[_builtins.str] nat_loopback: NAT Inside Source Loopback Interface, Attribute conditional on `nat_ipv4` being equal to `true`
6617
6880
  :param pulumi.Input[_builtins.str] nat_loopback_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
6618
- :param pulumi.Input[_builtins.bool] nat_overload: NAT Overload, Attribute conditional on `nat_ipv4` being equal to `true` - Default value: `true`
6881
+ :param pulumi.Input[_builtins.bool] nat_overload: NAT Overload, Attribute conditional on `nat_ipv4` being equal to `true`
6882
+ - Default value: `true`
6619
6883
  :param pulumi.Input[_builtins.str] nat_overload_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
6620
- :param pulumi.Input[_builtins.int] nat_prefix_length: NAT Pool Prefix Length, Attribute conditional on `nat_ipv4` being equal to `true` - Range: `1`-`32`
6884
+ :param pulumi.Input[_builtins.int] nat_prefix_length: NAT Pool Prefix Length, Attribute conditional on `nat_ipv4` being equal to `true`
6885
+ - Range: `1`-`32`
6621
6886
  :param pulumi.Input[_builtins.str] nat_prefix_length_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
6622
6887
  :param pulumi.Input[_builtins.str] nat_range_end: NAT Pool Range End, Attribute conditional on `nat_ipv4` being equal to `true`
6623
6888
  :param pulumi.Input[_builtins.str] nat_range_end_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
6624
6889
  :param pulumi.Input[_builtins.str] nat_range_start: NAT Pool Range Start, Attribute conditional on `nat_ipv4` being equal to `true`
6625
6890
  :param pulumi.Input[_builtins.str] nat_range_start_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
6626
- :param pulumi.Input[_builtins.int] nat_tcp_timeout: Set NAT TCP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true` - Range: `1`-`8947` -
6627
- Default value: `60`
6891
+ :param pulumi.Input[_builtins.int] nat_tcp_timeout: Set NAT TCP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
6892
+ - Range: `1`-`8947`
6893
+ - Default value: `60`
6628
6894
  :param pulumi.Input[_builtins.str] nat_tcp_timeout_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
6629
- :param pulumi.Input[_builtins.str] nat_type: NAT Type, Attribute conditional on `nat_ipv4` being equal to `true` - Choices: `interface`, `pool`, `loopback` - Default
6630
- value: `interface`
6895
+ :param pulumi.Input[_builtins.str] nat_type: NAT Type, Attribute conditional on `nat_ipv4` being equal to `true`
6896
+ - Choices: `interface`, `pool`, `loopback`
6897
+ - Default value: `interface`
6631
6898
  :param pulumi.Input[_builtins.str] nat_type_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
6632
- :param pulumi.Input[_builtins.int] nat_udp_timeout: Set NAT UDP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true` - Range: `1`-`8947` -
6633
- Default value: `1`
6899
+ :param pulumi.Input[_builtins.int] nat_udp_timeout: Set NAT UDP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
6900
+ - Range: `1`-`8947`
6901
+ - Default value: `1`
6634
6902
  :param pulumi.Input[_builtins.str] nat_udp_timeout_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
6635
6903
  :param pulumi.Input[Sequence[pulumi.Input[Union['TransportWanVpnInterfaceEthernetFeatureNewStaticNatArgs', 'TransportWanVpnInterfaceEthernetFeatureNewStaticNatArgsDict']]]] new_static_nats: static NAT, Attribute conditional on `nat_ipv4` being equal to `true`
6636
- :param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
6904
+ :param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos, Attribute conditional on `tunnel_interface` being equal to `true`
6905
+ - Default value: `false`
6637
6906
  :param pulumi.Input[_builtins.str] per_tunnel_qos_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6638
- :param pulumi.Input[_builtins.bool] qos_adaptive: Adaptive QoS - Default value: `false`
6639
- :param pulumi.Input[_builtins.bool] qos_adaptive_bandwidth_downstream: Shaping Rate Downstream - Default value: `false`
6640
- :param pulumi.Input[_builtins.bool] qos_adaptive_bandwidth_upstream: Shaping Rate Upstream - Default value: `false`
6641
- :param pulumi.Input[_builtins.int] qos_adaptive_default_downstream: Adaptive QoS default downstream bandwidth (kbps) - Range: `8`-`100000000`
6907
+ :param pulumi.Input[_builtins.bool] qos_adaptive: Adaptive QoS
6908
+ - Default value: `false`
6909
+ :param pulumi.Input[_builtins.bool] qos_adaptive_bandwidth_downstream: Shaping Rate Downstream
6910
+ - Default value: `false`
6911
+ :param pulumi.Input[_builtins.bool] qos_adaptive_bandwidth_upstream: Shaping Rate Upstream
6912
+ - Default value: `false`
6913
+ :param pulumi.Input[_builtins.int] qos_adaptive_default_downstream: Adaptive QoS default downstream bandwidth (kbps)
6914
+ - Range: `8`-`100000000`
6642
6915
  :param pulumi.Input[_builtins.str] qos_adaptive_default_downstream_variable: Variable name
6643
- :param pulumi.Input[_builtins.int] qos_adaptive_default_upstream: Adaptive QoS default upstream bandwidth (kbps) - Range: `8`-`100000000`
6916
+ :param pulumi.Input[_builtins.int] qos_adaptive_default_upstream: Adaptive QoS default upstream bandwidth (kbps)
6917
+ - Range: `8`-`100000000`
6644
6918
  :param pulumi.Input[_builtins.str] qos_adaptive_default_upstream_variable: Variable name
6645
- :param pulumi.Input[_builtins.int] qos_adaptive_max_downstream: Downstream max bandwidth limit (kbps) - Range: `8`-`100000000`
6919
+ :param pulumi.Input[_builtins.int] qos_adaptive_max_downstream: Downstream max bandwidth limit (kbps)
6920
+ - Range: `8`-`100000000`
6646
6921
  :param pulumi.Input[_builtins.str] qos_adaptive_max_downstream_variable: Variable name
6647
- :param pulumi.Input[_builtins.int] qos_adaptive_max_upstream: Upstream max bandwidth limit (kbps) - Range: `8`-`100000000`
6922
+ :param pulumi.Input[_builtins.int] qos_adaptive_max_upstream: Upstream max bandwidth limit (kbps)
6923
+ - Range: `8`-`100000000`
6648
6924
  :param pulumi.Input[_builtins.str] qos_adaptive_max_upstream_variable: Variable name
6649
- :param pulumi.Input[_builtins.int] qos_adaptive_min_downstream: Downstream min bandwidth limit (kbps) - Range: `8`-`100000000`
6925
+ :param pulumi.Input[_builtins.int] qos_adaptive_min_downstream: Downstream min bandwidth limit (kbps)
6926
+ - Range: `8`-`100000000`
6650
6927
  :param pulumi.Input[_builtins.str] qos_adaptive_min_downstream_variable: Variable name
6651
- :param pulumi.Input[_builtins.int] qos_adaptive_min_upstream: Upstream min bandwidth limit (kbps) - Range: `8`-`100000000`
6928
+ :param pulumi.Input[_builtins.int] qos_adaptive_min_upstream: Upstream min bandwidth limit (kbps)
6929
+ - Range: `8`-`100000000`
6652
6930
  :param pulumi.Input[_builtins.str] qos_adaptive_min_upstream_variable: Variable name
6653
- :param pulumi.Input[_builtins.int] qos_adaptive_period: Adapt Period(Minutes) - Range: `1`-`720` - Default value: `15`
6931
+ :param pulumi.Input[_builtins.int] qos_adaptive_period: Adapt Period(Minutes)
6932
+ - Range: `1`-`720`
6933
+ - Default value: `15`
6654
6934
  :param pulumi.Input[_builtins.str] qos_adaptive_period_variable: Variable name
6655
- :param pulumi.Input[_builtins.int] qos_shaping_rate: Shaping Rate (Kbps) - Range: `8`-`100000000`
6935
+ :param pulumi.Input[_builtins.int] qos_shaping_rate: Shaping Rate (Kbps)
6936
+ - Range: `8`-`100000000`
6656
6937
  :param pulumi.Input[_builtins.str] qos_shaping_rate_variable: Variable name
6657
6938
  :param pulumi.Input[_builtins.str] service_provider: Service Provider Name
6658
6939
  :param pulumi.Input[_builtins.str] service_provider_variable: Variable name
6659
6940
  :param pulumi.Input[_builtins.bool] shutdown: - Default value: `true`
6660
6941
  :param pulumi.Input[_builtins.str] shutdown_variable: Variable name
6661
- :param pulumi.Input[_builtins.str] speed: Set interface speed - Choices: `10`, `100`, `1000`, `2500`, `10000`
6942
+ :param pulumi.Input[_builtins.str] speed: Set interface speed
6943
+ - Choices: `10`, `100`, `1000`, `2500`, `10000`
6662
6944
  :param pulumi.Input[_builtins.str] speed_variable: Variable name
6663
6945
  :param pulumi.Input[Sequence[pulumi.Input[Union['TransportWanVpnInterfaceEthernetFeatureStaticNat66Args', 'TransportWanVpnInterfaceEthernetFeatureStaticNat66ArgsDict']]]] static_nat66s: static NAT66, Attribute conditional on `nat_ipv6` being equal to `true`
6664
- :param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes - Range: `500`-`1460`
6946
+ :param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
6947
+ - Range: `500`-`1460`
6665
6948
  :param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
6666
6949
  :param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
6667
6950
  :param pulumi.Input[_builtins.str] tloc_extension_variable: Variable name
6668
6951
  :param pulumi.Input[_builtins.str] tracker: Enable tracker for this interface
6669
6952
  :param pulumi.Input[_builtins.str] tracker_variable: Variable name
6670
6953
  :param pulumi.Input[_builtins.str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
6671
- :param pulumi.Input[_builtins.int] tunnel_bandwidth_percent: Tunnels Bandwidth Percent, Attribute conditional on `tunnel_interface` being equal to `true` - Range: `1`-`100` -
6672
- Default value: `50`
6954
+ :param pulumi.Input[_builtins.int] tunnel_bandwidth_percent: Tunnels Bandwidth Percent, Attribute conditional on `tunnel_interface` being equal to `true`
6955
+ - Range: `1`-`100`
6956
+ - Default value: `50`
6673
6957
  :param pulumi.Input[_builtins.str] tunnel_bandwidth_percent_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6674
- :param pulumi.Input[_builtins.bool] tunnel_interface: Tunnel Interface on/off - Default value: `false`
6675
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value: `false`
6958
+ :param pulumi.Input[_builtins.bool] tunnel_interface: Tunnel Interface on/off
6959
+ - Default value: `false`
6960
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
6961
+ - Default value: `false`
6676
6962
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_all_variable: Variable name
6677
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_bfd: Allow/Deny BFD - Default value: `false`
6963
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_bfd: Allow/Deny BFD
6964
+ - Default value: `false`
6678
6965
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_bfd_variable: Variable name
6679
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP - Default value: `false`
6966
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
6967
+ - Default value: `false`
6680
6968
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_bgp_variable: Variable name
6681
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP - Default value: `true`
6969
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
6970
+ - Default value: `true`
6682
6971
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_dhcp_variable: Variable name
6683
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS - Default value: `true`
6972
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
6973
+ - Default value: `true`
6684
6974
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_dns_variable: Variable name
6685
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny HTTPS - Default value: `true`
6975
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny HTTPS
6976
+ - Default value: `true`
6686
6977
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_https_variable: Variable name
6687
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP - Default value: `true`
6978
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
6979
+ - Default value: `true`
6688
6980
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_icmp_variable: Variable name
6689
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF - Default value: `false`
6981
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
6982
+ - Default value: `false`
6690
6983
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_netconf_variable: Variable name
6691
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP - Default value: `true`
6984
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
6985
+ - Default value: `true`
6692
6986
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_ntp_variable: Variable name
6693
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF - Default value: `false`
6987
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
6988
+ - Default value: `false`
6694
6989
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_ospf_variable: Variable name
6695
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP - Default value: `false`
6990
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
6991
+ - Default value: `false`
6696
6992
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_snmp_variable: Variable name
6697
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH - Default value: `true`
6993
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
6994
+ - Default value: `true`
6698
6995
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_ssh_variable: Variable name
6699
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN - Default value: `false`
6996
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
6997
+ - Default value: `false`
6700
6998
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_stun_variable: Variable name
6701
- :param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnel_interface` being equal to
6702
- `true`
6999
+ :param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnel_interface` being equal to `true`
6703
7000
  :param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6704
- :param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
7001
+ :param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
7002
+ - Default value: `false`
6705
7003
  :param pulumi.Input[_builtins.str] tunnel_interface_border_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6706
- :param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC, Attribute conditional on `tunnel_interface` being equal to `true` - Choices: `default`,
6707
- `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8` - Default value:
6708
- `default`
7004
+ :param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
7005
+ - Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
7006
+ - Default value: `default`
6709
7007
  :param pulumi.Input[_builtins.str] tunnel_interface_carrier_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6710
- :param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnel_interface` being
6711
- equal to `true` - Default value: `false`
7008
+ :param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnel_interface` being equal to `true`
7009
+ - Default value: `false`
6712
7010
  :param pulumi.Input[_builtins.str] tunnel_interface_clear_dont_fragment_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6713
- :param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC, Attribute conditional on `tunnel_interface` being equal to `true` - Choices: `default`, `mpls`,
6714
- `metro-ethernet`, `biz-internet`, `public-internet`, `lte`, `3g`, `red`, `green`, `blue`, `gold`, `silver`, `bronze`,
6715
- `custom1`, `custom2`, `custom3`, `private1`, `private2`, `private3`, `private4`, `private5`, `private6` - Default value:
6716
- `mpls`
6717
- :param pulumi.Input[_builtins.bool] tunnel_interface_color_restrict: Restrict this TLOC behavior, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
7011
+ :param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
7012
+ - Choices: `default`, `mpls`, `metro-ethernet`, `biz-internet`, `public-internet`, `lte`, `3g`, `red`, `green`, `blue`, `gold`, `silver`, `bronze`, `custom1`, `custom2`, `custom3`, `private1`, `private2`, `private3`, `private4`, `private5`, `private6`
7013
+ - Default value: `mpls`
7014
+ :param pulumi.Input[_builtins.bool] tunnel_interface_color_restrict: Restrict this TLOC behavior, Attribute conditional on `tunnel_interface` being equal to `true`
7015
+ - Default value: `false`
6718
7016
  :param pulumi.Input[_builtins.str] tunnel_interface_color_restrict_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6719
7017
  :param pulumi.Input[_builtins.str] tunnel_interface_color_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6720
- :param pulumi.Input[_builtins.bool] tunnel_interface_cts_sgt_propagation: CTS SGT Propagation configuration, Attribute conditional on `tunnel_interface` being equal to `true` - Default value:
6721
- `false`
7018
+ :param pulumi.Input[_builtins.bool] tunnel_interface_cts_sgt_propagation: CTS SGT Propagation configuration, Attribute conditional on `tunnel_interface` being equal to `true`
7019
+ - Default value: `false`
6722
7020
  :param pulumi.Input[_builtins.str] tunnel_interface_cts_sgt_propagation_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6723
7021
  :param pulumi.Input[Sequence[pulumi.Input[Union['TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArgs', 'TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArgsDict']]]] tunnel_interface_encapsulations: Encapsulation for TLOC
6724
7022
  :param pulumi.Input[_builtins.str] tunnel_interface_exclude_controller_group_list_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6725
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list., Attribute conditional on `tunnel_interface` being equal
6726
- to `true`
7023
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list., Attribute conditional on `tunnel_interface` being equal to `true`
6727
7024
  :param pulumi.Input[_builtins.str] tunnel_interface_gre_tunnel_destination_ip: GRE tunnel destination IP, Attribute conditional on `tunnel_interface` being equal to `true`
6728
7025
  :param pulumi.Input[_builtins.str] tunnel_interface_gre_tunnel_destination_ip_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6729
- :param pulumi.Input[_builtins.int] tunnel_interface_groups: List of groups, Attribute conditional on `tunnel_interface` being equal to `true` - Range: `1`-`4294967295`
7026
+ :param pulumi.Input[_builtins.int] tunnel_interface_groups: List of groups, Attribute conditional on `tunnel_interface` being equal to `true`
7027
+ - Range: `1`-`4294967295`
6730
7028
  :param pulumi.Input[_builtins.str] tunnel_interface_groups_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6731
- :param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnel_interface` being
6732
- equal to `true` - Range: `100`-`600000` - Default value: `1000`
7029
+ :param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnel_interface` being equal to `true`
7030
+ - Range: `100`-`600000`
7031
+ - Default value: `1000`
6733
7032
  :param pulumi.Input[_builtins.str] tunnel_interface_hello_interval_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6734
- :param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnel_interface` being equal to
6735
- `true` - Range: `12`-`6000` - Default value: `12`
7033
+ :param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnel_interface` being equal to `true`
7034
+ - Range: `12`-`6000`
7035
+ - Default value: `12`
6736
7036
  :param pulumi.Input[_builtins.str] tunnel_interface_hello_tolerance_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6737
- :param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
7037
+ :param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort, Attribute conditional on `tunnel_interface` being equal to `true`
7038
+ - Default value: `false`
6738
7039
  :param pulumi.Input[_builtins.str] tunnel_interface_last_resort_circuit_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6739
- :param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnel_interface` being equal to `true` -
6740
- Default value: `false`
7040
+ :param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnel_interface` being equal to `true`
7041
+ - Default value: `false`
6741
7042
  :param pulumi.Input[_builtins.str] tunnel_interface_low_bandwidth_link_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6742
- :param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Maximum Control Connections, Attribute conditional on `tunnel_interface` being equal to `true` - Range: `0`-`100`
7043
+ :param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Maximum Control Connections, Attribute conditional on `tunnel_interface` being equal to `true`
7044
+ - Range: `0`-`100`
6743
7045
  :param pulumi.Input[_builtins.str] tunnel_interface_max_control_connections_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6744
- :param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnel_interface` being equal to
6745
- `true` - Range: `1`-`60` - Default value: `5`
7046
+ :param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnel_interface` being equal to `true`
7047
+ - Range: `1`-`60`
7048
+ - Default value: `5`
6746
7049
  :param pulumi.Input[_builtins.str] tunnel_interface_nat_refresh_interval_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6747
- :param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnel_interface` being equal to
6748
- `true` - Default value: `false`
7050
+ :param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnel_interface` being equal to `true`
7051
+ - Default value: `false`
6749
7052
  :param pulumi.Input[_builtins.str] tunnel_interface_network_broadcast_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6750
- :param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface, Attribute conditional on `tunnel_interface` being equal to `true` -
6751
- Default value: `true`
7053
+ :param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface, Attribute conditional on `tunnel_interface` being equal to `true`
7054
+ - Default value: `true`
6752
7055
  :param pulumi.Input[_builtins.str] tunnel_interface_port_hop_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6753
- :param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnel_interface` being equal to `true` - Range:
6754
- `500`-`1460`
7056
+ :param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnel_interface` being equal to `true`
7057
+ - Range: `500`-`1460`
6755
7058
  :param pulumi.Input[_builtins.str] tunnel_interface_tunnel_tcp_mss_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6756
- :param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only, Attribute conditional on `tunnel_interface` being equal to `true` - Default
6757
- value: `false`
7059
+ :param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only, Attribute conditional on `tunnel_interface` being equal to `true`
7060
+ - Default value: `false`
6758
7061
  :param pulumi.Input[_builtins.str] tunnel_interface_vbond_as_stun_server_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6759
- :param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnel_interface` being
6760
- equal to `true` - Range: `0`-`8` - Default value: `5`
7062
+ :param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnel_interface` being equal to `true`
7063
+ - Range: `0`-`8`
7064
+ - Default value: `5`
6761
7065
  :param pulumi.Input[_builtins.str] tunnel_interface_vmanage_connection_preference_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6762
- :param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode, Attribute conditional on `tunnel_interface` being equal to `true` - Choices: `hub`, `spoke`
7066
+ :param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode, Attribute conditional on `tunnel_interface` being equal to `true`
7067
+ - Choices: `hub`, `spoke`
6763
7068
  :param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
6764
7069
  :param pulumi.Input[_builtins.str] xconnect: Extend remote TLOC over a GRE tunnel to a local WAN interface
6765
7070
  :param pulumi.Input[_builtins.str] xconnect_variable: Variable name
@@ -7413,221 +7718,282 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
7413
7718
  :param str resource_name: The unique name of the resulting resource.
7414
7719
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
7415
7720
  :param pulumi.ResourceOptions opts: Options for the resource.
7416
- :param pulumi.Input[_builtins.int] arp_timeout: Timeout value for dynamically learned ARP entries, <0..2678400> seconds - Range: `0`-`2147483` - Default value: `1200`
7721
+ :param pulumi.Input[_builtins.int] arp_timeout: Timeout value for dynamically learned ARP entries, <0..2678400> seconds
7722
+ - Range: `0`-`2147483`
7723
+ - Default value: `1200`
7417
7724
  :param pulumi.Input[_builtins.str] arp_timeout_variable: Variable name
7418
7725
  :param pulumi.Input[Sequence[pulumi.Input[Union['TransportWanVpnInterfaceEthernetFeatureArpArgs', 'TransportWanVpnInterfaceEthernetFeatureArpArgsDict']]]] arps: Configure ARP entries
7419
- :param pulumi.Input[_builtins.bool] auto_detect_bandwidth: Interface auto detect bandwidth - Default value: `false`
7726
+ :param pulumi.Input[_builtins.bool] auto_detect_bandwidth: Interface auto detect bandwidth
7727
+ - Default value: `false`
7420
7728
  :param pulumi.Input[_builtins.str] auto_detect_bandwidth_variable: Variable name
7421
7729
  :param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
7422
7730
  :param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
7423
- :param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps - Range: `1`-`2147483647`
7731
+ :param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
7732
+ - Range: `1`-`2147483647`
7424
7733
  :param pulumi.Input[_builtins.str] bandwidth_downstream_variable: Variable name
7425
- :param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps - Range: `1`-`2147483647`
7734
+ :param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps
7735
+ - Range: `1`-`2147483647`
7426
7736
  :param pulumi.Input[_builtins.str] bandwidth_upstream_variable: Variable name
7427
- :param pulumi.Input[_builtins.bool] block_non_source_ip: Block packets originating from IP address that is not from this source - Default value: `false`
7737
+ :param pulumi.Input[_builtins.bool] block_non_source_ip: Block packets originating from IP address that is not from this source
7738
+ - Default value: `false`
7428
7739
  :param pulumi.Input[_builtins.str] block_non_source_ip_variable: Variable name
7429
7740
  :param pulumi.Input[_builtins.str] description: The description of the Feature
7430
- :param pulumi.Input[_builtins.str] duplex: Duplex mode - Choices: `full`, `half`, `auto`
7741
+ :param pulumi.Input[_builtins.str] duplex: Duplex mode
7742
+ - Choices: `full`, `half`, `auto`
7431
7743
  :param pulumi.Input[_builtins.str] duplex_variable: Variable name
7432
7744
  :param pulumi.Input[_builtins.bool] enable_dhcpv6: Enable DHCPv6, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
7433
7745
  :param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
7434
7746
  :param pulumi.Input[_builtins.str] gre_tunnel_source_ip: GRE tunnel source IP
7435
7747
  :param pulumi.Input[_builtins.str] gre_tunnel_source_ip_variable: Variable name
7436
- :param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable - Default value: `true`
7748
+ :param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable
7749
+ - Default value: `true`
7437
7750
  :param pulumi.Input[_builtins.str] icmp_redirect_disable_variable: Variable name
7438
7751
  :param pulumi.Input[_builtins.str] interface_description_variable: Variable name
7439
- :param pulumi.Input[_builtins.int] interface_mtu: Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes - Range: `1500`-`9216` -
7440
- Default value: `1500`
7752
+ :param pulumi.Input[_builtins.int] interface_mtu: Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes
7753
+ - Range: `1500`-`9216`
7754
+ - Default value: `1500`
7441
7755
  :param pulumi.Input[_builtins.str] interface_mtu_variable: Variable name
7442
7756
  :param pulumi.Input[_builtins.str] interface_name_variable: Variable name
7443
- :param pulumi.Input[_builtins.bool] ip_directed_broadcast: IP Directed-Broadcast - Default value: `false`
7757
+ :param pulumi.Input[_builtins.bool] ip_directed_broadcast: IP Directed-Broadcast
7758
+ - Default value: `false`
7444
7759
  :param pulumi.Input[_builtins.str] ip_directed_broadcast_variable: Variable name
7445
- :param pulumi.Input[_builtins.int] ip_mtu: IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces
7446
- <576..2000> in bytes - Range: `576`-`9216` - Default value: `1500`
7760
+ :param pulumi.Input[_builtins.int] ip_mtu: IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes
7761
+ - Range: `576`-`9216`
7762
+ - Default value: `1500`
7447
7763
  :param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
7448
7764
  :param pulumi.Input[_builtins.str] iperf_server: Iperf server for auto bandwidth detect
7449
7765
  :param pulumi.Input[_builtins.str] iperf_server_variable: Variable name
7450
7766
  :param pulumi.Input[_builtins.str] ipv4_address: IP Address, Attribute conditional on `ipv4_configuration_type` being equal to `static`
7451
7767
  :param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
7452
- :param pulumi.Input[_builtins.str] ipv4_configuration_type: IPv4 Configuration Type - Choices: `dynamic`, `static` - Default value: `dynamic`
7453
- :param pulumi.Input[_builtins.int] ipv4_dhcp_distance: DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic` - Range: `1`-`65536` -
7454
- Default value: `1`
7768
+ :param pulumi.Input[_builtins.str] ipv4_configuration_type: IPv4 Configuration Type
7769
+ - Choices: `dynamic`, `static`
7770
+ - Default value: `dynamic`
7771
+ :param pulumi.Input[_builtins.int] ipv4_dhcp_distance: DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
7772
+ - Range: `1`-`65536`
7773
+ - Default value: `1`
7455
7774
  :param pulumi.Input[_builtins.str] ipv4_dhcp_distance_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
7456
7775
  :param pulumi.Input[_builtins.str] ipv4_dhcp_helper_variable: Variable name
7457
7776
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ipv4_dhcp_helpers: List of DHCP IPv4 helper addresses (min 1, max 8)
7458
7777
  :param pulumi.Input[Sequence[pulumi.Input[Union['TransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs', 'TransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgsDict']]]] ipv4_secondary_addresses: Secondary IpV4 Addresses, Attribute conditional on `ipv4_configuration_type` being equal to `static`
7459
- :param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static` - Choices: `255.255.255.255`,
7460
- `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`,
7461
- `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`,
7462
- `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`,
7463
- `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`,
7464
- `128.0.0.0`, `0.0.0.0`
7778
+ :param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static`
7779
+ - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
7465
7780
  :param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
7466
7781
  :param pulumi.Input[_builtins.str] ipv6_address: IPv6 Address Secondary, Attribute conditional on `ipv6_configuration_type` being equal to `static`
7467
7782
  :param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name, Attribute conditional on `ipv6_configuration_type` being equal to `static`
7468
- :param pulumi.Input[_builtins.str] ipv6_configuration_type: IPv6 Configuration Type - Choices: `dynamic`, `static`, `none` - Default value: `none`
7783
+ :param pulumi.Input[_builtins.str] ipv6_configuration_type: IPv6 Configuration Type
7784
+ - Choices: `dynamic`, `static`, `none`
7785
+ - Default value: `none`
7469
7786
  :param pulumi.Input[Sequence[pulumi.Input[Union['TransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs', 'TransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgsDict']]]] ipv6_dhcp_secondary_addresses: secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
7470
7787
  :param pulumi.Input[Sequence[pulumi.Input[Union['TransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs', 'TransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgsDict']]]] ipv6_secondary_addresses: Static secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `static`
7471
- :param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation - Range: `30`-`600` - Default value: `30`
7788
+ :param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation
7789
+ - Range: `30`-`600`
7790
+ - Default value: `30`
7472
7791
  :param pulumi.Input[_builtins.str] load_interval_variable: Variable name
7473
7792
  :param pulumi.Input[_builtins.str] mac_address: MAC Address
7474
7793
  :param pulumi.Input[_builtins.str] mac_address_variable: Variable name
7475
- :param pulumi.Input[_builtins.str] media_type: Media type - Choices: `auto-select`, `rj45`, `sfp`
7794
+ :param pulumi.Input[_builtins.str] media_type: Media type
7795
+ - Choices: `auto-select`, `rj45`, `sfp`
7476
7796
  :param pulumi.Input[_builtins.str] media_type_variable: Variable name
7477
7797
  :param pulumi.Input[_builtins.str] name: The name of the Feature
7478
- :param pulumi.Input[_builtins.bool] nat64: NAT64 on this interface, Attribute conditional on `nat_ipv6` being equal to `true` - Default value: `false`
7479
- :param pulumi.Input[_builtins.bool] nat66: NAT66 on this interface, Attribute conditional on `nat_ipv6` being equal to `true` - Default value: `false`
7480
- :param pulumi.Input[_builtins.bool] nat_ipv4: enable Network Address Translation on this interface - Default value: `false`
7798
+ :param pulumi.Input[_builtins.bool] nat64: NAT64 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
7799
+ - Default value: `false`
7800
+ :param pulumi.Input[_builtins.bool] nat66: NAT66 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
7801
+ - Default value: `false`
7802
+ :param pulumi.Input[_builtins.bool] nat_ipv4: enable Network Address Translation on this interface
7803
+ - Default value: `false`
7481
7804
  :param pulumi.Input[_builtins.str] nat_ipv4_variable: Variable name
7482
- :param pulumi.Input[_builtins.bool] nat_ipv6: enable Network Address Translation ipv6 on this interface - Default value: `false`
7805
+ :param pulumi.Input[_builtins.bool] nat_ipv6: enable Network Address Translation ipv6 on this interface
7806
+ - Default value: `false`
7483
7807
  :param pulumi.Input[_builtins.str] nat_ipv6_variable: Variable name
7484
7808
  :param pulumi.Input[_builtins.str] nat_loopback: NAT Inside Source Loopback Interface, Attribute conditional on `nat_ipv4` being equal to `true`
7485
7809
  :param pulumi.Input[_builtins.str] nat_loopback_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
7486
- :param pulumi.Input[_builtins.bool] nat_overload: NAT Overload, Attribute conditional on `nat_ipv4` being equal to `true` - Default value: `true`
7810
+ :param pulumi.Input[_builtins.bool] nat_overload: NAT Overload, Attribute conditional on `nat_ipv4` being equal to `true`
7811
+ - Default value: `true`
7487
7812
  :param pulumi.Input[_builtins.str] nat_overload_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
7488
- :param pulumi.Input[_builtins.int] nat_prefix_length: NAT Pool Prefix Length, Attribute conditional on `nat_ipv4` being equal to `true` - Range: `1`-`32`
7813
+ :param pulumi.Input[_builtins.int] nat_prefix_length: NAT Pool Prefix Length, Attribute conditional on `nat_ipv4` being equal to `true`
7814
+ - Range: `1`-`32`
7489
7815
  :param pulumi.Input[_builtins.str] nat_prefix_length_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
7490
7816
  :param pulumi.Input[_builtins.str] nat_range_end: NAT Pool Range End, Attribute conditional on `nat_ipv4` being equal to `true`
7491
7817
  :param pulumi.Input[_builtins.str] nat_range_end_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
7492
7818
  :param pulumi.Input[_builtins.str] nat_range_start: NAT Pool Range Start, Attribute conditional on `nat_ipv4` being equal to `true`
7493
7819
  :param pulumi.Input[_builtins.str] nat_range_start_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
7494
- :param pulumi.Input[_builtins.int] nat_tcp_timeout: Set NAT TCP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true` - Range: `1`-`8947` -
7495
- Default value: `60`
7820
+ :param pulumi.Input[_builtins.int] nat_tcp_timeout: Set NAT TCP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
7821
+ - Range: `1`-`8947`
7822
+ - Default value: `60`
7496
7823
  :param pulumi.Input[_builtins.str] nat_tcp_timeout_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
7497
- :param pulumi.Input[_builtins.str] nat_type: NAT Type, Attribute conditional on `nat_ipv4` being equal to `true` - Choices: `interface`, `pool`, `loopback` - Default
7498
- value: `interface`
7824
+ :param pulumi.Input[_builtins.str] nat_type: NAT Type, Attribute conditional on `nat_ipv4` being equal to `true`
7825
+ - Choices: `interface`, `pool`, `loopback`
7826
+ - Default value: `interface`
7499
7827
  :param pulumi.Input[_builtins.str] nat_type_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
7500
- :param pulumi.Input[_builtins.int] nat_udp_timeout: Set NAT UDP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true` - Range: `1`-`8947` -
7501
- Default value: `1`
7828
+ :param pulumi.Input[_builtins.int] nat_udp_timeout: Set NAT UDP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
7829
+ - Range: `1`-`8947`
7830
+ - Default value: `1`
7502
7831
  :param pulumi.Input[_builtins.str] nat_udp_timeout_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
7503
7832
  :param pulumi.Input[Sequence[pulumi.Input[Union['TransportWanVpnInterfaceEthernetFeatureNewStaticNatArgs', 'TransportWanVpnInterfaceEthernetFeatureNewStaticNatArgsDict']]]] new_static_nats: static NAT, Attribute conditional on `nat_ipv4` being equal to `true`
7504
- :param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
7833
+ :param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos, Attribute conditional on `tunnel_interface` being equal to `true`
7834
+ - Default value: `false`
7505
7835
  :param pulumi.Input[_builtins.str] per_tunnel_qos_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7506
- :param pulumi.Input[_builtins.bool] qos_adaptive: Adaptive QoS - Default value: `false`
7507
- :param pulumi.Input[_builtins.bool] qos_adaptive_bandwidth_downstream: Shaping Rate Downstream - Default value: `false`
7508
- :param pulumi.Input[_builtins.bool] qos_adaptive_bandwidth_upstream: Shaping Rate Upstream - Default value: `false`
7509
- :param pulumi.Input[_builtins.int] qos_adaptive_default_downstream: Adaptive QoS default downstream bandwidth (kbps) - Range: `8`-`100000000`
7836
+ :param pulumi.Input[_builtins.bool] qos_adaptive: Adaptive QoS
7837
+ - Default value: `false`
7838
+ :param pulumi.Input[_builtins.bool] qos_adaptive_bandwidth_downstream: Shaping Rate Downstream
7839
+ - Default value: `false`
7840
+ :param pulumi.Input[_builtins.bool] qos_adaptive_bandwidth_upstream: Shaping Rate Upstream
7841
+ - Default value: `false`
7842
+ :param pulumi.Input[_builtins.int] qos_adaptive_default_downstream: Adaptive QoS default downstream bandwidth (kbps)
7843
+ - Range: `8`-`100000000`
7510
7844
  :param pulumi.Input[_builtins.str] qos_adaptive_default_downstream_variable: Variable name
7511
- :param pulumi.Input[_builtins.int] qos_adaptive_default_upstream: Adaptive QoS default upstream bandwidth (kbps) - Range: `8`-`100000000`
7845
+ :param pulumi.Input[_builtins.int] qos_adaptive_default_upstream: Adaptive QoS default upstream bandwidth (kbps)
7846
+ - Range: `8`-`100000000`
7512
7847
  :param pulumi.Input[_builtins.str] qos_adaptive_default_upstream_variable: Variable name
7513
- :param pulumi.Input[_builtins.int] qos_adaptive_max_downstream: Downstream max bandwidth limit (kbps) - Range: `8`-`100000000`
7848
+ :param pulumi.Input[_builtins.int] qos_adaptive_max_downstream: Downstream max bandwidth limit (kbps)
7849
+ - Range: `8`-`100000000`
7514
7850
  :param pulumi.Input[_builtins.str] qos_adaptive_max_downstream_variable: Variable name
7515
- :param pulumi.Input[_builtins.int] qos_adaptive_max_upstream: Upstream max bandwidth limit (kbps) - Range: `8`-`100000000`
7851
+ :param pulumi.Input[_builtins.int] qos_adaptive_max_upstream: Upstream max bandwidth limit (kbps)
7852
+ - Range: `8`-`100000000`
7516
7853
  :param pulumi.Input[_builtins.str] qos_adaptive_max_upstream_variable: Variable name
7517
- :param pulumi.Input[_builtins.int] qos_adaptive_min_downstream: Downstream min bandwidth limit (kbps) - Range: `8`-`100000000`
7854
+ :param pulumi.Input[_builtins.int] qos_adaptive_min_downstream: Downstream min bandwidth limit (kbps)
7855
+ - Range: `8`-`100000000`
7518
7856
  :param pulumi.Input[_builtins.str] qos_adaptive_min_downstream_variable: Variable name
7519
- :param pulumi.Input[_builtins.int] qos_adaptive_min_upstream: Upstream min bandwidth limit (kbps) - Range: `8`-`100000000`
7857
+ :param pulumi.Input[_builtins.int] qos_adaptive_min_upstream: Upstream min bandwidth limit (kbps)
7858
+ - Range: `8`-`100000000`
7520
7859
  :param pulumi.Input[_builtins.str] qos_adaptive_min_upstream_variable: Variable name
7521
- :param pulumi.Input[_builtins.int] qos_adaptive_period: Adapt Period(Minutes) - Range: `1`-`720` - Default value: `15`
7860
+ :param pulumi.Input[_builtins.int] qos_adaptive_period: Adapt Period(Minutes)
7861
+ - Range: `1`-`720`
7862
+ - Default value: `15`
7522
7863
  :param pulumi.Input[_builtins.str] qos_adaptive_period_variable: Variable name
7523
- :param pulumi.Input[_builtins.int] qos_shaping_rate: Shaping Rate (Kbps) - Range: `8`-`100000000`
7864
+ :param pulumi.Input[_builtins.int] qos_shaping_rate: Shaping Rate (Kbps)
7865
+ - Range: `8`-`100000000`
7524
7866
  :param pulumi.Input[_builtins.str] qos_shaping_rate_variable: Variable name
7525
7867
  :param pulumi.Input[_builtins.str] service_provider: Service Provider Name
7526
7868
  :param pulumi.Input[_builtins.str] service_provider_variable: Variable name
7527
7869
  :param pulumi.Input[_builtins.bool] shutdown: - Default value: `true`
7528
7870
  :param pulumi.Input[_builtins.str] shutdown_variable: Variable name
7529
- :param pulumi.Input[_builtins.str] speed: Set interface speed - Choices: `10`, `100`, `1000`, `2500`, `10000`
7871
+ :param pulumi.Input[_builtins.str] speed: Set interface speed
7872
+ - Choices: `10`, `100`, `1000`, `2500`, `10000`
7530
7873
  :param pulumi.Input[_builtins.str] speed_variable: Variable name
7531
7874
  :param pulumi.Input[Sequence[pulumi.Input[Union['TransportWanVpnInterfaceEthernetFeatureStaticNat66Args', 'TransportWanVpnInterfaceEthernetFeatureStaticNat66ArgsDict']]]] static_nat66s: static NAT66, Attribute conditional on `nat_ipv6` being equal to `true`
7532
- :param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes - Range: `500`-`1460`
7875
+ :param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
7876
+ - Range: `500`-`1460`
7533
7877
  :param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
7534
7878
  :param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
7535
7879
  :param pulumi.Input[_builtins.str] tloc_extension_variable: Variable name
7536
7880
  :param pulumi.Input[_builtins.str] tracker: Enable tracker for this interface
7537
7881
  :param pulumi.Input[_builtins.str] tracker_variable: Variable name
7538
7882
  :param pulumi.Input[_builtins.str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
7539
- :param pulumi.Input[_builtins.int] tunnel_bandwidth_percent: Tunnels Bandwidth Percent, Attribute conditional on `tunnel_interface` being equal to `true` - Range: `1`-`100` -
7540
- Default value: `50`
7883
+ :param pulumi.Input[_builtins.int] tunnel_bandwidth_percent: Tunnels Bandwidth Percent, Attribute conditional on `tunnel_interface` being equal to `true`
7884
+ - Range: `1`-`100`
7885
+ - Default value: `50`
7541
7886
  :param pulumi.Input[_builtins.str] tunnel_bandwidth_percent_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7542
- :param pulumi.Input[_builtins.bool] tunnel_interface: Tunnel Interface on/off - Default value: `false`
7543
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value: `false`
7887
+ :param pulumi.Input[_builtins.bool] tunnel_interface: Tunnel Interface on/off
7888
+ - Default value: `false`
7889
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
7890
+ - Default value: `false`
7544
7891
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_all_variable: Variable name
7545
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_bfd: Allow/Deny BFD - Default value: `false`
7892
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_bfd: Allow/Deny BFD
7893
+ - Default value: `false`
7546
7894
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_bfd_variable: Variable name
7547
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP - Default value: `false`
7895
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
7896
+ - Default value: `false`
7548
7897
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_bgp_variable: Variable name
7549
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP - Default value: `true`
7898
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
7899
+ - Default value: `true`
7550
7900
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_dhcp_variable: Variable name
7551
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS - Default value: `true`
7901
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
7902
+ - Default value: `true`
7552
7903
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_dns_variable: Variable name
7553
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny HTTPS - Default value: `true`
7904
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny HTTPS
7905
+ - Default value: `true`
7554
7906
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_https_variable: Variable name
7555
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP - Default value: `true`
7907
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
7908
+ - Default value: `true`
7556
7909
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_icmp_variable: Variable name
7557
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF - Default value: `false`
7910
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
7911
+ - Default value: `false`
7558
7912
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_netconf_variable: Variable name
7559
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP - Default value: `true`
7913
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
7914
+ - Default value: `true`
7560
7915
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_ntp_variable: Variable name
7561
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF - Default value: `false`
7916
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
7917
+ - Default value: `false`
7562
7918
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_ospf_variable: Variable name
7563
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP - Default value: `false`
7919
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
7920
+ - Default value: `false`
7564
7921
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_snmp_variable: Variable name
7565
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH - Default value: `true`
7922
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
7923
+ - Default value: `true`
7566
7924
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_ssh_variable: Variable name
7567
- :param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN - Default value: `false`
7925
+ :param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
7926
+ - Default value: `false`
7568
7927
  :param pulumi.Input[_builtins.str] tunnel_interface_allow_stun_variable: Variable name
7569
- :param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnel_interface` being equal to
7570
- `true`
7928
+ :param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnel_interface` being equal to `true`
7571
7929
  :param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7572
- :param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
7930
+ :param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
7931
+ - Default value: `false`
7573
7932
  :param pulumi.Input[_builtins.str] tunnel_interface_border_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7574
- :param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC, Attribute conditional on `tunnel_interface` being equal to `true` - Choices: `default`,
7575
- `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8` - Default value:
7576
- `default`
7933
+ :param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
7934
+ - Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
7935
+ - Default value: `default`
7577
7936
  :param pulumi.Input[_builtins.str] tunnel_interface_carrier_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7578
- :param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnel_interface` being
7579
- equal to `true` - Default value: `false`
7937
+ :param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnel_interface` being equal to `true`
7938
+ - Default value: `false`
7580
7939
  :param pulumi.Input[_builtins.str] tunnel_interface_clear_dont_fragment_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7581
- :param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC, Attribute conditional on `tunnel_interface` being equal to `true` - Choices: `default`, `mpls`,
7582
- `metro-ethernet`, `biz-internet`, `public-internet`, `lte`, `3g`, `red`, `green`, `blue`, `gold`, `silver`, `bronze`,
7583
- `custom1`, `custom2`, `custom3`, `private1`, `private2`, `private3`, `private4`, `private5`, `private6` - Default value:
7584
- `mpls`
7585
- :param pulumi.Input[_builtins.bool] tunnel_interface_color_restrict: Restrict this TLOC behavior, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
7940
+ :param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
7941
+ - Choices: `default`, `mpls`, `metro-ethernet`, `biz-internet`, `public-internet`, `lte`, `3g`, `red`, `green`, `blue`, `gold`, `silver`, `bronze`, `custom1`, `custom2`, `custom3`, `private1`, `private2`, `private3`, `private4`, `private5`, `private6`
7942
+ - Default value: `mpls`
7943
+ :param pulumi.Input[_builtins.bool] tunnel_interface_color_restrict: Restrict this TLOC behavior, Attribute conditional on `tunnel_interface` being equal to `true`
7944
+ - Default value: `false`
7586
7945
  :param pulumi.Input[_builtins.str] tunnel_interface_color_restrict_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7587
7946
  :param pulumi.Input[_builtins.str] tunnel_interface_color_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7588
- :param pulumi.Input[_builtins.bool] tunnel_interface_cts_sgt_propagation: CTS SGT Propagation configuration, Attribute conditional on `tunnel_interface` being equal to `true` - Default value:
7589
- `false`
7947
+ :param pulumi.Input[_builtins.bool] tunnel_interface_cts_sgt_propagation: CTS SGT Propagation configuration, Attribute conditional on `tunnel_interface` being equal to `true`
7948
+ - Default value: `false`
7590
7949
  :param pulumi.Input[_builtins.str] tunnel_interface_cts_sgt_propagation_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7591
7950
  :param pulumi.Input[Sequence[pulumi.Input[Union['TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArgs', 'TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArgsDict']]]] tunnel_interface_encapsulations: Encapsulation for TLOC
7592
7951
  :param pulumi.Input[_builtins.str] tunnel_interface_exclude_controller_group_list_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7593
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list., Attribute conditional on `tunnel_interface` being equal
7594
- to `true`
7952
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list., Attribute conditional on `tunnel_interface` being equal to `true`
7595
7953
  :param pulumi.Input[_builtins.str] tunnel_interface_gre_tunnel_destination_ip: GRE tunnel destination IP, Attribute conditional on `tunnel_interface` being equal to `true`
7596
7954
  :param pulumi.Input[_builtins.str] tunnel_interface_gre_tunnel_destination_ip_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7597
- :param pulumi.Input[_builtins.int] tunnel_interface_groups: List of groups, Attribute conditional on `tunnel_interface` being equal to `true` - Range: `1`-`4294967295`
7955
+ :param pulumi.Input[_builtins.int] tunnel_interface_groups: List of groups, Attribute conditional on `tunnel_interface` being equal to `true`
7956
+ - Range: `1`-`4294967295`
7598
7957
  :param pulumi.Input[_builtins.str] tunnel_interface_groups_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7599
- :param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnel_interface` being
7600
- equal to `true` - Range: `100`-`600000` - Default value: `1000`
7958
+ :param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnel_interface` being equal to `true`
7959
+ - Range: `100`-`600000`
7960
+ - Default value: `1000`
7601
7961
  :param pulumi.Input[_builtins.str] tunnel_interface_hello_interval_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7602
- :param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnel_interface` being equal to
7603
- `true` - Range: `12`-`6000` - Default value: `12`
7962
+ :param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnel_interface` being equal to `true`
7963
+ - Range: `12`-`6000`
7964
+ - Default value: `12`
7604
7965
  :param pulumi.Input[_builtins.str] tunnel_interface_hello_tolerance_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7605
- :param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
7966
+ :param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort, Attribute conditional on `tunnel_interface` being equal to `true`
7967
+ - Default value: `false`
7606
7968
  :param pulumi.Input[_builtins.str] tunnel_interface_last_resort_circuit_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7607
- :param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnel_interface` being equal to `true` -
7608
- Default value: `false`
7969
+ :param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnel_interface` being equal to `true`
7970
+ - Default value: `false`
7609
7971
  :param pulumi.Input[_builtins.str] tunnel_interface_low_bandwidth_link_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7610
- :param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Maximum Control Connections, Attribute conditional on `tunnel_interface` being equal to `true` - Range: `0`-`100`
7972
+ :param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Maximum Control Connections, Attribute conditional on `tunnel_interface` being equal to `true`
7973
+ - Range: `0`-`100`
7611
7974
  :param pulumi.Input[_builtins.str] tunnel_interface_max_control_connections_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7612
- :param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnel_interface` being equal to
7613
- `true` - Range: `1`-`60` - Default value: `5`
7975
+ :param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnel_interface` being equal to `true`
7976
+ - Range: `1`-`60`
7977
+ - Default value: `5`
7614
7978
  :param pulumi.Input[_builtins.str] tunnel_interface_nat_refresh_interval_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7615
- :param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnel_interface` being equal to
7616
- `true` - Default value: `false`
7979
+ :param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnel_interface` being equal to `true`
7980
+ - Default value: `false`
7617
7981
  :param pulumi.Input[_builtins.str] tunnel_interface_network_broadcast_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7618
- :param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface, Attribute conditional on `tunnel_interface` being equal to `true` -
7619
- Default value: `true`
7982
+ :param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface, Attribute conditional on `tunnel_interface` being equal to `true`
7983
+ - Default value: `true`
7620
7984
  :param pulumi.Input[_builtins.str] tunnel_interface_port_hop_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7621
- :param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnel_interface` being equal to `true` - Range:
7622
- `500`-`1460`
7985
+ :param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnel_interface` being equal to `true`
7986
+ - Range: `500`-`1460`
7623
7987
  :param pulumi.Input[_builtins.str] tunnel_interface_tunnel_tcp_mss_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7624
- :param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only, Attribute conditional on `tunnel_interface` being equal to `true` - Default
7625
- value: `false`
7988
+ :param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only, Attribute conditional on `tunnel_interface` being equal to `true`
7989
+ - Default value: `false`
7626
7990
  :param pulumi.Input[_builtins.str] tunnel_interface_vbond_as_stun_server_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7627
- :param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnel_interface` being
7628
- equal to `true` - Range: `0`-`8` - Default value: `5`
7991
+ :param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnel_interface` being equal to `true`
7992
+ - Range: `0`-`8`
7993
+ - Default value: `5`
7629
7994
  :param pulumi.Input[_builtins.str] tunnel_interface_vmanage_connection_preference_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7630
- :param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode, Attribute conditional on `tunnel_interface` being equal to `true` - Choices: `hub`, `spoke`
7995
+ :param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode, Attribute conditional on `tunnel_interface` being equal to `true`
7996
+ - Choices: `hub`, `spoke`
7631
7997
  :param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
7632
7998
  :param pulumi.Input[_builtins.int] version: The version of the Feature
7633
7999
  :param pulumi.Input[_builtins.str] xconnect: Extend remote TLOC over a GRE tunnel to a local WAN interface
@@ -7858,7 +8224,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
7858
8224
  @pulumi.getter(name="arpTimeout")
7859
8225
  def arp_timeout(self) -> pulumi.Output[Optional[_builtins.int]]:
7860
8226
  """
7861
- Timeout value for dynamically learned ARP entries, <0..2678400> seconds - Range: `0`-`2147483` - Default value: `1200`
8227
+ Timeout value for dynamically learned ARP entries, <0..2678400> seconds
8228
+ - Range: `0`-`2147483`
8229
+ - Default value: `1200`
7862
8230
  """
7863
8231
  return pulumi.get(self, "arp_timeout")
7864
8232
 
@@ -7882,7 +8250,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
7882
8250
  @pulumi.getter(name="autoDetectBandwidth")
7883
8251
  def auto_detect_bandwidth(self) -> pulumi.Output[Optional[_builtins.bool]]:
7884
8252
  """
7885
- Interface auto detect bandwidth - Default value: `false`
8253
+ Interface auto detect bandwidth
8254
+ - Default value: `false`
7886
8255
  """
7887
8256
  return pulumi.get(self, "auto_detect_bandwidth")
7888
8257
 
@@ -7914,7 +8283,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
7914
8283
  @pulumi.getter(name="bandwidthDownstream")
7915
8284
  def bandwidth_downstream(self) -> pulumi.Output[Optional[_builtins.int]]:
7916
8285
  """
7917
- Interface downstream bandwidth capacity, in kbps - Range: `1`-`2147483647`
8286
+ Interface downstream bandwidth capacity, in kbps
8287
+ - Range: `1`-`2147483647`
7918
8288
  """
7919
8289
  return pulumi.get(self, "bandwidth_downstream")
7920
8290
 
@@ -7930,7 +8300,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
7930
8300
  @pulumi.getter(name="bandwidthUpstream")
7931
8301
  def bandwidth_upstream(self) -> pulumi.Output[Optional[_builtins.int]]:
7932
8302
  """
7933
- Interface upstream bandwidth capacity, in kbps - Range: `1`-`2147483647`
8303
+ Interface upstream bandwidth capacity, in kbps
8304
+ - Range: `1`-`2147483647`
7934
8305
  """
7935
8306
  return pulumi.get(self, "bandwidth_upstream")
7936
8307
 
@@ -7946,7 +8317,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
7946
8317
  @pulumi.getter(name="blockNonSourceIp")
7947
8318
  def block_non_source_ip(self) -> pulumi.Output[Optional[_builtins.bool]]:
7948
8319
  """
7949
- Block packets originating from IP address that is not from this source - Default value: `false`
8320
+ Block packets originating from IP address that is not from this source
8321
+ - Default value: `false`
7950
8322
  """
7951
8323
  return pulumi.get(self, "block_non_source_ip")
7952
8324
 
@@ -7970,7 +8342,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
7970
8342
  @pulumi.getter
7971
8343
  def duplex(self) -> pulumi.Output[Optional[_builtins.str]]:
7972
8344
  """
7973
- Duplex mode - Choices: `full`, `half`, `auto`
8345
+ Duplex mode
8346
+ - Choices: `full`, `half`, `auto`
7974
8347
  """
7975
8348
  return pulumi.get(self, "duplex")
7976
8349
 
@@ -8018,7 +8391,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8018
8391
  @pulumi.getter(name="icmpRedirectDisable")
8019
8392
  def icmp_redirect_disable(self) -> pulumi.Output[Optional[_builtins.bool]]:
8020
8393
  """
8021
- ICMP/ICMPv6 Redirect Disable - Default value: `true`
8394
+ ICMP/ICMPv6 Redirect Disable
8395
+ - Default value: `true`
8022
8396
  """
8023
8397
  return pulumi.get(self, "icmp_redirect_disable")
8024
8398
 
@@ -8047,8 +8421,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8047
8421
  @pulumi.getter(name="interfaceMtu")
8048
8422
  def interface_mtu(self) -> pulumi.Output[Optional[_builtins.int]]:
8049
8423
  """
8050
- Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes - Range: `1500`-`9216` -
8051
- Default value: `1500`
8424
+ Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes
8425
+ - Range: `1500`-`9216`
8426
+ - Default value: `1500`
8052
8427
  """
8053
8428
  return pulumi.get(self, "interface_mtu")
8054
8429
 
@@ -8077,7 +8452,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8077
8452
  @pulumi.getter(name="ipDirectedBroadcast")
8078
8453
  def ip_directed_broadcast(self) -> pulumi.Output[Optional[_builtins.bool]]:
8079
8454
  """
8080
- IP Directed-Broadcast - Default value: `false`
8455
+ IP Directed-Broadcast
8456
+ - Default value: `false`
8081
8457
  """
8082
8458
  return pulumi.get(self, "ip_directed_broadcast")
8083
8459
 
@@ -8093,8 +8469,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8093
8469
  @pulumi.getter(name="ipMtu")
8094
8470
  def ip_mtu(self) -> pulumi.Output[Optional[_builtins.int]]:
8095
8471
  """
8096
- IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces
8097
- <576..2000> in bytes - Range: `576`-`9216` - Default value: `1500`
8472
+ IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes
8473
+ - Range: `576`-`9216`
8474
+ - Default value: `1500`
8098
8475
  """
8099
8476
  return pulumi.get(self, "ip_mtu")
8100
8477
 
@@ -8142,7 +8519,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8142
8519
  @pulumi.getter(name="ipv4ConfigurationType")
8143
8520
  def ipv4_configuration_type(self) -> pulumi.Output[Optional[_builtins.str]]:
8144
8521
  """
8145
- IPv4 Configuration Type - Choices: `dynamic`, `static` - Default value: `dynamic`
8522
+ IPv4 Configuration Type
8523
+ - Choices: `dynamic`, `static`
8524
+ - Default value: `dynamic`
8146
8525
  """
8147
8526
  return pulumi.get(self, "ipv4_configuration_type")
8148
8527
 
@@ -8150,8 +8529,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8150
8529
  @pulumi.getter(name="ipv4DhcpDistance")
8151
8530
  def ipv4_dhcp_distance(self) -> pulumi.Output[Optional[_builtins.int]]:
8152
8531
  """
8153
- DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic` - Range: `1`-`65536` -
8154
- Default value: `1`
8532
+ DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
8533
+ - Range: `1`-`65536`
8534
+ - Default value: `1`
8155
8535
  """
8156
8536
  return pulumi.get(self, "ipv4_dhcp_distance")
8157
8537
 
@@ -8191,12 +8571,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8191
8571
  @pulumi.getter(name="ipv4SubnetMask")
8192
8572
  def ipv4_subnet_mask(self) -> pulumi.Output[Optional[_builtins.str]]:
8193
8573
  """
8194
- Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static` - Choices: `255.255.255.255`,
8195
- `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`,
8196
- `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`,
8197
- `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`,
8198
- `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`,
8199
- `128.0.0.0`, `0.0.0.0`
8574
+ Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static`
8575
+ - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
8200
8576
  """
8201
8577
  return pulumi.get(self, "ipv4_subnet_mask")
8202
8578
 
@@ -8228,7 +8604,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8228
8604
  @pulumi.getter(name="ipv6ConfigurationType")
8229
8605
  def ipv6_configuration_type(self) -> pulumi.Output[Optional[_builtins.str]]:
8230
8606
  """
8231
- IPv6 Configuration Type - Choices: `dynamic`, `static`, `none` - Default value: `none`
8607
+ IPv6 Configuration Type
8608
+ - Choices: `dynamic`, `static`, `none`
8609
+ - Default value: `none`
8232
8610
  """
8233
8611
  return pulumi.get(self, "ipv6_configuration_type")
8234
8612
 
@@ -8252,7 +8630,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8252
8630
  @pulumi.getter(name="loadInterval")
8253
8631
  def load_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
8254
8632
  """
8255
- Interval for interface load calculation - Range: `30`-`600` - Default value: `30`
8633
+ Interval for interface load calculation
8634
+ - Range: `30`-`600`
8635
+ - Default value: `30`
8256
8636
  """
8257
8637
  return pulumi.get(self, "load_interval")
8258
8638
 
@@ -8284,7 +8664,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8284
8664
  @pulumi.getter(name="mediaType")
8285
8665
  def media_type(self) -> pulumi.Output[Optional[_builtins.str]]:
8286
8666
  """
8287
- Media type - Choices: `auto-select`, `rj45`, `sfp`
8667
+ Media type
8668
+ - Choices: `auto-select`, `rj45`, `sfp`
8288
8669
  """
8289
8670
  return pulumi.get(self, "media_type")
8290
8671
 
@@ -8308,7 +8689,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8308
8689
  @pulumi.getter
8309
8690
  def nat64(self) -> pulumi.Output[Optional[_builtins.bool]]:
8310
8691
  """
8311
- NAT64 on this interface, Attribute conditional on `nat_ipv6` being equal to `true` - Default value: `false`
8692
+ NAT64 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
8693
+ - Default value: `false`
8312
8694
  """
8313
8695
  return pulumi.get(self, "nat64")
8314
8696
 
@@ -8316,7 +8698,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8316
8698
  @pulumi.getter
8317
8699
  def nat66(self) -> pulumi.Output[Optional[_builtins.bool]]:
8318
8700
  """
8319
- NAT66 on this interface, Attribute conditional on `nat_ipv6` being equal to `true` - Default value: `false`
8701
+ NAT66 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
8702
+ - Default value: `false`
8320
8703
  """
8321
8704
  return pulumi.get(self, "nat66")
8322
8705
 
@@ -8324,7 +8707,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8324
8707
  @pulumi.getter(name="natIpv4")
8325
8708
  def nat_ipv4(self) -> pulumi.Output[Optional[_builtins.bool]]:
8326
8709
  """
8327
- enable Network Address Translation on this interface - Default value: `false`
8710
+ enable Network Address Translation on this interface
8711
+ - Default value: `false`
8328
8712
  """
8329
8713
  return pulumi.get(self, "nat_ipv4")
8330
8714
 
@@ -8340,7 +8724,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8340
8724
  @pulumi.getter(name="natIpv6")
8341
8725
  def nat_ipv6(self) -> pulumi.Output[Optional[_builtins.bool]]:
8342
8726
  """
8343
- enable Network Address Translation ipv6 on this interface - Default value: `false`
8727
+ enable Network Address Translation ipv6 on this interface
8728
+ - Default value: `false`
8344
8729
  """
8345
8730
  return pulumi.get(self, "nat_ipv6")
8346
8731
 
@@ -8372,7 +8757,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8372
8757
  @pulumi.getter(name="natOverload")
8373
8758
  def nat_overload(self) -> pulumi.Output[Optional[_builtins.bool]]:
8374
8759
  """
8375
- NAT Overload, Attribute conditional on `nat_ipv4` being equal to `true` - Default value: `true`
8760
+ NAT Overload, Attribute conditional on `nat_ipv4` being equal to `true`
8761
+ - Default value: `true`
8376
8762
  """
8377
8763
  return pulumi.get(self, "nat_overload")
8378
8764
 
@@ -8388,7 +8774,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8388
8774
  @pulumi.getter(name="natPrefixLength")
8389
8775
  def nat_prefix_length(self) -> pulumi.Output[Optional[_builtins.int]]:
8390
8776
  """
8391
- NAT Pool Prefix Length, Attribute conditional on `nat_ipv4` being equal to `true` - Range: `1`-`32`
8777
+ NAT Pool Prefix Length, Attribute conditional on `nat_ipv4` being equal to `true`
8778
+ - Range: `1`-`32`
8392
8779
  """
8393
8780
  return pulumi.get(self, "nat_prefix_length")
8394
8781
 
@@ -8436,8 +8823,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8436
8823
  @pulumi.getter(name="natTcpTimeout")
8437
8824
  def nat_tcp_timeout(self) -> pulumi.Output[Optional[_builtins.int]]:
8438
8825
  """
8439
- Set NAT TCP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true` - Range: `1`-`8947` -
8440
- Default value: `60`
8826
+ Set NAT TCP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
8827
+ - Range: `1`-`8947`
8828
+ - Default value: `60`
8441
8829
  """
8442
8830
  return pulumi.get(self, "nat_tcp_timeout")
8443
8831
 
@@ -8453,8 +8841,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8453
8841
  @pulumi.getter(name="natType")
8454
8842
  def nat_type(self) -> pulumi.Output[Optional[_builtins.str]]:
8455
8843
  """
8456
- NAT Type, Attribute conditional on `nat_ipv4` being equal to `true` - Choices: `interface`, `pool`, `loopback` - Default
8457
- value: `interface`
8844
+ NAT Type, Attribute conditional on `nat_ipv4` being equal to `true`
8845
+ - Choices: `interface`, `pool`, `loopback`
8846
+ - Default value: `interface`
8458
8847
  """
8459
8848
  return pulumi.get(self, "nat_type")
8460
8849
 
@@ -8470,8 +8859,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8470
8859
  @pulumi.getter(name="natUdpTimeout")
8471
8860
  def nat_udp_timeout(self) -> pulumi.Output[Optional[_builtins.int]]:
8472
8861
  """
8473
- Set NAT UDP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true` - Range: `1`-`8947` -
8474
- Default value: `1`
8862
+ Set NAT UDP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
8863
+ - Range: `1`-`8947`
8864
+ - Default value: `1`
8475
8865
  """
8476
8866
  return pulumi.get(self, "nat_udp_timeout")
8477
8867
 
@@ -8495,7 +8885,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8495
8885
  @pulumi.getter(name="perTunnelQos")
8496
8886
  def per_tunnel_qos(self) -> pulumi.Output[Optional[_builtins.bool]]:
8497
8887
  """
8498
- Per-tunnel Qos, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
8888
+ Per-tunnel Qos, Attribute conditional on `tunnel_interface` being equal to `true`
8889
+ - Default value: `false`
8499
8890
  """
8500
8891
  return pulumi.get(self, "per_tunnel_qos")
8501
8892
 
@@ -8511,7 +8902,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8511
8902
  @pulumi.getter(name="qosAdaptive")
8512
8903
  def qos_adaptive(self) -> pulumi.Output[Optional[_builtins.bool]]:
8513
8904
  """
8514
- Adaptive QoS - Default value: `false`
8905
+ Adaptive QoS
8906
+ - Default value: `false`
8515
8907
  """
8516
8908
  return pulumi.get(self, "qos_adaptive")
8517
8909
 
@@ -8519,7 +8911,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8519
8911
  @pulumi.getter(name="qosAdaptiveBandwidthDownstream")
8520
8912
  def qos_adaptive_bandwidth_downstream(self) -> pulumi.Output[Optional[_builtins.bool]]:
8521
8913
  """
8522
- Shaping Rate Downstream - Default value: `false`
8914
+ Shaping Rate Downstream
8915
+ - Default value: `false`
8523
8916
  """
8524
8917
  return pulumi.get(self, "qos_adaptive_bandwidth_downstream")
8525
8918
 
@@ -8527,7 +8920,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8527
8920
  @pulumi.getter(name="qosAdaptiveBandwidthUpstream")
8528
8921
  def qos_adaptive_bandwidth_upstream(self) -> pulumi.Output[Optional[_builtins.bool]]:
8529
8922
  """
8530
- Shaping Rate Upstream - Default value: `false`
8923
+ Shaping Rate Upstream
8924
+ - Default value: `false`
8531
8925
  """
8532
8926
  return pulumi.get(self, "qos_adaptive_bandwidth_upstream")
8533
8927
 
@@ -8535,7 +8929,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8535
8929
  @pulumi.getter(name="qosAdaptiveDefaultDownstream")
8536
8930
  def qos_adaptive_default_downstream(self) -> pulumi.Output[Optional[_builtins.int]]:
8537
8931
  """
8538
- Adaptive QoS default downstream bandwidth (kbps) - Range: `8`-`100000000`
8932
+ Adaptive QoS default downstream bandwidth (kbps)
8933
+ - Range: `8`-`100000000`
8539
8934
  """
8540
8935
  return pulumi.get(self, "qos_adaptive_default_downstream")
8541
8936
 
@@ -8551,7 +8946,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8551
8946
  @pulumi.getter(name="qosAdaptiveDefaultUpstream")
8552
8947
  def qos_adaptive_default_upstream(self) -> pulumi.Output[Optional[_builtins.int]]:
8553
8948
  """
8554
- Adaptive QoS default upstream bandwidth (kbps) - Range: `8`-`100000000`
8949
+ Adaptive QoS default upstream bandwidth (kbps)
8950
+ - Range: `8`-`100000000`
8555
8951
  """
8556
8952
  return pulumi.get(self, "qos_adaptive_default_upstream")
8557
8953
 
@@ -8567,7 +8963,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8567
8963
  @pulumi.getter(name="qosAdaptiveMaxDownstream")
8568
8964
  def qos_adaptive_max_downstream(self) -> pulumi.Output[Optional[_builtins.int]]:
8569
8965
  """
8570
- Downstream max bandwidth limit (kbps) - Range: `8`-`100000000`
8966
+ Downstream max bandwidth limit (kbps)
8967
+ - Range: `8`-`100000000`
8571
8968
  """
8572
8969
  return pulumi.get(self, "qos_adaptive_max_downstream")
8573
8970
 
@@ -8583,7 +8980,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8583
8980
  @pulumi.getter(name="qosAdaptiveMaxUpstream")
8584
8981
  def qos_adaptive_max_upstream(self) -> pulumi.Output[Optional[_builtins.int]]:
8585
8982
  """
8586
- Upstream max bandwidth limit (kbps) - Range: `8`-`100000000`
8983
+ Upstream max bandwidth limit (kbps)
8984
+ - Range: `8`-`100000000`
8587
8985
  """
8588
8986
  return pulumi.get(self, "qos_adaptive_max_upstream")
8589
8987
 
@@ -8599,7 +8997,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8599
8997
  @pulumi.getter(name="qosAdaptiveMinDownstream")
8600
8998
  def qos_adaptive_min_downstream(self) -> pulumi.Output[Optional[_builtins.int]]:
8601
8999
  """
8602
- Downstream min bandwidth limit (kbps) - Range: `8`-`100000000`
9000
+ Downstream min bandwidth limit (kbps)
9001
+ - Range: `8`-`100000000`
8603
9002
  """
8604
9003
  return pulumi.get(self, "qos_adaptive_min_downstream")
8605
9004
 
@@ -8615,7 +9014,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8615
9014
  @pulumi.getter(name="qosAdaptiveMinUpstream")
8616
9015
  def qos_adaptive_min_upstream(self) -> pulumi.Output[Optional[_builtins.int]]:
8617
9016
  """
8618
- Upstream min bandwidth limit (kbps) - Range: `8`-`100000000`
9017
+ Upstream min bandwidth limit (kbps)
9018
+ - Range: `8`-`100000000`
8619
9019
  """
8620
9020
  return pulumi.get(self, "qos_adaptive_min_upstream")
8621
9021
 
@@ -8631,7 +9031,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8631
9031
  @pulumi.getter(name="qosAdaptivePeriod")
8632
9032
  def qos_adaptive_period(self) -> pulumi.Output[Optional[_builtins.int]]:
8633
9033
  """
8634
- Adapt Period(Minutes) - Range: `1`-`720` - Default value: `15`
9034
+ Adapt Period(Minutes)
9035
+ - Range: `1`-`720`
9036
+ - Default value: `15`
8635
9037
  """
8636
9038
  return pulumi.get(self, "qos_adaptive_period")
8637
9039
 
@@ -8647,7 +9049,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8647
9049
  @pulumi.getter(name="qosShapingRate")
8648
9050
  def qos_shaping_rate(self) -> pulumi.Output[Optional[_builtins.int]]:
8649
9051
  """
8650
- Shaping Rate (Kbps) - Range: `8`-`100000000`
9052
+ Shaping Rate (Kbps)
9053
+ - Range: `8`-`100000000`
8651
9054
  """
8652
9055
  return pulumi.get(self, "qos_shaping_rate")
8653
9056
 
@@ -8695,7 +9098,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8695
9098
  @pulumi.getter
8696
9099
  def speed(self) -> pulumi.Output[Optional[_builtins.str]]:
8697
9100
  """
8698
- Set interface speed - Choices: `10`, `100`, `1000`, `2500`, `10000`
9101
+ Set interface speed
9102
+ - Choices: `10`, `100`, `1000`, `2500`, `10000`
8699
9103
  """
8700
9104
  return pulumi.get(self, "speed")
8701
9105
 
@@ -8719,7 +9123,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8719
9123
  @pulumi.getter(name="tcpMss")
8720
9124
  def tcp_mss(self) -> pulumi.Output[Optional[_builtins.int]]:
8721
9125
  """
8722
- TCP MSS on SYN packets, in bytes - Range: `500`-`1460`
9126
+ TCP MSS on SYN packets, in bytes
9127
+ - Range: `500`-`1460`
8723
9128
  """
8724
9129
  return pulumi.get(self, "tcp_mss")
8725
9130
 
@@ -8775,8 +9180,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8775
9180
  @pulumi.getter(name="tunnelBandwidthPercent")
8776
9181
  def tunnel_bandwidth_percent(self) -> pulumi.Output[Optional[_builtins.int]]:
8777
9182
  """
8778
- Tunnels Bandwidth Percent, Attribute conditional on `tunnel_interface` being equal to `true` - Range: `1`-`100` -
8779
- Default value: `50`
9183
+ Tunnels Bandwidth Percent, Attribute conditional on `tunnel_interface` being equal to `true`
9184
+ - Range: `1`-`100`
9185
+ - Default value: `50`
8780
9186
  """
8781
9187
  return pulumi.get(self, "tunnel_bandwidth_percent")
8782
9188
 
@@ -8792,7 +9198,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8792
9198
  @pulumi.getter(name="tunnelInterface")
8793
9199
  def tunnel_interface(self) -> pulumi.Output[Optional[_builtins.bool]]:
8794
9200
  """
8795
- Tunnel Interface on/off - Default value: `false`
9201
+ Tunnel Interface on/off
9202
+ - Default value: `false`
8796
9203
  """
8797
9204
  return pulumi.get(self, "tunnel_interface")
8798
9205
 
@@ -8800,7 +9207,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8800
9207
  @pulumi.getter(name="tunnelInterfaceAllowAll")
8801
9208
  def tunnel_interface_allow_all(self) -> pulumi.Output[Optional[_builtins.bool]]:
8802
9209
  """
8803
- Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value: `false`
9210
+ Allow all traffic. Overrides all other allow-service options if allow-service all is set
9211
+ - Default value: `false`
8804
9212
  """
8805
9213
  return pulumi.get(self, "tunnel_interface_allow_all")
8806
9214
 
@@ -8816,7 +9224,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8816
9224
  @pulumi.getter(name="tunnelInterfaceAllowBfd")
8817
9225
  def tunnel_interface_allow_bfd(self) -> pulumi.Output[Optional[_builtins.bool]]:
8818
9226
  """
8819
- Allow/Deny BFD - Default value: `false`
9227
+ Allow/Deny BFD
9228
+ - Default value: `false`
8820
9229
  """
8821
9230
  return pulumi.get(self, "tunnel_interface_allow_bfd")
8822
9231
 
@@ -8832,7 +9241,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8832
9241
  @pulumi.getter(name="tunnelInterfaceAllowBgp")
8833
9242
  def tunnel_interface_allow_bgp(self) -> pulumi.Output[Optional[_builtins.bool]]:
8834
9243
  """
8835
- Allow/deny BGP - Default value: `false`
9244
+ Allow/deny BGP
9245
+ - Default value: `false`
8836
9246
  """
8837
9247
  return pulumi.get(self, "tunnel_interface_allow_bgp")
8838
9248
 
@@ -8848,7 +9258,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8848
9258
  @pulumi.getter(name="tunnelInterfaceAllowDhcp")
8849
9259
  def tunnel_interface_allow_dhcp(self) -> pulumi.Output[Optional[_builtins.bool]]:
8850
9260
  """
8851
- Allow/Deny DHCP - Default value: `true`
9261
+ Allow/Deny DHCP
9262
+ - Default value: `true`
8852
9263
  """
8853
9264
  return pulumi.get(self, "tunnel_interface_allow_dhcp")
8854
9265
 
@@ -8864,7 +9275,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8864
9275
  @pulumi.getter(name="tunnelInterfaceAllowDns")
8865
9276
  def tunnel_interface_allow_dns(self) -> pulumi.Output[Optional[_builtins.bool]]:
8866
9277
  """
8867
- Allow/Deny DNS - Default value: `true`
9278
+ Allow/Deny DNS
9279
+ - Default value: `true`
8868
9280
  """
8869
9281
  return pulumi.get(self, "tunnel_interface_allow_dns")
8870
9282
 
@@ -8880,7 +9292,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8880
9292
  @pulumi.getter(name="tunnelInterfaceAllowHttps")
8881
9293
  def tunnel_interface_allow_https(self) -> pulumi.Output[Optional[_builtins.bool]]:
8882
9294
  """
8883
- Allow/Deny HTTPS - Default value: `true`
9295
+ Allow/Deny HTTPS
9296
+ - Default value: `true`
8884
9297
  """
8885
9298
  return pulumi.get(self, "tunnel_interface_allow_https")
8886
9299
 
@@ -8896,7 +9309,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8896
9309
  @pulumi.getter(name="tunnelInterfaceAllowIcmp")
8897
9310
  def tunnel_interface_allow_icmp(self) -> pulumi.Output[Optional[_builtins.bool]]:
8898
9311
  """
8899
- Allow/Deny ICMP - Default value: `true`
9312
+ Allow/Deny ICMP
9313
+ - Default value: `true`
8900
9314
  """
8901
9315
  return pulumi.get(self, "tunnel_interface_allow_icmp")
8902
9316
 
@@ -8912,7 +9326,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8912
9326
  @pulumi.getter(name="tunnelInterfaceAllowNetconf")
8913
9327
  def tunnel_interface_allow_netconf(self) -> pulumi.Output[Optional[_builtins.bool]]:
8914
9328
  """
8915
- Allow/Deny NETCONF - Default value: `false`
9329
+ Allow/Deny NETCONF
9330
+ - Default value: `false`
8916
9331
  """
8917
9332
  return pulumi.get(self, "tunnel_interface_allow_netconf")
8918
9333
 
@@ -8928,7 +9343,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8928
9343
  @pulumi.getter(name="tunnelInterfaceAllowNtp")
8929
9344
  def tunnel_interface_allow_ntp(self) -> pulumi.Output[Optional[_builtins.bool]]:
8930
9345
  """
8931
- Allow/Deny NTP - Default value: `true`
9346
+ Allow/Deny NTP
9347
+ - Default value: `true`
8932
9348
  """
8933
9349
  return pulumi.get(self, "tunnel_interface_allow_ntp")
8934
9350
 
@@ -8944,7 +9360,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8944
9360
  @pulumi.getter(name="tunnelInterfaceAllowOspf")
8945
9361
  def tunnel_interface_allow_ospf(self) -> pulumi.Output[Optional[_builtins.bool]]:
8946
9362
  """
8947
- Allow/Deny OSPF - Default value: `false`
9363
+ Allow/Deny OSPF
9364
+ - Default value: `false`
8948
9365
  """
8949
9366
  return pulumi.get(self, "tunnel_interface_allow_ospf")
8950
9367
 
@@ -8960,7 +9377,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8960
9377
  @pulumi.getter(name="tunnelInterfaceAllowSnmp")
8961
9378
  def tunnel_interface_allow_snmp(self) -> pulumi.Output[Optional[_builtins.bool]]:
8962
9379
  """
8963
- Allow/Deny SNMP - Default value: `false`
9380
+ Allow/Deny SNMP
9381
+ - Default value: `false`
8964
9382
  """
8965
9383
  return pulumi.get(self, "tunnel_interface_allow_snmp")
8966
9384
 
@@ -8976,7 +9394,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8976
9394
  @pulumi.getter(name="tunnelInterfaceAllowSsh")
8977
9395
  def tunnel_interface_allow_ssh(self) -> pulumi.Output[Optional[_builtins.bool]]:
8978
9396
  """
8979
- Allow/Deny SSH - Default value: `true`
9397
+ Allow/Deny SSH
9398
+ - Default value: `true`
8980
9399
  """
8981
9400
  return pulumi.get(self, "tunnel_interface_allow_ssh")
8982
9401
 
@@ -8992,7 +9411,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
8992
9411
  @pulumi.getter(name="tunnelInterfaceAllowStun")
8993
9412
  def tunnel_interface_allow_stun(self) -> pulumi.Output[Optional[_builtins.bool]]:
8994
9413
  """
8995
- Allow/Deny STUN - Default value: `false`
9414
+ Allow/Deny STUN
9415
+ - Default value: `false`
8996
9416
  """
8997
9417
  return pulumi.get(self, "tunnel_interface_allow_stun")
8998
9418
 
@@ -9008,8 +9428,7 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
9008
9428
  @pulumi.getter(name="tunnelInterfaceBindLoopbackTunnel")
9009
9429
  def tunnel_interface_bind_loopback_tunnel(self) -> pulumi.Output[Optional[_builtins.str]]:
9010
9430
  """
9011
- Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnel_interface` being equal to
9012
- `true`
9431
+ Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnel_interface` being equal to `true`
9013
9432
  """
9014
9433
  return pulumi.get(self, "tunnel_interface_bind_loopback_tunnel")
9015
9434
 
@@ -9025,7 +9444,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
9025
9444
  @pulumi.getter(name="tunnelInterfaceBorder")
9026
9445
  def tunnel_interface_border(self) -> pulumi.Output[Optional[_builtins.bool]]:
9027
9446
  """
9028
- Set TLOC as border TLOC, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
9447
+ Set TLOC as border TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
9448
+ - Default value: `false`
9029
9449
  """
9030
9450
  return pulumi.get(self, "tunnel_interface_border")
9031
9451
 
@@ -9041,9 +9461,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
9041
9461
  @pulumi.getter(name="tunnelInterfaceCarrier")
9042
9462
  def tunnel_interface_carrier(self) -> pulumi.Output[Optional[_builtins.str]]:
9043
9463
  """
9044
- Set carrier for TLOC, Attribute conditional on `tunnel_interface` being equal to `true` - Choices: `default`,
9045
- `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8` - Default value:
9046
- `default`
9464
+ Set carrier for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
9465
+ - Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
9466
+ - Default value: `default`
9047
9467
  """
9048
9468
  return pulumi.get(self, "tunnel_interface_carrier")
9049
9469
 
@@ -9059,8 +9479,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
9059
9479
  @pulumi.getter(name="tunnelInterfaceClearDontFragment")
9060
9480
  def tunnel_interface_clear_dont_fragment(self) -> pulumi.Output[Optional[_builtins.bool]]:
9061
9481
  """
9062
- Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnel_interface` being
9063
- equal to `true` - Default value: `false`
9482
+ Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnel_interface` being equal to `true`
9483
+ - Default value: `false`
9064
9484
  """
9065
9485
  return pulumi.get(self, "tunnel_interface_clear_dont_fragment")
9066
9486
 
@@ -9076,10 +9496,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
9076
9496
  @pulumi.getter(name="tunnelInterfaceColor")
9077
9497
  def tunnel_interface_color(self) -> pulumi.Output[Optional[_builtins.str]]:
9078
9498
  """
9079
- Set color for TLOC, Attribute conditional on `tunnel_interface` being equal to `true` - Choices: `default`, `mpls`,
9080
- `metro-ethernet`, `biz-internet`, `public-internet`, `lte`, `3g`, `red`, `green`, `blue`, `gold`, `silver`, `bronze`,
9081
- `custom1`, `custom2`, `custom3`, `private1`, `private2`, `private3`, `private4`, `private5`, `private6` - Default value:
9082
- `mpls`
9499
+ Set color for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
9500
+ - Choices: `default`, `mpls`, `metro-ethernet`, `biz-internet`, `public-internet`, `lte`, `3g`, `red`, `green`, `blue`, `gold`, `silver`, `bronze`, `custom1`, `custom2`, `custom3`, `private1`, `private2`, `private3`, `private4`, `private5`, `private6`
9501
+ - Default value: `mpls`
9083
9502
  """
9084
9503
  return pulumi.get(self, "tunnel_interface_color")
9085
9504
 
@@ -9087,7 +9506,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
9087
9506
  @pulumi.getter(name="tunnelInterfaceColorRestrict")
9088
9507
  def tunnel_interface_color_restrict(self) -> pulumi.Output[Optional[_builtins.bool]]:
9089
9508
  """
9090
- Restrict this TLOC behavior, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
9509
+ Restrict this TLOC behavior, Attribute conditional on `tunnel_interface` being equal to `true`
9510
+ - Default value: `false`
9091
9511
  """
9092
9512
  return pulumi.get(self, "tunnel_interface_color_restrict")
9093
9513
 
@@ -9111,8 +9531,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
9111
9531
  @pulumi.getter(name="tunnelInterfaceCtsSgtPropagation")
9112
9532
  def tunnel_interface_cts_sgt_propagation(self) -> pulumi.Output[Optional[_builtins.bool]]:
9113
9533
  """
9114
- CTS SGT Propagation configuration, Attribute conditional on `tunnel_interface` being equal to `true` - Default value:
9115
- `false`
9534
+ CTS SGT Propagation configuration, Attribute conditional on `tunnel_interface` being equal to `true`
9535
+ - Default value: `false`
9116
9536
  """
9117
9537
  return pulumi.get(self, "tunnel_interface_cts_sgt_propagation")
9118
9538
 
@@ -9144,8 +9564,7 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
9144
9564
  @pulumi.getter(name="tunnelInterfaceExcludeControllerGroupLists")
9145
9565
  def tunnel_interface_exclude_controller_group_lists(self) -> pulumi.Output[Optional[Sequence[_builtins.int]]]:
9146
9566
  """
9147
- Exclude the following controller groups defined in this list., Attribute conditional on `tunnel_interface` being equal
9148
- to `true`
9567
+ Exclude the following controller groups defined in this list., Attribute conditional on `tunnel_interface` being equal to `true`
9149
9568
  """
9150
9569
  return pulumi.get(self, "tunnel_interface_exclude_controller_group_lists")
9151
9570
 
@@ -9169,7 +9588,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
9169
9588
  @pulumi.getter(name="tunnelInterfaceGroups")
9170
9589
  def tunnel_interface_groups(self) -> pulumi.Output[Optional[_builtins.int]]:
9171
9590
  """
9172
- List of groups, Attribute conditional on `tunnel_interface` being equal to `true` - Range: `1`-`4294967295`
9591
+ List of groups, Attribute conditional on `tunnel_interface` being equal to `true`
9592
+ - Range: `1`-`4294967295`
9173
9593
  """
9174
9594
  return pulumi.get(self, "tunnel_interface_groups")
9175
9595
 
@@ -9185,8 +9605,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
9185
9605
  @pulumi.getter(name="tunnelInterfaceHelloInterval")
9186
9606
  def tunnel_interface_hello_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
9187
9607
  """
9188
- Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnel_interface` being
9189
- equal to `true` - Range: `100`-`600000` - Default value: `1000`
9608
+ Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnel_interface` being equal to `true`
9609
+ - Range: `100`-`600000`
9610
+ - Default value: `1000`
9190
9611
  """
9191
9612
  return pulumi.get(self, "tunnel_interface_hello_interval")
9192
9613
 
@@ -9202,8 +9623,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
9202
9623
  @pulumi.getter(name="tunnelInterfaceHelloTolerance")
9203
9624
  def tunnel_interface_hello_tolerance(self) -> pulumi.Output[Optional[_builtins.int]]:
9204
9625
  """
9205
- Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnel_interface` being equal to
9206
- `true` - Range: `12`-`6000` - Default value: `12`
9626
+ Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnel_interface` being equal to `true`
9627
+ - Range: `12`-`6000`
9628
+ - Default value: `12`
9207
9629
  """
9208
9630
  return pulumi.get(self, "tunnel_interface_hello_tolerance")
9209
9631
 
@@ -9219,7 +9641,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
9219
9641
  @pulumi.getter(name="tunnelInterfaceLastResortCircuit")
9220
9642
  def tunnel_interface_last_resort_circuit(self) -> pulumi.Output[Optional[_builtins.bool]]:
9221
9643
  """
9222
- Set TLOC as last resort, Attribute conditional on `tunnel_interface` being equal to `true` - Default value: `false`
9644
+ Set TLOC as last resort, Attribute conditional on `tunnel_interface` being equal to `true`
9645
+ - Default value: `false`
9223
9646
  """
9224
9647
  return pulumi.get(self, "tunnel_interface_last_resort_circuit")
9225
9648
 
@@ -9235,8 +9658,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
9235
9658
  @pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
9236
9659
  def tunnel_interface_low_bandwidth_link(self) -> pulumi.Output[Optional[_builtins.bool]]:
9237
9660
  """
9238
- Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnel_interface` being equal to `true` -
9239
- Default value: `false`
9661
+ Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnel_interface` being equal to `true`
9662
+ - Default value: `false`
9240
9663
  """
9241
9664
  return pulumi.get(self, "tunnel_interface_low_bandwidth_link")
9242
9665
 
@@ -9252,7 +9675,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
9252
9675
  @pulumi.getter(name="tunnelInterfaceMaxControlConnections")
9253
9676
  def tunnel_interface_max_control_connections(self) -> pulumi.Output[Optional[_builtins.int]]:
9254
9677
  """
9255
- Maximum Control Connections, Attribute conditional on `tunnel_interface` being equal to `true` - Range: `0`-`100`
9678
+ Maximum Control Connections, Attribute conditional on `tunnel_interface` being equal to `true`
9679
+ - Range: `0`-`100`
9256
9680
  """
9257
9681
  return pulumi.get(self, "tunnel_interface_max_control_connections")
9258
9682
 
@@ -9268,8 +9692,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
9268
9692
  @pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
9269
9693
  def tunnel_interface_nat_refresh_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
9270
9694
  """
9271
- Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnel_interface` being equal to
9272
- `true` - Range: `1`-`60` - Default value: `5`
9695
+ Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnel_interface` being equal to `true`
9696
+ - Range: `1`-`60`
9697
+ - Default value: `5`
9273
9698
  """
9274
9699
  return pulumi.get(self, "tunnel_interface_nat_refresh_interval")
9275
9700
 
@@ -9285,8 +9710,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
9285
9710
  @pulumi.getter(name="tunnelInterfaceNetworkBroadcast")
9286
9711
  def tunnel_interface_network_broadcast(self) -> pulumi.Output[Optional[_builtins.bool]]:
9287
9712
  """
9288
- Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnel_interface` being equal to
9289
- `true` - Default value: `false`
9713
+ Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnel_interface` being equal to `true`
9714
+ - Default value: `false`
9290
9715
  """
9291
9716
  return pulumi.get(self, "tunnel_interface_network_broadcast")
9292
9717
 
@@ -9302,8 +9727,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
9302
9727
  @pulumi.getter(name="tunnelInterfacePortHop")
9303
9728
  def tunnel_interface_port_hop(self) -> pulumi.Output[Optional[_builtins.bool]]:
9304
9729
  """
9305
- Disallow port hopping on the tunnel interface, Attribute conditional on `tunnel_interface` being equal to `true` -
9306
- Default value: `true`
9730
+ Disallow port hopping on the tunnel interface, Attribute conditional on `tunnel_interface` being equal to `true`
9731
+ - Default value: `true`
9307
9732
  """
9308
9733
  return pulumi.get(self, "tunnel_interface_port_hop")
9309
9734
 
@@ -9319,8 +9744,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
9319
9744
  @pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
9320
9745
  def tunnel_interface_tunnel_tcp_mss(self) -> pulumi.Output[Optional[_builtins.int]]:
9321
9746
  """
9322
- Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnel_interface` being equal to `true` - Range:
9323
- `500`-`1460`
9747
+ Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnel_interface` being equal to `true`
9748
+ - Range: `500`-`1460`
9324
9749
  """
9325
9750
  return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss")
9326
9751
 
@@ -9336,8 +9761,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
9336
9761
  @pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
9337
9762
  def tunnel_interface_vbond_as_stun_server(self) -> pulumi.Output[Optional[_builtins.bool]]:
9338
9763
  """
9339
- Put this wan interface in STUN mode only, Attribute conditional on `tunnel_interface` being equal to `true` - Default
9340
- value: `false`
9764
+ Put this wan interface in STUN mode only, Attribute conditional on `tunnel_interface` being equal to `true`
9765
+ - Default value: `false`
9341
9766
  """
9342
9767
  return pulumi.get(self, "tunnel_interface_vbond_as_stun_server")
9343
9768
 
@@ -9353,8 +9778,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
9353
9778
  @pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
9354
9779
  def tunnel_interface_vmanage_connection_preference(self) -> pulumi.Output[Optional[_builtins.int]]:
9355
9780
  """
9356
- Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnel_interface` being
9357
- equal to `true` - Range: `0`-`8` - Default value: `5`
9781
+ Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnel_interface` being equal to `true`
9782
+ - Range: `0`-`8`
9783
+ - Default value: `5`
9358
9784
  """
9359
9785
  return pulumi.get(self, "tunnel_interface_vmanage_connection_preference")
9360
9786
 
@@ -9370,7 +9796,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
9370
9796
  @pulumi.getter(name="tunnelQosMode")
9371
9797
  def tunnel_qos_mode(self) -> pulumi.Output[Optional[_builtins.str]]:
9372
9798
  """
9373
- Set tunnel QoS mode, Attribute conditional on `tunnel_interface` being equal to `true` - Choices: `hub`, `spoke`
9799
+ Set tunnel QoS mode, Attribute conditional on `tunnel_interface` being equal to `true`
9800
+ - Choices: `hub`, `spoke`
9374
9801
  """
9375
9802
  return pulumi.get(self, "tunnel_qos_mode")
9376
9803