pulumi-sdwan 0.5.0a1755712533__py3-none-any.whl → 0.5.0a1757701880__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 +120 -5
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +14 -7
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +91 -42
- pulumi_sdwan/cedge_aaa_feature_template.py +147 -77
- pulumi_sdwan/cedge_global_feature_template.py +336 -175
- pulumi_sdwan/cedge_igmp_feature_template.py +14 -21
- pulumi_sdwan/cedge_multicast_feature_template.py +56 -42
- pulumi_sdwan/cedge_pim_feature_template.py +84 -56
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +70 -42
- pulumi_sdwan/cellular_controller_feature_template.py +70 -49
- pulumi_sdwan/cellular_profile_feature_template.py +63 -42
- pulumi_sdwan/cflowd_policy_definition.py +70 -35
- pulumi_sdwan/cisco_banner_feature_template.py +14 -21
- pulumi_sdwan/cisco_bfd_feature_template.py +77 -49
- pulumi_sdwan/cisco_bgp_feature_template.py +231 -112
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +49 -35
- pulumi_sdwan/cisco_logging_feature_template.py +70 -42
- pulumi_sdwan/cisco_ntp_feature_template.py +42 -35
- pulumi_sdwan/cisco_omp_feature_template.py +231 -112
- pulumi_sdwan/cisco_ospf_feature_template.py +231 -105
- pulumi_sdwan/cisco_ospfv3_feature_template.py +518 -217
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +35 -28
- pulumi_sdwan/cisco_security_feature_template.py +91 -56
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +28 -28
- pulumi_sdwan/cisco_snmp_feature_template.py +28 -28
- pulumi_sdwan/cisco_system_feature_template.py +516 -742
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +14 -21
- pulumi_sdwan/cisco_trustsec_feature_template.py +203 -112
- pulumi_sdwan/cisco_vpn_feature_template.py +98 -56
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +1211 -602
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +105 -70
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +329 -161
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +98 -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/configuration_group.py +28 -14
- pulumi_sdwan/custom_control_topology_policy_definition.py +14 -7
- pulumi_sdwan/eigrp_feature_template.py +98 -56
- pulumi_sdwan/feature_device_template.py +14 -7
- pulumi_sdwan/get_cisco_system_feature_template.py +15 -1
- pulumi_sdwan/gps_feature_template.py +77 -49
- pulumi_sdwan/intrusion_prevention_policy_definition.py +56 -28
- pulumi_sdwan/ipv4_acl_policy_definition.py +14 -7
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +14 -7
- pulumi_sdwan/ipv6_acl_policy_definition.py +14 -7
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +14 -7
- pulumi_sdwan/localized_policy.py +82 -26
- pulumi_sdwan/other_ucse_feature.py +98 -56
- pulumi_sdwan/outputs.py +145 -10
- pulumi_sdwan/policer_policy_object.py +42 -21
- pulumi_sdwan/policy_group.py +14 -7
- pulumi_sdwan/policy_object_as_path_list.py +14 -7
- pulumi_sdwan/policy_object_security_geolocation_list.py +7 -7
- pulumi_sdwan/preferred_color_group_policy_object.py +42 -21
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/route_policy_definition.py +14 -7
- pulumi_sdwan/security_app_hosting_feature_template.py +14 -21
- pulumi_sdwan/security_policy.py +98 -49
- pulumi_sdwan/service_dhcp_server_feature.py +49 -49
- pulumi_sdwan/service_ipv4_acl_feature.py +21 -7
- pulumi_sdwan/service_ipv6_acl_feature.py +21 -7
- pulumi_sdwan/service_lan_vpn_feature.py +63 -28
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +392 -210
- 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 +147 -91
- pulumi_sdwan/service_multicast_feature.py +91 -42
- pulumi_sdwan/service_object_tracker_feature.py +63 -56
- pulumi_sdwan/service_object_tracker_group_feature.py +35 -14
- pulumi_sdwan/service_route_policy_feature.py +21 -7
- pulumi_sdwan/service_routing_bgp_feature.py +287 -133
- pulumi_sdwan/service_routing_eigrp_feature.py +84 -35
- pulumi_sdwan/service_routing_ospf_feature.py +217 -84
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +238 -91
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +238 -91
- pulumi_sdwan/service_switchport_feature.py +21 -7
- pulumi_sdwan/service_tracker_feature.py +105 -35
- pulumi_sdwan/service_tracker_group_feature.py +21 -7
- pulumi_sdwan/service_wireless_lan_feature.py +63 -126
- pulumi_sdwan/sla_class_policy_object.py +91 -63
- pulumi_sdwan/switchport_feature_template.py +91 -49
- pulumi_sdwan/system_aaa_feature.py +56 -28
- pulumi_sdwan/system_basic_feature.py +392 -693
- pulumi_sdwan/system_bfd_feature.py +42 -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 +21 -7
- pulumi_sdwan/system_ipv6_device_access_feature.py +21 -7
- pulumi_sdwan/system_logging_feature.py +56 -21
- pulumi_sdwan/system_mrf_feature.py +70 -35
- pulumi_sdwan/system_ntp_feature.py +28 -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 +77 -35
- pulumi_sdwan/system_snmp_feature.py +14 -7
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +168 -84
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +28 -14
- pulumi_sdwan/traffic_data_policy_definition.py +14 -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 +21 -7
- pulumi_sdwan/transport_ipv6_acl_feature.py +21 -7
- pulumi_sdwan/transport_ipv6_tracker_feature.py +105 -35
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +21 -7
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +259 -154
- pulumi_sdwan/transport_route_policy_feature.py +21 -7
- pulumi_sdwan/transport_routing_bgp_feature.py +287 -133
- pulumi_sdwan/transport_routing_ospf_feature.py +217 -84
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +238 -91
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +238 -91
- pulumi_sdwan/transport_t1_e1_controller_feature.py +14 -7
- pulumi_sdwan/transport_tracker_feature.py +105 -35
- pulumi_sdwan/transport_tracker_group_feature.py +21 -7
- pulumi_sdwan/transport_wan_vpn_feature.py +28 -14
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +840 -413
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +1162 -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 +56 -35
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +931 -455
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +959 -469
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +924 -448
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +980 -476
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +980 -476
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +812 -406
- pulumi_sdwan/vpn_interface_svi_feature_template.py +168 -84
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +721 -378
- pulumi_sdwan/zone_based_firewall_policy_definition.py +28 -14
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1757701880.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1757701880.dist-info}/RECORD +136 -136
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1757701880.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1757701880.dist-info}/top_level.txt +0 -0
|
@@ -161,42 +161,54 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
161
161
|
"""
|
|
162
162
|
The set of arguments for constructing a VpnInterfaceMultilinkFeatureTemplate resource.
|
|
163
163
|
:param pulumi.Input[_builtins.str] description: The description of the feature template
|
|
164
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
165
|
-
|
|
166
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
164
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
165
|
+
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
167
166
|
:param pulumi.Input[Sequence[pulumi.Input['VpnInterfaceMultilinkFeatureTemplateAccessListArgs']]] access_lists: Apply ACL
|
|
168
|
-
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
167
|
+
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
168
|
+
- Default value: `true`
|
|
169
169
|
:param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
|
|
170
|
-
:param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
|
|
170
|
+
:param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
|
|
171
|
+
- Range: `1`-`2147483647`
|
|
171
172
|
:param pulumi.Input[_builtins.str] bandwidth_downstream_variable: Variable name
|
|
172
|
-
:param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps
|
|
173
|
+
:param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps
|
|
174
|
+
- Range: `1`-`2147483647`
|
|
173
175
|
:param pulumi.Input[_builtins.str] bandwidth_upstream_variable: Variable name
|
|
174
176
|
:param pulumi.Input[_builtins.str] chap_hostname: CHAP Hostname
|
|
175
177
|
:param pulumi.Input[_builtins.str] chap_hostname_variable: Variable name
|
|
176
178
|
:param pulumi.Input[_builtins.str] chap_ppp_auth_password: Specify ppp authentication Password
|
|
177
179
|
:param pulumi.Input[_builtins.str] chap_ppp_auth_password_variable: Variable name
|
|
178
|
-
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
180
|
+
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
181
|
+
- Default value: `false`
|
|
179
182
|
:param pulumi.Input[_builtins.str] clear_dont_fragment_bit_variable: Variable name
|
|
180
|
-
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
183
|
+
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
184
|
+
- Choices: `core`, `core-shared`
|
|
185
|
+
- Default value: `core`
|
|
181
186
|
:param pulumi.Input[_builtins.str] core_region_variable: Variable name
|
|
182
|
-
:param pulumi.Input[_builtins.bool] disable_fragmentation: Suppresss multilink fragmentation
|
|
183
|
-
|
|
187
|
+
:param pulumi.Input[_builtins.bool] disable_fragmentation: Suppresss multilink fragmentation
|
|
188
|
+
- Default value: `false`
|
|
189
|
+
:param pulumi.Input[_builtins.bool] enable_core_region: Enable core region
|
|
190
|
+
- Default value: `false`
|
|
184
191
|
:param pulumi.Input[_builtins.str] enable_core_region_variable: Variable name
|
|
185
|
-
:param pulumi.Input[_builtins.int] fragment_max_delay: Maximum delay for each fragment
|
|
192
|
+
:param pulumi.Input[_builtins.int] fragment_max_delay: Maximum delay for each fragment
|
|
193
|
+
- Range: `0`-`1000`
|
|
186
194
|
:param pulumi.Input[_builtins.str] fragment_max_delay_variable: Variable name
|
|
187
195
|
:param pulumi.Input[_builtins.str] interface_description: Interface description
|
|
188
196
|
:param pulumi.Input[_builtins.str] interface_description_variable: Variable name
|
|
189
197
|
:param pulumi.Input[_builtins.str] interface_name: Interface Name
|
|
190
198
|
:param pulumi.Input[_builtins.str] interface_name_variable: Variable name
|
|
191
|
-
:param pulumi.Input[_builtins.bool] interleaving_fragment: Allow interleaving of packets with fragments
|
|
192
|
-
|
|
199
|
+
:param pulumi.Input[_builtins.bool] interleaving_fragment: Allow interleaving of packets with fragments
|
|
200
|
+
- Default value: `false`
|
|
201
|
+
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <68...2000>, in bytes
|
|
202
|
+
- Range: `68`-`2000`
|
|
203
|
+
- Default value: `1500`
|
|
193
204
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
194
205
|
:param pulumi.Input[_builtins.str] ipv4_address: Assign IPv4 address
|
|
195
206
|
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
196
207
|
:param pulumi.Input[Sequence[pulumi.Input['VpnInterfaceMultilinkFeatureTemplateIpv6AccessListArgs']]] ipv6_access_lists: Apply IPv6 access list
|
|
197
208
|
:param pulumi.Input[_builtins.str] ipv6_address: Assign IPv6 address
|
|
198
209
|
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
199
|
-
:param pulumi.Input[_builtins.int] multilink_group_number: MultiLink Group Number
|
|
210
|
+
:param pulumi.Input[_builtins.int] multilink_group_number: MultiLink Group Number
|
|
211
|
+
- Range: `1`-`2147483647`
|
|
200
212
|
:param pulumi.Input[_builtins.str] multilink_group_number_variable: Variable name
|
|
201
213
|
:param pulumi.Input[Sequence[pulumi.Input['VpnInterfaceMultilinkFeatureTemplateMultilinkInterfaceArgs']]] multilink_interfaces: Controller tx-ex List
|
|
202
214
|
:param pulumi.Input[_builtins.str] name: The name of the feature template
|
|
@@ -206,99 +218,145 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
206
218
|
:param pulumi.Input[_builtins.str] pap_ppp_auth_password_variable: Variable name
|
|
207
219
|
:param pulumi.Input[_builtins.str] pap_username: PAP outbound Sent Username
|
|
208
220
|
:param pulumi.Input[_builtins.str] pap_username_variable: Variable name
|
|
209
|
-
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
210
|
-
|
|
221
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
222
|
+
- Default value: `false`
|
|
223
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos_aggregator: Per-tunnel QoS Aggregator
|
|
224
|
+
- Default value: `false`
|
|
211
225
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_aggregator_variable: Variable name
|
|
212
226
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_variable: Variable name
|
|
213
|
-
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
227
|
+
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
228
|
+
- Default value: `false`
|
|
214
229
|
:param pulumi.Input[_builtins.str] pmtu_discovery_variable: Variable name
|
|
215
|
-
:param pulumi.Input[_builtins.str] ppp_authentication_protocol: PPP Link Authentication Protocol
|
|
216
|
-
|
|
217
|
-
:param pulumi.Input[_builtins.
|
|
230
|
+
:param pulumi.Input[_builtins.str] ppp_authentication_protocol: PPP Link Authentication Protocol
|
|
231
|
+
- Choices: `chap`, `pap`
|
|
232
|
+
:param pulumi.Input[_builtins.bool] ppp_authentication_protocol_pap: PPP Authentication Protocol PAP
|
|
233
|
+
- Default value: `false`
|
|
234
|
+
:param pulumi.Input[_builtins.str] ppp_authentication_type: Authenticate remote on incoming call only
|
|
235
|
+
- Choices: `callin`, `false`
|
|
236
|
+
- Default value: `callin`
|
|
218
237
|
:param pulumi.Input[_builtins.str] qos_map: Name of QoS map
|
|
219
238
|
:param pulumi.Input[_builtins.str] qos_map_variable: Variable name
|
|
220
239
|
:param pulumi.Input[_builtins.str] qos_map_vpn: Name of VPN QoS map
|
|
221
240
|
:param pulumi.Input[_builtins.str] qos_map_vpn_variable: Variable name
|
|
222
|
-
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
241
|
+
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
242
|
+
- Choices: `off`, `secondary-only`, `secondary-shared`
|
|
243
|
+
- Default value: `off`
|
|
223
244
|
:param pulumi.Input[_builtins.str] secondary_region_variable: Variable name
|
|
224
|
-
:param pulumi.Input[_builtins.int] shaping_rate: 1ge
|
|
245
|
+
:param pulumi.Input[_builtins.int] shaping_rate: 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
246
|
+
- Range: `8`-`100000000`
|
|
225
247
|
:param pulumi.Input[_builtins.str] shaping_rate_variable: Variable name
|
|
226
|
-
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
248
|
+
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
249
|
+
- Default value: `true`
|
|
227
250
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
228
|
-
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
251
|
+
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
252
|
+
- Range: `0`-`7`
|
|
229
253
|
:param pulumi.Input[_builtins.str] static_ingress_qos_variable: Variable name
|
|
230
|
-
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
254
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
255
|
+
- Range: `552`-`1960`
|
|
231
256
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
232
257
|
:param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
|
|
233
258
|
:param pulumi.Input[_builtins.str] tloc_extension_variable: Variable name
|
|
234
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
259
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
260
|
+
- Default value: `false`
|
|
235
261
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_all_variable: Variable name
|
|
236
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
262
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
263
|
+
- Default value: `false`
|
|
237
264
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_bgp_variable: Variable name
|
|
238
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
265
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
266
|
+
- Default value: `true`
|
|
239
267
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dhcp_variable: Variable name
|
|
240
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
268
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
269
|
+
- Default value: `true`
|
|
241
270
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dns_variable: Variable name
|
|
242
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
271
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
272
|
+
- Default value: `true`
|
|
243
273
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_https_variable: Variable name
|
|
244
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
274
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
275
|
+
- Default value: `true`
|
|
245
276
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_icmp_variable: Variable name
|
|
246
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
277
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
278
|
+
- Default value: `false`
|
|
247
279
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_netconf_variable: Variable name
|
|
248
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
280
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
281
|
+
- Default value: `false`
|
|
249
282
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ntp_variable: Variable name
|
|
250
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
283
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
284
|
+
- Default value: `false`
|
|
251
285
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ospf_variable: Variable name
|
|
252
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
286
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
287
|
+
- Default value: `false`
|
|
253
288
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_snmp_variable: Variable name
|
|
254
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
289
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
290
|
+
- Default value: `false`
|
|
255
291
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ssh_variable: Variable name
|
|
256
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
292
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
293
|
+
- Default value: `false`
|
|
257
294
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_stun_variable: Variable name
|
|
258
295
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface
|
|
259
296
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel_variable: Variable name
|
|
260
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
297
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
298
|
+
- Default value: `false`
|
|
261
299
|
:param pulumi.Input[_builtins.str] tunnel_interface_border_variable: Variable name
|
|
262
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
263
|
-
|
|
300
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
301
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
302
|
+
- Default value: `default`
|
|
264
303
|
:param pulumi.Input[_builtins.str] tunnel_interface_carrier_variable: Variable name
|
|
265
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
304
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
305
|
+
- Default value: `false`
|
|
266
306
|
:param pulumi.Input[_builtins.str] tunnel_interface_clear_dont_fragment_variable: Variable name
|
|
267
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_color_restrict: Restrict this TLOC behavior
|
|
307
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
308
|
+
- 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`
|
|
309
|
+
- Default value: `default`
|
|
310
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_color_restrict: Restrict this TLOC behavior
|
|
311
|
+
- Default value: `false`
|
|
271
312
|
:param pulumi.Input[_builtins.str] tunnel_interface_color_variable: Variable name
|
|
272
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_control_connections: Allow Control Connection
|
|
313
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_control_connections: Allow Control Connection
|
|
314
|
+
- Default value: `true`
|
|
273
315
|
:param pulumi.Input[_builtins.str] tunnel_interface_control_connections_variable: Variable name
|
|
274
316
|
:param pulumi.Input[Sequence[pulumi.Input['VpnInterfaceMultilinkFeatureTemplateTunnelInterfaceEncapsulationArgs']]] tunnel_interface_encapsulations: Encapsulation for TLOC
|
|
275
317
|
:param pulumi.Input[_builtins.str] tunnel_interface_exclude_controller_group_list_variable: Variable name
|
|
276
318
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list
|
|
277
319
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_groups: List of groups
|
|
278
320
|
:param pulumi.Input[_builtins.str] tunnel_interface_groups_variable: Variable name
|
|
279
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
321
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
322
|
+
- Range: `100`-`600000`
|
|
323
|
+
- Default value: `1000`
|
|
280
324
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_interval_variable: Variable name
|
|
281
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
325
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
326
|
+
- Range: `12`-`6000`
|
|
327
|
+
- Default value: `12`
|
|
282
328
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_tolerance_variable: Variable name
|
|
283
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
329
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
330
|
+
- Default value: `false`
|
|
284
331
|
:param pulumi.Input[_builtins.str] tunnel_interface_last_resort_circuit_variable: Variable name
|
|
285
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
332
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
333
|
+
- Default value: `false`
|
|
286
334
|
:param pulumi.Input[_builtins.str] tunnel_interface_low_bandwidth_link_variable: Variable name
|
|
287
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Set the maximum number of control connections for this TLOC
|
|
335
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Set the maximum number of control connections for this TLOC
|
|
336
|
+
- Range: `0`-`8`
|
|
288
337
|
:param pulumi.Input[_builtins.str] tunnel_interface_max_control_connections_variable: Variable name
|
|
289
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
338
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
339
|
+
- Range: `1`-`60`
|
|
340
|
+
- Default value: `5`
|
|
290
341
|
:param pulumi.Input[_builtins.str] tunnel_interface_nat_refresh_interval_variable: Variable name
|
|
291
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
342
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
343
|
+
- Default value: `false`
|
|
292
344
|
:param pulumi.Input[_builtins.str] tunnel_interface_network_broadcast_variable: Variable name
|
|
293
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
345
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
346
|
+
- Default value: `true`
|
|
294
347
|
:param pulumi.Input[_builtins.str] tunnel_interface_port_hop_variable: Variable name
|
|
295
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
348
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
349
|
+
- Range: `500`-`1460`
|
|
296
350
|
:param pulumi.Input[_builtins.str] tunnel_interface_tunnel_tcp_mss_variable: Variable name
|
|
297
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
351
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
352
|
+
- Default value: `false`
|
|
298
353
|
:param pulumi.Input[_builtins.str] tunnel_interface_vbond_as_stun_server_variable: Variable name
|
|
299
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
354
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
355
|
+
- Range: `0`-`8`
|
|
356
|
+
- Default value: `5`
|
|
300
357
|
:param pulumi.Input[_builtins.str] tunnel_interface_vmanage_connection_preference_variable: Variable name
|
|
301
|
-
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
358
|
+
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
359
|
+
- Choices: `spoke`
|
|
302
360
|
:param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name
|
|
303
361
|
:param pulumi.Input[_builtins.str] write_rule: Name of rewrite rule
|
|
304
362
|
:param pulumi.Input[_builtins.str] write_rule_variable: Variable name
|
|
@@ -592,9 +650,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
592
650
|
@pulumi.getter(name="deviceTypes")
|
|
593
651
|
def device_types(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
594
652
|
"""
|
|
595
|
-
List of supported device types
|
|
596
|
-
|
|
597
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
653
|
+
List of supported device types
|
|
654
|
+
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
598
655
|
"""
|
|
599
656
|
return pulumi.get(self, "device_types")
|
|
600
657
|
|
|
@@ -618,7 +675,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
618
675
|
@pulumi.getter
|
|
619
676
|
def autonegotiate(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
620
677
|
"""
|
|
621
|
-
Link autonegotiation
|
|
678
|
+
Link autonegotiation
|
|
679
|
+
- Default value: `true`
|
|
622
680
|
"""
|
|
623
681
|
return pulumi.get(self, "autonegotiate")
|
|
624
682
|
|
|
@@ -642,7 +700,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
642
700
|
@pulumi.getter(name="bandwidthDownstream")
|
|
643
701
|
def bandwidth_downstream(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
644
702
|
"""
|
|
645
|
-
Interface downstream bandwidth capacity, in kbps
|
|
703
|
+
Interface downstream bandwidth capacity, in kbps
|
|
704
|
+
- Range: `1`-`2147483647`
|
|
646
705
|
"""
|
|
647
706
|
return pulumi.get(self, "bandwidth_downstream")
|
|
648
707
|
|
|
@@ -666,7 +725,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
666
725
|
@pulumi.getter(name="bandwidthUpstream")
|
|
667
726
|
def bandwidth_upstream(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
668
727
|
"""
|
|
669
|
-
Interface upstream bandwidth capacity, in kbps
|
|
728
|
+
Interface upstream bandwidth capacity, in kbps
|
|
729
|
+
- Range: `1`-`2147483647`
|
|
670
730
|
"""
|
|
671
731
|
return pulumi.get(self, "bandwidth_upstream")
|
|
672
732
|
|
|
@@ -738,7 +798,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
738
798
|
@pulumi.getter(name="clearDontFragmentBit")
|
|
739
799
|
def clear_dont_fragment_bit(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
740
800
|
"""
|
|
741
|
-
Clear don't fragment bit
|
|
801
|
+
Clear don't fragment bit
|
|
802
|
+
- Default value: `false`
|
|
742
803
|
"""
|
|
743
804
|
return pulumi.get(self, "clear_dont_fragment_bit")
|
|
744
805
|
|
|
@@ -762,7 +823,9 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
762
823
|
@pulumi.getter(name="coreRegion")
|
|
763
824
|
def core_region(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
764
825
|
"""
|
|
765
|
-
Enable core region
|
|
826
|
+
Enable core region
|
|
827
|
+
- Choices: `core`, `core-shared`
|
|
828
|
+
- Default value: `core`
|
|
766
829
|
"""
|
|
767
830
|
return pulumi.get(self, "core_region")
|
|
768
831
|
|
|
@@ -786,7 +849,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
786
849
|
@pulumi.getter(name="disableFragmentation")
|
|
787
850
|
def disable_fragmentation(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
788
851
|
"""
|
|
789
|
-
Suppresss multilink fragmentation
|
|
852
|
+
Suppresss multilink fragmentation
|
|
853
|
+
- Default value: `false`
|
|
790
854
|
"""
|
|
791
855
|
return pulumi.get(self, "disable_fragmentation")
|
|
792
856
|
|
|
@@ -798,7 +862,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
798
862
|
@pulumi.getter(name="enableCoreRegion")
|
|
799
863
|
def enable_core_region(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
800
864
|
"""
|
|
801
|
-
Enable core region
|
|
865
|
+
Enable core region
|
|
866
|
+
- Default value: `false`
|
|
802
867
|
"""
|
|
803
868
|
return pulumi.get(self, "enable_core_region")
|
|
804
869
|
|
|
@@ -822,7 +887,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
822
887
|
@pulumi.getter(name="fragmentMaxDelay")
|
|
823
888
|
def fragment_max_delay(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
824
889
|
"""
|
|
825
|
-
Maximum delay for each fragment
|
|
890
|
+
Maximum delay for each fragment
|
|
891
|
+
- Range: `0`-`1000`
|
|
826
892
|
"""
|
|
827
893
|
return pulumi.get(self, "fragment_max_delay")
|
|
828
894
|
|
|
@@ -894,7 +960,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
894
960
|
@pulumi.getter(name="interleavingFragment")
|
|
895
961
|
def interleaving_fragment(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
896
962
|
"""
|
|
897
|
-
Allow interleaving of packets with fragments
|
|
963
|
+
Allow interleaving of packets with fragments
|
|
964
|
+
- Default value: `false`
|
|
898
965
|
"""
|
|
899
966
|
return pulumi.get(self, "interleaving_fragment")
|
|
900
967
|
|
|
@@ -906,7 +973,9 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
906
973
|
@pulumi.getter(name="ipMtu")
|
|
907
974
|
def ip_mtu(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
908
975
|
"""
|
|
909
|
-
Interface MTU <68...2000>, in bytes
|
|
976
|
+
Interface MTU <68...2000>, in bytes
|
|
977
|
+
- Range: `68`-`2000`
|
|
978
|
+
- Default value: `1500`
|
|
910
979
|
"""
|
|
911
980
|
return pulumi.get(self, "ip_mtu")
|
|
912
981
|
|
|
@@ -990,7 +1059,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
990
1059
|
@pulumi.getter(name="multilinkGroupNumber")
|
|
991
1060
|
def multilink_group_number(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
992
1061
|
"""
|
|
993
|
-
MultiLink Group Number
|
|
1062
|
+
MultiLink Group Number
|
|
1063
|
+
- Range: `1`-`2147483647`
|
|
994
1064
|
"""
|
|
995
1065
|
return pulumi.get(self, "multilink_group_number")
|
|
996
1066
|
|
|
@@ -1110,7 +1180,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1110
1180
|
@pulumi.getter(name="perTunnelQos")
|
|
1111
1181
|
def per_tunnel_qos(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1112
1182
|
"""
|
|
1113
|
-
Per-tunnel Qos
|
|
1183
|
+
Per-tunnel Qos
|
|
1184
|
+
- Default value: `false`
|
|
1114
1185
|
"""
|
|
1115
1186
|
return pulumi.get(self, "per_tunnel_qos")
|
|
1116
1187
|
|
|
@@ -1122,7 +1193,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1122
1193
|
@pulumi.getter(name="perTunnelQosAggregator")
|
|
1123
1194
|
def per_tunnel_qos_aggregator(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1124
1195
|
"""
|
|
1125
|
-
Per-tunnel QoS Aggregator
|
|
1196
|
+
Per-tunnel QoS Aggregator
|
|
1197
|
+
- Default value: `false`
|
|
1126
1198
|
"""
|
|
1127
1199
|
return pulumi.get(self, "per_tunnel_qos_aggregator")
|
|
1128
1200
|
|
|
@@ -1158,7 +1230,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1158
1230
|
@pulumi.getter(name="pmtuDiscovery")
|
|
1159
1231
|
def pmtu_discovery(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1160
1232
|
"""
|
|
1161
|
-
Path MTU Discovery
|
|
1233
|
+
Path MTU Discovery
|
|
1234
|
+
- Default value: `false`
|
|
1162
1235
|
"""
|
|
1163
1236
|
return pulumi.get(self, "pmtu_discovery")
|
|
1164
1237
|
|
|
@@ -1182,7 +1255,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1182
1255
|
@pulumi.getter(name="pppAuthenticationProtocol")
|
|
1183
1256
|
def ppp_authentication_protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1184
1257
|
"""
|
|
1185
|
-
PPP Link Authentication Protocol
|
|
1258
|
+
PPP Link Authentication Protocol
|
|
1259
|
+
- Choices: `chap`, `pap`
|
|
1186
1260
|
"""
|
|
1187
1261
|
return pulumi.get(self, "ppp_authentication_protocol")
|
|
1188
1262
|
|
|
@@ -1194,7 +1268,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1194
1268
|
@pulumi.getter(name="pppAuthenticationProtocolPap")
|
|
1195
1269
|
def ppp_authentication_protocol_pap(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1196
1270
|
"""
|
|
1197
|
-
PPP Authentication Protocol PAP
|
|
1271
|
+
PPP Authentication Protocol PAP
|
|
1272
|
+
- Default value: `false`
|
|
1198
1273
|
"""
|
|
1199
1274
|
return pulumi.get(self, "ppp_authentication_protocol_pap")
|
|
1200
1275
|
|
|
@@ -1206,7 +1281,9 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1206
1281
|
@pulumi.getter(name="pppAuthenticationType")
|
|
1207
1282
|
def ppp_authentication_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1208
1283
|
"""
|
|
1209
|
-
Authenticate remote on incoming call only
|
|
1284
|
+
Authenticate remote on incoming call only
|
|
1285
|
+
- Choices: `callin`, `false`
|
|
1286
|
+
- Default value: `callin`
|
|
1210
1287
|
"""
|
|
1211
1288
|
return pulumi.get(self, "ppp_authentication_type")
|
|
1212
1289
|
|
|
@@ -1266,7 +1343,9 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1266
1343
|
@pulumi.getter(name="secondaryRegion")
|
|
1267
1344
|
def secondary_region(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1268
1345
|
"""
|
|
1269
|
-
Enable secondary region
|
|
1346
|
+
Enable secondary region
|
|
1347
|
+
- Choices: `off`, `secondary-only`, `secondary-shared`
|
|
1348
|
+
- Default value: `off`
|
|
1270
1349
|
"""
|
|
1271
1350
|
return pulumi.get(self, "secondary_region")
|
|
1272
1351
|
|
|
@@ -1290,7 +1369,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1290
1369
|
@pulumi.getter(name="shapingRate")
|
|
1291
1370
|
def shaping_rate(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1292
1371
|
"""
|
|
1293
|
-
1ge
|
|
1372
|
+
1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
1373
|
+
- Range: `8`-`100000000`
|
|
1294
1374
|
"""
|
|
1295
1375
|
return pulumi.get(self, "shaping_rate")
|
|
1296
1376
|
|
|
@@ -1314,7 +1394,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1314
1394
|
@pulumi.getter
|
|
1315
1395
|
def shutdown(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1316
1396
|
"""
|
|
1317
|
-
Administrative state
|
|
1397
|
+
Administrative state
|
|
1398
|
+
- Default value: `true`
|
|
1318
1399
|
"""
|
|
1319
1400
|
return pulumi.get(self, "shutdown")
|
|
1320
1401
|
|
|
@@ -1338,7 +1419,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1338
1419
|
@pulumi.getter(name="staticIngressQos")
|
|
1339
1420
|
def static_ingress_qos(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1340
1421
|
"""
|
|
1341
|
-
Static ingress QoS for the port
|
|
1422
|
+
Static ingress QoS for the port
|
|
1423
|
+
- Range: `0`-`7`
|
|
1342
1424
|
"""
|
|
1343
1425
|
return pulumi.get(self, "static_ingress_qos")
|
|
1344
1426
|
|
|
@@ -1362,7 +1444,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1362
1444
|
@pulumi.getter(name="tcpMss")
|
|
1363
1445
|
def tcp_mss(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1364
1446
|
"""
|
|
1365
|
-
TCP MSS on SYN packets, in bytes
|
|
1447
|
+
TCP MSS on SYN packets, in bytes
|
|
1448
|
+
- Range: `552`-`1960`
|
|
1366
1449
|
"""
|
|
1367
1450
|
return pulumi.get(self, "tcp_mss")
|
|
1368
1451
|
|
|
@@ -1410,7 +1493,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1410
1493
|
@pulumi.getter(name="tunnelInterfaceAllowAll")
|
|
1411
1494
|
def tunnel_interface_allow_all(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1412
1495
|
"""
|
|
1413
|
-
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
1496
|
+
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
1497
|
+
- Default value: `false`
|
|
1414
1498
|
"""
|
|
1415
1499
|
return pulumi.get(self, "tunnel_interface_allow_all")
|
|
1416
1500
|
|
|
@@ -1434,7 +1518,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1434
1518
|
@pulumi.getter(name="tunnelInterfaceAllowBgp")
|
|
1435
1519
|
def tunnel_interface_allow_bgp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1436
1520
|
"""
|
|
1437
|
-
Allow/deny BGP
|
|
1521
|
+
Allow/deny BGP
|
|
1522
|
+
- Default value: `false`
|
|
1438
1523
|
"""
|
|
1439
1524
|
return pulumi.get(self, "tunnel_interface_allow_bgp")
|
|
1440
1525
|
|
|
@@ -1458,7 +1543,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1458
1543
|
@pulumi.getter(name="tunnelInterfaceAllowDhcp")
|
|
1459
1544
|
def tunnel_interface_allow_dhcp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1460
1545
|
"""
|
|
1461
|
-
Allow/Deny DHCP
|
|
1546
|
+
Allow/Deny DHCP
|
|
1547
|
+
- Default value: `true`
|
|
1462
1548
|
"""
|
|
1463
1549
|
return pulumi.get(self, "tunnel_interface_allow_dhcp")
|
|
1464
1550
|
|
|
@@ -1482,7 +1568,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1482
1568
|
@pulumi.getter(name="tunnelInterfaceAllowDns")
|
|
1483
1569
|
def tunnel_interface_allow_dns(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1484
1570
|
"""
|
|
1485
|
-
Allow/Deny DNS
|
|
1571
|
+
Allow/Deny DNS
|
|
1572
|
+
- Default value: `true`
|
|
1486
1573
|
"""
|
|
1487
1574
|
return pulumi.get(self, "tunnel_interface_allow_dns")
|
|
1488
1575
|
|
|
@@ -1506,7 +1593,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1506
1593
|
@pulumi.getter(name="tunnelInterfaceAllowHttps")
|
|
1507
1594
|
def tunnel_interface_allow_https(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1508
1595
|
"""
|
|
1509
|
-
Allow/Deny Https
|
|
1596
|
+
Allow/Deny Https
|
|
1597
|
+
- Default value: `true`
|
|
1510
1598
|
"""
|
|
1511
1599
|
return pulumi.get(self, "tunnel_interface_allow_https")
|
|
1512
1600
|
|
|
@@ -1530,7 +1618,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1530
1618
|
@pulumi.getter(name="tunnelInterfaceAllowIcmp")
|
|
1531
1619
|
def tunnel_interface_allow_icmp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1532
1620
|
"""
|
|
1533
|
-
Allow/Deny ICMP
|
|
1621
|
+
Allow/Deny ICMP
|
|
1622
|
+
- Default value: `true`
|
|
1534
1623
|
"""
|
|
1535
1624
|
return pulumi.get(self, "tunnel_interface_allow_icmp")
|
|
1536
1625
|
|
|
@@ -1554,7 +1643,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1554
1643
|
@pulumi.getter(name="tunnelInterfaceAllowNetconf")
|
|
1555
1644
|
def tunnel_interface_allow_netconf(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1556
1645
|
"""
|
|
1557
|
-
Allow/Deny NETCONF
|
|
1646
|
+
Allow/Deny NETCONF
|
|
1647
|
+
- Default value: `false`
|
|
1558
1648
|
"""
|
|
1559
1649
|
return pulumi.get(self, "tunnel_interface_allow_netconf")
|
|
1560
1650
|
|
|
@@ -1578,7 +1668,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1578
1668
|
@pulumi.getter(name="tunnelInterfaceAllowNtp")
|
|
1579
1669
|
def tunnel_interface_allow_ntp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1580
1670
|
"""
|
|
1581
|
-
Allow/Deny NTP
|
|
1671
|
+
Allow/Deny NTP
|
|
1672
|
+
- Default value: `false`
|
|
1582
1673
|
"""
|
|
1583
1674
|
return pulumi.get(self, "tunnel_interface_allow_ntp")
|
|
1584
1675
|
|
|
@@ -1602,7 +1693,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1602
1693
|
@pulumi.getter(name="tunnelInterfaceAllowOspf")
|
|
1603
1694
|
def tunnel_interface_allow_ospf(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1604
1695
|
"""
|
|
1605
|
-
Allow/Deny OSPF
|
|
1696
|
+
Allow/Deny OSPF
|
|
1697
|
+
- Default value: `false`
|
|
1606
1698
|
"""
|
|
1607
1699
|
return pulumi.get(self, "tunnel_interface_allow_ospf")
|
|
1608
1700
|
|
|
@@ -1626,7 +1718,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1626
1718
|
@pulumi.getter(name="tunnelInterfaceAllowSnmp")
|
|
1627
1719
|
def tunnel_interface_allow_snmp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1628
1720
|
"""
|
|
1629
|
-
Allow/Deny SNMP
|
|
1721
|
+
Allow/Deny SNMP
|
|
1722
|
+
- Default value: `false`
|
|
1630
1723
|
"""
|
|
1631
1724
|
return pulumi.get(self, "tunnel_interface_allow_snmp")
|
|
1632
1725
|
|
|
@@ -1650,7 +1743,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1650
1743
|
@pulumi.getter(name="tunnelInterfaceAllowSsh")
|
|
1651
1744
|
def tunnel_interface_allow_ssh(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1652
1745
|
"""
|
|
1653
|
-
Allow/Deny SSH
|
|
1746
|
+
Allow/Deny SSH
|
|
1747
|
+
- Default value: `false`
|
|
1654
1748
|
"""
|
|
1655
1749
|
return pulumi.get(self, "tunnel_interface_allow_ssh")
|
|
1656
1750
|
|
|
@@ -1674,7 +1768,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1674
1768
|
@pulumi.getter(name="tunnelInterfaceAllowStun")
|
|
1675
1769
|
def tunnel_interface_allow_stun(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1676
1770
|
"""
|
|
1677
|
-
Allow/Deny STUN
|
|
1771
|
+
Allow/Deny STUN
|
|
1772
|
+
- Default value: `false`
|
|
1678
1773
|
"""
|
|
1679
1774
|
return pulumi.get(self, "tunnel_interface_allow_stun")
|
|
1680
1775
|
|
|
@@ -1722,7 +1817,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1722
1817
|
@pulumi.getter(name="tunnelInterfaceBorder")
|
|
1723
1818
|
def tunnel_interface_border(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1724
1819
|
"""
|
|
1725
|
-
Set TLOC as border TLOC
|
|
1820
|
+
Set TLOC as border TLOC
|
|
1821
|
+
- Default value: `false`
|
|
1726
1822
|
"""
|
|
1727
1823
|
return pulumi.get(self, "tunnel_interface_border")
|
|
1728
1824
|
|
|
@@ -1746,8 +1842,9 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1746
1842
|
@pulumi.getter(name="tunnelInterfaceCarrier")
|
|
1747
1843
|
def tunnel_interface_carrier(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1748
1844
|
"""
|
|
1749
|
-
Set carrier for TLOC
|
|
1750
|
-
|
|
1845
|
+
Set carrier for TLOC
|
|
1846
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
1847
|
+
- Default value: `default`
|
|
1751
1848
|
"""
|
|
1752
1849
|
return pulumi.get(self, "tunnel_interface_carrier")
|
|
1753
1850
|
|
|
@@ -1771,7 +1868,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1771
1868
|
@pulumi.getter(name="tunnelInterfaceClearDontFragment")
|
|
1772
1869
|
def tunnel_interface_clear_dont_fragment(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1773
1870
|
"""
|
|
1774
|
-
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
1871
|
+
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
1872
|
+
- Default value: `false`
|
|
1775
1873
|
"""
|
|
1776
1874
|
return pulumi.get(self, "tunnel_interface_clear_dont_fragment")
|
|
1777
1875
|
|
|
@@ -1795,9 +1893,9 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1795
1893
|
@pulumi.getter(name="tunnelInterfaceColor")
|
|
1796
1894
|
def tunnel_interface_color(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1797
1895
|
"""
|
|
1798
|
-
Set color for TLOC
|
|
1799
|
-
|
|
1800
|
-
|
|
1896
|
+
Set color for TLOC
|
|
1897
|
+
- 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`
|
|
1898
|
+
- Default value: `default`
|
|
1801
1899
|
"""
|
|
1802
1900
|
return pulumi.get(self, "tunnel_interface_color")
|
|
1803
1901
|
|
|
@@ -1809,7 +1907,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1809
1907
|
@pulumi.getter(name="tunnelInterfaceColorRestrict")
|
|
1810
1908
|
def tunnel_interface_color_restrict(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1811
1909
|
"""
|
|
1812
|
-
Restrict this TLOC behavior
|
|
1910
|
+
Restrict this TLOC behavior
|
|
1911
|
+
- Default value: `false`
|
|
1813
1912
|
"""
|
|
1814
1913
|
return pulumi.get(self, "tunnel_interface_color_restrict")
|
|
1815
1914
|
|
|
@@ -1833,7 +1932,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1833
1932
|
@pulumi.getter(name="tunnelInterfaceControlConnections")
|
|
1834
1933
|
def tunnel_interface_control_connections(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1835
1934
|
"""
|
|
1836
|
-
Allow Control Connection
|
|
1935
|
+
Allow Control Connection
|
|
1936
|
+
- Default value: `true`
|
|
1837
1937
|
"""
|
|
1838
1938
|
return pulumi.get(self, "tunnel_interface_control_connections")
|
|
1839
1939
|
|
|
@@ -1917,7 +2017,9 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1917
2017
|
@pulumi.getter(name="tunnelInterfaceHelloInterval")
|
|
1918
2018
|
def tunnel_interface_hello_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1919
2019
|
"""
|
|
1920
|
-
Set time period of control hello packets <100..600000> milli seconds
|
|
2020
|
+
Set time period of control hello packets <100..600000> milli seconds
|
|
2021
|
+
- Range: `100`-`600000`
|
|
2022
|
+
- Default value: `1000`
|
|
1921
2023
|
"""
|
|
1922
2024
|
return pulumi.get(self, "tunnel_interface_hello_interval")
|
|
1923
2025
|
|
|
@@ -1941,7 +2043,9 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1941
2043
|
@pulumi.getter(name="tunnelInterfaceHelloTolerance")
|
|
1942
2044
|
def tunnel_interface_hello_tolerance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1943
2045
|
"""
|
|
1944
|
-
Set tolerance of control hello packets <12..6000> seconds
|
|
2046
|
+
Set tolerance of control hello packets <12..6000> seconds
|
|
2047
|
+
- Range: `12`-`6000`
|
|
2048
|
+
- Default value: `12`
|
|
1945
2049
|
"""
|
|
1946
2050
|
return pulumi.get(self, "tunnel_interface_hello_tolerance")
|
|
1947
2051
|
|
|
@@ -1965,7 +2069,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1965
2069
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuit")
|
|
1966
2070
|
def tunnel_interface_last_resort_circuit(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1967
2071
|
"""
|
|
1968
|
-
Set TLOC as last resort
|
|
2072
|
+
Set TLOC as last resort
|
|
2073
|
+
- Default value: `false`
|
|
1969
2074
|
"""
|
|
1970
2075
|
return pulumi.get(self, "tunnel_interface_last_resort_circuit")
|
|
1971
2076
|
|
|
@@ -1989,7 +2094,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
1989
2094
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
|
|
1990
2095
|
def tunnel_interface_low_bandwidth_link(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1991
2096
|
"""
|
|
1992
|
-
Set the interface as a low-bandwidth circuit
|
|
2097
|
+
Set the interface as a low-bandwidth circuit
|
|
2098
|
+
- Default value: `false`
|
|
1993
2099
|
"""
|
|
1994
2100
|
return pulumi.get(self, "tunnel_interface_low_bandwidth_link")
|
|
1995
2101
|
|
|
@@ -2013,7 +2119,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
2013
2119
|
@pulumi.getter(name="tunnelInterfaceMaxControlConnections")
|
|
2014
2120
|
def tunnel_interface_max_control_connections(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2015
2121
|
"""
|
|
2016
|
-
Set the maximum number of control connections for this TLOC
|
|
2122
|
+
Set the maximum number of control connections for this TLOC
|
|
2123
|
+
- Range: `0`-`8`
|
|
2017
2124
|
"""
|
|
2018
2125
|
return pulumi.get(self, "tunnel_interface_max_control_connections")
|
|
2019
2126
|
|
|
@@ -2037,7 +2144,9 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
2037
2144
|
@pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
|
|
2038
2145
|
def tunnel_interface_nat_refresh_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2039
2146
|
"""
|
|
2040
|
-
Set time period of nat refresh packets <1...60> seconds
|
|
2147
|
+
Set time period of nat refresh packets <1...60> seconds
|
|
2148
|
+
- Range: `1`-`60`
|
|
2149
|
+
- Default value: `5`
|
|
2041
2150
|
"""
|
|
2042
2151
|
return pulumi.get(self, "tunnel_interface_nat_refresh_interval")
|
|
2043
2152
|
|
|
@@ -2061,7 +2170,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
2061
2170
|
@pulumi.getter(name="tunnelInterfaceNetworkBroadcast")
|
|
2062
2171
|
def tunnel_interface_network_broadcast(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2063
2172
|
"""
|
|
2064
|
-
Accept and respond to network-prefix-directed broadcasts)
|
|
2173
|
+
Accept and respond to network-prefix-directed broadcasts)
|
|
2174
|
+
- Default value: `false`
|
|
2065
2175
|
"""
|
|
2066
2176
|
return pulumi.get(self, "tunnel_interface_network_broadcast")
|
|
2067
2177
|
|
|
@@ -2085,7 +2195,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
2085
2195
|
@pulumi.getter(name="tunnelInterfacePortHop")
|
|
2086
2196
|
def tunnel_interface_port_hop(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2087
2197
|
"""
|
|
2088
|
-
Disallow port hopping on the tunnel interface
|
|
2198
|
+
Disallow port hopping on the tunnel interface
|
|
2199
|
+
- Default value: `true`
|
|
2089
2200
|
"""
|
|
2090
2201
|
return pulumi.get(self, "tunnel_interface_port_hop")
|
|
2091
2202
|
|
|
@@ -2109,7 +2220,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
2109
2220
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
|
|
2110
2221
|
def tunnel_interface_tunnel_tcp_mss(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2111
2222
|
"""
|
|
2112
|
-
Tunnel TCP MSS on SYN packets, in bytes
|
|
2223
|
+
Tunnel TCP MSS on SYN packets, in bytes
|
|
2224
|
+
- Range: `500`-`1460`
|
|
2113
2225
|
"""
|
|
2114
2226
|
return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss")
|
|
2115
2227
|
|
|
@@ -2133,7 +2245,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
2133
2245
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
|
|
2134
2246
|
def tunnel_interface_vbond_as_stun_server(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2135
2247
|
"""
|
|
2136
|
-
Put this wan interface in STUN mode only
|
|
2248
|
+
Put this wan interface in STUN mode only
|
|
2249
|
+
- Default value: `false`
|
|
2137
2250
|
"""
|
|
2138
2251
|
return pulumi.get(self, "tunnel_interface_vbond_as_stun_server")
|
|
2139
2252
|
|
|
@@ -2157,7 +2270,9 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
2157
2270
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
|
|
2158
2271
|
def tunnel_interface_vmanage_connection_preference(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2159
2272
|
"""
|
|
2160
|
-
Set interface preference for control connection to vManage <0..8>
|
|
2273
|
+
Set interface preference for control connection to vManage <0..8>
|
|
2274
|
+
- Range: `0`-`8`
|
|
2275
|
+
- Default value: `5`
|
|
2161
2276
|
"""
|
|
2162
2277
|
return pulumi.get(self, "tunnel_interface_vmanage_connection_preference")
|
|
2163
2278
|
|
|
@@ -2181,7 +2296,8 @@ class VpnInterfaceMultilinkFeatureTemplateArgs:
|
|
|
2181
2296
|
@pulumi.getter(name="tunnelQosMode")
|
|
2182
2297
|
def tunnel_qos_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2183
2298
|
"""
|
|
2184
|
-
Set tunnel QoS mode
|
|
2299
|
+
Set tunnel QoS mode
|
|
2300
|
+
- Choices: `spoke`
|
|
2185
2301
|
"""
|
|
2186
2302
|
return pulumi.get(self, "tunnel_qos_mode")
|
|
2187
2303
|
|
|
@@ -2371,42 +2487,54 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
2371
2487
|
"""
|
|
2372
2488
|
Input properties used for looking up and filtering VpnInterfaceMultilinkFeatureTemplate resources.
|
|
2373
2489
|
:param pulumi.Input[Sequence[pulumi.Input['VpnInterfaceMultilinkFeatureTemplateAccessListArgs']]] access_lists: Apply ACL
|
|
2374
|
-
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
2490
|
+
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
2491
|
+
- Default value: `true`
|
|
2375
2492
|
:param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
|
|
2376
|
-
:param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
|
|
2493
|
+
:param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
|
|
2494
|
+
- Range: `1`-`2147483647`
|
|
2377
2495
|
:param pulumi.Input[_builtins.str] bandwidth_downstream_variable: Variable name
|
|
2378
|
-
:param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps
|
|
2496
|
+
:param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps
|
|
2497
|
+
- Range: `1`-`2147483647`
|
|
2379
2498
|
:param pulumi.Input[_builtins.str] bandwidth_upstream_variable: Variable name
|
|
2380
2499
|
:param pulumi.Input[_builtins.str] chap_hostname: CHAP Hostname
|
|
2381
2500
|
:param pulumi.Input[_builtins.str] chap_hostname_variable: Variable name
|
|
2382
2501
|
:param pulumi.Input[_builtins.str] chap_ppp_auth_password: Specify ppp authentication Password
|
|
2383
2502
|
:param pulumi.Input[_builtins.str] chap_ppp_auth_password_variable: Variable name
|
|
2384
|
-
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
2503
|
+
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
2504
|
+
- Default value: `false`
|
|
2385
2505
|
:param pulumi.Input[_builtins.str] clear_dont_fragment_bit_variable: Variable name
|
|
2386
|
-
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
2506
|
+
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
2507
|
+
- Choices: `core`, `core-shared`
|
|
2508
|
+
- Default value: `core`
|
|
2387
2509
|
:param pulumi.Input[_builtins.str] core_region_variable: Variable name
|
|
2388
2510
|
:param pulumi.Input[_builtins.str] description: The description of the feature template
|
|
2389
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
:param pulumi.Input[_builtins.bool] enable_core_region: Enable core region
|
|
2511
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
2512
|
+
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
2513
|
+
:param pulumi.Input[_builtins.bool] disable_fragmentation: Suppresss multilink fragmentation
|
|
2514
|
+
- Default value: `false`
|
|
2515
|
+
:param pulumi.Input[_builtins.bool] enable_core_region: Enable core region
|
|
2516
|
+
- Default value: `false`
|
|
2394
2517
|
:param pulumi.Input[_builtins.str] enable_core_region_variable: Variable name
|
|
2395
|
-
:param pulumi.Input[_builtins.int] fragment_max_delay: Maximum delay for each fragment
|
|
2518
|
+
:param pulumi.Input[_builtins.int] fragment_max_delay: Maximum delay for each fragment
|
|
2519
|
+
- Range: `0`-`1000`
|
|
2396
2520
|
:param pulumi.Input[_builtins.str] fragment_max_delay_variable: Variable name
|
|
2397
2521
|
:param pulumi.Input[_builtins.str] interface_description: Interface description
|
|
2398
2522
|
:param pulumi.Input[_builtins.str] interface_description_variable: Variable name
|
|
2399
2523
|
:param pulumi.Input[_builtins.str] interface_name: Interface Name
|
|
2400
2524
|
:param pulumi.Input[_builtins.str] interface_name_variable: Variable name
|
|
2401
|
-
:param pulumi.Input[_builtins.bool] interleaving_fragment: Allow interleaving of packets with fragments
|
|
2402
|
-
|
|
2525
|
+
:param pulumi.Input[_builtins.bool] interleaving_fragment: Allow interleaving of packets with fragments
|
|
2526
|
+
- Default value: `false`
|
|
2527
|
+
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <68...2000>, in bytes
|
|
2528
|
+
- Range: `68`-`2000`
|
|
2529
|
+
- Default value: `1500`
|
|
2403
2530
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
2404
2531
|
:param pulumi.Input[_builtins.str] ipv4_address: Assign IPv4 address
|
|
2405
2532
|
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
2406
2533
|
:param pulumi.Input[Sequence[pulumi.Input['VpnInterfaceMultilinkFeatureTemplateIpv6AccessListArgs']]] ipv6_access_lists: Apply IPv6 access list
|
|
2407
2534
|
:param pulumi.Input[_builtins.str] ipv6_address: Assign IPv6 address
|
|
2408
2535
|
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
2409
|
-
:param pulumi.Input[_builtins.int] multilink_group_number: MultiLink Group Number
|
|
2536
|
+
:param pulumi.Input[_builtins.int] multilink_group_number: MultiLink Group Number
|
|
2537
|
+
- Range: `1`-`2147483647`
|
|
2410
2538
|
:param pulumi.Input[_builtins.str] multilink_group_number_variable: Variable name
|
|
2411
2539
|
:param pulumi.Input[Sequence[pulumi.Input['VpnInterfaceMultilinkFeatureTemplateMultilinkInterfaceArgs']]] multilink_interfaces: Controller tx-ex List
|
|
2412
2540
|
:param pulumi.Input[_builtins.str] name: The name of the feature template
|
|
@@ -2416,100 +2544,146 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
2416
2544
|
:param pulumi.Input[_builtins.str] pap_ppp_auth_password_variable: Variable name
|
|
2417
2545
|
:param pulumi.Input[_builtins.str] pap_username: PAP outbound Sent Username
|
|
2418
2546
|
:param pulumi.Input[_builtins.str] pap_username_variable: Variable name
|
|
2419
|
-
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
2420
|
-
|
|
2547
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
2548
|
+
- Default value: `false`
|
|
2549
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos_aggregator: Per-tunnel QoS Aggregator
|
|
2550
|
+
- Default value: `false`
|
|
2421
2551
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_aggregator_variable: Variable name
|
|
2422
2552
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_variable: Variable name
|
|
2423
|
-
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
2553
|
+
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
2554
|
+
- Default value: `false`
|
|
2424
2555
|
:param pulumi.Input[_builtins.str] pmtu_discovery_variable: Variable name
|
|
2425
|
-
:param pulumi.Input[_builtins.str] ppp_authentication_protocol: PPP Link Authentication Protocol
|
|
2426
|
-
|
|
2427
|
-
:param pulumi.Input[_builtins.
|
|
2556
|
+
:param pulumi.Input[_builtins.str] ppp_authentication_protocol: PPP Link Authentication Protocol
|
|
2557
|
+
- Choices: `chap`, `pap`
|
|
2558
|
+
:param pulumi.Input[_builtins.bool] ppp_authentication_protocol_pap: PPP Authentication Protocol PAP
|
|
2559
|
+
- Default value: `false`
|
|
2560
|
+
:param pulumi.Input[_builtins.str] ppp_authentication_type: Authenticate remote on incoming call only
|
|
2561
|
+
- Choices: `callin`, `false`
|
|
2562
|
+
- Default value: `callin`
|
|
2428
2563
|
:param pulumi.Input[_builtins.str] qos_map: Name of QoS map
|
|
2429
2564
|
:param pulumi.Input[_builtins.str] qos_map_variable: Variable name
|
|
2430
2565
|
:param pulumi.Input[_builtins.str] qos_map_vpn: Name of VPN QoS map
|
|
2431
2566
|
:param pulumi.Input[_builtins.str] qos_map_vpn_variable: Variable name
|
|
2432
|
-
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
2567
|
+
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
2568
|
+
- Choices: `off`, `secondary-only`, `secondary-shared`
|
|
2569
|
+
- Default value: `off`
|
|
2433
2570
|
:param pulumi.Input[_builtins.str] secondary_region_variable: Variable name
|
|
2434
|
-
:param pulumi.Input[_builtins.int] shaping_rate: 1ge
|
|
2571
|
+
:param pulumi.Input[_builtins.int] shaping_rate: 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
2572
|
+
- Range: `8`-`100000000`
|
|
2435
2573
|
:param pulumi.Input[_builtins.str] shaping_rate_variable: Variable name
|
|
2436
|
-
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
2574
|
+
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
2575
|
+
- Default value: `true`
|
|
2437
2576
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
2438
|
-
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
2577
|
+
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
2578
|
+
- Range: `0`-`7`
|
|
2439
2579
|
:param pulumi.Input[_builtins.str] static_ingress_qos_variable: Variable name
|
|
2440
|
-
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
2580
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
2581
|
+
- Range: `552`-`1960`
|
|
2441
2582
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
2442
2583
|
:param pulumi.Input[_builtins.str] template_type: The template type
|
|
2443
2584
|
:param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
|
|
2444
2585
|
:param pulumi.Input[_builtins.str] tloc_extension_variable: Variable name
|
|
2445
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
2586
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
2587
|
+
- Default value: `false`
|
|
2446
2588
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_all_variable: Variable name
|
|
2447
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
2589
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
2590
|
+
- Default value: `false`
|
|
2448
2591
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_bgp_variable: Variable name
|
|
2449
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
2592
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
2593
|
+
- Default value: `true`
|
|
2450
2594
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dhcp_variable: Variable name
|
|
2451
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
2595
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
2596
|
+
- Default value: `true`
|
|
2452
2597
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dns_variable: Variable name
|
|
2453
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
2598
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
2599
|
+
- Default value: `true`
|
|
2454
2600
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_https_variable: Variable name
|
|
2455
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
2601
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
2602
|
+
- Default value: `true`
|
|
2456
2603
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_icmp_variable: Variable name
|
|
2457
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
2604
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
2605
|
+
- Default value: `false`
|
|
2458
2606
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_netconf_variable: Variable name
|
|
2459
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
2607
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
2608
|
+
- Default value: `false`
|
|
2460
2609
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ntp_variable: Variable name
|
|
2461
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
2610
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
2611
|
+
- Default value: `false`
|
|
2462
2612
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ospf_variable: Variable name
|
|
2463
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
2613
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
2614
|
+
- Default value: `false`
|
|
2464
2615
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_snmp_variable: Variable name
|
|
2465
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
2616
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
2617
|
+
- Default value: `false`
|
|
2466
2618
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ssh_variable: Variable name
|
|
2467
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
2619
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
2620
|
+
- Default value: `false`
|
|
2468
2621
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_stun_variable: Variable name
|
|
2469
2622
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface
|
|
2470
2623
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel_variable: Variable name
|
|
2471
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
2624
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
2625
|
+
- Default value: `false`
|
|
2472
2626
|
:param pulumi.Input[_builtins.str] tunnel_interface_border_variable: Variable name
|
|
2473
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
2474
|
-
|
|
2627
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
2628
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
2629
|
+
- Default value: `default`
|
|
2475
2630
|
:param pulumi.Input[_builtins.str] tunnel_interface_carrier_variable: Variable name
|
|
2476
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
2631
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
2632
|
+
- Default value: `false`
|
|
2477
2633
|
:param pulumi.Input[_builtins.str] tunnel_interface_clear_dont_fragment_variable: Variable name
|
|
2478
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_color_restrict: Restrict this TLOC behavior
|
|
2634
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
2635
|
+
- 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`
|
|
2636
|
+
- Default value: `default`
|
|
2637
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_color_restrict: Restrict this TLOC behavior
|
|
2638
|
+
- Default value: `false`
|
|
2482
2639
|
:param pulumi.Input[_builtins.str] tunnel_interface_color_variable: Variable name
|
|
2483
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_control_connections: Allow Control Connection
|
|
2640
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_control_connections: Allow Control Connection
|
|
2641
|
+
- Default value: `true`
|
|
2484
2642
|
:param pulumi.Input[_builtins.str] tunnel_interface_control_connections_variable: Variable name
|
|
2485
2643
|
:param pulumi.Input[Sequence[pulumi.Input['VpnInterfaceMultilinkFeatureTemplateTunnelInterfaceEncapsulationArgs']]] tunnel_interface_encapsulations: Encapsulation for TLOC
|
|
2486
2644
|
:param pulumi.Input[_builtins.str] tunnel_interface_exclude_controller_group_list_variable: Variable name
|
|
2487
2645
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list
|
|
2488
2646
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_groups: List of groups
|
|
2489
2647
|
:param pulumi.Input[_builtins.str] tunnel_interface_groups_variable: Variable name
|
|
2490
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
2648
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
2649
|
+
- Range: `100`-`600000`
|
|
2650
|
+
- Default value: `1000`
|
|
2491
2651
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_interval_variable: Variable name
|
|
2492
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
2652
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
2653
|
+
- Range: `12`-`6000`
|
|
2654
|
+
- Default value: `12`
|
|
2493
2655
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_tolerance_variable: Variable name
|
|
2494
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
2656
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
2657
|
+
- Default value: `false`
|
|
2495
2658
|
:param pulumi.Input[_builtins.str] tunnel_interface_last_resort_circuit_variable: Variable name
|
|
2496
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
2659
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
2660
|
+
- Default value: `false`
|
|
2497
2661
|
:param pulumi.Input[_builtins.str] tunnel_interface_low_bandwidth_link_variable: Variable name
|
|
2498
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Set the maximum number of control connections for this TLOC
|
|
2662
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Set the maximum number of control connections for this TLOC
|
|
2663
|
+
- Range: `0`-`8`
|
|
2499
2664
|
:param pulumi.Input[_builtins.str] tunnel_interface_max_control_connections_variable: Variable name
|
|
2500
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
2665
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
2666
|
+
- Range: `1`-`60`
|
|
2667
|
+
- Default value: `5`
|
|
2501
2668
|
:param pulumi.Input[_builtins.str] tunnel_interface_nat_refresh_interval_variable: Variable name
|
|
2502
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
2669
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
2670
|
+
- Default value: `false`
|
|
2503
2671
|
:param pulumi.Input[_builtins.str] tunnel_interface_network_broadcast_variable: Variable name
|
|
2504
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
2672
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
2673
|
+
- Default value: `true`
|
|
2505
2674
|
:param pulumi.Input[_builtins.str] tunnel_interface_port_hop_variable: Variable name
|
|
2506
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
2675
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
2676
|
+
- Range: `500`-`1460`
|
|
2507
2677
|
:param pulumi.Input[_builtins.str] tunnel_interface_tunnel_tcp_mss_variable: Variable name
|
|
2508
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
2678
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
2679
|
+
- Default value: `false`
|
|
2509
2680
|
:param pulumi.Input[_builtins.str] tunnel_interface_vbond_as_stun_server_variable: Variable name
|
|
2510
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
2681
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
2682
|
+
- Range: `0`-`8`
|
|
2683
|
+
- Default value: `5`
|
|
2511
2684
|
:param pulumi.Input[_builtins.str] tunnel_interface_vmanage_connection_preference_variable: Variable name
|
|
2512
|
-
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
2685
|
+
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
2686
|
+
- Choices: `spoke`
|
|
2513
2687
|
:param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name
|
|
2514
2688
|
:param pulumi.Input[_builtins.int] version: The version of the feature template
|
|
2515
2689
|
:param pulumi.Input[_builtins.str] write_rule: Name of rewrite rule
|
|
@@ -2810,7 +2984,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
2810
2984
|
@pulumi.getter
|
|
2811
2985
|
def autonegotiate(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2812
2986
|
"""
|
|
2813
|
-
Link autonegotiation
|
|
2987
|
+
Link autonegotiation
|
|
2988
|
+
- Default value: `true`
|
|
2814
2989
|
"""
|
|
2815
2990
|
return pulumi.get(self, "autonegotiate")
|
|
2816
2991
|
|
|
@@ -2834,7 +3009,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
2834
3009
|
@pulumi.getter(name="bandwidthDownstream")
|
|
2835
3010
|
def bandwidth_downstream(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2836
3011
|
"""
|
|
2837
|
-
Interface downstream bandwidth capacity, in kbps
|
|
3012
|
+
Interface downstream bandwidth capacity, in kbps
|
|
3013
|
+
- Range: `1`-`2147483647`
|
|
2838
3014
|
"""
|
|
2839
3015
|
return pulumi.get(self, "bandwidth_downstream")
|
|
2840
3016
|
|
|
@@ -2858,7 +3034,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
2858
3034
|
@pulumi.getter(name="bandwidthUpstream")
|
|
2859
3035
|
def bandwidth_upstream(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2860
3036
|
"""
|
|
2861
|
-
Interface upstream bandwidth capacity, in kbps
|
|
3037
|
+
Interface upstream bandwidth capacity, in kbps
|
|
3038
|
+
- Range: `1`-`2147483647`
|
|
2862
3039
|
"""
|
|
2863
3040
|
return pulumi.get(self, "bandwidth_upstream")
|
|
2864
3041
|
|
|
@@ -2930,7 +3107,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
2930
3107
|
@pulumi.getter(name="clearDontFragmentBit")
|
|
2931
3108
|
def clear_dont_fragment_bit(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2932
3109
|
"""
|
|
2933
|
-
Clear don't fragment bit
|
|
3110
|
+
Clear don't fragment bit
|
|
3111
|
+
- Default value: `false`
|
|
2934
3112
|
"""
|
|
2935
3113
|
return pulumi.get(self, "clear_dont_fragment_bit")
|
|
2936
3114
|
|
|
@@ -2954,7 +3132,9 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
2954
3132
|
@pulumi.getter(name="coreRegion")
|
|
2955
3133
|
def core_region(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2956
3134
|
"""
|
|
2957
|
-
Enable core region
|
|
3135
|
+
Enable core region
|
|
3136
|
+
- Choices: `core`, `core-shared`
|
|
3137
|
+
- Default value: `core`
|
|
2958
3138
|
"""
|
|
2959
3139
|
return pulumi.get(self, "core_region")
|
|
2960
3140
|
|
|
@@ -2990,9 +3170,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
2990
3170
|
@pulumi.getter(name="deviceTypes")
|
|
2991
3171
|
def device_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2992
3172
|
"""
|
|
2993
|
-
List of supported device types
|
|
2994
|
-
|
|
2995
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
3173
|
+
List of supported device types
|
|
3174
|
+
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
2996
3175
|
"""
|
|
2997
3176
|
return pulumi.get(self, "device_types")
|
|
2998
3177
|
|
|
@@ -3004,7 +3183,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3004
3183
|
@pulumi.getter(name="disableFragmentation")
|
|
3005
3184
|
def disable_fragmentation(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3006
3185
|
"""
|
|
3007
|
-
Suppresss multilink fragmentation
|
|
3186
|
+
Suppresss multilink fragmentation
|
|
3187
|
+
- Default value: `false`
|
|
3008
3188
|
"""
|
|
3009
3189
|
return pulumi.get(self, "disable_fragmentation")
|
|
3010
3190
|
|
|
@@ -3016,7 +3196,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3016
3196
|
@pulumi.getter(name="enableCoreRegion")
|
|
3017
3197
|
def enable_core_region(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3018
3198
|
"""
|
|
3019
|
-
Enable core region
|
|
3199
|
+
Enable core region
|
|
3200
|
+
- Default value: `false`
|
|
3020
3201
|
"""
|
|
3021
3202
|
return pulumi.get(self, "enable_core_region")
|
|
3022
3203
|
|
|
@@ -3040,7 +3221,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3040
3221
|
@pulumi.getter(name="fragmentMaxDelay")
|
|
3041
3222
|
def fragment_max_delay(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3042
3223
|
"""
|
|
3043
|
-
Maximum delay for each fragment
|
|
3224
|
+
Maximum delay for each fragment
|
|
3225
|
+
- Range: `0`-`1000`
|
|
3044
3226
|
"""
|
|
3045
3227
|
return pulumi.get(self, "fragment_max_delay")
|
|
3046
3228
|
|
|
@@ -3112,7 +3294,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3112
3294
|
@pulumi.getter(name="interleavingFragment")
|
|
3113
3295
|
def interleaving_fragment(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3114
3296
|
"""
|
|
3115
|
-
Allow interleaving of packets with fragments
|
|
3297
|
+
Allow interleaving of packets with fragments
|
|
3298
|
+
- Default value: `false`
|
|
3116
3299
|
"""
|
|
3117
3300
|
return pulumi.get(self, "interleaving_fragment")
|
|
3118
3301
|
|
|
@@ -3124,7 +3307,9 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3124
3307
|
@pulumi.getter(name="ipMtu")
|
|
3125
3308
|
def ip_mtu(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3126
3309
|
"""
|
|
3127
|
-
Interface MTU <68...2000>, in bytes
|
|
3310
|
+
Interface MTU <68...2000>, in bytes
|
|
3311
|
+
- Range: `68`-`2000`
|
|
3312
|
+
- Default value: `1500`
|
|
3128
3313
|
"""
|
|
3129
3314
|
return pulumi.get(self, "ip_mtu")
|
|
3130
3315
|
|
|
@@ -3208,7 +3393,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3208
3393
|
@pulumi.getter(name="multilinkGroupNumber")
|
|
3209
3394
|
def multilink_group_number(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3210
3395
|
"""
|
|
3211
|
-
MultiLink Group Number
|
|
3396
|
+
MultiLink Group Number
|
|
3397
|
+
- Range: `1`-`2147483647`
|
|
3212
3398
|
"""
|
|
3213
3399
|
return pulumi.get(self, "multilink_group_number")
|
|
3214
3400
|
|
|
@@ -3328,7 +3514,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3328
3514
|
@pulumi.getter(name="perTunnelQos")
|
|
3329
3515
|
def per_tunnel_qos(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3330
3516
|
"""
|
|
3331
|
-
Per-tunnel Qos
|
|
3517
|
+
Per-tunnel Qos
|
|
3518
|
+
- Default value: `false`
|
|
3332
3519
|
"""
|
|
3333
3520
|
return pulumi.get(self, "per_tunnel_qos")
|
|
3334
3521
|
|
|
@@ -3340,7 +3527,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3340
3527
|
@pulumi.getter(name="perTunnelQosAggregator")
|
|
3341
3528
|
def per_tunnel_qos_aggregator(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3342
3529
|
"""
|
|
3343
|
-
Per-tunnel QoS Aggregator
|
|
3530
|
+
Per-tunnel QoS Aggregator
|
|
3531
|
+
- Default value: `false`
|
|
3344
3532
|
"""
|
|
3345
3533
|
return pulumi.get(self, "per_tunnel_qos_aggregator")
|
|
3346
3534
|
|
|
@@ -3376,7 +3564,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3376
3564
|
@pulumi.getter(name="pmtuDiscovery")
|
|
3377
3565
|
def pmtu_discovery(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3378
3566
|
"""
|
|
3379
|
-
Path MTU Discovery
|
|
3567
|
+
Path MTU Discovery
|
|
3568
|
+
- Default value: `false`
|
|
3380
3569
|
"""
|
|
3381
3570
|
return pulumi.get(self, "pmtu_discovery")
|
|
3382
3571
|
|
|
@@ -3400,7 +3589,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3400
3589
|
@pulumi.getter(name="pppAuthenticationProtocol")
|
|
3401
3590
|
def ppp_authentication_protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3402
3591
|
"""
|
|
3403
|
-
PPP Link Authentication Protocol
|
|
3592
|
+
PPP Link Authentication Protocol
|
|
3593
|
+
- Choices: `chap`, `pap`
|
|
3404
3594
|
"""
|
|
3405
3595
|
return pulumi.get(self, "ppp_authentication_protocol")
|
|
3406
3596
|
|
|
@@ -3412,7 +3602,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3412
3602
|
@pulumi.getter(name="pppAuthenticationProtocolPap")
|
|
3413
3603
|
def ppp_authentication_protocol_pap(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3414
3604
|
"""
|
|
3415
|
-
PPP Authentication Protocol PAP
|
|
3605
|
+
PPP Authentication Protocol PAP
|
|
3606
|
+
- Default value: `false`
|
|
3416
3607
|
"""
|
|
3417
3608
|
return pulumi.get(self, "ppp_authentication_protocol_pap")
|
|
3418
3609
|
|
|
@@ -3424,7 +3615,9 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3424
3615
|
@pulumi.getter(name="pppAuthenticationType")
|
|
3425
3616
|
def ppp_authentication_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3426
3617
|
"""
|
|
3427
|
-
Authenticate remote on incoming call only
|
|
3618
|
+
Authenticate remote on incoming call only
|
|
3619
|
+
- Choices: `callin`, `false`
|
|
3620
|
+
- Default value: `callin`
|
|
3428
3621
|
"""
|
|
3429
3622
|
return pulumi.get(self, "ppp_authentication_type")
|
|
3430
3623
|
|
|
@@ -3484,7 +3677,9 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3484
3677
|
@pulumi.getter(name="secondaryRegion")
|
|
3485
3678
|
def secondary_region(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3486
3679
|
"""
|
|
3487
|
-
Enable secondary region
|
|
3680
|
+
Enable secondary region
|
|
3681
|
+
- Choices: `off`, `secondary-only`, `secondary-shared`
|
|
3682
|
+
- Default value: `off`
|
|
3488
3683
|
"""
|
|
3489
3684
|
return pulumi.get(self, "secondary_region")
|
|
3490
3685
|
|
|
@@ -3508,7 +3703,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3508
3703
|
@pulumi.getter(name="shapingRate")
|
|
3509
3704
|
def shaping_rate(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3510
3705
|
"""
|
|
3511
|
-
1ge
|
|
3706
|
+
1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
3707
|
+
- Range: `8`-`100000000`
|
|
3512
3708
|
"""
|
|
3513
3709
|
return pulumi.get(self, "shaping_rate")
|
|
3514
3710
|
|
|
@@ -3532,7 +3728,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3532
3728
|
@pulumi.getter
|
|
3533
3729
|
def shutdown(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3534
3730
|
"""
|
|
3535
|
-
Administrative state
|
|
3731
|
+
Administrative state
|
|
3732
|
+
- Default value: `true`
|
|
3536
3733
|
"""
|
|
3537
3734
|
return pulumi.get(self, "shutdown")
|
|
3538
3735
|
|
|
@@ -3556,7 +3753,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3556
3753
|
@pulumi.getter(name="staticIngressQos")
|
|
3557
3754
|
def static_ingress_qos(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3558
3755
|
"""
|
|
3559
|
-
Static ingress QoS for the port
|
|
3756
|
+
Static ingress QoS for the port
|
|
3757
|
+
- Range: `0`-`7`
|
|
3560
3758
|
"""
|
|
3561
3759
|
return pulumi.get(self, "static_ingress_qos")
|
|
3562
3760
|
|
|
@@ -3580,7 +3778,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3580
3778
|
@pulumi.getter(name="tcpMss")
|
|
3581
3779
|
def tcp_mss(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3582
3780
|
"""
|
|
3583
|
-
TCP MSS on SYN packets, in bytes
|
|
3781
|
+
TCP MSS on SYN packets, in bytes
|
|
3782
|
+
- Range: `552`-`1960`
|
|
3584
3783
|
"""
|
|
3585
3784
|
return pulumi.get(self, "tcp_mss")
|
|
3586
3785
|
|
|
@@ -3640,7 +3839,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3640
3839
|
@pulumi.getter(name="tunnelInterfaceAllowAll")
|
|
3641
3840
|
def tunnel_interface_allow_all(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3642
3841
|
"""
|
|
3643
|
-
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
3842
|
+
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
3843
|
+
- Default value: `false`
|
|
3644
3844
|
"""
|
|
3645
3845
|
return pulumi.get(self, "tunnel_interface_allow_all")
|
|
3646
3846
|
|
|
@@ -3664,7 +3864,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3664
3864
|
@pulumi.getter(name="tunnelInterfaceAllowBgp")
|
|
3665
3865
|
def tunnel_interface_allow_bgp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3666
3866
|
"""
|
|
3667
|
-
Allow/deny BGP
|
|
3867
|
+
Allow/deny BGP
|
|
3868
|
+
- Default value: `false`
|
|
3668
3869
|
"""
|
|
3669
3870
|
return pulumi.get(self, "tunnel_interface_allow_bgp")
|
|
3670
3871
|
|
|
@@ -3688,7 +3889,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3688
3889
|
@pulumi.getter(name="tunnelInterfaceAllowDhcp")
|
|
3689
3890
|
def tunnel_interface_allow_dhcp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3690
3891
|
"""
|
|
3691
|
-
Allow/Deny DHCP
|
|
3892
|
+
Allow/Deny DHCP
|
|
3893
|
+
- Default value: `true`
|
|
3692
3894
|
"""
|
|
3693
3895
|
return pulumi.get(self, "tunnel_interface_allow_dhcp")
|
|
3694
3896
|
|
|
@@ -3712,7 +3914,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3712
3914
|
@pulumi.getter(name="tunnelInterfaceAllowDns")
|
|
3713
3915
|
def tunnel_interface_allow_dns(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3714
3916
|
"""
|
|
3715
|
-
Allow/Deny DNS
|
|
3917
|
+
Allow/Deny DNS
|
|
3918
|
+
- Default value: `true`
|
|
3716
3919
|
"""
|
|
3717
3920
|
return pulumi.get(self, "tunnel_interface_allow_dns")
|
|
3718
3921
|
|
|
@@ -3736,7 +3939,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3736
3939
|
@pulumi.getter(name="tunnelInterfaceAllowHttps")
|
|
3737
3940
|
def tunnel_interface_allow_https(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3738
3941
|
"""
|
|
3739
|
-
Allow/Deny Https
|
|
3942
|
+
Allow/Deny Https
|
|
3943
|
+
- Default value: `true`
|
|
3740
3944
|
"""
|
|
3741
3945
|
return pulumi.get(self, "tunnel_interface_allow_https")
|
|
3742
3946
|
|
|
@@ -3760,7 +3964,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3760
3964
|
@pulumi.getter(name="tunnelInterfaceAllowIcmp")
|
|
3761
3965
|
def tunnel_interface_allow_icmp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3762
3966
|
"""
|
|
3763
|
-
Allow/Deny ICMP
|
|
3967
|
+
Allow/Deny ICMP
|
|
3968
|
+
- Default value: `true`
|
|
3764
3969
|
"""
|
|
3765
3970
|
return pulumi.get(self, "tunnel_interface_allow_icmp")
|
|
3766
3971
|
|
|
@@ -3784,7 +3989,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3784
3989
|
@pulumi.getter(name="tunnelInterfaceAllowNetconf")
|
|
3785
3990
|
def tunnel_interface_allow_netconf(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3786
3991
|
"""
|
|
3787
|
-
Allow/Deny NETCONF
|
|
3992
|
+
Allow/Deny NETCONF
|
|
3993
|
+
- Default value: `false`
|
|
3788
3994
|
"""
|
|
3789
3995
|
return pulumi.get(self, "tunnel_interface_allow_netconf")
|
|
3790
3996
|
|
|
@@ -3808,7 +4014,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3808
4014
|
@pulumi.getter(name="tunnelInterfaceAllowNtp")
|
|
3809
4015
|
def tunnel_interface_allow_ntp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3810
4016
|
"""
|
|
3811
|
-
Allow/Deny NTP
|
|
4017
|
+
Allow/Deny NTP
|
|
4018
|
+
- Default value: `false`
|
|
3812
4019
|
"""
|
|
3813
4020
|
return pulumi.get(self, "tunnel_interface_allow_ntp")
|
|
3814
4021
|
|
|
@@ -3832,7 +4039,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3832
4039
|
@pulumi.getter(name="tunnelInterfaceAllowOspf")
|
|
3833
4040
|
def tunnel_interface_allow_ospf(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3834
4041
|
"""
|
|
3835
|
-
Allow/Deny OSPF
|
|
4042
|
+
Allow/Deny OSPF
|
|
4043
|
+
- Default value: `false`
|
|
3836
4044
|
"""
|
|
3837
4045
|
return pulumi.get(self, "tunnel_interface_allow_ospf")
|
|
3838
4046
|
|
|
@@ -3856,7 +4064,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3856
4064
|
@pulumi.getter(name="tunnelInterfaceAllowSnmp")
|
|
3857
4065
|
def tunnel_interface_allow_snmp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3858
4066
|
"""
|
|
3859
|
-
Allow/Deny SNMP
|
|
4067
|
+
Allow/Deny SNMP
|
|
4068
|
+
- Default value: `false`
|
|
3860
4069
|
"""
|
|
3861
4070
|
return pulumi.get(self, "tunnel_interface_allow_snmp")
|
|
3862
4071
|
|
|
@@ -3880,7 +4089,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3880
4089
|
@pulumi.getter(name="tunnelInterfaceAllowSsh")
|
|
3881
4090
|
def tunnel_interface_allow_ssh(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3882
4091
|
"""
|
|
3883
|
-
Allow/Deny SSH
|
|
4092
|
+
Allow/Deny SSH
|
|
4093
|
+
- Default value: `false`
|
|
3884
4094
|
"""
|
|
3885
4095
|
return pulumi.get(self, "tunnel_interface_allow_ssh")
|
|
3886
4096
|
|
|
@@ -3904,7 +4114,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3904
4114
|
@pulumi.getter(name="tunnelInterfaceAllowStun")
|
|
3905
4115
|
def tunnel_interface_allow_stun(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3906
4116
|
"""
|
|
3907
|
-
Allow/Deny STUN
|
|
4117
|
+
Allow/Deny STUN
|
|
4118
|
+
- Default value: `false`
|
|
3908
4119
|
"""
|
|
3909
4120
|
return pulumi.get(self, "tunnel_interface_allow_stun")
|
|
3910
4121
|
|
|
@@ -3952,7 +4163,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3952
4163
|
@pulumi.getter(name="tunnelInterfaceBorder")
|
|
3953
4164
|
def tunnel_interface_border(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3954
4165
|
"""
|
|
3955
|
-
Set TLOC as border TLOC
|
|
4166
|
+
Set TLOC as border TLOC
|
|
4167
|
+
- Default value: `false`
|
|
3956
4168
|
"""
|
|
3957
4169
|
return pulumi.get(self, "tunnel_interface_border")
|
|
3958
4170
|
|
|
@@ -3976,8 +4188,9 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
3976
4188
|
@pulumi.getter(name="tunnelInterfaceCarrier")
|
|
3977
4189
|
def tunnel_interface_carrier(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3978
4190
|
"""
|
|
3979
|
-
Set carrier for TLOC
|
|
3980
|
-
|
|
4191
|
+
Set carrier for TLOC
|
|
4192
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
4193
|
+
- Default value: `default`
|
|
3981
4194
|
"""
|
|
3982
4195
|
return pulumi.get(self, "tunnel_interface_carrier")
|
|
3983
4196
|
|
|
@@ -4001,7 +4214,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
4001
4214
|
@pulumi.getter(name="tunnelInterfaceClearDontFragment")
|
|
4002
4215
|
def tunnel_interface_clear_dont_fragment(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
4003
4216
|
"""
|
|
4004
|
-
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
4217
|
+
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
4218
|
+
- Default value: `false`
|
|
4005
4219
|
"""
|
|
4006
4220
|
return pulumi.get(self, "tunnel_interface_clear_dont_fragment")
|
|
4007
4221
|
|
|
@@ -4025,9 +4239,9 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
4025
4239
|
@pulumi.getter(name="tunnelInterfaceColor")
|
|
4026
4240
|
def tunnel_interface_color(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4027
4241
|
"""
|
|
4028
|
-
Set color for TLOC
|
|
4029
|
-
|
|
4030
|
-
|
|
4242
|
+
Set color for TLOC
|
|
4243
|
+
- 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`
|
|
4244
|
+
- Default value: `default`
|
|
4031
4245
|
"""
|
|
4032
4246
|
return pulumi.get(self, "tunnel_interface_color")
|
|
4033
4247
|
|
|
@@ -4039,7 +4253,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
4039
4253
|
@pulumi.getter(name="tunnelInterfaceColorRestrict")
|
|
4040
4254
|
def tunnel_interface_color_restrict(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
4041
4255
|
"""
|
|
4042
|
-
Restrict this TLOC behavior
|
|
4256
|
+
Restrict this TLOC behavior
|
|
4257
|
+
- Default value: `false`
|
|
4043
4258
|
"""
|
|
4044
4259
|
return pulumi.get(self, "tunnel_interface_color_restrict")
|
|
4045
4260
|
|
|
@@ -4063,7 +4278,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
4063
4278
|
@pulumi.getter(name="tunnelInterfaceControlConnections")
|
|
4064
4279
|
def tunnel_interface_control_connections(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
4065
4280
|
"""
|
|
4066
|
-
Allow Control Connection
|
|
4281
|
+
Allow Control Connection
|
|
4282
|
+
- Default value: `true`
|
|
4067
4283
|
"""
|
|
4068
4284
|
return pulumi.get(self, "tunnel_interface_control_connections")
|
|
4069
4285
|
|
|
@@ -4147,7 +4363,9 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
4147
4363
|
@pulumi.getter(name="tunnelInterfaceHelloInterval")
|
|
4148
4364
|
def tunnel_interface_hello_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
4149
4365
|
"""
|
|
4150
|
-
Set time period of control hello packets <100..600000> milli seconds
|
|
4366
|
+
Set time period of control hello packets <100..600000> milli seconds
|
|
4367
|
+
- Range: `100`-`600000`
|
|
4368
|
+
- Default value: `1000`
|
|
4151
4369
|
"""
|
|
4152
4370
|
return pulumi.get(self, "tunnel_interface_hello_interval")
|
|
4153
4371
|
|
|
@@ -4171,7 +4389,9 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
4171
4389
|
@pulumi.getter(name="tunnelInterfaceHelloTolerance")
|
|
4172
4390
|
def tunnel_interface_hello_tolerance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
4173
4391
|
"""
|
|
4174
|
-
Set tolerance of control hello packets <12..6000> seconds
|
|
4392
|
+
Set tolerance of control hello packets <12..6000> seconds
|
|
4393
|
+
- Range: `12`-`6000`
|
|
4394
|
+
- Default value: `12`
|
|
4175
4395
|
"""
|
|
4176
4396
|
return pulumi.get(self, "tunnel_interface_hello_tolerance")
|
|
4177
4397
|
|
|
@@ -4195,7 +4415,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
4195
4415
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuit")
|
|
4196
4416
|
def tunnel_interface_last_resort_circuit(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
4197
4417
|
"""
|
|
4198
|
-
Set TLOC as last resort
|
|
4418
|
+
Set TLOC as last resort
|
|
4419
|
+
- Default value: `false`
|
|
4199
4420
|
"""
|
|
4200
4421
|
return pulumi.get(self, "tunnel_interface_last_resort_circuit")
|
|
4201
4422
|
|
|
@@ -4219,7 +4440,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
4219
4440
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
|
|
4220
4441
|
def tunnel_interface_low_bandwidth_link(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
4221
4442
|
"""
|
|
4222
|
-
Set the interface as a low-bandwidth circuit
|
|
4443
|
+
Set the interface as a low-bandwidth circuit
|
|
4444
|
+
- Default value: `false`
|
|
4223
4445
|
"""
|
|
4224
4446
|
return pulumi.get(self, "tunnel_interface_low_bandwidth_link")
|
|
4225
4447
|
|
|
@@ -4243,7 +4465,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
4243
4465
|
@pulumi.getter(name="tunnelInterfaceMaxControlConnections")
|
|
4244
4466
|
def tunnel_interface_max_control_connections(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
4245
4467
|
"""
|
|
4246
|
-
Set the maximum number of control connections for this TLOC
|
|
4468
|
+
Set the maximum number of control connections for this TLOC
|
|
4469
|
+
- Range: `0`-`8`
|
|
4247
4470
|
"""
|
|
4248
4471
|
return pulumi.get(self, "tunnel_interface_max_control_connections")
|
|
4249
4472
|
|
|
@@ -4267,7 +4490,9 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
4267
4490
|
@pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
|
|
4268
4491
|
def tunnel_interface_nat_refresh_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
4269
4492
|
"""
|
|
4270
|
-
Set time period of nat refresh packets <1...60> seconds
|
|
4493
|
+
Set time period of nat refresh packets <1...60> seconds
|
|
4494
|
+
- Range: `1`-`60`
|
|
4495
|
+
- Default value: `5`
|
|
4271
4496
|
"""
|
|
4272
4497
|
return pulumi.get(self, "tunnel_interface_nat_refresh_interval")
|
|
4273
4498
|
|
|
@@ -4291,7 +4516,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
4291
4516
|
@pulumi.getter(name="tunnelInterfaceNetworkBroadcast")
|
|
4292
4517
|
def tunnel_interface_network_broadcast(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
4293
4518
|
"""
|
|
4294
|
-
Accept and respond to network-prefix-directed broadcasts)
|
|
4519
|
+
Accept and respond to network-prefix-directed broadcasts)
|
|
4520
|
+
- Default value: `false`
|
|
4295
4521
|
"""
|
|
4296
4522
|
return pulumi.get(self, "tunnel_interface_network_broadcast")
|
|
4297
4523
|
|
|
@@ -4315,7 +4541,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
4315
4541
|
@pulumi.getter(name="tunnelInterfacePortHop")
|
|
4316
4542
|
def tunnel_interface_port_hop(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
4317
4543
|
"""
|
|
4318
|
-
Disallow port hopping on the tunnel interface
|
|
4544
|
+
Disallow port hopping on the tunnel interface
|
|
4545
|
+
- Default value: `true`
|
|
4319
4546
|
"""
|
|
4320
4547
|
return pulumi.get(self, "tunnel_interface_port_hop")
|
|
4321
4548
|
|
|
@@ -4339,7 +4566,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
4339
4566
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
|
|
4340
4567
|
def tunnel_interface_tunnel_tcp_mss(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
4341
4568
|
"""
|
|
4342
|
-
Tunnel TCP MSS on SYN packets, in bytes
|
|
4569
|
+
Tunnel TCP MSS on SYN packets, in bytes
|
|
4570
|
+
- Range: `500`-`1460`
|
|
4343
4571
|
"""
|
|
4344
4572
|
return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss")
|
|
4345
4573
|
|
|
@@ -4363,7 +4591,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
4363
4591
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
|
|
4364
4592
|
def tunnel_interface_vbond_as_stun_server(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
4365
4593
|
"""
|
|
4366
|
-
Put this wan interface in STUN mode only
|
|
4594
|
+
Put this wan interface in STUN mode only
|
|
4595
|
+
- Default value: `false`
|
|
4367
4596
|
"""
|
|
4368
4597
|
return pulumi.get(self, "tunnel_interface_vbond_as_stun_server")
|
|
4369
4598
|
|
|
@@ -4387,7 +4616,9 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
4387
4616
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
|
|
4388
4617
|
def tunnel_interface_vmanage_connection_preference(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
4389
4618
|
"""
|
|
4390
|
-
Set interface preference for control connection to vManage <0..8>
|
|
4619
|
+
Set interface preference for control connection to vManage <0..8>
|
|
4620
|
+
- Range: `0`-`8`
|
|
4621
|
+
- Default value: `5`
|
|
4391
4622
|
"""
|
|
4392
4623
|
return pulumi.get(self, "tunnel_interface_vmanage_connection_preference")
|
|
4393
4624
|
|
|
@@ -4411,7 +4642,8 @@ class _VpnInterfaceMultilinkFeatureTemplateState:
|
|
|
4411
4642
|
@pulumi.getter(name="tunnelQosMode")
|
|
4412
4643
|
def tunnel_qos_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4413
4644
|
"""
|
|
4414
|
-
Set tunnel QoS mode
|
|
4645
|
+
Set tunnel QoS mode
|
|
4646
|
+
- Choices: `spoke`
|
|
4415
4647
|
"""
|
|
4416
4648
|
return pulumi.get(self, "tunnel_qos_mode")
|
|
4417
4649
|
|
|
@@ -4627,42 +4859,54 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
4627
4859
|
:param str resource_name: The name of the resource.
|
|
4628
4860
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
4629
4861
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceMultilinkFeatureTemplateAccessListArgs', 'VpnInterfaceMultilinkFeatureTemplateAccessListArgsDict']]]] access_lists: Apply ACL
|
|
4630
|
-
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
4862
|
+
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
4863
|
+
- Default value: `true`
|
|
4631
4864
|
:param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
|
|
4632
|
-
:param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
|
|
4865
|
+
:param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
|
|
4866
|
+
- Range: `1`-`2147483647`
|
|
4633
4867
|
:param pulumi.Input[_builtins.str] bandwidth_downstream_variable: Variable name
|
|
4634
|
-
:param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps
|
|
4868
|
+
:param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps
|
|
4869
|
+
- Range: `1`-`2147483647`
|
|
4635
4870
|
:param pulumi.Input[_builtins.str] bandwidth_upstream_variable: Variable name
|
|
4636
4871
|
:param pulumi.Input[_builtins.str] chap_hostname: CHAP Hostname
|
|
4637
4872
|
:param pulumi.Input[_builtins.str] chap_hostname_variable: Variable name
|
|
4638
4873
|
:param pulumi.Input[_builtins.str] chap_ppp_auth_password: Specify ppp authentication Password
|
|
4639
4874
|
:param pulumi.Input[_builtins.str] chap_ppp_auth_password_variable: Variable name
|
|
4640
|
-
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
4875
|
+
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
4876
|
+
- Default value: `false`
|
|
4641
4877
|
:param pulumi.Input[_builtins.str] clear_dont_fragment_bit_variable: Variable name
|
|
4642
|
-
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
4878
|
+
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
4879
|
+
- Choices: `core`, `core-shared`
|
|
4880
|
+
- Default value: `core`
|
|
4643
4881
|
:param pulumi.Input[_builtins.str] core_region_variable: Variable name
|
|
4644
4882
|
:param pulumi.Input[_builtins.str] description: The description of the feature template
|
|
4645
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
4646
|
-
|
|
4647
|
-
|
|
4648
|
-
|
|
4649
|
-
:param pulumi.Input[_builtins.bool] enable_core_region: Enable core region
|
|
4883
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
4884
|
+
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
4885
|
+
:param pulumi.Input[_builtins.bool] disable_fragmentation: Suppresss multilink fragmentation
|
|
4886
|
+
- Default value: `false`
|
|
4887
|
+
:param pulumi.Input[_builtins.bool] enable_core_region: Enable core region
|
|
4888
|
+
- Default value: `false`
|
|
4650
4889
|
:param pulumi.Input[_builtins.str] enable_core_region_variable: Variable name
|
|
4651
|
-
:param pulumi.Input[_builtins.int] fragment_max_delay: Maximum delay for each fragment
|
|
4890
|
+
:param pulumi.Input[_builtins.int] fragment_max_delay: Maximum delay for each fragment
|
|
4891
|
+
- Range: `0`-`1000`
|
|
4652
4892
|
:param pulumi.Input[_builtins.str] fragment_max_delay_variable: Variable name
|
|
4653
4893
|
:param pulumi.Input[_builtins.str] interface_description: Interface description
|
|
4654
4894
|
:param pulumi.Input[_builtins.str] interface_description_variable: Variable name
|
|
4655
4895
|
:param pulumi.Input[_builtins.str] interface_name: Interface Name
|
|
4656
4896
|
:param pulumi.Input[_builtins.str] interface_name_variable: Variable name
|
|
4657
|
-
:param pulumi.Input[_builtins.bool] interleaving_fragment: Allow interleaving of packets with fragments
|
|
4658
|
-
|
|
4897
|
+
:param pulumi.Input[_builtins.bool] interleaving_fragment: Allow interleaving of packets with fragments
|
|
4898
|
+
- Default value: `false`
|
|
4899
|
+
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <68...2000>, in bytes
|
|
4900
|
+
- Range: `68`-`2000`
|
|
4901
|
+
- Default value: `1500`
|
|
4659
4902
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
4660
4903
|
:param pulumi.Input[_builtins.str] ipv4_address: Assign IPv4 address
|
|
4661
4904
|
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
4662
4905
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceMultilinkFeatureTemplateIpv6AccessListArgs', 'VpnInterfaceMultilinkFeatureTemplateIpv6AccessListArgsDict']]]] ipv6_access_lists: Apply IPv6 access list
|
|
4663
4906
|
:param pulumi.Input[_builtins.str] ipv6_address: Assign IPv6 address
|
|
4664
4907
|
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
4665
|
-
:param pulumi.Input[_builtins.int] multilink_group_number: MultiLink Group Number
|
|
4908
|
+
:param pulumi.Input[_builtins.int] multilink_group_number: MultiLink Group Number
|
|
4909
|
+
- Range: `1`-`2147483647`
|
|
4666
4910
|
:param pulumi.Input[_builtins.str] multilink_group_number_variable: Variable name
|
|
4667
4911
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceMultilinkFeatureTemplateMultilinkInterfaceArgs', 'VpnInterfaceMultilinkFeatureTemplateMultilinkInterfaceArgsDict']]]] multilink_interfaces: Controller tx-ex List
|
|
4668
4912
|
:param pulumi.Input[_builtins.str] name: The name of the feature template
|
|
@@ -4672,99 +4916,145 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
4672
4916
|
:param pulumi.Input[_builtins.str] pap_ppp_auth_password_variable: Variable name
|
|
4673
4917
|
:param pulumi.Input[_builtins.str] pap_username: PAP outbound Sent Username
|
|
4674
4918
|
:param pulumi.Input[_builtins.str] pap_username_variable: Variable name
|
|
4675
|
-
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
4676
|
-
|
|
4919
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
4920
|
+
- Default value: `false`
|
|
4921
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos_aggregator: Per-tunnel QoS Aggregator
|
|
4922
|
+
- Default value: `false`
|
|
4677
4923
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_aggregator_variable: Variable name
|
|
4678
4924
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_variable: Variable name
|
|
4679
|
-
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
4925
|
+
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
4926
|
+
- Default value: `false`
|
|
4680
4927
|
:param pulumi.Input[_builtins.str] pmtu_discovery_variable: Variable name
|
|
4681
|
-
:param pulumi.Input[_builtins.str] ppp_authentication_protocol: PPP Link Authentication Protocol
|
|
4682
|
-
|
|
4683
|
-
:param pulumi.Input[_builtins.
|
|
4928
|
+
:param pulumi.Input[_builtins.str] ppp_authentication_protocol: PPP Link Authentication Protocol
|
|
4929
|
+
- Choices: `chap`, `pap`
|
|
4930
|
+
:param pulumi.Input[_builtins.bool] ppp_authentication_protocol_pap: PPP Authentication Protocol PAP
|
|
4931
|
+
- Default value: `false`
|
|
4932
|
+
:param pulumi.Input[_builtins.str] ppp_authentication_type: Authenticate remote on incoming call only
|
|
4933
|
+
- Choices: `callin`, `false`
|
|
4934
|
+
- Default value: `callin`
|
|
4684
4935
|
:param pulumi.Input[_builtins.str] qos_map: Name of QoS map
|
|
4685
4936
|
:param pulumi.Input[_builtins.str] qos_map_variable: Variable name
|
|
4686
4937
|
:param pulumi.Input[_builtins.str] qos_map_vpn: Name of VPN QoS map
|
|
4687
4938
|
:param pulumi.Input[_builtins.str] qos_map_vpn_variable: Variable name
|
|
4688
|
-
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
4939
|
+
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
4940
|
+
- Choices: `off`, `secondary-only`, `secondary-shared`
|
|
4941
|
+
- Default value: `off`
|
|
4689
4942
|
:param pulumi.Input[_builtins.str] secondary_region_variable: Variable name
|
|
4690
|
-
:param pulumi.Input[_builtins.int] shaping_rate: 1ge
|
|
4943
|
+
:param pulumi.Input[_builtins.int] shaping_rate: 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
4944
|
+
- Range: `8`-`100000000`
|
|
4691
4945
|
:param pulumi.Input[_builtins.str] shaping_rate_variable: Variable name
|
|
4692
|
-
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
4946
|
+
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
4947
|
+
- Default value: `true`
|
|
4693
4948
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
4694
|
-
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
4949
|
+
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
4950
|
+
- Range: `0`-`7`
|
|
4695
4951
|
:param pulumi.Input[_builtins.str] static_ingress_qos_variable: Variable name
|
|
4696
|
-
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
4952
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
4953
|
+
- Range: `552`-`1960`
|
|
4697
4954
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
4698
4955
|
:param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
|
|
4699
4956
|
:param pulumi.Input[_builtins.str] tloc_extension_variable: Variable name
|
|
4700
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
4957
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
4958
|
+
- Default value: `false`
|
|
4701
4959
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_all_variable: Variable name
|
|
4702
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
4960
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
4961
|
+
- Default value: `false`
|
|
4703
4962
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_bgp_variable: Variable name
|
|
4704
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
4963
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
4964
|
+
- Default value: `true`
|
|
4705
4965
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dhcp_variable: Variable name
|
|
4706
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
4966
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
4967
|
+
- Default value: `true`
|
|
4707
4968
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dns_variable: Variable name
|
|
4708
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
4969
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
4970
|
+
- Default value: `true`
|
|
4709
4971
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_https_variable: Variable name
|
|
4710
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
4972
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
4973
|
+
- Default value: `true`
|
|
4711
4974
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_icmp_variable: Variable name
|
|
4712
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
4975
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
4976
|
+
- Default value: `false`
|
|
4713
4977
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_netconf_variable: Variable name
|
|
4714
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
4978
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
4979
|
+
- Default value: `false`
|
|
4715
4980
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ntp_variable: Variable name
|
|
4716
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
4981
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
4982
|
+
- Default value: `false`
|
|
4717
4983
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ospf_variable: Variable name
|
|
4718
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
4984
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
4985
|
+
- Default value: `false`
|
|
4719
4986
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_snmp_variable: Variable name
|
|
4720
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
4987
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
4988
|
+
- Default value: `false`
|
|
4721
4989
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ssh_variable: Variable name
|
|
4722
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
4990
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
4991
|
+
- Default value: `false`
|
|
4723
4992
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_stun_variable: Variable name
|
|
4724
4993
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface
|
|
4725
4994
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel_variable: Variable name
|
|
4726
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
4995
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
4996
|
+
- Default value: `false`
|
|
4727
4997
|
:param pulumi.Input[_builtins.str] tunnel_interface_border_variable: Variable name
|
|
4728
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
4729
|
-
|
|
4998
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
4999
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
5000
|
+
- Default value: `default`
|
|
4730
5001
|
:param pulumi.Input[_builtins.str] tunnel_interface_carrier_variable: Variable name
|
|
4731
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
5002
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
5003
|
+
- Default value: `false`
|
|
4732
5004
|
:param pulumi.Input[_builtins.str] tunnel_interface_clear_dont_fragment_variable: Variable name
|
|
4733
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
4734
|
-
|
|
4735
|
-
|
|
4736
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_color_restrict: Restrict this TLOC behavior
|
|
5005
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
5006
|
+
- 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`
|
|
5007
|
+
- Default value: `default`
|
|
5008
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_color_restrict: Restrict this TLOC behavior
|
|
5009
|
+
- Default value: `false`
|
|
4737
5010
|
:param pulumi.Input[_builtins.str] tunnel_interface_color_variable: Variable name
|
|
4738
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_control_connections: Allow Control Connection
|
|
5011
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_control_connections: Allow Control Connection
|
|
5012
|
+
- Default value: `true`
|
|
4739
5013
|
:param pulumi.Input[_builtins.str] tunnel_interface_control_connections_variable: Variable name
|
|
4740
5014
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceMultilinkFeatureTemplateTunnelInterfaceEncapsulationArgs', 'VpnInterfaceMultilinkFeatureTemplateTunnelInterfaceEncapsulationArgsDict']]]] tunnel_interface_encapsulations: Encapsulation for TLOC
|
|
4741
5015
|
:param pulumi.Input[_builtins.str] tunnel_interface_exclude_controller_group_list_variable: Variable name
|
|
4742
5016
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list
|
|
4743
5017
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_groups: List of groups
|
|
4744
5018
|
:param pulumi.Input[_builtins.str] tunnel_interface_groups_variable: Variable name
|
|
4745
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
5019
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
5020
|
+
- Range: `100`-`600000`
|
|
5021
|
+
- Default value: `1000`
|
|
4746
5022
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_interval_variable: Variable name
|
|
4747
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
5023
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
5024
|
+
- Range: `12`-`6000`
|
|
5025
|
+
- Default value: `12`
|
|
4748
5026
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_tolerance_variable: Variable name
|
|
4749
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
5027
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
5028
|
+
- Default value: `false`
|
|
4750
5029
|
:param pulumi.Input[_builtins.str] tunnel_interface_last_resort_circuit_variable: Variable name
|
|
4751
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
5030
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
5031
|
+
- Default value: `false`
|
|
4752
5032
|
:param pulumi.Input[_builtins.str] tunnel_interface_low_bandwidth_link_variable: Variable name
|
|
4753
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Set the maximum number of control connections for this TLOC
|
|
5033
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Set the maximum number of control connections for this TLOC
|
|
5034
|
+
- Range: `0`-`8`
|
|
4754
5035
|
:param pulumi.Input[_builtins.str] tunnel_interface_max_control_connections_variable: Variable name
|
|
4755
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
5036
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
5037
|
+
- Range: `1`-`60`
|
|
5038
|
+
- Default value: `5`
|
|
4756
5039
|
:param pulumi.Input[_builtins.str] tunnel_interface_nat_refresh_interval_variable: Variable name
|
|
4757
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
5040
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
5041
|
+
- Default value: `false`
|
|
4758
5042
|
:param pulumi.Input[_builtins.str] tunnel_interface_network_broadcast_variable: Variable name
|
|
4759
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
5043
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
5044
|
+
- Default value: `true`
|
|
4760
5045
|
:param pulumi.Input[_builtins.str] tunnel_interface_port_hop_variable: Variable name
|
|
4761
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
5046
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
5047
|
+
- Range: `500`-`1460`
|
|
4762
5048
|
:param pulumi.Input[_builtins.str] tunnel_interface_tunnel_tcp_mss_variable: Variable name
|
|
4763
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
5049
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
5050
|
+
- Default value: `false`
|
|
4764
5051
|
:param pulumi.Input[_builtins.str] tunnel_interface_vbond_as_stun_server_variable: Variable name
|
|
4765
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
5052
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
5053
|
+
- Range: `0`-`8`
|
|
5054
|
+
- Default value: `5`
|
|
4766
5055
|
:param pulumi.Input[_builtins.str] tunnel_interface_vmanage_connection_preference_variable: Variable name
|
|
4767
|
-
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
5056
|
+
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
5057
|
+
- Choices: `spoke`
|
|
4768
5058
|
:param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name
|
|
4769
5059
|
:param pulumi.Input[_builtins.str] write_rule: Name of rewrite rule
|
|
4770
5060
|
:param pulumi.Input[_builtins.str] write_rule_variable: Variable name
|
|
@@ -5248,42 +5538,54 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5248
5538
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
5249
5539
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
5250
5540
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceMultilinkFeatureTemplateAccessListArgs', 'VpnInterfaceMultilinkFeatureTemplateAccessListArgsDict']]]] access_lists: Apply ACL
|
|
5251
|
-
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
5541
|
+
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
5542
|
+
- Default value: `true`
|
|
5252
5543
|
:param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
|
|
5253
|
-
:param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
|
|
5544
|
+
:param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
|
|
5545
|
+
- Range: `1`-`2147483647`
|
|
5254
5546
|
:param pulumi.Input[_builtins.str] bandwidth_downstream_variable: Variable name
|
|
5255
|
-
:param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps
|
|
5547
|
+
:param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps
|
|
5548
|
+
- Range: `1`-`2147483647`
|
|
5256
5549
|
:param pulumi.Input[_builtins.str] bandwidth_upstream_variable: Variable name
|
|
5257
5550
|
:param pulumi.Input[_builtins.str] chap_hostname: CHAP Hostname
|
|
5258
5551
|
:param pulumi.Input[_builtins.str] chap_hostname_variable: Variable name
|
|
5259
5552
|
:param pulumi.Input[_builtins.str] chap_ppp_auth_password: Specify ppp authentication Password
|
|
5260
5553
|
:param pulumi.Input[_builtins.str] chap_ppp_auth_password_variable: Variable name
|
|
5261
|
-
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
5554
|
+
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
5555
|
+
- Default value: `false`
|
|
5262
5556
|
:param pulumi.Input[_builtins.str] clear_dont_fragment_bit_variable: Variable name
|
|
5263
|
-
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
5557
|
+
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
5558
|
+
- Choices: `core`, `core-shared`
|
|
5559
|
+
- Default value: `core`
|
|
5264
5560
|
:param pulumi.Input[_builtins.str] core_region_variable: Variable name
|
|
5265
5561
|
:param pulumi.Input[_builtins.str] description: The description of the feature template
|
|
5266
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
5267
|
-
|
|
5268
|
-
|
|
5269
|
-
|
|
5270
|
-
:param pulumi.Input[_builtins.bool] enable_core_region: Enable core region
|
|
5562
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
5563
|
+
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
5564
|
+
:param pulumi.Input[_builtins.bool] disable_fragmentation: Suppresss multilink fragmentation
|
|
5565
|
+
- Default value: `false`
|
|
5566
|
+
:param pulumi.Input[_builtins.bool] enable_core_region: Enable core region
|
|
5567
|
+
- Default value: `false`
|
|
5271
5568
|
:param pulumi.Input[_builtins.str] enable_core_region_variable: Variable name
|
|
5272
|
-
:param pulumi.Input[_builtins.int] fragment_max_delay: Maximum delay for each fragment
|
|
5569
|
+
:param pulumi.Input[_builtins.int] fragment_max_delay: Maximum delay for each fragment
|
|
5570
|
+
- Range: `0`-`1000`
|
|
5273
5571
|
:param pulumi.Input[_builtins.str] fragment_max_delay_variable: Variable name
|
|
5274
5572
|
:param pulumi.Input[_builtins.str] interface_description: Interface description
|
|
5275
5573
|
:param pulumi.Input[_builtins.str] interface_description_variable: Variable name
|
|
5276
5574
|
:param pulumi.Input[_builtins.str] interface_name: Interface Name
|
|
5277
5575
|
:param pulumi.Input[_builtins.str] interface_name_variable: Variable name
|
|
5278
|
-
:param pulumi.Input[_builtins.bool] interleaving_fragment: Allow interleaving of packets with fragments
|
|
5279
|
-
|
|
5576
|
+
:param pulumi.Input[_builtins.bool] interleaving_fragment: Allow interleaving of packets with fragments
|
|
5577
|
+
- Default value: `false`
|
|
5578
|
+
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <68...2000>, in bytes
|
|
5579
|
+
- Range: `68`-`2000`
|
|
5580
|
+
- Default value: `1500`
|
|
5280
5581
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
5281
5582
|
:param pulumi.Input[_builtins.str] ipv4_address: Assign IPv4 address
|
|
5282
5583
|
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
5283
5584
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceMultilinkFeatureTemplateIpv6AccessListArgs', 'VpnInterfaceMultilinkFeatureTemplateIpv6AccessListArgsDict']]]] ipv6_access_lists: Apply IPv6 access list
|
|
5284
5585
|
:param pulumi.Input[_builtins.str] ipv6_address: Assign IPv6 address
|
|
5285
5586
|
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
5286
|
-
:param pulumi.Input[_builtins.int] multilink_group_number: MultiLink Group Number
|
|
5587
|
+
:param pulumi.Input[_builtins.int] multilink_group_number: MultiLink Group Number
|
|
5588
|
+
- Range: `1`-`2147483647`
|
|
5287
5589
|
:param pulumi.Input[_builtins.str] multilink_group_number_variable: Variable name
|
|
5288
5590
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceMultilinkFeatureTemplateMultilinkInterfaceArgs', 'VpnInterfaceMultilinkFeatureTemplateMultilinkInterfaceArgsDict']]]] multilink_interfaces: Controller tx-ex List
|
|
5289
5591
|
:param pulumi.Input[_builtins.str] name: The name of the feature template
|
|
@@ -5293,100 +5595,146 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5293
5595
|
:param pulumi.Input[_builtins.str] pap_ppp_auth_password_variable: Variable name
|
|
5294
5596
|
:param pulumi.Input[_builtins.str] pap_username: PAP outbound Sent Username
|
|
5295
5597
|
:param pulumi.Input[_builtins.str] pap_username_variable: Variable name
|
|
5296
|
-
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
5297
|
-
|
|
5598
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
5599
|
+
- Default value: `false`
|
|
5600
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos_aggregator: Per-tunnel QoS Aggregator
|
|
5601
|
+
- Default value: `false`
|
|
5298
5602
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_aggregator_variable: Variable name
|
|
5299
5603
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_variable: Variable name
|
|
5300
|
-
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
5604
|
+
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
5605
|
+
- Default value: `false`
|
|
5301
5606
|
:param pulumi.Input[_builtins.str] pmtu_discovery_variable: Variable name
|
|
5302
|
-
:param pulumi.Input[_builtins.str] ppp_authentication_protocol: PPP Link Authentication Protocol
|
|
5303
|
-
|
|
5304
|
-
:param pulumi.Input[_builtins.
|
|
5607
|
+
:param pulumi.Input[_builtins.str] ppp_authentication_protocol: PPP Link Authentication Protocol
|
|
5608
|
+
- Choices: `chap`, `pap`
|
|
5609
|
+
:param pulumi.Input[_builtins.bool] ppp_authentication_protocol_pap: PPP Authentication Protocol PAP
|
|
5610
|
+
- Default value: `false`
|
|
5611
|
+
:param pulumi.Input[_builtins.str] ppp_authentication_type: Authenticate remote on incoming call only
|
|
5612
|
+
- Choices: `callin`, `false`
|
|
5613
|
+
- Default value: `callin`
|
|
5305
5614
|
:param pulumi.Input[_builtins.str] qos_map: Name of QoS map
|
|
5306
5615
|
:param pulumi.Input[_builtins.str] qos_map_variable: Variable name
|
|
5307
5616
|
:param pulumi.Input[_builtins.str] qos_map_vpn: Name of VPN QoS map
|
|
5308
5617
|
:param pulumi.Input[_builtins.str] qos_map_vpn_variable: Variable name
|
|
5309
|
-
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
5618
|
+
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
5619
|
+
- Choices: `off`, `secondary-only`, `secondary-shared`
|
|
5620
|
+
- Default value: `off`
|
|
5310
5621
|
:param pulumi.Input[_builtins.str] secondary_region_variable: Variable name
|
|
5311
|
-
:param pulumi.Input[_builtins.int] shaping_rate: 1ge
|
|
5622
|
+
:param pulumi.Input[_builtins.int] shaping_rate: 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
5623
|
+
- Range: `8`-`100000000`
|
|
5312
5624
|
:param pulumi.Input[_builtins.str] shaping_rate_variable: Variable name
|
|
5313
|
-
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
5625
|
+
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
5626
|
+
- Default value: `true`
|
|
5314
5627
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
5315
|
-
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
5628
|
+
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
5629
|
+
- Range: `0`-`7`
|
|
5316
5630
|
:param pulumi.Input[_builtins.str] static_ingress_qos_variable: Variable name
|
|
5317
|
-
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
5631
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
5632
|
+
- Range: `552`-`1960`
|
|
5318
5633
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
5319
5634
|
:param pulumi.Input[_builtins.str] template_type: The template type
|
|
5320
5635
|
:param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
|
|
5321
5636
|
:param pulumi.Input[_builtins.str] tloc_extension_variable: Variable name
|
|
5322
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
5637
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
5638
|
+
- Default value: `false`
|
|
5323
5639
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_all_variable: Variable name
|
|
5324
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
5640
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
5641
|
+
- Default value: `false`
|
|
5325
5642
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_bgp_variable: Variable name
|
|
5326
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
5643
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
5644
|
+
- Default value: `true`
|
|
5327
5645
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dhcp_variable: Variable name
|
|
5328
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
5646
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
5647
|
+
- Default value: `true`
|
|
5329
5648
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dns_variable: Variable name
|
|
5330
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
5649
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
5650
|
+
- Default value: `true`
|
|
5331
5651
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_https_variable: Variable name
|
|
5332
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
5652
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
5653
|
+
- Default value: `true`
|
|
5333
5654
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_icmp_variable: Variable name
|
|
5334
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
5655
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
5656
|
+
- Default value: `false`
|
|
5335
5657
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_netconf_variable: Variable name
|
|
5336
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
5658
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
5659
|
+
- Default value: `false`
|
|
5337
5660
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ntp_variable: Variable name
|
|
5338
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
5661
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
5662
|
+
- Default value: `false`
|
|
5339
5663
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ospf_variable: Variable name
|
|
5340
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
5664
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
5665
|
+
- Default value: `false`
|
|
5341
5666
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_snmp_variable: Variable name
|
|
5342
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
5667
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
5668
|
+
- Default value: `false`
|
|
5343
5669
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ssh_variable: Variable name
|
|
5344
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
5670
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
5671
|
+
- Default value: `false`
|
|
5345
5672
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_stun_variable: Variable name
|
|
5346
5673
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface
|
|
5347
5674
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel_variable: Variable name
|
|
5348
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
5675
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
5676
|
+
- Default value: `false`
|
|
5349
5677
|
:param pulumi.Input[_builtins.str] tunnel_interface_border_variable: Variable name
|
|
5350
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
5351
|
-
|
|
5678
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
5679
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
5680
|
+
- Default value: `default`
|
|
5352
5681
|
:param pulumi.Input[_builtins.str] tunnel_interface_carrier_variable: Variable name
|
|
5353
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
5682
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
5683
|
+
- Default value: `false`
|
|
5354
5684
|
:param pulumi.Input[_builtins.str] tunnel_interface_clear_dont_fragment_variable: Variable name
|
|
5355
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
5356
|
-
|
|
5357
|
-
|
|
5358
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_color_restrict: Restrict this TLOC behavior
|
|
5685
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
5686
|
+
- 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`
|
|
5687
|
+
- Default value: `default`
|
|
5688
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_color_restrict: Restrict this TLOC behavior
|
|
5689
|
+
- Default value: `false`
|
|
5359
5690
|
:param pulumi.Input[_builtins.str] tunnel_interface_color_variable: Variable name
|
|
5360
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_control_connections: Allow Control Connection
|
|
5691
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_control_connections: Allow Control Connection
|
|
5692
|
+
- Default value: `true`
|
|
5361
5693
|
:param pulumi.Input[_builtins.str] tunnel_interface_control_connections_variable: Variable name
|
|
5362
5694
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceMultilinkFeatureTemplateTunnelInterfaceEncapsulationArgs', 'VpnInterfaceMultilinkFeatureTemplateTunnelInterfaceEncapsulationArgsDict']]]] tunnel_interface_encapsulations: Encapsulation for TLOC
|
|
5363
5695
|
:param pulumi.Input[_builtins.str] tunnel_interface_exclude_controller_group_list_variable: Variable name
|
|
5364
5696
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list
|
|
5365
5697
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_groups: List of groups
|
|
5366
5698
|
:param pulumi.Input[_builtins.str] tunnel_interface_groups_variable: Variable name
|
|
5367
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
5699
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
5700
|
+
- Range: `100`-`600000`
|
|
5701
|
+
- Default value: `1000`
|
|
5368
5702
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_interval_variable: Variable name
|
|
5369
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
5703
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
5704
|
+
- Range: `12`-`6000`
|
|
5705
|
+
- Default value: `12`
|
|
5370
5706
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_tolerance_variable: Variable name
|
|
5371
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
5707
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
5708
|
+
- Default value: `false`
|
|
5372
5709
|
:param pulumi.Input[_builtins.str] tunnel_interface_last_resort_circuit_variable: Variable name
|
|
5373
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
5710
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
5711
|
+
- Default value: `false`
|
|
5374
5712
|
:param pulumi.Input[_builtins.str] tunnel_interface_low_bandwidth_link_variable: Variable name
|
|
5375
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Set the maximum number of control connections for this TLOC
|
|
5713
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Set the maximum number of control connections for this TLOC
|
|
5714
|
+
- Range: `0`-`8`
|
|
5376
5715
|
:param pulumi.Input[_builtins.str] tunnel_interface_max_control_connections_variable: Variable name
|
|
5377
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
5716
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
5717
|
+
- Range: `1`-`60`
|
|
5718
|
+
- Default value: `5`
|
|
5378
5719
|
:param pulumi.Input[_builtins.str] tunnel_interface_nat_refresh_interval_variable: Variable name
|
|
5379
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
5720
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
5721
|
+
- Default value: `false`
|
|
5380
5722
|
:param pulumi.Input[_builtins.str] tunnel_interface_network_broadcast_variable: Variable name
|
|
5381
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
5723
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
5724
|
+
- Default value: `true`
|
|
5382
5725
|
:param pulumi.Input[_builtins.str] tunnel_interface_port_hop_variable: Variable name
|
|
5383
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
5726
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
5727
|
+
- Range: `500`-`1460`
|
|
5384
5728
|
:param pulumi.Input[_builtins.str] tunnel_interface_tunnel_tcp_mss_variable: Variable name
|
|
5385
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
5729
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
5730
|
+
- Default value: `false`
|
|
5386
5731
|
:param pulumi.Input[_builtins.str] tunnel_interface_vbond_as_stun_server_variable: Variable name
|
|
5387
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
5732
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
5733
|
+
- Range: `0`-`8`
|
|
5734
|
+
- Default value: `5`
|
|
5388
5735
|
:param pulumi.Input[_builtins.str] tunnel_interface_vmanage_connection_preference_variable: Variable name
|
|
5389
|
-
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
5736
|
+
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
5737
|
+
- Choices: `spoke`
|
|
5390
5738
|
:param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name
|
|
5391
5739
|
:param pulumi.Input[_builtins.int] version: The version of the feature template
|
|
5392
5740
|
:param pulumi.Input[_builtins.str] write_rule: Name of rewrite rule
|
|
@@ -5549,7 +5897,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5549
5897
|
@pulumi.getter
|
|
5550
5898
|
def autonegotiate(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5551
5899
|
"""
|
|
5552
|
-
Link autonegotiation
|
|
5900
|
+
Link autonegotiation
|
|
5901
|
+
- Default value: `true`
|
|
5553
5902
|
"""
|
|
5554
5903
|
return pulumi.get(self, "autonegotiate")
|
|
5555
5904
|
|
|
@@ -5565,7 +5914,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5565
5914
|
@pulumi.getter(name="bandwidthDownstream")
|
|
5566
5915
|
def bandwidth_downstream(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5567
5916
|
"""
|
|
5568
|
-
Interface downstream bandwidth capacity, in kbps
|
|
5917
|
+
Interface downstream bandwidth capacity, in kbps
|
|
5918
|
+
- Range: `1`-`2147483647`
|
|
5569
5919
|
"""
|
|
5570
5920
|
return pulumi.get(self, "bandwidth_downstream")
|
|
5571
5921
|
|
|
@@ -5581,7 +5931,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5581
5931
|
@pulumi.getter(name="bandwidthUpstream")
|
|
5582
5932
|
def bandwidth_upstream(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5583
5933
|
"""
|
|
5584
|
-
Interface upstream bandwidth capacity, in kbps
|
|
5934
|
+
Interface upstream bandwidth capacity, in kbps
|
|
5935
|
+
- Range: `1`-`2147483647`
|
|
5585
5936
|
"""
|
|
5586
5937
|
return pulumi.get(self, "bandwidth_upstream")
|
|
5587
5938
|
|
|
@@ -5629,7 +5980,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5629
5980
|
@pulumi.getter(name="clearDontFragmentBit")
|
|
5630
5981
|
def clear_dont_fragment_bit(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5631
5982
|
"""
|
|
5632
|
-
Clear don't fragment bit
|
|
5983
|
+
Clear don't fragment bit
|
|
5984
|
+
- Default value: `false`
|
|
5633
5985
|
"""
|
|
5634
5986
|
return pulumi.get(self, "clear_dont_fragment_bit")
|
|
5635
5987
|
|
|
@@ -5645,7 +5997,9 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5645
5997
|
@pulumi.getter(name="coreRegion")
|
|
5646
5998
|
def core_region(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
5647
5999
|
"""
|
|
5648
|
-
Enable core region
|
|
6000
|
+
Enable core region
|
|
6001
|
+
- Choices: `core`, `core-shared`
|
|
6002
|
+
- Default value: `core`
|
|
5649
6003
|
"""
|
|
5650
6004
|
return pulumi.get(self, "core_region")
|
|
5651
6005
|
|
|
@@ -5669,9 +6023,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5669
6023
|
@pulumi.getter(name="deviceTypes")
|
|
5670
6024
|
def device_types(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
|
5671
6025
|
"""
|
|
5672
|
-
List of supported device types
|
|
5673
|
-
|
|
5674
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
6026
|
+
List of supported device types
|
|
6027
|
+
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
5675
6028
|
"""
|
|
5676
6029
|
return pulumi.get(self, "device_types")
|
|
5677
6030
|
|
|
@@ -5679,7 +6032,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5679
6032
|
@pulumi.getter(name="disableFragmentation")
|
|
5680
6033
|
def disable_fragmentation(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5681
6034
|
"""
|
|
5682
|
-
Suppresss multilink fragmentation
|
|
6035
|
+
Suppresss multilink fragmentation
|
|
6036
|
+
- Default value: `false`
|
|
5683
6037
|
"""
|
|
5684
6038
|
return pulumi.get(self, "disable_fragmentation")
|
|
5685
6039
|
|
|
@@ -5687,7 +6041,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5687
6041
|
@pulumi.getter(name="enableCoreRegion")
|
|
5688
6042
|
def enable_core_region(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5689
6043
|
"""
|
|
5690
|
-
Enable core region
|
|
6044
|
+
Enable core region
|
|
6045
|
+
- Default value: `false`
|
|
5691
6046
|
"""
|
|
5692
6047
|
return pulumi.get(self, "enable_core_region")
|
|
5693
6048
|
|
|
@@ -5703,7 +6058,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5703
6058
|
@pulumi.getter(name="fragmentMaxDelay")
|
|
5704
6059
|
def fragment_max_delay(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5705
6060
|
"""
|
|
5706
|
-
Maximum delay for each fragment
|
|
6061
|
+
Maximum delay for each fragment
|
|
6062
|
+
- Range: `0`-`1000`
|
|
5707
6063
|
"""
|
|
5708
6064
|
return pulumi.get(self, "fragment_max_delay")
|
|
5709
6065
|
|
|
@@ -5751,7 +6107,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5751
6107
|
@pulumi.getter(name="interleavingFragment")
|
|
5752
6108
|
def interleaving_fragment(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5753
6109
|
"""
|
|
5754
|
-
Allow interleaving of packets with fragments
|
|
6110
|
+
Allow interleaving of packets with fragments
|
|
6111
|
+
- Default value: `false`
|
|
5755
6112
|
"""
|
|
5756
6113
|
return pulumi.get(self, "interleaving_fragment")
|
|
5757
6114
|
|
|
@@ -5759,7 +6116,9 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5759
6116
|
@pulumi.getter(name="ipMtu")
|
|
5760
6117
|
def ip_mtu(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5761
6118
|
"""
|
|
5762
|
-
Interface MTU <68...2000>, in bytes
|
|
6119
|
+
Interface MTU <68...2000>, in bytes
|
|
6120
|
+
- Range: `68`-`2000`
|
|
6121
|
+
- Default value: `1500`
|
|
5763
6122
|
"""
|
|
5764
6123
|
return pulumi.get(self, "ip_mtu")
|
|
5765
6124
|
|
|
@@ -5815,7 +6174,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5815
6174
|
@pulumi.getter(name="multilinkGroupNumber")
|
|
5816
6175
|
def multilink_group_number(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5817
6176
|
"""
|
|
5818
|
-
MultiLink Group Number
|
|
6177
|
+
MultiLink Group Number
|
|
6178
|
+
- Range: `1`-`2147483647`
|
|
5819
6179
|
"""
|
|
5820
6180
|
return pulumi.get(self, "multilink_group_number")
|
|
5821
6181
|
|
|
@@ -5895,7 +6255,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5895
6255
|
@pulumi.getter(name="perTunnelQos")
|
|
5896
6256
|
def per_tunnel_qos(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5897
6257
|
"""
|
|
5898
|
-
Per-tunnel Qos
|
|
6258
|
+
Per-tunnel Qos
|
|
6259
|
+
- Default value: `false`
|
|
5899
6260
|
"""
|
|
5900
6261
|
return pulumi.get(self, "per_tunnel_qos")
|
|
5901
6262
|
|
|
@@ -5903,7 +6264,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5903
6264
|
@pulumi.getter(name="perTunnelQosAggregator")
|
|
5904
6265
|
def per_tunnel_qos_aggregator(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5905
6266
|
"""
|
|
5906
|
-
Per-tunnel QoS Aggregator
|
|
6267
|
+
Per-tunnel QoS Aggregator
|
|
6268
|
+
- Default value: `false`
|
|
5907
6269
|
"""
|
|
5908
6270
|
return pulumi.get(self, "per_tunnel_qos_aggregator")
|
|
5909
6271
|
|
|
@@ -5927,7 +6289,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5927
6289
|
@pulumi.getter(name="pmtuDiscovery")
|
|
5928
6290
|
def pmtu_discovery(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5929
6291
|
"""
|
|
5930
|
-
Path MTU Discovery
|
|
6292
|
+
Path MTU Discovery
|
|
6293
|
+
- Default value: `false`
|
|
5931
6294
|
"""
|
|
5932
6295
|
return pulumi.get(self, "pmtu_discovery")
|
|
5933
6296
|
|
|
@@ -5943,7 +6306,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5943
6306
|
@pulumi.getter(name="pppAuthenticationProtocol")
|
|
5944
6307
|
def ppp_authentication_protocol(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
5945
6308
|
"""
|
|
5946
|
-
PPP Link Authentication Protocol
|
|
6309
|
+
PPP Link Authentication Protocol
|
|
6310
|
+
- Choices: `chap`, `pap`
|
|
5947
6311
|
"""
|
|
5948
6312
|
return pulumi.get(self, "ppp_authentication_protocol")
|
|
5949
6313
|
|
|
@@ -5951,7 +6315,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5951
6315
|
@pulumi.getter(name="pppAuthenticationProtocolPap")
|
|
5952
6316
|
def ppp_authentication_protocol_pap(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5953
6317
|
"""
|
|
5954
|
-
PPP Authentication Protocol PAP
|
|
6318
|
+
PPP Authentication Protocol PAP
|
|
6319
|
+
- Default value: `false`
|
|
5955
6320
|
"""
|
|
5956
6321
|
return pulumi.get(self, "ppp_authentication_protocol_pap")
|
|
5957
6322
|
|
|
@@ -5959,7 +6324,9 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5959
6324
|
@pulumi.getter(name="pppAuthenticationType")
|
|
5960
6325
|
def ppp_authentication_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
5961
6326
|
"""
|
|
5962
|
-
Authenticate remote on incoming call only
|
|
6327
|
+
Authenticate remote on incoming call only
|
|
6328
|
+
- Choices: `callin`, `false`
|
|
6329
|
+
- Default value: `callin`
|
|
5963
6330
|
"""
|
|
5964
6331
|
return pulumi.get(self, "ppp_authentication_type")
|
|
5965
6332
|
|
|
@@ -5999,7 +6366,9 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5999
6366
|
@pulumi.getter(name="secondaryRegion")
|
|
6000
6367
|
def secondary_region(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
6001
6368
|
"""
|
|
6002
|
-
Enable secondary region
|
|
6369
|
+
Enable secondary region
|
|
6370
|
+
- Choices: `off`, `secondary-only`, `secondary-shared`
|
|
6371
|
+
- Default value: `off`
|
|
6003
6372
|
"""
|
|
6004
6373
|
return pulumi.get(self, "secondary_region")
|
|
6005
6374
|
|
|
@@ -6015,7 +6384,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6015
6384
|
@pulumi.getter(name="shapingRate")
|
|
6016
6385
|
def shaping_rate(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
6017
6386
|
"""
|
|
6018
|
-
1ge
|
|
6387
|
+
1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
6388
|
+
- Range: `8`-`100000000`
|
|
6019
6389
|
"""
|
|
6020
6390
|
return pulumi.get(self, "shaping_rate")
|
|
6021
6391
|
|
|
@@ -6031,7 +6401,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6031
6401
|
@pulumi.getter
|
|
6032
6402
|
def shutdown(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6033
6403
|
"""
|
|
6034
|
-
Administrative state
|
|
6404
|
+
Administrative state
|
|
6405
|
+
- Default value: `true`
|
|
6035
6406
|
"""
|
|
6036
6407
|
return pulumi.get(self, "shutdown")
|
|
6037
6408
|
|
|
@@ -6047,7 +6418,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6047
6418
|
@pulumi.getter(name="staticIngressQos")
|
|
6048
6419
|
def static_ingress_qos(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
6049
6420
|
"""
|
|
6050
|
-
Static ingress QoS for the port
|
|
6421
|
+
Static ingress QoS for the port
|
|
6422
|
+
- Range: `0`-`7`
|
|
6051
6423
|
"""
|
|
6052
6424
|
return pulumi.get(self, "static_ingress_qos")
|
|
6053
6425
|
|
|
@@ -6063,7 +6435,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6063
6435
|
@pulumi.getter(name="tcpMss")
|
|
6064
6436
|
def tcp_mss(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
6065
6437
|
"""
|
|
6066
|
-
TCP MSS on SYN packets, in bytes
|
|
6438
|
+
TCP MSS on SYN packets, in bytes
|
|
6439
|
+
- Range: `552`-`1960`
|
|
6067
6440
|
"""
|
|
6068
6441
|
return pulumi.get(self, "tcp_mss")
|
|
6069
6442
|
|
|
@@ -6103,7 +6476,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6103
6476
|
@pulumi.getter(name="tunnelInterfaceAllowAll")
|
|
6104
6477
|
def tunnel_interface_allow_all(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6105
6478
|
"""
|
|
6106
|
-
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
6479
|
+
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
6480
|
+
- Default value: `false`
|
|
6107
6481
|
"""
|
|
6108
6482
|
return pulumi.get(self, "tunnel_interface_allow_all")
|
|
6109
6483
|
|
|
@@ -6119,7 +6493,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6119
6493
|
@pulumi.getter(name="tunnelInterfaceAllowBgp")
|
|
6120
6494
|
def tunnel_interface_allow_bgp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6121
6495
|
"""
|
|
6122
|
-
Allow/deny BGP
|
|
6496
|
+
Allow/deny BGP
|
|
6497
|
+
- Default value: `false`
|
|
6123
6498
|
"""
|
|
6124
6499
|
return pulumi.get(self, "tunnel_interface_allow_bgp")
|
|
6125
6500
|
|
|
@@ -6135,7 +6510,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6135
6510
|
@pulumi.getter(name="tunnelInterfaceAllowDhcp")
|
|
6136
6511
|
def tunnel_interface_allow_dhcp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6137
6512
|
"""
|
|
6138
|
-
Allow/Deny DHCP
|
|
6513
|
+
Allow/Deny DHCP
|
|
6514
|
+
- Default value: `true`
|
|
6139
6515
|
"""
|
|
6140
6516
|
return pulumi.get(self, "tunnel_interface_allow_dhcp")
|
|
6141
6517
|
|
|
@@ -6151,7 +6527,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6151
6527
|
@pulumi.getter(name="tunnelInterfaceAllowDns")
|
|
6152
6528
|
def tunnel_interface_allow_dns(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6153
6529
|
"""
|
|
6154
|
-
Allow/Deny DNS
|
|
6530
|
+
Allow/Deny DNS
|
|
6531
|
+
- Default value: `true`
|
|
6155
6532
|
"""
|
|
6156
6533
|
return pulumi.get(self, "tunnel_interface_allow_dns")
|
|
6157
6534
|
|
|
@@ -6167,7 +6544,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6167
6544
|
@pulumi.getter(name="tunnelInterfaceAllowHttps")
|
|
6168
6545
|
def tunnel_interface_allow_https(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6169
6546
|
"""
|
|
6170
|
-
Allow/Deny Https
|
|
6547
|
+
Allow/Deny Https
|
|
6548
|
+
- Default value: `true`
|
|
6171
6549
|
"""
|
|
6172
6550
|
return pulumi.get(self, "tunnel_interface_allow_https")
|
|
6173
6551
|
|
|
@@ -6183,7 +6561,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6183
6561
|
@pulumi.getter(name="tunnelInterfaceAllowIcmp")
|
|
6184
6562
|
def tunnel_interface_allow_icmp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6185
6563
|
"""
|
|
6186
|
-
Allow/Deny ICMP
|
|
6564
|
+
Allow/Deny ICMP
|
|
6565
|
+
- Default value: `true`
|
|
6187
6566
|
"""
|
|
6188
6567
|
return pulumi.get(self, "tunnel_interface_allow_icmp")
|
|
6189
6568
|
|
|
@@ -6199,7 +6578,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6199
6578
|
@pulumi.getter(name="tunnelInterfaceAllowNetconf")
|
|
6200
6579
|
def tunnel_interface_allow_netconf(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6201
6580
|
"""
|
|
6202
|
-
Allow/Deny NETCONF
|
|
6581
|
+
Allow/Deny NETCONF
|
|
6582
|
+
- Default value: `false`
|
|
6203
6583
|
"""
|
|
6204
6584
|
return pulumi.get(self, "tunnel_interface_allow_netconf")
|
|
6205
6585
|
|
|
@@ -6215,7 +6595,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6215
6595
|
@pulumi.getter(name="tunnelInterfaceAllowNtp")
|
|
6216
6596
|
def tunnel_interface_allow_ntp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6217
6597
|
"""
|
|
6218
|
-
Allow/Deny NTP
|
|
6598
|
+
Allow/Deny NTP
|
|
6599
|
+
- Default value: `false`
|
|
6219
6600
|
"""
|
|
6220
6601
|
return pulumi.get(self, "tunnel_interface_allow_ntp")
|
|
6221
6602
|
|
|
@@ -6231,7 +6612,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6231
6612
|
@pulumi.getter(name="tunnelInterfaceAllowOspf")
|
|
6232
6613
|
def tunnel_interface_allow_ospf(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6233
6614
|
"""
|
|
6234
|
-
Allow/Deny OSPF
|
|
6615
|
+
Allow/Deny OSPF
|
|
6616
|
+
- Default value: `false`
|
|
6235
6617
|
"""
|
|
6236
6618
|
return pulumi.get(self, "tunnel_interface_allow_ospf")
|
|
6237
6619
|
|
|
@@ -6247,7 +6629,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6247
6629
|
@pulumi.getter(name="tunnelInterfaceAllowSnmp")
|
|
6248
6630
|
def tunnel_interface_allow_snmp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6249
6631
|
"""
|
|
6250
|
-
Allow/Deny SNMP
|
|
6632
|
+
Allow/Deny SNMP
|
|
6633
|
+
- Default value: `false`
|
|
6251
6634
|
"""
|
|
6252
6635
|
return pulumi.get(self, "tunnel_interface_allow_snmp")
|
|
6253
6636
|
|
|
@@ -6263,7 +6646,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6263
6646
|
@pulumi.getter(name="tunnelInterfaceAllowSsh")
|
|
6264
6647
|
def tunnel_interface_allow_ssh(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6265
6648
|
"""
|
|
6266
|
-
Allow/Deny SSH
|
|
6649
|
+
Allow/Deny SSH
|
|
6650
|
+
- Default value: `false`
|
|
6267
6651
|
"""
|
|
6268
6652
|
return pulumi.get(self, "tunnel_interface_allow_ssh")
|
|
6269
6653
|
|
|
@@ -6279,7 +6663,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6279
6663
|
@pulumi.getter(name="tunnelInterfaceAllowStun")
|
|
6280
6664
|
def tunnel_interface_allow_stun(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6281
6665
|
"""
|
|
6282
|
-
Allow/Deny STUN
|
|
6666
|
+
Allow/Deny STUN
|
|
6667
|
+
- Default value: `false`
|
|
6283
6668
|
"""
|
|
6284
6669
|
return pulumi.get(self, "tunnel_interface_allow_stun")
|
|
6285
6670
|
|
|
@@ -6311,7 +6696,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6311
6696
|
@pulumi.getter(name="tunnelInterfaceBorder")
|
|
6312
6697
|
def tunnel_interface_border(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6313
6698
|
"""
|
|
6314
|
-
Set TLOC as border TLOC
|
|
6699
|
+
Set TLOC as border TLOC
|
|
6700
|
+
- Default value: `false`
|
|
6315
6701
|
"""
|
|
6316
6702
|
return pulumi.get(self, "tunnel_interface_border")
|
|
6317
6703
|
|
|
@@ -6327,8 +6713,9 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6327
6713
|
@pulumi.getter(name="tunnelInterfaceCarrier")
|
|
6328
6714
|
def tunnel_interface_carrier(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
6329
6715
|
"""
|
|
6330
|
-
Set carrier for TLOC
|
|
6331
|
-
|
|
6716
|
+
Set carrier for TLOC
|
|
6717
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
6718
|
+
- Default value: `default`
|
|
6332
6719
|
"""
|
|
6333
6720
|
return pulumi.get(self, "tunnel_interface_carrier")
|
|
6334
6721
|
|
|
@@ -6344,7 +6731,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6344
6731
|
@pulumi.getter(name="tunnelInterfaceClearDontFragment")
|
|
6345
6732
|
def tunnel_interface_clear_dont_fragment(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6346
6733
|
"""
|
|
6347
|
-
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
6734
|
+
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
6735
|
+
- Default value: `false`
|
|
6348
6736
|
"""
|
|
6349
6737
|
return pulumi.get(self, "tunnel_interface_clear_dont_fragment")
|
|
6350
6738
|
|
|
@@ -6360,9 +6748,9 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6360
6748
|
@pulumi.getter(name="tunnelInterfaceColor")
|
|
6361
6749
|
def tunnel_interface_color(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
6362
6750
|
"""
|
|
6363
|
-
Set color for TLOC
|
|
6364
|
-
|
|
6365
|
-
|
|
6751
|
+
Set color for TLOC
|
|
6752
|
+
- 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`
|
|
6753
|
+
- Default value: `default`
|
|
6366
6754
|
"""
|
|
6367
6755
|
return pulumi.get(self, "tunnel_interface_color")
|
|
6368
6756
|
|
|
@@ -6370,7 +6758,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6370
6758
|
@pulumi.getter(name="tunnelInterfaceColorRestrict")
|
|
6371
6759
|
def tunnel_interface_color_restrict(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6372
6760
|
"""
|
|
6373
|
-
Restrict this TLOC behavior
|
|
6761
|
+
Restrict this TLOC behavior
|
|
6762
|
+
- Default value: `false`
|
|
6374
6763
|
"""
|
|
6375
6764
|
return pulumi.get(self, "tunnel_interface_color_restrict")
|
|
6376
6765
|
|
|
@@ -6386,7 +6775,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6386
6775
|
@pulumi.getter(name="tunnelInterfaceControlConnections")
|
|
6387
6776
|
def tunnel_interface_control_connections(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6388
6777
|
"""
|
|
6389
|
-
Allow Control Connection
|
|
6778
|
+
Allow Control Connection
|
|
6779
|
+
- Default value: `true`
|
|
6390
6780
|
"""
|
|
6391
6781
|
return pulumi.get(self, "tunnel_interface_control_connections")
|
|
6392
6782
|
|
|
@@ -6442,7 +6832,9 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6442
6832
|
@pulumi.getter(name="tunnelInterfaceHelloInterval")
|
|
6443
6833
|
def tunnel_interface_hello_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
6444
6834
|
"""
|
|
6445
|
-
Set time period of control hello packets <100..600000> milli seconds
|
|
6835
|
+
Set time period of control hello packets <100..600000> milli seconds
|
|
6836
|
+
- Range: `100`-`600000`
|
|
6837
|
+
- Default value: `1000`
|
|
6446
6838
|
"""
|
|
6447
6839
|
return pulumi.get(self, "tunnel_interface_hello_interval")
|
|
6448
6840
|
|
|
@@ -6458,7 +6850,9 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6458
6850
|
@pulumi.getter(name="tunnelInterfaceHelloTolerance")
|
|
6459
6851
|
def tunnel_interface_hello_tolerance(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
6460
6852
|
"""
|
|
6461
|
-
Set tolerance of control hello packets <12..6000> seconds
|
|
6853
|
+
Set tolerance of control hello packets <12..6000> seconds
|
|
6854
|
+
- Range: `12`-`6000`
|
|
6855
|
+
- Default value: `12`
|
|
6462
6856
|
"""
|
|
6463
6857
|
return pulumi.get(self, "tunnel_interface_hello_tolerance")
|
|
6464
6858
|
|
|
@@ -6474,7 +6868,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6474
6868
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuit")
|
|
6475
6869
|
def tunnel_interface_last_resort_circuit(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6476
6870
|
"""
|
|
6477
|
-
Set TLOC as last resort
|
|
6871
|
+
Set TLOC as last resort
|
|
6872
|
+
- Default value: `false`
|
|
6478
6873
|
"""
|
|
6479
6874
|
return pulumi.get(self, "tunnel_interface_last_resort_circuit")
|
|
6480
6875
|
|
|
@@ -6490,7 +6885,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6490
6885
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
|
|
6491
6886
|
def tunnel_interface_low_bandwidth_link(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6492
6887
|
"""
|
|
6493
|
-
Set the interface as a low-bandwidth circuit
|
|
6888
|
+
Set the interface as a low-bandwidth circuit
|
|
6889
|
+
- Default value: `false`
|
|
6494
6890
|
"""
|
|
6495
6891
|
return pulumi.get(self, "tunnel_interface_low_bandwidth_link")
|
|
6496
6892
|
|
|
@@ -6506,7 +6902,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6506
6902
|
@pulumi.getter(name="tunnelInterfaceMaxControlConnections")
|
|
6507
6903
|
def tunnel_interface_max_control_connections(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
6508
6904
|
"""
|
|
6509
|
-
Set the maximum number of control connections for this TLOC
|
|
6905
|
+
Set the maximum number of control connections for this TLOC
|
|
6906
|
+
- Range: `0`-`8`
|
|
6510
6907
|
"""
|
|
6511
6908
|
return pulumi.get(self, "tunnel_interface_max_control_connections")
|
|
6512
6909
|
|
|
@@ -6522,7 +6919,9 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6522
6919
|
@pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
|
|
6523
6920
|
def tunnel_interface_nat_refresh_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
6524
6921
|
"""
|
|
6525
|
-
Set time period of nat refresh packets <1...60> seconds
|
|
6922
|
+
Set time period of nat refresh packets <1...60> seconds
|
|
6923
|
+
- Range: `1`-`60`
|
|
6924
|
+
- Default value: `5`
|
|
6526
6925
|
"""
|
|
6527
6926
|
return pulumi.get(self, "tunnel_interface_nat_refresh_interval")
|
|
6528
6927
|
|
|
@@ -6538,7 +6937,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6538
6937
|
@pulumi.getter(name="tunnelInterfaceNetworkBroadcast")
|
|
6539
6938
|
def tunnel_interface_network_broadcast(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6540
6939
|
"""
|
|
6541
|
-
Accept and respond to network-prefix-directed broadcasts)
|
|
6940
|
+
Accept and respond to network-prefix-directed broadcasts)
|
|
6941
|
+
- Default value: `false`
|
|
6542
6942
|
"""
|
|
6543
6943
|
return pulumi.get(self, "tunnel_interface_network_broadcast")
|
|
6544
6944
|
|
|
@@ -6554,7 +6954,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6554
6954
|
@pulumi.getter(name="tunnelInterfacePortHop")
|
|
6555
6955
|
def tunnel_interface_port_hop(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6556
6956
|
"""
|
|
6557
|
-
Disallow port hopping on the tunnel interface
|
|
6957
|
+
Disallow port hopping on the tunnel interface
|
|
6958
|
+
- Default value: `true`
|
|
6558
6959
|
"""
|
|
6559
6960
|
return pulumi.get(self, "tunnel_interface_port_hop")
|
|
6560
6961
|
|
|
@@ -6570,7 +6971,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6570
6971
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
|
|
6571
6972
|
def tunnel_interface_tunnel_tcp_mss(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
6572
6973
|
"""
|
|
6573
|
-
Tunnel TCP MSS on SYN packets, in bytes
|
|
6974
|
+
Tunnel TCP MSS on SYN packets, in bytes
|
|
6975
|
+
- Range: `500`-`1460`
|
|
6574
6976
|
"""
|
|
6575
6977
|
return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss")
|
|
6576
6978
|
|
|
@@ -6586,7 +6988,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6586
6988
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
|
|
6587
6989
|
def tunnel_interface_vbond_as_stun_server(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6588
6990
|
"""
|
|
6589
|
-
Put this wan interface in STUN mode only
|
|
6991
|
+
Put this wan interface in STUN mode only
|
|
6992
|
+
- Default value: `false`
|
|
6590
6993
|
"""
|
|
6591
6994
|
return pulumi.get(self, "tunnel_interface_vbond_as_stun_server")
|
|
6592
6995
|
|
|
@@ -6602,7 +7005,9 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6602
7005
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
|
|
6603
7006
|
def tunnel_interface_vmanage_connection_preference(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
6604
7007
|
"""
|
|
6605
|
-
Set interface preference for control connection to vManage <0..8>
|
|
7008
|
+
Set interface preference for control connection to vManage <0..8>
|
|
7009
|
+
- Range: `0`-`8`
|
|
7010
|
+
- Default value: `5`
|
|
6606
7011
|
"""
|
|
6607
7012
|
return pulumi.get(self, "tunnel_interface_vmanage_connection_preference")
|
|
6608
7013
|
|
|
@@ -6618,7 +7023,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6618
7023
|
@pulumi.getter(name="tunnelQosMode")
|
|
6619
7024
|
def tunnel_qos_mode(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
6620
7025
|
"""
|
|
6621
|
-
Set tunnel QoS mode
|
|
7026
|
+
Set tunnel QoS mode
|
|
7027
|
+
- Choices: `spoke`
|
|
6622
7028
|
"""
|
|
6623
7029
|
return pulumi.get(self, "tunnel_qos_mode")
|
|
6624
7030
|
|