pulumi-sdwan 0.4.1__py3-none-any.whl → 0.5.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/_inputs.py +125 -45
- pulumi_sdwan/activate_centralized_policy.py +4 -0
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +14 -7
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +91 -42
- pulumi_sdwan/application_aware_routing_policy_definition.py +4 -0
- pulumi_sdwan/application_priority_qos_policy.py +52 -48
- pulumi_sdwan/application_priority_traffic_policy_policy.py +4 -0
- pulumi_sdwan/as_path_list_policy_object.py +4 -0
- pulumi_sdwan/attach_feature_device_template.py +4 -0
- pulumi_sdwan/cedge_aaa_feature_template.py +151 -77
- pulumi_sdwan/cedge_global_feature_template.py +336 -175
- pulumi_sdwan/cedge_igmp_feature_template.py +18 -21
- pulumi_sdwan/cedge_multicast_feature_template.py +56 -42
- pulumi_sdwan/cedge_pim_feature_template.py +88 -56
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +70 -42
- pulumi_sdwan/cellular_controller_feature_template.py +74 -49
- pulumi_sdwan/cellular_profile_feature_template.py +63 -42
- pulumi_sdwan/cflowd_policy_definition.py +74 -35
- pulumi_sdwan/cisco_banner_feature_template.py +14 -21
- pulumi_sdwan/cisco_bfd_feature_template.py +81 -49
- pulumi_sdwan/cisco_bgp_feature_template.py +235 -112
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +53 -35
- pulumi_sdwan/cisco_logging_feature_template.py +74 -42
- pulumi_sdwan/cisco_ntp_feature_template.py +46 -35
- pulumi_sdwan/cisco_omp_feature_template.py +235 -112
- pulumi_sdwan/cisco_ospf_feature_template.py +235 -105
- pulumi_sdwan/cisco_ospfv3_feature_template.py +522 -217
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +39 -28
- pulumi_sdwan/cisco_security_feature_template.py +95 -56
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +28 -28
- pulumi_sdwan/cisco_snmp_feature_template.py +32 -28
- pulumi_sdwan/cisco_system_feature_template.py +473 -742
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +18 -21
- pulumi_sdwan/cisco_trustsec_feature_template.py +207 -112
- pulumi_sdwan/cisco_vpn_feature_template.py +102 -56
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +1215 -602
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +109 -70
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +329 -161
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +102 -98
- pulumi_sdwan/class_map_policy_object.py +14 -7
- pulumi_sdwan/cli_device_template.py +14 -7
- pulumi_sdwan/cli_template_feature_template.py +14 -21
- pulumi_sdwan/config/__init__.pyi +5 -0
- pulumi_sdwan/config/vars.py +7 -0
- pulumi_sdwan/configuration_group.py +28 -14
- pulumi_sdwan/custom_control_topology_policy_definition.py +18 -7
- pulumi_sdwan/eigrp_feature_template.py +102 -56
- pulumi_sdwan/feature_device_template.py +14 -7
- pulumi_sdwan/get_application_priority_qos_policy.py +15 -15
- pulumi_sdwan/get_security_policy.py +18 -18
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +29 -29
- pulumi_sdwan/gps_feature_template.py +77 -49
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +4 -0
- pulumi_sdwan/intrusion_prevention_policy_definition.py +60 -28
- pulumi_sdwan/ips_signature_list_policy_object.py +4 -0
- pulumi_sdwan/ipv4_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv6_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +18 -7
- pulumi_sdwan/localized_policy.py +112 -56
- pulumi_sdwan/mesh_topology_policy_definition.py +4 -0
- pulumi_sdwan/other_thousandeyes_feature.py +4 -0
- pulumi_sdwan/other_ucse_feature.py +102 -56
- pulumi_sdwan/outputs.py +162 -69
- pulumi_sdwan/policer_policy_object.py +42 -21
- pulumi_sdwan/policy_group.py +14 -7
- pulumi_sdwan/policy_object_app_probe_class.py +4 -0
- pulumi_sdwan/policy_object_as_path_list.py +18 -7
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_extended_community_list.py +4 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_mirror.py +4 -0
- pulumi_sdwan/policy_object_policer.py +4 -0
- pulumi_sdwan/policy_object_preferred_color_group.py +4 -0
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_security_geolocation_list.py +7 -7
- pulumi_sdwan/policy_object_security_ips_signature.py +4 -0
- pulumi_sdwan/policy_object_security_local_domain_list.py +4 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +4 -0
- pulumi_sdwan/policy_object_sla_class_list.py +4 -0
- pulumi_sdwan/policy_object_standard_community_list.py +4 -0
- pulumi_sdwan/policy_object_tloc_list.py +4 -0
- pulumi_sdwan/port_list_policy_object.py +2 -2
- pulumi_sdwan/preferred_color_group_policy_object.py +42 -21
- pulumi_sdwan/provider.py +20 -0
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +4 -0
- pulumi_sdwan/region_list_policy_object.py +4 -0
- pulumi_sdwan/rewrite_rule_policy_definition.py +4 -0
- pulumi_sdwan/route_policy_definition.py +18 -7
- pulumi_sdwan/rule_set_policy_definition.py +4 -0
- pulumi_sdwan/security_app_hosting_feature_template.py +18 -21
- pulumi_sdwan/security_policy.py +207 -133
- pulumi_sdwan/service_dhcp_server_feature.py +53 -49
- pulumi_sdwan/service_ipv4_acl_feature.py +25 -7
- pulumi_sdwan/service_ipv6_acl_feature.py +25 -7
- pulumi_sdwan/service_lan_vpn_feature.py +67 -28
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +588 -374
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +84 -70
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +329 -245
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +151 -91
- pulumi_sdwan/service_multicast_feature.py +95 -42
- pulumi_sdwan/service_object_tracker_feature.py +63 -56
- pulumi_sdwan/service_object_tracker_group_feature.py +39 -14
- pulumi_sdwan/service_route_policy_feature.py +25 -7
- pulumi_sdwan/service_routing_bgp_feature.py +291 -133
- pulumi_sdwan/service_routing_eigrp_feature.py +88 -35
- pulumi_sdwan/service_routing_ospf_feature.py +221 -84
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +242 -91
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +242 -91
- pulumi_sdwan/service_switchport_feature.py +25 -7
- pulumi_sdwan/service_tracker_feature.py +105 -35
- pulumi_sdwan/service_tracker_group_feature.py +25 -7
- pulumi_sdwan/service_wireless_lan_feature.py +67 -126
- pulumi_sdwan/site_list_policy_object.py +4 -0
- pulumi_sdwan/sla_class_policy_object.py +91 -63
- pulumi_sdwan/switchport_feature_template.py +95 -49
- pulumi_sdwan/system_aaa_feature.py +60 -28
- pulumi_sdwan/system_basic_feature.py +396 -693
- pulumi_sdwan/system_bfd_feature.py +46 -21
- pulumi_sdwan/system_flexible_port_speed_feature.py +21 -21
- pulumi_sdwan/system_global_feature.py +322 -154
- pulumi_sdwan/system_ipv4_device_access_feature.py +25 -7
- pulumi_sdwan/system_ipv6_device_access_feature.py +25 -7
- pulumi_sdwan/system_logging_feature.py +60 -21
- pulumi_sdwan/system_mrf_feature.py +70 -35
- pulumi_sdwan/system_ntp_feature.py +32 -14
- pulumi_sdwan/system_omp_feature.py +441 -196
- pulumi_sdwan/system_performance_monitoring_feature.py +56 -28
- pulumi_sdwan/system_remote_access_feature.py +203 -133
- pulumi_sdwan/system_security_feature.py +81 -35
- pulumi_sdwan/system_snmp_feature.py +18 -7
- pulumi_sdwan/tloc_list_policy_object.py +4 -0
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +172 -84
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +28 -14
- pulumi_sdwan/traffic_data_policy_definition.py +18 -7
- pulumi_sdwan/transport_cellular_controller_feature.py +56 -28
- pulumi_sdwan/transport_cellular_profile_feature.py +63 -35
- pulumi_sdwan/transport_gps_feature.py +63 -28
- pulumi_sdwan/transport_ipv4_acl_feature.py +25 -7
- pulumi_sdwan/transport_ipv6_acl_feature.py +25 -7
- pulumi_sdwan/transport_ipv6_tracker_feature.py +105 -35
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +25 -7
- pulumi_sdwan/transport_management_vpn_feature.py +4 -0
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +263 -154
- pulumi_sdwan/transport_route_policy_feature.py +25 -7
- pulumi_sdwan/transport_routing_bgp_feature.py +291 -133
- pulumi_sdwan/transport_routing_ospf_feature.py +221 -84
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +242 -91
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +242 -91
- pulumi_sdwan/transport_t1_e1_controller_feature.py +18 -7
- pulumi_sdwan/transport_tracker_feature.py +105 -35
- pulumi_sdwan/transport_tracker_group_feature.py +25 -7
- pulumi_sdwan/transport_wan_vpn_feature.py +32 -14
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +844 -413
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +1166 -735
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +84 -70
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +329 -245
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +665 -371
- pulumi_sdwan/url_filtering_policy_definition.py +60 -35
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +935 -455
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +963 -469
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +928 -448
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +984 -476
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +984 -476
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +816 -406
- pulumi_sdwan/vpn_interface_svi_feature_template.py +172 -84
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +725 -378
- pulumi_sdwan/vpn_list_policy_object.py +4 -0
- pulumi_sdwan/vpn_membership_policy_definition.py +4 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +32 -14
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/RECORD +177 -177
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/top_level.txt +0 -0
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
245
|
-
|
|
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
|
|
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
|
-
|
|
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
|
|
258
|
-
|
|
259
|
-
|
|
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`
|
|
265
|
-
|
|
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
|
|
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
|
|
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
|
|
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`
|
|
284
|
-
|
|
285
|
-
:param pulumi.Input[_builtins.bool]
|
|
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
|
|
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`
|
|
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`
|
|
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`
|
|
300
|
-
|
|
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`
|
|
303
|
-
|
|
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`
|
|
306
|
-
|
|
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`
|
|
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
|
|
312
|
-
|
|
313
|
-
:param pulumi.Input[_builtins.bool]
|
|
314
|
-
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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
|
|
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
|
|
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`
|
|
344
|
-
|
|
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
|
|
347
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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`
|
|
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`
|
|
379
|
-
|
|
380
|
-
|
|
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
|
-
|
|
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`
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
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`
|
|
393
|
-
|
|
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`
|
|
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
|
-
|
|
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
|
-
|
|
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`
|
|
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
|
-
|
|
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`
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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`
|
|
426
|
-
|
|
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`
|
|
429
|
-
|
|
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
|
-
|
|
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`
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
1164
|
-
|
|
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
|
|
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
|
-
|
|
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
|
|
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`
|
|
1319
|
-
|
|
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`
|
|
1380
|
-
|
|
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
|
|
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
|
|
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
|
|
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`
|
|
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`
|
|
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
|
|
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
|
|
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`
|
|
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`
|
|
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`
|
|
1745
|
-
|
|
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`
|
|
1770
|
-
|
|
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`
|
|
1795
|
-
|
|
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`
|
|
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
|
|
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
|
|
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
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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
|
|
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
|
|
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`
|
|
2240
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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`
|
|
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`
|
|
2638
|
-
|
|
2639
|
-
|
|
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
|
-
|
|
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`
|
|
2689
|
-
|
|
2690
|
-
|
|
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`
|
|
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`
|
|
2740
|
-
|
|
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`
|
|
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
|
-
|
|
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
|
-
|
|
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`
|
|
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
|
-
|
|
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`
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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`
|
|
3048
|
-
|
|
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`
|
|
3073
|
-
|
|
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
|
-
|
|
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`
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
3391
|
-
|
|
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
|
|
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
|
-
|
|
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
|
|
3404
|
-
|
|
3405
|
-
|
|
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`
|
|
3411
|
-
|
|
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
|
|
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
|
|
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
|
|
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`
|
|
3430
|
-
|
|
3431
|
-
:param pulumi.Input[_builtins.bool]
|
|
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
|
|
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`
|
|
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`
|
|
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`
|
|
3446
|
-
|
|
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`
|
|
3449
|
-
|
|
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`
|
|
3452
|
-
|
|
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`
|
|
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
|
|
3458
|
-
|
|
3459
|
-
:param pulumi.Input[_builtins.bool]
|
|
3460
|
-
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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
|
|
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
|
|
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`
|
|
3491
|
-
|
|
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
|
|
3494
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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`
|
|
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`
|
|
3526
|
-
|
|
3527
|
-
|
|
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
|
-
|
|
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`
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
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`
|
|
3540
|
-
|
|
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`
|
|
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
|
-
|
|
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
|
-
|
|
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`
|
|
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
|
-
|
|
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`
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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`
|
|
3573
|
-
|
|
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`
|
|
3576
|
-
|
|
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
|
-
|
|
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`
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
4304
|
-
|
|
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
|
|
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
|
-
|
|
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
|
|
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`
|
|
4459
|
-
|
|
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`
|
|
4520
|
-
|
|
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
|
|
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
|
|
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
|
|
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`
|
|
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`
|
|
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
|
|
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
|
|
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`
|
|
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`
|
|
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`
|
|
4885
|
-
|
|
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`
|
|
4910
|
-
|
|
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`
|
|
4935
|
-
|
|
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`
|
|
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
|
|
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
|
|
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
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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
|
|
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
|
|
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`
|
|
5392
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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`
|
|
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`
|
|
5790
|
-
|
|
5791
|
-
|
|
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
|
-
|
|
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`
|
|
5841
|
-
|
|
5842
|
-
|
|
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`
|
|
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`
|
|
5892
|
-
|
|
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`
|
|
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
|
-
|
|
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
|
-
|
|
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`
|
|
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
|
-
|
|
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`
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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`
|
|
6200
|
-
|
|
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`
|
|
6225
|
-
|
|
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
|
-
|
|
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`
|
|
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
|
|
|
@@ -6533,6 +6777,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
6533
6777
|
This resource can manage a Transport WAN VPN Interface Ethernet Feature.
|
|
6534
6778
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
6535
6779
|
|
|
6780
|
+
## Example Usage
|
|
6781
|
+
|
|
6536
6782
|
## Import
|
|
6537
6783
|
|
|
6538
6784
|
The `pulumi import` command can be used, for example:
|
|
@@ -6545,221 +6791,282 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
6545
6791
|
|
|
6546
6792
|
:param str resource_name: The name of the resource.
|
|
6547
6793
|
: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
|
|
6794
|
+
:param pulumi.Input[_builtins.int] arp_timeout: Timeout value for dynamically learned ARP entries, <0..2678400> seconds
|
|
6795
|
+
- Range: `0`-`2147483`
|
|
6796
|
+
- Default value: `1200`
|
|
6549
6797
|
:param pulumi.Input[_builtins.str] arp_timeout_variable: Variable name
|
|
6550
6798
|
: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
|
|
6799
|
+
:param pulumi.Input[_builtins.bool] auto_detect_bandwidth: Interface auto detect bandwidth
|
|
6800
|
+
- Default value: `false`
|
|
6552
6801
|
:param pulumi.Input[_builtins.str] auto_detect_bandwidth_variable: Variable name
|
|
6553
6802
|
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
6554
6803
|
:param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
|
|
6555
|
-
:param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
|
|
6804
|
+
:param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
|
|
6805
|
+
- Range: `1`-`2147483647`
|
|
6556
6806
|
:param pulumi.Input[_builtins.str] bandwidth_downstream_variable: Variable name
|
|
6557
|
-
:param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps
|
|
6807
|
+
:param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps
|
|
6808
|
+
- Range: `1`-`2147483647`
|
|
6558
6809
|
: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
|
|
6810
|
+
:param pulumi.Input[_builtins.bool] block_non_source_ip: Block packets originating from IP address that is not from this source
|
|
6811
|
+
- Default value: `false`
|
|
6560
6812
|
:param pulumi.Input[_builtins.str] block_non_source_ip_variable: Variable name
|
|
6561
6813
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
6562
|
-
:param pulumi.Input[_builtins.str] duplex: Duplex mode
|
|
6814
|
+
:param pulumi.Input[_builtins.str] duplex: Duplex mode
|
|
6815
|
+
- Choices: `full`, `half`, `auto`
|
|
6563
6816
|
:param pulumi.Input[_builtins.str] duplex_variable: Variable name
|
|
6564
6817
|
:param pulumi.Input[_builtins.bool] enable_dhcpv6: Enable DHCPv6, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
6565
6818
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
6566
6819
|
:param pulumi.Input[_builtins.str] gre_tunnel_source_ip: GRE tunnel source IP
|
|
6567
6820
|
: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
|
|
6821
|
+
:param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable
|
|
6822
|
+
- Default value: `true`
|
|
6569
6823
|
:param pulumi.Input[_builtins.str] icmp_redirect_disable_variable: Variable name
|
|
6570
6824
|
: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
|
|
6572
|
-
|
|
6825
|
+
:param pulumi.Input[_builtins.int] interface_mtu: Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes
|
|
6826
|
+
- Range: `1500`-`9216`
|
|
6827
|
+
- Default value: `1500`
|
|
6573
6828
|
:param pulumi.Input[_builtins.str] interface_mtu_variable: Variable name
|
|
6574
6829
|
:param pulumi.Input[_builtins.str] interface_name_variable: Variable name
|
|
6575
|
-
:param pulumi.Input[_builtins.bool] ip_directed_broadcast: IP Directed-Broadcast
|
|
6830
|
+
:param pulumi.Input[_builtins.bool] ip_directed_broadcast: IP Directed-Broadcast
|
|
6831
|
+
- Default value: `false`
|
|
6576
6832
|
: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
|
-
|
|
6833
|
+
: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
|
|
6834
|
+
- Range: `576`-`9216`
|
|
6835
|
+
- Default value: `1500`
|
|
6579
6836
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
6580
6837
|
:param pulumi.Input[_builtins.str] iperf_server: Iperf server for auto bandwidth detect
|
|
6581
6838
|
:param pulumi.Input[_builtins.str] iperf_server_variable: Variable name
|
|
6582
6839
|
:param pulumi.Input[_builtins.str] ipv4_address: IP Address, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
6583
6840
|
: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
|
|
6585
|
-
|
|
6586
|
-
|
|
6841
|
+
:param pulumi.Input[_builtins.str] ipv4_configuration_type: IPv4 Configuration Type
|
|
6842
|
+
- Choices: `dynamic`, `static`
|
|
6843
|
+
- Default value: `dynamic`
|
|
6844
|
+
:param pulumi.Input[_builtins.int] ipv4_dhcp_distance: DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
6845
|
+
- Range: `1`-`65536`
|
|
6846
|
+
- Default value: `1`
|
|
6587
6847
|
:param pulumi.Input[_builtins.str] ipv4_dhcp_distance_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
6588
6848
|
:param pulumi.Input[_builtins.str] ipv4_dhcp_helper_variable: Variable name
|
|
6589
6849
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ipv4_dhcp_helpers: List of DHCP IPv4 helper addresses (min 1, max 8)
|
|
6590
6850
|
: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`
|
|
6592
|
-
|
|
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`
|
|
6851
|
+
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
6852
|
+
- 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
6853
|
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
6598
6854
|
:param pulumi.Input[_builtins.str] ipv6_address: IPv6 Address Secondary, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
6599
6855
|
: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
|
|
6856
|
+
:param pulumi.Input[_builtins.str] ipv6_configuration_type: IPv6 Configuration Type
|
|
6857
|
+
- Choices: `dynamic`, `static`, `none`
|
|
6858
|
+
- Default value: `none`
|
|
6601
6859
|
: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
6860
|
: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
|
|
6861
|
+
:param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation
|
|
6862
|
+
- Range: `30`-`600`
|
|
6863
|
+
- Default value: `30`
|
|
6604
6864
|
:param pulumi.Input[_builtins.str] load_interval_variable: Variable name
|
|
6605
6865
|
:param pulumi.Input[_builtins.str] mac_address: MAC Address
|
|
6606
6866
|
:param pulumi.Input[_builtins.str] mac_address_variable: Variable name
|
|
6607
|
-
:param pulumi.Input[_builtins.str] media_type: Media type
|
|
6867
|
+
:param pulumi.Input[_builtins.str] media_type: Media type
|
|
6868
|
+
- Choices: `auto-select`, `rj45`, `sfp`
|
|
6608
6869
|
:param pulumi.Input[_builtins.str] media_type_variable: Variable name
|
|
6609
6870
|
: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`
|
|
6611
|
-
|
|
6612
|
-
:param pulumi.Input[_builtins.bool]
|
|
6871
|
+
:param pulumi.Input[_builtins.bool] nat64: NAT64 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
|
|
6872
|
+
- Default value: `false`
|
|
6873
|
+
:param pulumi.Input[_builtins.bool] nat66: NAT66 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
|
|
6874
|
+
- Default value: `false`
|
|
6875
|
+
:param pulumi.Input[_builtins.bool] nat_ipv4: enable Network Address Translation on this interface
|
|
6876
|
+
- Default value: `false`
|
|
6613
6877
|
: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
|
|
6878
|
+
:param pulumi.Input[_builtins.bool] nat_ipv6: enable Network Address Translation ipv6 on this interface
|
|
6879
|
+
- Default value: `false`
|
|
6615
6880
|
:param pulumi.Input[_builtins.str] nat_ipv6_variable: Variable name
|
|
6616
6881
|
:param pulumi.Input[_builtins.str] nat_loopback: NAT Inside Source Loopback Interface, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
6617
6882
|
: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`
|
|
6883
|
+
:param pulumi.Input[_builtins.bool] nat_overload: NAT Overload, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
6884
|
+
- Default value: `true`
|
|
6619
6885
|
: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`
|
|
6886
|
+
:param pulumi.Input[_builtins.int] nat_prefix_length: NAT Pool Prefix Length, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
6887
|
+
- Range: `1`-`32`
|
|
6621
6888
|
:param pulumi.Input[_builtins.str] nat_prefix_length_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
6622
6889
|
:param pulumi.Input[_builtins.str] nat_range_end: NAT Pool Range End, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
6623
6890
|
:param pulumi.Input[_builtins.str] nat_range_end_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
6624
6891
|
:param pulumi.Input[_builtins.str] nat_range_start: NAT Pool Range Start, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
6625
6892
|
: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`
|
|
6627
|
-
|
|
6893
|
+
:param pulumi.Input[_builtins.int] nat_tcp_timeout: Set NAT TCP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
6894
|
+
- Range: `1`-`8947`
|
|
6895
|
+
- Default value: `60`
|
|
6628
6896
|
: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`
|
|
6630
|
-
|
|
6897
|
+
:param pulumi.Input[_builtins.str] nat_type: NAT Type, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
6898
|
+
- Choices: `interface`, `pool`, `loopback`
|
|
6899
|
+
- Default value: `interface`
|
|
6631
6900
|
: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`
|
|
6633
|
-
|
|
6901
|
+
:param pulumi.Input[_builtins.int] nat_udp_timeout: Set NAT UDP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
6902
|
+
- Range: `1`-`8947`
|
|
6903
|
+
- Default value: `1`
|
|
6634
6904
|
:param pulumi.Input[_builtins.str] nat_udp_timeout_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
6635
6905
|
: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`
|
|
6906
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
6907
|
+
- Default value: `false`
|
|
6637
6908
|
: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
|
|
6639
|
-
|
|
6640
|
-
:param pulumi.Input[_builtins.bool]
|
|
6641
|
-
|
|
6909
|
+
:param pulumi.Input[_builtins.bool] qos_adaptive: Adaptive QoS
|
|
6910
|
+
- Default value: `false`
|
|
6911
|
+
:param pulumi.Input[_builtins.bool] qos_adaptive_bandwidth_downstream: Shaping Rate Downstream
|
|
6912
|
+
- Default value: `false`
|
|
6913
|
+
:param pulumi.Input[_builtins.bool] qos_adaptive_bandwidth_upstream: Shaping Rate Upstream
|
|
6914
|
+
- Default value: `false`
|
|
6915
|
+
:param pulumi.Input[_builtins.int] qos_adaptive_default_downstream: Adaptive QoS default downstream bandwidth (kbps)
|
|
6916
|
+
- Range: `8`-`100000000`
|
|
6642
6917
|
: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)
|
|
6918
|
+
:param pulumi.Input[_builtins.int] qos_adaptive_default_upstream: Adaptive QoS default upstream bandwidth (kbps)
|
|
6919
|
+
- Range: `8`-`100000000`
|
|
6644
6920
|
: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)
|
|
6921
|
+
:param pulumi.Input[_builtins.int] qos_adaptive_max_downstream: Downstream max bandwidth limit (kbps)
|
|
6922
|
+
- Range: `8`-`100000000`
|
|
6646
6923
|
: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)
|
|
6924
|
+
:param pulumi.Input[_builtins.int] qos_adaptive_max_upstream: Upstream max bandwidth limit (kbps)
|
|
6925
|
+
- Range: `8`-`100000000`
|
|
6648
6926
|
: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)
|
|
6927
|
+
:param pulumi.Input[_builtins.int] qos_adaptive_min_downstream: Downstream min bandwidth limit (kbps)
|
|
6928
|
+
- Range: `8`-`100000000`
|
|
6650
6929
|
: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)
|
|
6930
|
+
:param pulumi.Input[_builtins.int] qos_adaptive_min_upstream: Upstream min bandwidth limit (kbps)
|
|
6931
|
+
- Range: `8`-`100000000`
|
|
6652
6932
|
:param pulumi.Input[_builtins.str] qos_adaptive_min_upstream_variable: Variable name
|
|
6653
|
-
:param pulumi.Input[_builtins.int] qos_adaptive_period: Adapt Period(Minutes)
|
|
6933
|
+
:param pulumi.Input[_builtins.int] qos_adaptive_period: Adapt Period(Minutes)
|
|
6934
|
+
- Range: `1`-`720`
|
|
6935
|
+
- Default value: `15`
|
|
6654
6936
|
:param pulumi.Input[_builtins.str] qos_adaptive_period_variable: Variable name
|
|
6655
|
-
:param pulumi.Input[_builtins.int] qos_shaping_rate: Shaping Rate (Kbps)
|
|
6937
|
+
:param pulumi.Input[_builtins.int] qos_shaping_rate: Shaping Rate (Kbps)
|
|
6938
|
+
- Range: `8`-`100000000`
|
|
6656
6939
|
:param pulumi.Input[_builtins.str] qos_shaping_rate_variable: Variable name
|
|
6657
6940
|
:param pulumi.Input[_builtins.str] service_provider: Service Provider Name
|
|
6658
6941
|
:param pulumi.Input[_builtins.str] service_provider_variable: Variable name
|
|
6659
6942
|
:param pulumi.Input[_builtins.bool] shutdown: - Default value: `true`
|
|
6660
6943
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
6661
|
-
:param pulumi.Input[_builtins.str] speed: Set interface speed
|
|
6944
|
+
:param pulumi.Input[_builtins.str] speed: Set interface speed
|
|
6945
|
+
- Choices: `10`, `100`, `1000`, `2500`, `10000`
|
|
6662
6946
|
:param pulumi.Input[_builtins.str] speed_variable: Variable name
|
|
6663
6947
|
: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
|
|
6948
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
6949
|
+
- Range: `500`-`1460`
|
|
6665
6950
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
6666
6951
|
:param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
|
|
6667
6952
|
:param pulumi.Input[_builtins.str] tloc_extension_variable: Variable name
|
|
6668
6953
|
:param pulumi.Input[_builtins.str] tracker: Enable tracker for this interface
|
|
6669
6954
|
:param pulumi.Input[_builtins.str] tracker_variable: Variable name
|
|
6670
6955
|
: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`
|
|
6672
|
-
|
|
6956
|
+
:param pulumi.Input[_builtins.int] tunnel_bandwidth_percent: Tunnels Bandwidth Percent, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
6957
|
+
- Range: `1`-`100`
|
|
6958
|
+
- Default value: `50`
|
|
6673
6959
|
: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
|
|
6675
|
-
|
|
6960
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface: Tunnel Interface on/off
|
|
6961
|
+
- Default value: `false`
|
|
6962
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
6963
|
+
- Default value: `false`
|
|
6676
6964
|
: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
|
|
6965
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bfd: Allow/Deny BFD
|
|
6966
|
+
- Default value: `false`
|
|
6678
6967
|
: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
|
|
6968
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
6969
|
+
- Default value: `false`
|
|
6680
6970
|
: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
|
|
6971
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
6972
|
+
- Default value: `true`
|
|
6682
6973
|
: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
|
|
6974
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
6975
|
+
- Default value: `true`
|
|
6684
6976
|
: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
|
|
6977
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny HTTPS
|
|
6978
|
+
- Default value: `true`
|
|
6686
6979
|
: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
|
|
6980
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
6981
|
+
- Default value: `true`
|
|
6688
6982
|
: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
|
|
6983
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
6984
|
+
- Default value: `false`
|
|
6690
6985
|
: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
|
|
6986
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
6987
|
+
- Default value: `true`
|
|
6692
6988
|
: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
|
|
6989
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
6990
|
+
- Default value: `false`
|
|
6694
6991
|
: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
|
|
6992
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
6993
|
+
- Default value: `false`
|
|
6696
6994
|
: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
|
|
6995
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
6996
|
+
- Default value: `true`
|
|
6698
6997
|
: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
|
|
6998
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
6999
|
+
- Default value: `false`
|
|
6700
7000
|
: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`
|
|
7001
|
+
: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
7002
|
: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`
|
|
7003
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7004
|
+
- Default value: `false`
|
|
6705
7005
|
: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`
|
|
6707
|
-
|
|
6708
|
-
|
|
7006
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7007
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
7008
|
+
- Default value: `default`
|
|
6709
7009
|
: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
|
-
|
|
7010
|
+
: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`
|
|
7011
|
+
- Default value: `false`
|
|
6712
7012
|
: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`
|
|
6714
|
-
|
|
6715
|
-
|
|
6716
|
-
|
|
6717
|
-
|
|
7013
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7014
|
+
- 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`
|
|
7015
|
+
- Default value: `mpls`
|
|
7016
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_color_restrict: Restrict this TLOC behavior, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7017
|
+
- Default value: `false`
|
|
6718
7018
|
:param pulumi.Input[_builtins.str] tunnel_interface_color_restrict_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
6719
7019
|
: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`
|
|
6721
|
-
|
|
7020
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_cts_sgt_propagation: CTS SGT Propagation configuration, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7021
|
+
- Default value: `false`
|
|
6722
7022
|
:param pulumi.Input[_builtins.str] tunnel_interface_cts_sgt_propagation_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
6723
7023
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArgs', 'TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArgsDict']]]] tunnel_interface_encapsulations: Encapsulation for TLOC
|
|
6724
7024
|
: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`
|
|
7025
|
+
: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
7026
|
: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
7027
|
: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`
|
|
7028
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_groups: List of groups, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7029
|
+
- Range: `1`-`4294967295`
|
|
6730
7030
|
: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
|
-
|
|
7031
|
+
: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`
|
|
7032
|
+
- Range: `100`-`600000`
|
|
7033
|
+
- Default value: `1000`
|
|
6733
7034
|
: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
|
-
|
|
7035
|
+
: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`
|
|
7036
|
+
- Range: `12`-`6000`
|
|
7037
|
+
- Default value: `12`
|
|
6736
7038
|
: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`
|
|
7039
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7040
|
+
- Default value: `false`
|
|
6738
7041
|
: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
|
-
|
|
7042
|
+
: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`
|
|
7043
|
+
- Default value: `false`
|
|
6741
7044
|
: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`
|
|
7045
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Maximum Control Connections, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7046
|
+
- Range: `0`-`100`
|
|
6743
7047
|
: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
|
-
|
|
7048
|
+
: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`
|
|
7049
|
+
- Range: `1`-`60`
|
|
7050
|
+
- Default value: `5`
|
|
6746
7051
|
: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
|
-
|
|
7052
|
+
: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`
|
|
7053
|
+
- Default value: `false`
|
|
6749
7054
|
: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
|
-
|
|
7055
|
+
: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`
|
|
7056
|
+
- Default value: `true`
|
|
6752
7057
|
: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`
|
|
6754
|
-
|
|
7058
|
+
: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`
|
|
7059
|
+
- Range: `500`-`1460`
|
|
6755
7060
|
: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`
|
|
6757
|
-
|
|
7061
|
+
: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`
|
|
7062
|
+
- Default value: `false`
|
|
6758
7063
|
: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
|
-
|
|
7064
|
+
: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`
|
|
7065
|
+
- Range: `0`-`8`
|
|
7066
|
+
- Default value: `5`
|
|
6761
7067
|
: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`
|
|
7068
|
+
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7069
|
+
- Choices: `hub`, `spoke`
|
|
6763
7070
|
:param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
6764
7071
|
:param pulumi.Input[_builtins.str] xconnect: Extend remote TLOC over a GRE tunnel to a local WAN interface
|
|
6765
7072
|
:param pulumi.Input[_builtins.str] xconnect_variable: Variable name
|
|
@@ -6774,6 +7081,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
6774
7081
|
This resource can manage a Transport WAN VPN Interface Ethernet Feature.
|
|
6775
7082
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
6776
7083
|
|
|
7084
|
+
## Example Usage
|
|
7085
|
+
|
|
6777
7086
|
## Import
|
|
6778
7087
|
|
|
6779
7088
|
The `pulumi import` command can be used, for example:
|
|
@@ -7413,221 +7722,282 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
7413
7722
|
:param str resource_name: The unique name of the resulting resource.
|
|
7414
7723
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
7415
7724
|
: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
|
|
7725
|
+
:param pulumi.Input[_builtins.int] arp_timeout: Timeout value for dynamically learned ARP entries, <0..2678400> seconds
|
|
7726
|
+
- Range: `0`-`2147483`
|
|
7727
|
+
- Default value: `1200`
|
|
7417
7728
|
:param pulumi.Input[_builtins.str] arp_timeout_variable: Variable name
|
|
7418
7729
|
: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
|
|
7730
|
+
:param pulumi.Input[_builtins.bool] auto_detect_bandwidth: Interface auto detect bandwidth
|
|
7731
|
+
- Default value: `false`
|
|
7420
7732
|
:param pulumi.Input[_builtins.str] auto_detect_bandwidth_variable: Variable name
|
|
7421
7733
|
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
7422
7734
|
:param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
|
|
7423
|
-
:param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
|
|
7735
|
+
:param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
|
|
7736
|
+
- Range: `1`-`2147483647`
|
|
7424
7737
|
:param pulumi.Input[_builtins.str] bandwidth_downstream_variable: Variable name
|
|
7425
|
-
:param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps
|
|
7738
|
+
:param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps
|
|
7739
|
+
- Range: `1`-`2147483647`
|
|
7426
7740
|
: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
|
|
7741
|
+
:param pulumi.Input[_builtins.bool] block_non_source_ip: Block packets originating from IP address that is not from this source
|
|
7742
|
+
- Default value: `false`
|
|
7428
7743
|
:param pulumi.Input[_builtins.str] block_non_source_ip_variable: Variable name
|
|
7429
7744
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
7430
|
-
:param pulumi.Input[_builtins.str] duplex: Duplex mode
|
|
7745
|
+
:param pulumi.Input[_builtins.str] duplex: Duplex mode
|
|
7746
|
+
- Choices: `full`, `half`, `auto`
|
|
7431
7747
|
:param pulumi.Input[_builtins.str] duplex_variable: Variable name
|
|
7432
7748
|
:param pulumi.Input[_builtins.bool] enable_dhcpv6: Enable DHCPv6, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
7433
7749
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
7434
7750
|
:param pulumi.Input[_builtins.str] gre_tunnel_source_ip: GRE tunnel source IP
|
|
7435
7751
|
: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
|
|
7752
|
+
:param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable
|
|
7753
|
+
- Default value: `true`
|
|
7437
7754
|
:param pulumi.Input[_builtins.str] icmp_redirect_disable_variable: Variable name
|
|
7438
7755
|
: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
|
|
7440
|
-
|
|
7756
|
+
:param pulumi.Input[_builtins.int] interface_mtu: Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes
|
|
7757
|
+
- Range: `1500`-`9216`
|
|
7758
|
+
- Default value: `1500`
|
|
7441
7759
|
:param pulumi.Input[_builtins.str] interface_mtu_variable: Variable name
|
|
7442
7760
|
:param pulumi.Input[_builtins.str] interface_name_variable: Variable name
|
|
7443
|
-
:param pulumi.Input[_builtins.bool] ip_directed_broadcast: IP Directed-Broadcast
|
|
7761
|
+
:param pulumi.Input[_builtins.bool] ip_directed_broadcast: IP Directed-Broadcast
|
|
7762
|
+
- Default value: `false`
|
|
7444
7763
|
: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
|
-
|
|
7764
|
+
: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
|
|
7765
|
+
- Range: `576`-`9216`
|
|
7766
|
+
- Default value: `1500`
|
|
7447
7767
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
7448
7768
|
:param pulumi.Input[_builtins.str] iperf_server: Iperf server for auto bandwidth detect
|
|
7449
7769
|
:param pulumi.Input[_builtins.str] iperf_server_variable: Variable name
|
|
7450
7770
|
:param pulumi.Input[_builtins.str] ipv4_address: IP Address, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
7451
7771
|
: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
|
|
7453
|
-
|
|
7454
|
-
|
|
7772
|
+
:param pulumi.Input[_builtins.str] ipv4_configuration_type: IPv4 Configuration Type
|
|
7773
|
+
- Choices: `dynamic`, `static`
|
|
7774
|
+
- Default value: `dynamic`
|
|
7775
|
+
:param pulumi.Input[_builtins.int] ipv4_dhcp_distance: DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
7776
|
+
- Range: `1`-`65536`
|
|
7777
|
+
- Default value: `1`
|
|
7455
7778
|
:param pulumi.Input[_builtins.str] ipv4_dhcp_distance_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
7456
7779
|
:param pulumi.Input[_builtins.str] ipv4_dhcp_helper_variable: Variable name
|
|
7457
7780
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ipv4_dhcp_helpers: List of DHCP IPv4 helper addresses (min 1, max 8)
|
|
7458
7781
|
: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`
|
|
7460
|
-
|
|
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`
|
|
7782
|
+
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
7783
|
+
- 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
7784
|
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
7466
7785
|
:param pulumi.Input[_builtins.str] ipv6_address: IPv6 Address Secondary, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
7467
7786
|
: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
|
|
7787
|
+
:param pulumi.Input[_builtins.str] ipv6_configuration_type: IPv6 Configuration Type
|
|
7788
|
+
- Choices: `dynamic`, `static`, `none`
|
|
7789
|
+
- Default value: `none`
|
|
7469
7790
|
: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
7791
|
: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
|
|
7792
|
+
:param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation
|
|
7793
|
+
- Range: `30`-`600`
|
|
7794
|
+
- Default value: `30`
|
|
7472
7795
|
:param pulumi.Input[_builtins.str] load_interval_variable: Variable name
|
|
7473
7796
|
:param pulumi.Input[_builtins.str] mac_address: MAC Address
|
|
7474
7797
|
:param pulumi.Input[_builtins.str] mac_address_variable: Variable name
|
|
7475
|
-
:param pulumi.Input[_builtins.str] media_type: Media type
|
|
7798
|
+
:param pulumi.Input[_builtins.str] media_type: Media type
|
|
7799
|
+
- Choices: `auto-select`, `rj45`, `sfp`
|
|
7476
7800
|
:param pulumi.Input[_builtins.str] media_type_variable: Variable name
|
|
7477
7801
|
: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`
|
|
7479
|
-
|
|
7480
|
-
:param pulumi.Input[_builtins.bool]
|
|
7802
|
+
:param pulumi.Input[_builtins.bool] nat64: NAT64 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
|
|
7803
|
+
- Default value: `false`
|
|
7804
|
+
:param pulumi.Input[_builtins.bool] nat66: NAT66 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
|
|
7805
|
+
- Default value: `false`
|
|
7806
|
+
:param pulumi.Input[_builtins.bool] nat_ipv4: enable Network Address Translation on this interface
|
|
7807
|
+
- Default value: `false`
|
|
7481
7808
|
: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
|
|
7809
|
+
:param pulumi.Input[_builtins.bool] nat_ipv6: enable Network Address Translation ipv6 on this interface
|
|
7810
|
+
- Default value: `false`
|
|
7483
7811
|
:param pulumi.Input[_builtins.str] nat_ipv6_variable: Variable name
|
|
7484
7812
|
:param pulumi.Input[_builtins.str] nat_loopback: NAT Inside Source Loopback Interface, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
7485
7813
|
: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`
|
|
7814
|
+
:param pulumi.Input[_builtins.bool] nat_overload: NAT Overload, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
7815
|
+
- Default value: `true`
|
|
7487
7816
|
: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`
|
|
7817
|
+
:param pulumi.Input[_builtins.int] nat_prefix_length: NAT Pool Prefix Length, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
7818
|
+
- Range: `1`-`32`
|
|
7489
7819
|
:param pulumi.Input[_builtins.str] nat_prefix_length_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
7490
7820
|
:param pulumi.Input[_builtins.str] nat_range_end: NAT Pool Range End, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
7491
7821
|
:param pulumi.Input[_builtins.str] nat_range_end_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
7492
7822
|
:param pulumi.Input[_builtins.str] nat_range_start: NAT Pool Range Start, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
7493
7823
|
: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`
|
|
7495
|
-
|
|
7824
|
+
:param pulumi.Input[_builtins.int] nat_tcp_timeout: Set NAT TCP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
7825
|
+
- Range: `1`-`8947`
|
|
7826
|
+
- Default value: `60`
|
|
7496
7827
|
: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`
|
|
7498
|
-
|
|
7828
|
+
:param pulumi.Input[_builtins.str] nat_type: NAT Type, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
7829
|
+
- Choices: `interface`, `pool`, `loopback`
|
|
7830
|
+
- Default value: `interface`
|
|
7499
7831
|
: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`
|
|
7501
|
-
|
|
7832
|
+
:param pulumi.Input[_builtins.int] nat_udp_timeout: Set NAT UDP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
7833
|
+
- Range: `1`-`8947`
|
|
7834
|
+
- Default value: `1`
|
|
7502
7835
|
:param pulumi.Input[_builtins.str] nat_udp_timeout_variable: Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
7503
7836
|
: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`
|
|
7837
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7838
|
+
- Default value: `false`
|
|
7505
7839
|
: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
|
|
7507
|
-
|
|
7508
|
-
:param pulumi.Input[_builtins.bool]
|
|
7509
|
-
|
|
7840
|
+
:param pulumi.Input[_builtins.bool] qos_adaptive: Adaptive QoS
|
|
7841
|
+
- Default value: `false`
|
|
7842
|
+
:param pulumi.Input[_builtins.bool] qos_adaptive_bandwidth_downstream: Shaping Rate Downstream
|
|
7843
|
+
- Default value: `false`
|
|
7844
|
+
:param pulumi.Input[_builtins.bool] qos_adaptive_bandwidth_upstream: Shaping Rate Upstream
|
|
7845
|
+
- Default value: `false`
|
|
7846
|
+
:param pulumi.Input[_builtins.int] qos_adaptive_default_downstream: Adaptive QoS default downstream bandwidth (kbps)
|
|
7847
|
+
- Range: `8`-`100000000`
|
|
7510
7848
|
: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)
|
|
7849
|
+
:param pulumi.Input[_builtins.int] qos_adaptive_default_upstream: Adaptive QoS default upstream bandwidth (kbps)
|
|
7850
|
+
- Range: `8`-`100000000`
|
|
7512
7851
|
: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)
|
|
7852
|
+
:param pulumi.Input[_builtins.int] qos_adaptive_max_downstream: Downstream max bandwidth limit (kbps)
|
|
7853
|
+
- Range: `8`-`100000000`
|
|
7514
7854
|
: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)
|
|
7855
|
+
:param pulumi.Input[_builtins.int] qos_adaptive_max_upstream: Upstream max bandwidth limit (kbps)
|
|
7856
|
+
- Range: `8`-`100000000`
|
|
7516
7857
|
: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)
|
|
7858
|
+
:param pulumi.Input[_builtins.int] qos_adaptive_min_downstream: Downstream min bandwidth limit (kbps)
|
|
7859
|
+
- Range: `8`-`100000000`
|
|
7518
7860
|
: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)
|
|
7861
|
+
:param pulumi.Input[_builtins.int] qos_adaptive_min_upstream: Upstream min bandwidth limit (kbps)
|
|
7862
|
+
- Range: `8`-`100000000`
|
|
7520
7863
|
:param pulumi.Input[_builtins.str] qos_adaptive_min_upstream_variable: Variable name
|
|
7521
|
-
:param pulumi.Input[_builtins.int] qos_adaptive_period: Adapt Period(Minutes)
|
|
7864
|
+
:param pulumi.Input[_builtins.int] qos_adaptive_period: Adapt Period(Minutes)
|
|
7865
|
+
- Range: `1`-`720`
|
|
7866
|
+
- Default value: `15`
|
|
7522
7867
|
:param pulumi.Input[_builtins.str] qos_adaptive_period_variable: Variable name
|
|
7523
|
-
:param pulumi.Input[_builtins.int] qos_shaping_rate: Shaping Rate (Kbps)
|
|
7868
|
+
:param pulumi.Input[_builtins.int] qos_shaping_rate: Shaping Rate (Kbps)
|
|
7869
|
+
- Range: `8`-`100000000`
|
|
7524
7870
|
:param pulumi.Input[_builtins.str] qos_shaping_rate_variable: Variable name
|
|
7525
7871
|
:param pulumi.Input[_builtins.str] service_provider: Service Provider Name
|
|
7526
7872
|
:param pulumi.Input[_builtins.str] service_provider_variable: Variable name
|
|
7527
7873
|
:param pulumi.Input[_builtins.bool] shutdown: - Default value: `true`
|
|
7528
7874
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
7529
|
-
:param pulumi.Input[_builtins.str] speed: Set interface speed
|
|
7875
|
+
:param pulumi.Input[_builtins.str] speed: Set interface speed
|
|
7876
|
+
- Choices: `10`, `100`, `1000`, `2500`, `10000`
|
|
7530
7877
|
:param pulumi.Input[_builtins.str] speed_variable: Variable name
|
|
7531
7878
|
: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
|
|
7879
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
7880
|
+
- Range: `500`-`1460`
|
|
7533
7881
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
7534
7882
|
:param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
|
|
7535
7883
|
:param pulumi.Input[_builtins.str] tloc_extension_variable: Variable name
|
|
7536
7884
|
:param pulumi.Input[_builtins.str] tracker: Enable tracker for this interface
|
|
7537
7885
|
:param pulumi.Input[_builtins.str] tracker_variable: Variable name
|
|
7538
7886
|
: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`
|
|
7540
|
-
|
|
7887
|
+
:param pulumi.Input[_builtins.int] tunnel_bandwidth_percent: Tunnels Bandwidth Percent, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7888
|
+
- Range: `1`-`100`
|
|
7889
|
+
- Default value: `50`
|
|
7541
7890
|
: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
|
|
7543
|
-
|
|
7891
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface: Tunnel Interface on/off
|
|
7892
|
+
- Default value: `false`
|
|
7893
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
7894
|
+
- Default value: `false`
|
|
7544
7895
|
: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
|
|
7896
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bfd: Allow/Deny BFD
|
|
7897
|
+
- Default value: `false`
|
|
7546
7898
|
: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
|
|
7899
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
7900
|
+
- Default value: `false`
|
|
7548
7901
|
: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
|
|
7902
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
7903
|
+
- Default value: `true`
|
|
7550
7904
|
: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
|
|
7905
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
7906
|
+
- Default value: `true`
|
|
7552
7907
|
: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
|
|
7908
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny HTTPS
|
|
7909
|
+
- Default value: `true`
|
|
7554
7910
|
: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
|
|
7911
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
7912
|
+
- Default value: `true`
|
|
7556
7913
|
: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
|
|
7914
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
7915
|
+
- Default value: `false`
|
|
7558
7916
|
: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
|
|
7917
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
7918
|
+
- Default value: `true`
|
|
7560
7919
|
: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
|
|
7920
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
7921
|
+
- Default value: `false`
|
|
7562
7922
|
: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
|
|
7923
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
7924
|
+
- Default value: `false`
|
|
7564
7925
|
: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
|
|
7926
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
7927
|
+
- Default value: `true`
|
|
7566
7928
|
: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
|
|
7929
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
7930
|
+
- Default value: `false`
|
|
7568
7931
|
: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`
|
|
7932
|
+
: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
7933
|
: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`
|
|
7934
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7935
|
+
- Default value: `false`
|
|
7573
7936
|
: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`
|
|
7575
|
-
|
|
7576
|
-
|
|
7937
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7938
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
7939
|
+
- Default value: `default`
|
|
7577
7940
|
: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
|
-
|
|
7941
|
+
: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`
|
|
7942
|
+
- Default value: `false`
|
|
7580
7943
|
: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`
|
|
7582
|
-
|
|
7583
|
-
|
|
7584
|
-
|
|
7585
|
-
|
|
7944
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7945
|
+
- 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`
|
|
7946
|
+
- Default value: `mpls`
|
|
7947
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_color_restrict: Restrict this TLOC behavior, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7948
|
+
- Default value: `false`
|
|
7586
7949
|
:param pulumi.Input[_builtins.str] tunnel_interface_color_restrict_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7587
7950
|
: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`
|
|
7589
|
-
|
|
7951
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_cts_sgt_propagation: CTS SGT Propagation configuration, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7952
|
+
- Default value: `false`
|
|
7590
7953
|
:param pulumi.Input[_builtins.str] tunnel_interface_cts_sgt_propagation_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7591
7954
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArgs', 'TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArgsDict']]]] tunnel_interface_encapsulations: Encapsulation for TLOC
|
|
7592
7955
|
: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`
|
|
7956
|
+
: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
7957
|
: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
7958
|
: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`
|
|
7959
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_groups: List of groups, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7960
|
+
- Range: `1`-`4294967295`
|
|
7598
7961
|
: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
|
-
|
|
7962
|
+
: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`
|
|
7963
|
+
- Range: `100`-`600000`
|
|
7964
|
+
- Default value: `1000`
|
|
7601
7965
|
: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
|
-
|
|
7966
|
+
: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`
|
|
7967
|
+
- Range: `12`-`6000`
|
|
7968
|
+
- Default value: `12`
|
|
7604
7969
|
: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`
|
|
7970
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7971
|
+
- Default value: `false`
|
|
7606
7972
|
: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
|
-
|
|
7973
|
+
: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`
|
|
7974
|
+
- Default value: `false`
|
|
7609
7975
|
: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`
|
|
7976
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Maximum Control Connections, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7977
|
+
- Range: `0`-`100`
|
|
7611
7978
|
: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
|
-
|
|
7979
|
+
: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`
|
|
7980
|
+
- Range: `1`-`60`
|
|
7981
|
+
- Default value: `5`
|
|
7614
7982
|
: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
|
-
|
|
7983
|
+
: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`
|
|
7984
|
+
- Default value: `false`
|
|
7617
7985
|
: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
|
-
|
|
7986
|
+
: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`
|
|
7987
|
+
- Default value: `true`
|
|
7620
7988
|
: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`
|
|
7622
|
-
|
|
7989
|
+
: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`
|
|
7990
|
+
- Range: `500`-`1460`
|
|
7623
7991
|
: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`
|
|
7625
|
-
|
|
7992
|
+
: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`
|
|
7993
|
+
- Default value: `false`
|
|
7626
7994
|
: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
|
-
|
|
7995
|
+
: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`
|
|
7996
|
+
- Range: `0`-`8`
|
|
7997
|
+
- Default value: `5`
|
|
7629
7998
|
: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`
|
|
7999
|
+
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
8000
|
+
- Choices: `hub`, `spoke`
|
|
7631
8001
|
:param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
7632
8002
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
7633
8003
|
:param pulumi.Input[_builtins.str] xconnect: Extend remote TLOC over a GRE tunnel to a local WAN interface
|
|
@@ -7858,7 +8228,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
7858
8228
|
@pulumi.getter(name="arpTimeout")
|
|
7859
8229
|
def arp_timeout(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
7860
8230
|
"""
|
|
7861
|
-
Timeout value for dynamically learned ARP entries, <0..2678400> seconds
|
|
8231
|
+
Timeout value for dynamically learned ARP entries, <0..2678400> seconds
|
|
8232
|
+
- Range: `0`-`2147483`
|
|
8233
|
+
- Default value: `1200`
|
|
7862
8234
|
"""
|
|
7863
8235
|
return pulumi.get(self, "arp_timeout")
|
|
7864
8236
|
|
|
@@ -7882,7 +8254,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
7882
8254
|
@pulumi.getter(name="autoDetectBandwidth")
|
|
7883
8255
|
def auto_detect_bandwidth(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
7884
8256
|
"""
|
|
7885
|
-
Interface auto detect bandwidth
|
|
8257
|
+
Interface auto detect bandwidth
|
|
8258
|
+
- Default value: `false`
|
|
7886
8259
|
"""
|
|
7887
8260
|
return pulumi.get(self, "auto_detect_bandwidth")
|
|
7888
8261
|
|
|
@@ -7914,7 +8287,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
7914
8287
|
@pulumi.getter(name="bandwidthDownstream")
|
|
7915
8288
|
def bandwidth_downstream(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
7916
8289
|
"""
|
|
7917
|
-
Interface downstream bandwidth capacity, in kbps
|
|
8290
|
+
Interface downstream bandwidth capacity, in kbps
|
|
8291
|
+
- Range: `1`-`2147483647`
|
|
7918
8292
|
"""
|
|
7919
8293
|
return pulumi.get(self, "bandwidth_downstream")
|
|
7920
8294
|
|
|
@@ -7930,7 +8304,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
7930
8304
|
@pulumi.getter(name="bandwidthUpstream")
|
|
7931
8305
|
def bandwidth_upstream(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
7932
8306
|
"""
|
|
7933
|
-
Interface upstream bandwidth capacity, in kbps
|
|
8307
|
+
Interface upstream bandwidth capacity, in kbps
|
|
8308
|
+
- Range: `1`-`2147483647`
|
|
7934
8309
|
"""
|
|
7935
8310
|
return pulumi.get(self, "bandwidth_upstream")
|
|
7936
8311
|
|
|
@@ -7946,7 +8321,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
7946
8321
|
@pulumi.getter(name="blockNonSourceIp")
|
|
7947
8322
|
def block_non_source_ip(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
7948
8323
|
"""
|
|
7949
|
-
Block packets originating from IP address that is not from this source
|
|
8324
|
+
Block packets originating from IP address that is not from this source
|
|
8325
|
+
- Default value: `false`
|
|
7950
8326
|
"""
|
|
7951
8327
|
return pulumi.get(self, "block_non_source_ip")
|
|
7952
8328
|
|
|
@@ -7970,7 +8346,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
7970
8346
|
@pulumi.getter
|
|
7971
8347
|
def duplex(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
7972
8348
|
"""
|
|
7973
|
-
Duplex mode
|
|
8349
|
+
Duplex mode
|
|
8350
|
+
- Choices: `full`, `half`, `auto`
|
|
7974
8351
|
"""
|
|
7975
8352
|
return pulumi.get(self, "duplex")
|
|
7976
8353
|
|
|
@@ -8018,7 +8395,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8018
8395
|
@pulumi.getter(name="icmpRedirectDisable")
|
|
8019
8396
|
def icmp_redirect_disable(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8020
8397
|
"""
|
|
8021
|
-
ICMP/ICMPv6 Redirect Disable
|
|
8398
|
+
ICMP/ICMPv6 Redirect Disable
|
|
8399
|
+
- Default value: `true`
|
|
8022
8400
|
"""
|
|
8023
8401
|
return pulumi.get(self, "icmp_redirect_disable")
|
|
8024
8402
|
|
|
@@ -8047,8 +8425,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8047
8425
|
@pulumi.getter(name="interfaceMtu")
|
|
8048
8426
|
def interface_mtu(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
8049
8427
|
"""
|
|
8050
|
-
Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes
|
|
8051
|
-
|
|
8428
|
+
Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes
|
|
8429
|
+
- Range: `1500`-`9216`
|
|
8430
|
+
- Default value: `1500`
|
|
8052
8431
|
"""
|
|
8053
8432
|
return pulumi.get(self, "interface_mtu")
|
|
8054
8433
|
|
|
@@ -8077,7 +8456,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8077
8456
|
@pulumi.getter(name="ipDirectedBroadcast")
|
|
8078
8457
|
def ip_directed_broadcast(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8079
8458
|
"""
|
|
8080
|
-
IP Directed-Broadcast
|
|
8459
|
+
IP Directed-Broadcast
|
|
8460
|
+
- Default value: `false`
|
|
8081
8461
|
"""
|
|
8082
8462
|
return pulumi.get(self, "ip_directed_broadcast")
|
|
8083
8463
|
|
|
@@ -8093,8 +8473,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8093
8473
|
@pulumi.getter(name="ipMtu")
|
|
8094
8474
|
def ip_mtu(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
8095
8475
|
"""
|
|
8096
|
-
IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces
|
|
8097
|
-
|
|
8476
|
+
IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes
|
|
8477
|
+
- Range: `576`-`9216`
|
|
8478
|
+
- Default value: `1500`
|
|
8098
8479
|
"""
|
|
8099
8480
|
return pulumi.get(self, "ip_mtu")
|
|
8100
8481
|
|
|
@@ -8142,7 +8523,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8142
8523
|
@pulumi.getter(name="ipv4ConfigurationType")
|
|
8143
8524
|
def ipv4_configuration_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
8144
8525
|
"""
|
|
8145
|
-
IPv4 Configuration Type
|
|
8526
|
+
IPv4 Configuration Type
|
|
8527
|
+
- Choices: `dynamic`, `static`
|
|
8528
|
+
- Default value: `dynamic`
|
|
8146
8529
|
"""
|
|
8147
8530
|
return pulumi.get(self, "ipv4_configuration_type")
|
|
8148
8531
|
|
|
@@ -8150,8 +8533,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8150
8533
|
@pulumi.getter(name="ipv4DhcpDistance")
|
|
8151
8534
|
def ipv4_dhcp_distance(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
8152
8535
|
"""
|
|
8153
|
-
DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
8154
|
-
|
|
8536
|
+
DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
8537
|
+
- Range: `1`-`65536`
|
|
8538
|
+
- Default value: `1`
|
|
8155
8539
|
"""
|
|
8156
8540
|
return pulumi.get(self, "ipv4_dhcp_distance")
|
|
8157
8541
|
|
|
@@ -8191,12 +8575,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8191
8575
|
@pulumi.getter(name="ipv4SubnetMask")
|
|
8192
8576
|
def ipv4_subnet_mask(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
8193
8577
|
"""
|
|
8194
|
-
Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
8195
|
-
|
|
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`
|
|
8578
|
+
Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
8579
|
+
- 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
8580
|
"""
|
|
8201
8581
|
return pulumi.get(self, "ipv4_subnet_mask")
|
|
8202
8582
|
|
|
@@ -8228,7 +8608,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8228
8608
|
@pulumi.getter(name="ipv6ConfigurationType")
|
|
8229
8609
|
def ipv6_configuration_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
8230
8610
|
"""
|
|
8231
|
-
IPv6 Configuration Type
|
|
8611
|
+
IPv6 Configuration Type
|
|
8612
|
+
- Choices: `dynamic`, `static`, `none`
|
|
8613
|
+
- Default value: `none`
|
|
8232
8614
|
"""
|
|
8233
8615
|
return pulumi.get(self, "ipv6_configuration_type")
|
|
8234
8616
|
|
|
@@ -8252,7 +8634,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8252
8634
|
@pulumi.getter(name="loadInterval")
|
|
8253
8635
|
def load_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
8254
8636
|
"""
|
|
8255
|
-
Interval for interface load calculation
|
|
8637
|
+
Interval for interface load calculation
|
|
8638
|
+
- Range: `30`-`600`
|
|
8639
|
+
- Default value: `30`
|
|
8256
8640
|
"""
|
|
8257
8641
|
return pulumi.get(self, "load_interval")
|
|
8258
8642
|
|
|
@@ -8284,7 +8668,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8284
8668
|
@pulumi.getter(name="mediaType")
|
|
8285
8669
|
def media_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
8286
8670
|
"""
|
|
8287
|
-
Media type
|
|
8671
|
+
Media type
|
|
8672
|
+
- Choices: `auto-select`, `rj45`, `sfp`
|
|
8288
8673
|
"""
|
|
8289
8674
|
return pulumi.get(self, "media_type")
|
|
8290
8675
|
|
|
@@ -8308,7 +8693,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8308
8693
|
@pulumi.getter
|
|
8309
8694
|
def nat64(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8310
8695
|
"""
|
|
8311
|
-
NAT64 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
|
|
8696
|
+
NAT64 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
|
|
8697
|
+
- Default value: `false`
|
|
8312
8698
|
"""
|
|
8313
8699
|
return pulumi.get(self, "nat64")
|
|
8314
8700
|
|
|
@@ -8316,7 +8702,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8316
8702
|
@pulumi.getter
|
|
8317
8703
|
def nat66(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8318
8704
|
"""
|
|
8319
|
-
NAT66 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
|
|
8705
|
+
NAT66 on this interface, Attribute conditional on `nat_ipv6` being equal to `true`
|
|
8706
|
+
- Default value: `false`
|
|
8320
8707
|
"""
|
|
8321
8708
|
return pulumi.get(self, "nat66")
|
|
8322
8709
|
|
|
@@ -8324,7 +8711,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8324
8711
|
@pulumi.getter(name="natIpv4")
|
|
8325
8712
|
def nat_ipv4(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8326
8713
|
"""
|
|
8327
|
-
enable Network Address Translation on this interface
|
|
8714
|
+
enable Network Address Translation on this interface
|
|
8715
|
+
- Default value: `false`
|
|
8328
8716
|
"""
|
|
8329
8717
|
return pulumi.get(self, "nat_ipv4")
|
|
8330
8718
|
|
|
@@ -8340,7 +8728,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8340
8728
|
@pulumi.getter(name="natIpv6")
|
|
8341
8729
|
def nat_ipv6(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8342
8730
|
"""
|
|
8343
|
-
enable Network Address Translation ipv6 on this interface
|
|
8731
|
+
enable Network Address Translation ipv6 on this interface
|
|
8732
|
+
- Default value: `false`
|
|
8344
8733
|
"""
|
|
8345
8734
|
return pulumi.get(self, "nat_ipv6")
|
|
8346
8735
|
|
|
@@ -8372,7 +8761,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8372
8761
|
@pulumi.getter(name="natOverload")
|
|
8373
8762
|
def nat_overload(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8374
8763
|
"""
|
|
8375
|
-
NAT Overload, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
8764
|
+
NAT Overload, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
8765
|
+
- Default value: `true`
|
|
8376
8766
|
"""
|
|
8377
8767
|
return pulumi.get(self, "nat_overload")
|
|
8378
8768
|
|
|
@@ -8388,7 +8778,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8388
8778
|
@pulumi.getter(name="natPrefixLength")
|
|
8389
8779
|
def nat_prefix_length(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
8390
8780
|
"""
|
|
8391
|
-
NAT Pool Prefix Length, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
8781
|
+
NAT Pool Prefix Length, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
8782
|
+
- Range: `1`-`32`
|
|
8392
8783
|
"""
|
|
8393
8784
|
return pulumi.get(self, "nat_prefix_length")
|
|
8394
8785
|
|
|
@@ -8436,8 +8827,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8436
8827
|
@pulumi.getter(name="natTcpTimeout")
|
|
8437
8828
|
def nat_tcp_timeout(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
8438
8829
|
"""
|
|
8439
|
-
Set NAT TCP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
8440
|
-
|
|
8830
|
+
Set NAT TCP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
8831
|
+
- Range: `1`-`8947`
|
|
8832
|
+
- Default value: `60`
|
|
8441
8833
|
"""
|
|
8442
8834
|
return pulumi.get(self, "nat_tcp_timeout")
|
|
8443
8835
|
|
|
@@ -8453,8 +8845,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8453
8845
|
@pulumi.getter(name="natType")
|
|
8454
8846
|
def nat_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
8455
8847
|
"""
|
|
8456
|
-
NAT Type, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
8457
|
-
|
|
8848
|
+
NAT Type, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
8849
|
+
- Choices: `interface`, `pool`, `loopback`
|
|
8850
|
+
- Default value: `interface`
|
|
8458
8851
|
"""
|
|
8459
8852
|
return pulumi.get(self, "nat_type")
|
|
8460
8853
|
|
|
@@ -8470,8 +8863,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8470
8863
|
@pulumi.getter(name="natUdpTimeout")
|
|
8471
8864
|
def nat_udp_timeout(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
8472
8865
|
"""
|
|
8473
|
-
Set NAT UDP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
8474
|
-
|
|
8866
|
+
Set NAT UDP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
|
|
8867
|
+
- Range: `1`-`8947`
|
|
8868
|
+
- Default value: `1`
|
|
8475
8869
|
"""
|
|
8476
8870
|
return pulumi.get(self, "nat_udp_timeout")
|
|
8477
8871
|
|
|
@@ -8495,7 +8889,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8495
8889
|
@pulumi.getter(name="perTunnelQos")
|
|
8496
8890
|
def per_tunnel_qos(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8497
8891
|
"""
|
|
8498
|
-
Per-tunnel Qos, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
8892
|
+
Per-tunnel Qos, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
8893
|
+
- Default value: `false`
|
|
8499
8894
|
"""
|
|
8500
8895
|
return pulumi.get(self, "per_tunnel_qos")
|
|
8501
8896
|
|
|
@@ -8511,7 +8906,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8511
8906
|
@pulumi.getter(name="qosAdaptive")
|
|
8512
8907
|
def qos_adaptive(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8513
8908
|
"""
|
|
8514
|
-
Adaptive QoS
|
|
8909
|
+
Adaptive QoS
|
|
8910
|
+
- Default value: `false`
|
|
8515
8911
|
"""
|
|
8516
8912
|
return pulumi.get(self, "qos_adaptive")
|
|
8517
8913
|
|
|
@@ -8519,7 +8915,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8519
8915
|
@pulumi.getter(name="qosAdaptiveBandwidthDownstream")
|
|
8520
8916
|
def qos_adaptive_bandwidth_downstream(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8521
8917
|
"""
|
|
8522
|
-
Shaping Rate Downstream
|
|
8918
|
+
Shaping Rate Downstream
|
|
8919
|
+
- Default value: `false`
|
|
8523
8920
|
"""
|
|
8524
8921
|
return pulumi.get(self, "qos_adaptive_bandwidth_downstream")
|
|
8525
8922
|
|
|
@@ -8527,7 +8924,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8527
8924
|
@pulumi.getter(name="qosAdaptiveBandwidthUpstream")
|
|
8528
8925
|
def qos_adaptive_bandwidth_upstream(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8529
8926
|
"""
|
|
8530
|
-
Shaping Rate Upstream
|
|
8927
|
+
Shaping Rate Upstream
|
|
8928
|
+
- Default value: `false`
|
|
8531
8929
|
"""
|
|
8532
8930
|
return pulumi.get(self, "qos_adaptive_bandwidth_upstream")
|
|
8533
8931
|
|
|
@@ -8535,7 +8933,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8535
8933
|
@pulumi.getter(name="qosAdaptiveDefaultDownstream")
|
|
8536
8934
|
def qos_adaptive_default_downstream(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
8537
8935
|
"""
|
|
8538
|
-
Adaptive QoS default downstream bandwidth (kbps)
|
|
8936
|
+
Adaptive QoS default downstream bandwidth (kbps)
|
|
8937
|
+
- Range: `8`-`100000000`
|
|
8539
8938
|
"""
|
|
8540
8939
|
return pulumi.get(self, "qos_adaptive_default_downstream")
|
|
8541
8940
|
|
|
@@ -8551,7 +8950,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8551
8950
|
@pulumi.getter(name="qosAdaptiveDefaultUpstream")
|
|
8552
8951
|
def qos_adaptive_default_upstream(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
8553
8952
|
"""
|
|
8554
|
-
Adaptive QoS default upstream bandwidth (kbps)
|
|
8953
|
+
Adaptive QoS default upstream bandwidth (kbps)
|
|
8954
|
+
- Range: `8`-`100000000`
|
|
8555
8955
|
"""
|
|
8556
8956
|
return pulumi.get(self, "qos_adaptive_default_upstream")
|
|
8557
8957
|
|
|
@@ -8567,7 +8967,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8567
8967
|
@pulumi.getter(name="qosAdaptiveMaxDownstream")
|
|
8568
8968
|
def qos_adaptive_max_downstream(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
8569
8969
|
"""
|
|
8570
|
-
Downstream max bandwidth limit (kbps)
|
|
8970
|
+
Downstream max bandwidth limit (kbps)
|
|
8971
|
+
- Range: `8`-`100000000`
|
|
8571
8972
|
"""
|
|
8572
8973
|
return pulumi.get(self, "qos_adaptive_max_downstream")
|
|
8573
8974
|
|
|
@@ -8583,7 +8984,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8583
8984
|
@pulumi.getter(name="qosAdaptiveMaxUpstream")
|
|
8584
8985
|
def qos_adaptive_max_upstream(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
8585
8986
|
"""
|
|
8586
|
-
Upstream max bandwidth limit (kbps)
|
|
8987
|
+
Upstream max bandwidth limit (kbps)
|
|
8988
|
+
- Range: `8`-`100000000`
|
|
8587
8989
|
"""
|
|
8588
8990
|
return pulumi.get(self, "qos_adaptive_max_upstream")
|
|
8589
8991
|
|
|
@@ -8599,7 +9001,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8599
9001
|
@pulumi.getter(name="qosAdaptiveMinDownstream")
|
|
8600
9002
|
def qos_adaptive_min_downstream(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
8601
9003
|
"""
|
|
8602
|
-
Downstream min bandwidth limit (kbps)
|
|
9004
|
+
Downstream min bandwidth limit (kbps)
|
|
9005
|
+
- Range: `8`-`100000000`
|
|
8603
9006
|
"""
|
|
8604
9007
|
return pulumi.get(self, "qos_adaptive_min_downstream")
|
|
8605
9008
|
|
|
@@ -8615,7 +9018,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8615
9018
|
@pulumi.getter(name="qosAdaptiveMinUpstream")
|
|
8616
9019
|
def qos_adaptive_min_upstream(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
8617
9020
|
"""
|
|
8618
|
-
Upstream min bandwidth limit (kbps)
|
|
9021
|
+
Upstream min bandwidth limit (kbps)
|
|
9022
|
+
- Range: `8`-`100000000`
|
|
8619
9023
|
"""
|
|
8620
9024
|
return pulumi.get(self, "qos_adaptive_min_upstream")
|
|
8621
9025
|
|
|
@@ -8631,7 +9035,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8631
9035
|
@pulumi.getter(name="qosAdaptivePeriod")
|
|
8632
9036
|
def qos_adaptive_period(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
8633
9037
|
"""
|
|
8634
|
-
Adapt Period(Minutes)
|
|
9038
|
+
Adapt Period(Minutes)
|
|
9039
|
+
- Range: `1`-`720`
|
|
9040
|
+
- Default value: `15`
|
|
8635
9041
|
"""
|
|
8636
9042
|
return pulumi.get(self, "qos_adaptive_period")
|
|
8637
9043
|
|
|
@@ -8647,7 +9053,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8647
9053
|
@pulumi.getter(name="qosShapingRate")
|
|
8648
9054
|
def qos_shaping_rate(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
8649
9055
|
"""
|
|
8650
|
-
Shaping Rate (Kbps)
|
|
9056
|
+
Shaping Rate (Kbps)
|
|
9057
|
+
- Range: `8`-`100000000`
|
|
8651
9058
|
"""
|
|
8652
9059
|
return pulumi.get(self, "qos_shaping_rate")
|
|
8653
9060
|
|
|
@@ -8695,7 +9102,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8695
9102
|
@pulumi.getter
|
|
8696
9103
|
def speed(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
8697
9104
|
"""
|
|
8698
|
-
Set interface speed
|
|
9105
|
+
Set interface speed
|
|
9106
|
+
- Choices: `10`, `100`, `1000`, `2500`, `10000`
|
|
8699
9107
|
"""
|
|
8700
9108
|
return pulumi.get(self, "speed")
|
|
8701
9109
|
|
|
@@ -8719,7 +9127,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8719
9127
|
@pulumi.getter(name="tcpMss")
|
|
8720
9128
|
def tcp_mss(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
8721
9129
|
"""
|
|
8722
|
-
TCP MSS on SYN packets, in bytes
|
|
9130
|
+
TCP MSS on SYN packets, in bytes
|
|
9131
|
+
- Range: `500`-`1460`
|
|
8723
9132
|
"""
|
|
8724
9133
|
return pulumi.get(self, "tcp_mss")
|
|
8725
9134
|
|
|
@@ -8775,8 +9184,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8775
9184
|
@pulumi.getter(name="tunnelBandwidthPercent")
|
|
8776
9185
|
def tunnel_bandwidth_percent(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
8777
9186
|
"""
|
|
8778
|
-
Tunnels Bandwidth Percent, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
8779
|
-
|
|
9187
|
+
Tunnels Bandwidth Percent, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9188
|
+
- Range: `1`-`100`
|
|
9189
|
+
- Default value: `50`
|
|
8780
9190
|
"""
|
|
8781
9191
|
return pulumi.get(self, "tunnel_bandwidth_percent")
|
|
8782
9192
|
|
|
@@ -8792,7 +9202,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8792
9202
|
@pulumi.getter(name="tunnelInterface")
|
|
8793
9203
|
def tunnel_interface(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8794
9204
|
"""
|
|
8795
|
-
Tunnel Interface on/off
|
|
9205
|
+
Tunnel Interface on/off
|
|
9206
|
+
- Default value: `false`
|
|
8796
9207
|
"""
|
|
8797
9208
|
return pulumi.get(self, "tunnel_interface")
|
|
8798
9209
|
|
|
@@ -8800,7 +9211,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8800
9211
|
@pulumi.getter(name="tunnelInterfaceAllowAll")
|
|
8801
9212
|
def tunnel_interface_allow_all(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8802
9213
|
"""
|
|
8803
|
-
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
9214
|
+
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
9215
|
+
- Default value: `false`
|
|
8804
9216
|
"""
|
|
8805
9217
|
return pulumi.get(self, "tunnel_interface_allow_all")
|
|
8806
9218
|
|
|
@@ -8816,7 +9228,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8816
9228
|
@pulumi.getter(name="tunnelInterfaceAllowBfd")
|
|
8817
9229
|
def tunnel_interface_allow_bfd(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8818
9230
|
"""
|
|
8819
|
-
Allow/Deny BFD
|
|
9231
|
+
Allow/Deny BFD
|
|
9232
|
+
- Default value: `false`
|
|
8820
9233
|
"""
|
|
8821
9234
|
return pulumi.get(self, "tunnel_interface_allow_bfd")
|
|
8822
9235
|
|
|
@@ -8832,7 +9245,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8832
9245
|
@pulumi.getter(name="tunnelInterfaceAllowBgp")
|
|
8833
9246
|
def tunnel_interface_allow_bgp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8834
9247
|
"""
|
|
8835
|
-
Allow/deny BGP
|
|
9248
|
+
Allow/deny BGP
|
|
9249
|
+
- Default value: `false`
|
|
8836
9250
|
"""
|
|
8837
9251
|
return pulumi.get(self, "tunnel_interface_allow_bgp")
|
|
8838
9252
|
|
|
@@ -8848,7 +9262,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8848
9262
|
@pulumi.getter(name="tunnelInterfaceAllowDhcp")
|
|
8849
9263
|
def tunnel_interface_allow_dhcp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8850
9264
|
"""
|
|
8851
|
-
Allow/Deny DHCP
|
|
9265
|
+
Allow/Deny DHCP
|
|
9266
|
+
- Default value: `true`
|
|
8852
9267
|
"""
|
|
8853
9268
|
return pulumi.get(self, "tunnel_interface_allow_dhcp")
|
|
8854
9269
|
|
|
@@ -8864,7 +9279,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8864
9279
|
@pulumi.getter(name="tunnelInterfaceAllowDns")
|
|
8865
9280
|
def tunnel_interface_allow_dns(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8866
9281
|
"""
|
|
8867
|
-
Allow/Deny DNS
|
|
9282
|
+
Allow/Deny DNS
|
|
9283
|
+
- Default value: `true`
|
|
8868
9284
|
"""
|
|
8869
9285
|
return pulumi.get(self, "tunnel_interface_allow_dns")
|
|
8870
9286
|
|
|
@@ -8880,7 +9296,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8880
9296
|
@pulumi.getter(name="tunnelInterfaceAllowHttps")
|
|
8881
9297
|
def tunnel_interface_allow_https(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8882
9298
|
"""
|
|
8883
|
-
Allow/Deny HTTPS
|
|
9299
|
+
Allow/Deny HTTPS
|
|
9300
|
+
- Default value: `true`
|
|
8884
9301
|
"""
|
|
8885
9302
|
return pulumi.get(self, "tunnel_interface_allow_https")
|
|
8886
9303
|
|
|
@@ -8896,7 +9313,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8896
9313
|
@pulumi.getter(name="tunnelInterfaceAllowIcmp")
|
|
8897
9314
|
def tunnel_interface_allow_icmp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8898
9315
|
"""
|
|
8899
|
-
Allow/Deny ICMP
|
|
9316
|
+
Allow/Deny ICMP
|
|
9317
|
+
- Default value: `true`
|
|
8900
9318
|
"""
|
|
8901
9319
|
return pulumi.get(self, "tunnel_interface_allow_icmp")
|
|
8902
9320
|
|
|
@@ -8912,7 +9330,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8912
9330
|
@pulumi.getter(name="tunnelInterfaceAllowNetconf")
|
|
8913
9331
|
def tunnel_interface_allow_netconf(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8914
9332
|
"""
|
|
8915
|
-
Allow/Deny NETCONF
|
|
9333
|
+
Allow/Deny NETCONF
|
|
9334
|
+
- Default value: `false`
|
|
8916
9335
|
"""
|
|
8917
9336
|
return pulumi.get(self, "tunnel_interface_allow_netconf")
|
|
8918
9337
|
|
|
@@ -8928,7 +9347,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8928
9347
|
@pulumi.getter(name="tunnelInterfaceAllowNtp")
|
|
8929
9348
|
def tunnel_interface_allow_ntp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8930
9349
|
"""
|
|
8931
|
-
Allow/Deny NTP
|
|
9350
|
+
Allow/Deny NTP
|
|
9351
|
+
- Default value: `true`
|
|
8932
9352
|
"""
|
|
8933
9353
|
return pulumi.get(self, "tunnel_interface_allow_ntp")
|
|
8934
9354
|
|
|
@@ -8944,7 +9364,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8944
9364
|
@pulumi.getter(name="tunnelInterfaceAllowOspf")
|
|
8945
9365
|
def tunnel_interface_allow_ospf(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8946
9366
|
"""
|
|
8947
|
-
Allow/Deny OSPF
|
|
9367
|
+
Allow/Deny OSPF
|
|
9368
|
+
- Default value: `false`
|
|
8948
9369
|
"""
|
|
8949
9370
|
return pulumi.get(self, "tunnel_interface_allow_ospf")
|
|
8950
9371
|
|
|
@@ -8960,7 +9381,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8960
9381
|
@pulumi.getter(name="tunnelInterfaceAllowSnmp")
|
|
8961
9382
|
def tunnel_interface_allow_snmp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8962
9383
|
"""
|
|
8963
|
-
Allow/Deny SNMP
|
|
9384
|
+
Allow/Deny SNMP
|
|
9385
|
+
- Default value: `false`
|
|
8964
9386
|
"""
|
|
8965
9387
|
return pulumi.get(self, "tunnel_interface_allow_snmp")
|
|
8966
9388
|
|
|
@@ -8976,7 +9398,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8976
9398
|
@pulumi.getter(name="tunnelInterfaceAllowSsh")
|
|
8977
9399
|
def tunnel_interface_allow_ssh(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8978
9400
|
"""
|
|
8979
|
-
Allow/Deny SSH
|
|
9401
|
+
Allow/Deny SSH
|
|
9402
|
+
- Default value: `true`
|
|
8980
9403
|
"""
|
|
8981
9404
|
return pulumi.get(self, "tunnel_interface_allow_ssh")
|
|
8982
9405
|
|
|
@@ -8992,7 +9415,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
8992
9415
|
@pulumi.getter(name="tunnelInterfaceAllowStun")
|
|
8993
9416
|
def tunnel_interface_allow_stun(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
8994
9417
|
"""
|
|
8995
|
-
Allow/Deny STUN
|
|
9418
|
+
Allow/Deny STUN
|
|
9419
|
+
- Default value: `false`
|
|
8996
9420
|
"""
|
|
8997
9421
|
return pulumi.get(self, "tunnel_interface_allow_stun")
|
|
8998
9422
|
|
|
@@ -9008,8 +9432,7 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
9008
9432
|
@pulumi.getter(name="tunnelInterfaceBindLoopbackTunnel")
|
|
9009
9433
|
def tunnel_interface_bind_loopback_tunnel(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
9010
9434
|
"""
|
|
9011
|
-
Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnel_interface` being equal to
|
|
9012
|
-
`true`
|
|
9435
|
+
Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9013
9436
|
"""
|
|
9014
9437
|
return pulumi.get(self, "tunnel_interface_bind_loopback_tunnel")
|
|
9015
9438
|
|
|
@@ -9025,7 +9448,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
9025
9448
|
@pulumi.getter(name="tunnelInterfaceBorder")
|
|
9026
9449
|
def tunnel_interface_border(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
9027
9450
|
"""
|
|
9028
|
-
Set TLOC as border TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9451
|
+
Set TLOC as border TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9452
|
+
- Default value: `false`
|
|
9029
9453
|
"""
|
|
9030
9454
|
return pulumi.get(self, "tunnel_interface_border")
|
|
9031
9455
|
|
|
@@ -9041,9 +9465,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
9041
9465
|
@pulumi.getter(name="tunnelInterfaceCarrier")
|
|
9042
9466
|
def tunnel_interface_carrier(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
9043
9467
|
"""
|
|
9044
|
-
Set carrier for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9045
|
-
|
|
9046
|
-
|
|
9468
|
+
Set carrier for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9469
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
9470
|
+
- Default value: `default`
|
|
9047
9471
|
"""
|
|
9048
9472
|
return pulumi.get(self, "tunnel_interface_carrier")
|
|
9049
9473
|
|
|
@@ -9059,8 +9483,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
9059
9483
|
@pulumi.getter(name="tunnelInterfaceClearDontFragment")
|
|
9060
9484
|
def tunnel_interface_clear_dont_fragment(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
9061
9485
|
"""
|
|
9062
|
-
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnel_interface` being
|
|
9063
|
-
|
|
9486
|
+
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9487
|
+
- Default value: `false`
|
|
9064
9488
|
"""
|
|
9065
9489
|
return pulumi.get(self, "tunnel_interface_clear_dont_fragment")
|
|
9066
9490
|
|
|
@@ -9076,10 +9500,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
9076
9500
|
@pulumi.getter(name="tunnelInterfaceColor")
|
|
9077
9501
|
def tunnel_interface_color(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
9078
9502
|
"""
|
|
9079
|
-
Set color for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9080
|
-
|
|
9081
|
-
|
|
9082
|
-
`mpls`
|
|
9503
|
+
Set color for TLOC, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9504
|
+
- 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`
|
|
9505
|
+
- Default value: `mpls`
|
|
9083
9506
|
"""
|
|
9084
9507
|
return pulumi.get(self, "tunnel_interface_color")
|
|
9085
9508
|
|
|
@@ -9087,7 +9510,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
9087
9510
|
@pulumi.getter(name="tunnelInterfaceColorRestrict")
|
|
9088
9511
|
def tunnel_interface_color_restrict(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
9089
9512
|
"""
|
|
9090
|
-
Restrict this TLOC behavior, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9513
|
+
Restrict this TLOC behavior, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9514
|
+
- Default value: `false`
|
|
9091
9515
|
"""
|
|
9092
9516
|
return pulumi.get(self, "tunnel_interface_color_restrict")
|
|
9093
9517
|
|
|
@@ -9111,8 +9535,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
9111
9535
|
@pulumi.getter(name="tunnelInterfaceCtsSgtPropagation")
|
|
9112
9536
|
def tunnel_interface_cts_sgt_propagation(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
9113
9537
|
"""
|
|
9114
|
-
CTS SGT Propagation configuration, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9115
|
-
|
|
9538
|
+
CTS SGT Propagation configuration, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9539
|
+
- Default value: `false`
|
|
9116
9540
|
"""
|
|
9117
9541
|
return pulumi.get(self, "tunnel_interface_cts_sgt_propagation")
|
|
9118
9542
|
|
|
@@ -9144,8 +9568,7 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
9144
9568
|
@pulumi.getter(name="tunnelInterfaceExcludeControllerGroupLists")
|
|
9145
9569
|
def tunnel_interface_exclude_controller_group_lists(self) -> pulumi.Output[Optional[Sequence[_builtins.int]]]:
|
|
9146
9570
|
"""
|
|
9147
|
-
Exclude the following controller groups defined in this list., Attribute conditional on `tunnel_interface` being equal
|
|
9148
|
-
to `true`
|
|
9571
|
+
Exclude the following controller groups defined in this list., Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9149
9572
|
"""
|
|
9150
9573
|
return pulumi.get(self, "tunnel_interface_exclude_controller_group_lists")
|
|
9151
9574
|
|
|
@@ -9169,7 +9592,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
9169
9592
|
@pulumi.getter(name="tunnelInterfaceGroups")
|
|
9170
9593
|
def tunnel_interface_groups(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
9171
9594
|
"""
|
|
9172
|
-
List of groups, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9595
|
+
List of groups, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9596
|
+
- Range: `1`-`4294967295`
|
|
9173
9597
|
"""
|
|
9174
9598
|
return pulumi.get(self, "tunnel_interface_groups")
|
|
9175
9599
|
|
|
@@ -9185,8 +9609,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
9185
9609
|
@pulumi.getter(name="tunnelInterfaceHelloInterval")
|
|
9186
9610
|
def tunnel_interface_hello_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
9187
9611
|
"""
|
|
9188
|
-
Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnel_interface` being
|
|
9189
|
-
|
|
9612
|
+
Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9613
|
+
- Range: `100`-`600000`
|
|
9614
|
+
- Default value: `1000`
|
|
9190
9615
|
"""
|
|
9191
9616
|
return pulumi.get(self, "tunnel_interface_hello_interval")
|
|
9192
9617
|
|
|
@@ -9202,8 +9627,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
9202
9627
|
@pulumi.getter(name="tunnelInterfaceHelloTolerance")
|
|
9203
9628
|
def tunnel_interface_hello_tolerance(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
9204
9629
|
"""
|
|
9205
|
-
Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnel_interface` being equal to
|
|
9206
|
-
|
|
9630
|
+
Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9631
|
+
- Range: `12`-`6000`
|
|
9632
|
+
- Default value: `12`
|
|
9207
9633
|
"""
|
|
9208
9634
|
return pulumi.get(self, "tunnel_interface_hello_tolerance")
|
|
9209
9635
|
|
|
@@ -9219,7 +9645,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
9219
9645
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuit")
|
|
9220
9646
|
def tunnel_interface_last_resort_circuit(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
9221
9647
|
"""
|
|
9222
|
-
Set TLOC as last resort, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9648
|
+
Set TLOC as last resort, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9649
|
+
- Default value: `false`
|
|
9223
9650
|
"""
|
|
9224
9651
|
return pulumi.get(self, "tunnel_interface_last_resort_circuit")
|
|
9225
9652
|
|
|
@@ -9235,8 +9662,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
9235
9662
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
|
|
9236
9663
|
def tunnel_interface_low_bandwidth_link(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
9237
9664
|
"""
|
|
9238
|
-
Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9239
|
-
|
|
9665
|
+
Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9666
|
+
- Default value: `false`
|
|
9240
9667
|
"""
|
|
9241
9668
|
return pulumi.get(self, "tunnel_interface_low_bandwidth_link")
|
|
9242
9669
|
|
|
@@ -9252,7 +9679,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
9252
9679
|
@pulumi.getter(name="tunnelInterfaceMaxControlConnections")
|
|
9253
9680
|
def tunnel_interface_max_control_connections(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
9254
9681
|
"""
|
|
9255
|
-
Maximum Control Connections, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9682
|
+
Maximum Control Connections, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9683
|
+
- Range: `0`-`100`
|
|
9256
9684
|
"""
|
|
9257
9685
|
return pulumi.get(self, "tunnel_interface_max_control_connections")
|
|
9258
9686
|
|
|
@@ -9268,8 +9696,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
9268
9696
|
@pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
|
|
9269
9697
|
def tunnel_interface_nat_refresh_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
9270
9698
|
"""
|
|
9271
|
-
Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnel_interface` being equal to
|
|
9272
|
-
|
|
9699
|
+
Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9700
|
+
- Range: `1`-`60`
|
|
9701
|
+
- Default value: `5`
|
|
9273
9702
|
"""
|
|
9274
9703
|
return pulumi.get(self, "tunnel_interface_nat_refresh_interval")
|
|
9275
9704
|
|
|
@@ -9285,8 +9714,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
9285
9714
|
@pulumi.getter(name="tunnelInterfaceNetworkBroadcast")
|
|
9286
9715
|
def tunnel_interface_network_broadcast(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
9287
9716
|
"""
|
|
9288
|
-
Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnel_interface` being equal to
|
|
9289
|
-
|
|
9717
|
+
Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9718
|
+
- Default value: `false`
|
|
9290
9719
|
"""
|
|
9291
9720
|
return pulumi.get(self, "tunnel_interface_network_broadcast")
|
|
9292
9721
|
|
|
@@ -9302,8 +9731,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
9302
9731
|
@pulumi.getter(name="tunnelInterfacePortHop")
|
|
9303
9732
|
def tunnel_interface_port_hop(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
9304
9733
|
"""
|
|
9305
|
-
Disallow port hopping on the tunnel interface, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9306
|
-
|
|
9734
|
+
Disallow port hopping on the tunnel interface, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9735
|
+
- Default value: `true`
|
|
9307
9736
|
"""
|
|
9308
9737
|
return pulumi.get(self, "tunnel_interface_port_hop")
|
|
9309
9738
|
|
|
@@ -9319,8 +9748,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
9319
9748
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
|
|
9320
9749
|
def tunnel_interface_tunnel_tcp_mss(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
9321
9750
|
"""
|
|
9322
|
-
Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9323
|
-
|
|
9751
|
+
Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9752
|
+
- Range: `500`-`1460`
|
|
9324
9753
|
"""
|
|
9325
9754
|
return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss")
|
|
9326
9755
|
|
|
@@ -9336,8 +9765,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
9336
9765
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
|
|
9337
9766
|
def tunnel_interface_vbond_as_stun_server(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
9338
9767
|
"""
|
|
9339
|
-
Put this wan interface in STUN mode only, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9340
|
-
|
|
9768
|
+
Put this wan interface in STUN mode only, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9769
|
+
- Default value: `false`
|
|
9341
9770
|
"""
|
|
9342
9771
|
return pulumi.get(self, "tunnel_interface_vbond_as_stun_server")
|
|
9343
9772
|
|
|
@@ -9353,8 +9782,9 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
9353
9782
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
|
|
9354
9783
|
def tunnel_interface_vmanage_connection_preference(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
9355
9784
|
"""
|
|
9356
|
-
Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnel_interface` being
|
|
9357
|
-
|
|
9785
|
+
Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9786
|
+
- Range: `0`-`8`
|
|
9787
|
+
- Default value: `5`
|
|
9358
9788
|
"""
|
|
9359
9789
|
return pulumi.get(self, "tunnel_interface_vmanage_connection_preference")
|
|
9360
9790
|
|
|
@@ -9370,7 +9800,8 @@ class TransportWanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
9370
9800
|
@pulumi.getter(name="tunnelQosMode")
|
|
9371
9801
|
def tunnel_qos_mode(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
9372
9802
|
"""
|
|
9373
|
-
Set tunnel QoS mode, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9803
|
+
Set tunnel QoS mode, Attribute conditional on `tunnel_interface` being equal to `true`
|
|
9804
|
+
- Choices: `hub`, `spoke`
|
|
9374
9805
|
"""
|
|
9375
9806
|
return pulumi.get(self, "tunnel_qos_mode")
|
|
9376
9807
|
|