pulumi-sdwan 0.4.1__py3-none-any.whl → 0.5.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/_inputs.py +125 -45
- pulumi_sdwan/activate_centralized_policy.py +4 -0
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +14 -7
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +91 -42
- pulumi_sdwan/application_aware_routing_policy_definition.py +4 -0
- pulumi_sdwan/application_priority_qos_policy.py +52 -48
- pulumi_sdwan/application_priority_traffic_policy_policy.py +4 -0
- pulumi_sdwan/as_path_list_policy_object.py +4 -0
- pulumi_sdwan/attach_feature_device_template.py +4 -0
- pulumi_sdwan/cedge_aaa_feature_template.py +151 -77
- pulumi_sdwan/cedge_global_feature_template.py +336 -175
- pulumi_sdwan/cedge_igmp_feature_template.py +18 -21
- pulumi_sdwan/cedge_multicast_feature_template.py +56 -42
- pulumi_sdwan/cedge_pim_feature_template.py +88 -56
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +70 -42
- pulumi_sdwan/cellular_controller_feature_template.py +74 -49
- pulumi_sdwan/cellular_profile_feature_template.py +63 -42
- pulumi_sdwan/cflowd_policy_definition.py +74 -35
- pulumi_sdwan/cisco_banner_feature_template.py +14 -21
- pulumi_sdwan/cisco_bfd_feature_template.py +81 -49
- pulumi_sdwan/cisco_bgp_feature_template.py +235 -112
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +53 -35
- pulumi_sdwan/cisco_logging_feature_template.py +74 -42
- pulumi_sdwan/cisco_ntp_feature_template.py +46 -35
- pulumi_sdwan/cisco_omp_feature_template.py +235 -112
- pulumi_sdwan/cisco_ospf_feature_template.py +235 -105
- pulumi_sdwan/cisco_ospfv3_feature_template.py +522 -217
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +39 -28
- pulumi_sdwan/cisco_security_feature_template.py +95 -56
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +28 -28
- pulumi_sdwan/cisco_snmp_feature_template.py +32 -28
- pulumi_sdwan/cisco_system_feature_template.py +473 -742
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +18 -21
- pulumi_sdwan/cisco_trustsec_feature_template.py +207 -112
- pulumi_sdwan/cisco_vpn_feature_template.py +102 -56
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +1215 -602
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +109 -70
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +329 -161
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +102 -98
- pulumi_sdwan/class_map_policy_object.py +14 -7
- pulumi_sdwan/cli_device_template.py +14 -7
- pulumi_sdwan/cli_template_feature_template.py +14 -21
- pulumi_sdwan/config/__init__.pyi +5 -0
- pulumi_sdwan/config/vars.py +7 -0
- pulumi_sdwan/configuration_group.py +28 -14
- pulumi_sdwan/custom_control_topology_policy_definition.py +18 -7
- pulumi_sdwan/eigrp_feature_template.py +102 -56
- pulumi_sdwan/feature_device_template.py +14 -7
- pulumi_sdwan/get_application_priority_qos_policy.py +15 -15
- pulumi_sdwan/get_security_policy.py +18 -18
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +29 -29
- pulumi_sdwan/gps_feature_template.py +77 -49
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +4 -0
- pulumi_sdwan/intrusion_prevention_policy_definition.py +60 -28
- pulumi_sdwan/ips_signature_list_policy_object.py +4 -0
- pulumi_sdwan/ipv4_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv6_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +18 -7
- pulumi_sdwan/localized_policy.py +112 -56
- pulumi_sdwan/mesh_topology_policy_definition.py +4 -0
- pulumi_sdwan/other_thousandeyes_feature.py +4 -0
- pulumi_sdwan/other_ucse_feature.py +102 -56
- pulumi_sdwan/outputs.py +162 -69
- pulumi_sdwan/policer_policy_object.py +42 -21
- pulumi_sdwan/policy_group.py +14 -7
- pulumi_sdwan/policy_object_app_probe_class.py +4 -0
- pulumi_sdwan/policy_object_as_path_list.py +18 -7
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_extended_community_list.py +4 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_mirror.py +4 -0
- pulumi_sdwan/policy_object_policer.py +4 -0
- pulumi_sdwan/policy_object_preferred_color_group.py +4 -0
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_security_geolocation_list.py +7 -7
- pulumi_sdwan/policy_object_security_ips_signature.py +4 -0
- pulumi_sdwan/policy_object_security_local_domain_list.py +4 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +4 -0
- pulumi_sdwan/policy_object_sla_class_list.py +4 -0
- pulumi_sdwan/policy_object_standard_community_list.py +4 -0
- pulumi_sdwan/policy_object_tloc_list.py +4 -0
- pulumi_sdwan/port_list_policy_object.py +2 -2
- pulumi_sdwan/preferred_color_group_policy_object.py +42 -21
- pulumi_sdwan/provider.py +20 -0
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +4 -0
- pulumi_sdwan/region_list_policy_object.py +4 -0
- pulumi_sdwan/rewrite_rule_policy_definition.py +4 -0
- pulumi_sdwan/route_policy_definition.py +18 -7
- pulumi_sdwan/rule_set_policy_definition.py +4 -0
- pulumi_sdwan/security_app_hosting_feature_template.py +18 -21
- pulumi_sdwan/security_policy.py +207 -133
- pulumi_sdwan/service_dhcp_server_feature.py +53 -49
- pulumi_sdwan/service_ipv4_acl_feature.py +25 -7
- pulumi_sdwan/service_ipv6_acl_feature.py +25 -7
- pulumi_sdwan/service_lan_vpn_feature.py +67 -28
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +588 -374
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +84 -70
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +329 -245
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +151 -91
- pulumi_sdwan/service_multicast_feature.py +95 -42
- pulumi_sdwan/service_object_tracker_feature.py +63 -56
- pulumi_sdwan/service_object_tracker_group_feature.py +39 -14
- pulumi_sdwan/service_route_policy_feature.py +25 -7
- pulumi_sdwan/service_routing_bgp_feature.py +291 -133
- pulumi_sdwan/service_routing_eigrp_feature.py +88 -35
- pulumi_sdwan/service_routing_ospf_feature.py +221 -84
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +242 -91
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +242 -91
- pulumi_sdwan/service_switchport_feature.py +25 -7
- pulumi_sdwan/service_tracker_feature.py +105 -35
- pulumi_sdwan/service_tracker_group_feature.py +25 -7
- pulumi_sdwan/service_wireless_lan_feature.py +67 -126
- pulumi_sdwan/site_list_policy_object.py +4 -0
- pulumi_sdwan/sla_class_policy_object.py +91 -63
- pulumi_sdwan/switchport_feature_template.py +95 -49
- pulumi_sdwan/system_aaa_feature.py +60 -28
- pulumi_sdwan/system_basic_feature.py +396 -693
- pulumi_sdwan/system_bfd_feature.py +46 -21
- pulumi_sdwan/system_flexible_port_speed_feature.py +21 -21
- pulumi_sdwan/system_global_feature.py +322 -154
- pulumi_sdwan/system_ipv4_device_access_feature.py +25 -7
- pulumi_sdwan/system_ipv6_device_access_feature.py +25 -7
- pulumi_sdwan/system_logging_feature.py +60 -21
- pulumi_sdwan/system_mrf_feature.py +70 -35
- pulumi_sdwan/system_ntp_feature.py +32 -14
- pulumi_sdwan/system_omp_feature.py +441 -196
- pulumi_sdwan/system_performance_monitoring_feature.py +56 -28
- pulumi_sdwan/system_remote_access_feature.py +203 -133
- pulumi_sdwan/system_security_feature.py +81 -35
- pulumi_sdwan/system_snmp_feature.py +18 -7
- pulumi_sdwan/tloc_list_policy_object.py +4 -0
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +172 -84
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +28 -14
- pulumi_sdwan/traffic_data_policy_definition.py +18 -7
- pulumi_sdwan/transport_cellular_controller_feature.py +56 -28
- pulumi_sdwan/transport_cellular_profile_feature.py +63 -35
- pulumi_sdwan/transport_gps_feature.py +63 -28
- pulumi_sdwan/transport_ipv4_acl_feature.py +25 -7
- pulumi_sdwan/transport_ipv6_acl_feature.py +25 -7
- pulumi_sdwan/transport_ipv6_tracker_feature.py +105 -35
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +25 -7
- pulumi_sdwan/transport_management_vpn_feature.py +4 -0
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +263 -154
- pulumi_sdwan/transport_route_policy_feature.py +25 -7
- pulumi_sdwan/transport_routing_bgp_feature.py +291 -133
- pulumi_sdwan/transport_routing_ospf_feature.py +221 -84
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +242 -91
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +242 -91
- pulumi_sdwan/transport_t1_e1_controller_feature.py +18 -7
- pulumi_sdwan/transport_tracker_feature.py +105 -35
- pulumi_sdwan/transport_tracker_group_feature.py +25 -7
- pulumi_sdwan/transport_wan_vpn_feature.py +32 -14
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +844 -413
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +1166 -735
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +84 -70
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +329 -245
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +665 -371
- pulumi_sdwan/url_filtering_policy_definition.py +60 -35
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +935 -455
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +963 -469
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +928 -448
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +984 -476
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +984 -476
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +816 -406
- pulumi_sdwan/vpn_interface_svi_feature_template.py +172 -84
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +725 -378
- pulumi_sdwan/vpn_list_policy_object.py +4 -0
- pulumi_sdwan/vpn_membership_policy_definition.py +4 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +32 -14
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/RECORD +177 -177
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/top_level.txt +0 -0
|
@@ -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
|
|
|
@@ -4616,6 +4848,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
4616
4848
|
This resource can manage a VPN Interface Multilink feature template.
|
|
4617
4849
|
- Minimum SD-WAN Manager version: `15.0.0`
|
|
4618
4850
|
|
|
4851
|
+
## Example Usage
|
|
4852
|
+
|
|
4619
4853
|
## Import
|
|
4620
4854
|
|
|
4621
4855
|
The `pulumi import` command can be used, for example:
|
|
@@ -4627,42 +4861,54 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
4627
4861
|
:param str resource_name: The name of the resource.
|
|
4628
4862
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
4629
4863
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceMultilinkFeatureTemplateAccessListArgs', 'VpnInterfaceMultilinkFeatureTemplateAccessListArgsDict']]]] access_lists: Apply ACL
|
|
4630
|
-
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
4864
|
+
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
4865
|
+
- Default value: `true`
|
|
4631
4866
|
:param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
|
|
4632
|
-
:param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
|
|
4867
|
+
:param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
|
|
4868
|
+
- Range: `1`-`2147483647`
|
|
4633
4869
|
:param pulumi.Input[_builtins.str] bandwidth_downstream_variable: Variable name
|
|
4634
|
-
:param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps
|
|
4870
|
+
:param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps
|
|
4871
|
+
- Range: `1`-`2147483647`
|
|
4635
4872
|
:param pulumi.Input[_builtins.str] bandwidth_upstream_variable: Variable name
|
|
4636
4873
|
:param pulumi.Input[_builtins.str] chap_hostname: CHAP Hostname
|
|
4637
4874
|
:param pulumi.Input[_builtins.str] chap_hostname_variable: Variable name
|
|
4638
4875
|
:param pulumi.Input[_builtins.str] chap_ppp_auth_password: Specify ppp authentication Password
|
|
4639
4876
|
: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
|
|
4877
|
+
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
4878
|
+
- Default value: `false`
|
|
4641
4879
|
:param pulumi.Input[_builtins.str] clear_dont_fragment_bit_variable: Variable name
|
|
4642
|
-
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
4880
|
+
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
4881
|
+
- Choices: `core`, `core-shared`
|
|
4882
|
+
- Default value: `core`
|
|
4643
4883
|
:param pulumi.Input[_builtins.str] core_region_variable: Variable name
|
|
4644
4884
|
: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
|
|
4885
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
4886
|
+
- 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`
|
|
4887
|
+
:param pulumi.Input[_builtins.bool] disable_fragmentation: Suppresss multilink fragmentation
|
|
4888
|
+
- Default value: `false`
|
|
4889
|
+
:param pulumi.Input[_builtins.bool] enable_core_region: Enable core region
|
|
4890
|
+
- Default value: `false`
|
|
4650
4891
|
: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
|
|
4892
|
+
:param pulumi.Input[_builtins.int] fragment_max_delay: Maximum delay for each fragment
|
|
4893
|
+
- Range: `0`-`1000`
|
|
4652
4894
|
:param pulumi.Input[_builtins.str] fragment_max_delay_variable: Variable name
|
|
4653
4895
|
:param pulumi.Input[_builtins.str] interface_description: Interface description
|
|
4654
4896
|
:param pulumi.Input[_builtins.str] interface_description_variable: Variable name
|
|
4655
4897
|
:param pulumi.Input[_builtins.str] interface_name: Interface Name
|
|
4656
4898
|
: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
|
-
|
|
4899
|
+
:param pulumi.Input[_builtins.bool] interleaving_fragment: Allow interleaving of packets with fragments
|
|
4900
|
+
- Default value: `false`
|
|
4901
|
+
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <68...2000>, in bytes
|
|
4902
|
+
- Range: `68`-`2000`
|
|
4903
|
+
- Default value: `1500`
|
|
4659
4904
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
4660
4905
|
:param pulumi.Input[_builtins.str] ipv4_address: Assign IPv4 address
|
|
4661
4906
|
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
4662
4907
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceMultilinkFeatureTemplateIpv6AccessListArgs', 'VpnInterfaceMultilinkFeatureTemplateIpv6AccessListArgsDict']]]] ipv6_access_lists: Apply IPv6 access list
|
|
4663
4908
|
:param pulumi.Input[_builtins.str] ipv6_address: Assign IPv6 address
|
|
4664
4909
|
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
4665
|
-
:param pulumi.Input[_builtins.int] multilink_group_number: MultiLink Group Number
|
|
4910
|
+
:param pulumi.Input[_builtins.int] multilink_group_number: MultiLink Group Number
|
|
4911
|
+
- Range: `1`-`2147483647`
|
|
4666
4912
|
:param pulumi.Input[_builtins.str] multilink_group_number_variable: Variable name
|
|
4667
4913
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceMultilinkFeatureTemplateMultilinkInterfaceArgs', 'VpnInterfaceMultilinkFeatureTemplateMultilinkInterfaceArgsDict']]]] multilink_interfaces: Controller tx-ex List
|
|
4668
4914
|
:param pulumi.Input[_builtins.str] name: The name of the feature template
|
|
@@ -4672,99 +4918,145 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
4672
4918
|
:param pulumi.Input[_builtins.str] pap_ppp_auth_password_variable: Variable name
|
|
4673
4919
|
:param pulumi.Input[_builtins.str] pap_username: PAP outbound Sent Username
|
|
4674
4920
|
:param pulumi.Input[_builtins.str] pap_username_variable: Variable name
|
|
4675
|
-
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
4676
|
-
|
|
4921
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
4922
|
+
- Default value: `false`
|
|
4923
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos_aggregator: Per-tunnel QoS Aggregator
|
|
4924
|
+
- Default value: `false`
|
|
4677
4925
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_aggregator_variable: Variable name
|
|
4678
4926
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_variable: Variable name
|
|
4679
|
-
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
4927
|
+
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
4928
|
+
- Default value: `false`
|
|
4680
4929
|
: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.
|
|
4930
|
+
:param pulumi.Input[_builtins.str] ppp_authentication_protocol: PPP Link Authentication Protocol
|
|
4931
|
+
- Choices: `chap`, `pap`
|
|
4932
|
+
:param pulumi.Input[_builtins.bool] ppp_authentication_protocol_pap: PPP Authentication Protocol PAP
|
|
4933
|
+
- Default value: `false`
|
|
4934
|
+
:param pulumi.Input[_builtins.str] ppp_authentication_type: Authenticate remote on incoming call only
|
|
4935
|
+
- Choices: `callin`, `false`
|
|
4936
|
+
- Default value: `callin`
|
|
4684
4937
|
:param pulumi.Input[_builtins.str] qos_map: Name of QoS map
|
|
4685
4938
|
:param pulumi.Input[_builtins.str] qos_map_variable: Variable name
|
|
4686
4939
|
:param pulumi.Input[_builtins.str] qos_map_vpn: Name of VPN QoS map
|
|
4687
4940
|
:param pulumi.Input[_builtins.str] qos_map_vpn_variable: Variable name
|
|
4688
|
-
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
4941
|
+
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
4942
|
+
- Choices: `off`, `secondary-only`, `secondary-shared`
|
|
4943
|
+
- Default value: `off`
|
|
4689
4944
|
:param pulumi.Input[_builtins.str] secondary_region_variable: Variable name
|
|
4690
|
-
:param pulumi.Input[_builtins.int] shaping_rate: 1ge
|
|
4945
|
+
:param pulumi.Input[_builtins.int] shaping_rate: 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
4946
|
+
- Range: `8`-`100000000`
|
|
4691
4947
|
:param pulumi.Input[_builtins.str] shaping_rate_variable: Variable name
|
|
4692
|
-
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
4948
|
+
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
4949
|
+
- Default value: `true`
|
|
4693
4950
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
4694
|
-
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
4951
|
+
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
4952
|
+
- Range: `0`-`7`
|
|
4695
4953
|
: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
|
|
4954
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
4955
|
+
- Range: `552`-`1960`
|
|
4697
4956
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
4698
4957
|
:param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
|
|
4699
4958
|
: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
|
|
4959
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
4960
|
+
- Default value: `false`
|
|
4701
4961
|
: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
|
|
4962
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
4963
|
+
- Default value: `false`
|
|
4703
4964
|
: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
|
|
4965
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
4966
|
+
- Default value: `true`
|
|
4705
4967
|
: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
|
|
4968
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
4969
|
+
- Default value: `true`
|
|
4707
4970
|
: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
|
|
4971
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
4972
|
+
- Default value: `true`
|
|
4709
4973
|
: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
|
|
4974
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
4975
|
+
- Default value: `true`
|
|
4711
4976
|
: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
|
|
4977
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
4978
|
+
- Default value: `false`
|
|
4713
4979
|
: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
|
|
4980
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
4981
|
+
- Default value: `false`
|
|
4715
4982
|
: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
|
|
4983
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
4984
|
+
- Default value: `false`
|
|
4717
4985
|
: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
|
|
4986
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
4987
|
+
- Default value: `false`
|
|
4719
4988
|
: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
|
|
4989
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
4990
|
+
- Default value: `false`
|
|
4721
4991
|
: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
|
|
4992
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
4993
|
+
- Default value: `false`
|
|
4723
4994
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_stun_variable: Variable name
|
|
4724
4995
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface
|
|
4725
4996
|
: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
|
|
4997
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
4998
|
+
- Default value: `false`
|
|
4727
4999
|
: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
|
-
|
|
5000
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
5001
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
5002
|
+
- Default value: `default`
|
|
4730
5003
|
: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)
|
|
5004
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
5005
|
+
- Default value: `false`
|
|
4732
5006
|
: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
|
|
5007
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
5008
|
+
- 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`
|
|
5009
|
+
- Default value: `default`
|
|
5010
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_color_restrict: Restrict this TLOC behavior
|
|
5011
|
+
- Default value: `false`
|
|
4737
5012
|
:param pulumi.Input[_builtins.str] tunnel_interface_color_variable: Variable name
|
|
4738
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_control_connections: Allow Control Connection
|
|
5013
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_control_connections: Allow Control Connection
|
|
5014
|
+
- Default value: `true`
|
|
4739
5015
|
:param pulumi.Input[_builtins.str] tunnel_interface_control_connections_variable: Variable name
|
|
4740
5016
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceMultilinkFeatureTemplateTunnelInterfaceEncapsulationArgs', 'VpnInterfaceMultilinkFeatureTemplateTunnelInterfaceEncapsulationArgsDict']]]] tunnel_interface_encapsulations: Encapsulation for TLOC
|
|
4741
5017
|
:param pulumi.Input[_builtins.str] tunnel_interface_exclude_controller_group_list_variable: Variable name
|
|
4742
5018
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list
|
|
4743
5019
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_groups: List of groups
|
|
4744
5020
|
: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
|
|
5021
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
5022
|
+
- Range: `100`-`600000`
|
|
5023
|
+
- Default value: `1000`
|
|
4746
5024
|
: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
|
|
5025
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
5026
|
+
- Range: `12`-`6000`
|
|
5027
|
+
- Default value: `12`
|
|
4748
5028
|
: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
|
|
5029
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
5030
|
+
- Default value: `false`
|
|
4750
5031
|
: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
|
|
5032
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
5033
|
+
- Default value: `false`
|
|
4752
5034
|
: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
|
|
5035
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Set the maximum number of control connections for this TLOC
|
|
5036
|
+
- Range: `0`-`8`
|
|
4754
5037
|
: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
|
|
5038
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
5039
|
+
- Range: `1`-`60`
|
|
5040
|
+
- Default value: `5`
|
|
4756
5041
|
: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)
|
|
5042
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
5043
|
+
- Default value: `false`
|
|
4758
5044
|
: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
|
|
5045
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
5046
|
+
- Default value: `true`
|
|
4760
5047
|
: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
|
|
5048
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
5049
|
+
- Range: `500`-`1460`
|
|
4762
5050
|
: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
|
|
5051
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
5052
|
+
- Default value: `false`
|
|
4764
5053
|
: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>
|
|
5054
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
5055
|
+
- Range: `0`-`8`
|
|
5056
|
+
- Default value: `5`
|
|
4766
5057
|
: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
|
|
5058
|
+
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
5059
|
+
- Choices: `spoke`
|
|
4768
5060
|
:param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name
|
|
4769
5061
|
:param pulumi.Input[_builtins.str] write_rule: Name of rewrite rule
|
|
4770
5062
|
:param pulumi.Input[_builtins.str] write_rule_variable: Variable name
|
|
@@ -4779,6 +5071,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
4779
5071
|
This resource can manage a VPN Interface Multilink feature template.
|
|
4780
5072
|
- Minimum SD-WAN Manager version: `15.0.0`
|
|
4781
5073
|
|
|
5074
|
+
## Example Usage
|
|
5075
|
+
|
|
4782
5076
|
## Import
|
|
4783
5077
|
|
|
4784
5078
|
The `pulumi import` command can be used, for example:
|
|
@@ -5248,42 +5542,54 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5248
5542
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
5249
5543
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
5250
5544
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceMultilinkFeatureTemplateAccessListArgs', 'VpnInterfaceMultilinkFeatureTemplateAccessListArgsDict']]]] access_lists: Apply ACL
|
|
5251
|
-
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
5545
|
+
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
5546
|
+
- Default value: `true`
|
|
5252
5547
|
:param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
|
|
5253
|
-
:param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
|
|
5548
|
+
:param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
|
|
5549
|
+
- Range: `1`-`2147483647`
|
|
5254
5550
|
:param pulumi.Input[_builtins.str] bandwidth_downstream_variable: Variable name
|
|
5255
|
-
:param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps
|
|
5551
|
+
:param pulumi.Input[_builtins.int] bandwidth_upstream: Interface upstream bandwidth capacity, in kbps
|
|
5552
|
+
- Range: `1`-`2147483647`
|
|
5256
5553
|
:param pulumi.Input[_builtins.str] bandwidth_upstream_variable: Variable name
|
|
5257
5554
|
:param pulumi.Input[_builtins.str] chap_hostname: CHAP Hostname
|
|
5258
5555
|
:param pulumi.Input[_builtins.str] chap_hostname_variable: Variable name
|
|
5259
5556
|
:param pulumi.Input[_builtins.str] chap_ppp_auth_password: Specify ppp authentication Password
|
|
5260
5557
|
: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
|
|
5558
|
+
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
5559
|
+
- Default value: `false`
|
|
5262
5560
|
:param pulumi.Input[_builtins.str] clear_dont_fragment_bit_variable: Variable name
|
|
5263
|
-
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
5561
|
+
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
5562
|
+
- Choices: `core`, `core-shared`
|
|
5563
|
+
- Default value: `core`
|
|
5264
5564
|
:param pulumi.Input[_builtins.str] core_region_variable: Variable name
|
|
5265
5565
|
: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
|
|
5566
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
5567
|
+
- 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`
|
|
5568
|
+
:param pulumi.Input[_builtins.bool] disable_fragmentation: Suppresss multilink fragmentation
|
|
5569
|
+
- Default value: `false`
|
|
5570
|
+
:param pulumi.Input[_builtins.bool] enable_core_region: Enable core region
|
|
5571
|
+
- Default value: `false`
|
|
5271
5572
|
: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
|
|
5573
|
+
:param pulumi.Input[_builtins.int] fragment_max_delay: Maximum delay for each fragment
|
|
5574
|
+
- Range: `0`-`1000`
|
|
5273
5575
|
:param pulumi.Input[_builtins.str] fragment_max_delay_variable: Variable name
|
|
5274
5576
|
:param pulumi.Input[_builtins.str] interface_description: Interface description
|
|
5275
5577
|
:param pulumi.Input[_builtins.str] interface_description_variable: Variable name
|
|
5276
5578
|
:param pulumi.Input[_builtins.str] interface_name: Interface Name
|
|
5277
5579
|
: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
|
-
|
|
5580
|
+
:param pulumi.Input[_builtins.bool] interleaving_fragment: Allow interleaving of packets with fragments
|
|
5581
|
+
- Default value: `false`
|
|
5582
|
+
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <68...2000>, in bytes
|
|
5583
|
+
- Range: `68`-`2000`
|
|
5584
|
+
- Default value: `1500`
|
|
5280
5585
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
5281
5586
|
:param pulumi.Input[_builtins.str] ipv4_address: Assign IPv4 address
|
|
5282
5587
|
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
5283
5588
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceMultilinkFeatureTemplateIpv6AccessListArgs', 'VpnInterfaceMultilinkFeatureTemplateIpv6AccessListArgsDict']]]] ipv6_access_lists: Apply IPv6 access list
|
|
5284
5589
|
:param pulumi.Input[_builtins.str] ipv6_address: Assign IPv6 address
|
|
5285
5590
|
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
5286
|
-
:param pulumi.Input[_builtins.int] multilink_group_number: MultiLink Group Number
|
|
5591
|
+
:param pulumi.Input[_builtins.int] multilink_group_number: MultiLink Group Number
|
|
5592
|
+
- Range: `1`-`2147483647`
|
|
5287
5593
|
:param pulumi.Input[_builtins.str] multilink_group_number_variable: Variable name
|
|
5288
5594
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceMultilinkFeatureTemplateMultilinkInterfaceArgs', 'VpnInterfaceMultilinkFeatureTemplateMultilinkInterfaceArgsDict']]]] multilink_interfaces: Controller tx-ex List
|
|
5289
5595
|
:param pulumi.Input[_builtins.str] name: The name of the feature template
|
|
@@ -5293,100 +5599,146 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5293
5599
|
:param pulumi.Input[_builtins.str] pap_ppp_auth_password_variable: Variable name
|
|
5294
5600
|
:param pulumi.Input[_builtins.str] pap_username: PAP outbound Sent Username
|
|
5295
5601
|
:param pulumi.Input[_builtins.str] pap_username_variable: Variable name
|
|
5296
|
-
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
5297
|
-
|
|
5602
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
5603
|
+
- Default value: `false`
|
|
5604
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos_aggregator: Per-tunnel QoS Aggregator
|
|
5605
|
+
- Default value: `false`
|
|
5298
5606
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_aggregator_variable: Variable name
|
|
5299
5607
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_variable: Variable name
|
|
5300
|
-
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
5608
|
+
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
5609
|
+
- Default value: `false`
|
|
5301
5610
|
: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.
|
|
5611
|
+
:param pulumi.Input[_builtins.str] ppp_authentication_protocol: PPP Link Authentication Protocol
|
|
5612
|
+
- Choices: `chap`, `pap`
|
|
5613
|
+
:param pulumi.Input[_builtins.bool] ppp_authentication_protocol_pap: PPP Authentication Protocol PAP
|
|
5614
|
+
- Default value: `false`
|
|
5615
|
+
:param pulumi.Input[_builtins.str] ppp_authentication_type: Authenticate remote on incoming call only
|
|
5616
|
+
- Choices: `callin`, `false`
|
|
5617
|
+
- Default value: `callin`
|
|
5305
5618
|
:param pulumi.Input[_builtins.str] qos_map: Name of QoS map
|
|
5306
5619
|
:param pulumi.Input[_builtins.str] qos_map_variable: Variable name
|
|
5307
5620
|
:param pulumi.Input[_builtins.str] qos_map_vpn: Name of VPN QoS map
|
|
5308
5621
|
:param pulumi.Input[_builtins.str] qos_map_vpn_variable: Variable name
|
|
5309
|
-
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
5622
|
+
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
5623
|
+
- Choices: `off`, `secondary-only`, `secondary-shared`
|
|
5624
|
+
- Default value: `off`
|
|
5310
5625
|
:param pulumi.Input[_builtins.str] secondary_region_variable: Variable name
|
|
5311
|
-
:param pulumi.Input[_builtins.int] shaping_rate: 1ge
|
|
5626
|
+
:param pulumi.Input[_builtins.int] shaping_rate: 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
5627
|
+
- Range: `8`-`100000000`
|
|
5312
5628
|
:param pulumi.Input[_builtins.str] shaping_rate_variable: Variable name
|
|
5313
|
-
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
5629
|
+
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
5630
|
+
- Default value: `true`
|
|
5314
5631
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
5315
|
-
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
5632
|
+
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
5633
|
+
- Range: `0`-`7`
|
|
5316
5634
|
: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
|
|
5635
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
5636
|
+
- Range: `552`-`1960`
|
|
5318
5637
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
5319
5638
|
:param pulumi.Input[_builtins.str] template_type: The template type
|
|
5320
5639
|
:param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
|
|
5321
5640
|
: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
|
|
5641
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
5642
|
+
- Default value: `false`
|
|
5323
5643
|
: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
|
|
5644
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
5645
|
+
- Default value: `false`
|
|
5325
5646
|
: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
|
|
5647
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
5648
|
+
- Default value: `true`
|
|
5327
5649
|
: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
|
|
5650
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
5651
|
+
- Default value: `true`
|
|
5329
5652
|
: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
|
|
5653
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
5654
|
+
- Default value: `true`
|
|
5331
5655
|
: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
|
|
5656
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
5657
|
+
- Default value: `true`
|
|
5333
5658
|
: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
|
|
5659
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
5660
|
+
- Default value: `false`
|
|
5335
5661
|
: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
|
|
5662
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
5663
|
+
- Default value: `false`
|
|
5337
5664
|
: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
|
|
5665
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
5666
|
+
- Default value: `false`
|
|
5339
5667
|
: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
|
|
5668
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
5669
|
+
- Default value: `false`
|
|
5341
5670
|
: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
|
|
5671
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
5672
|
+
- Default value: `false`
|
|
5343
5673
|
: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
|
|
5674
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
5675
|
+
- Default value: `false`
|
|
5345
5676
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_stun_variable: Variable name
|
|
5346
5677
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface
|
|
5347
5678
|
: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
|
|
5679
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
5680
|
+
- Default value: `false`
|
|
5349
5681
|
: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
|
-
|
|
5682
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
5683
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
5684
|
+
- Default value: `default`
|
|
5352
5685
|
: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)
|
|
5686
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
5687
|
+
- Default value: `false`
|
|
5354
5688
|
: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
|
|
5689
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
5690
|
+
- 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`
|
|
5691
|
+
- Default value: `default`
|
|
5692
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_color_restrict: Restrict this TLOC behavior
|
|
5693
|
+
- Default value: `false`
|
|
5359
5694
|
:param pulumi.Input[_builtins.str] tunnel_interface_color_variable: Variable name
|
|
5360
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_control_connections: Allow Control Connection
|
|
5695
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_control_connections: Allow Control Connection
|
|
5696
|
+
- Default value: `true`
|
|
5361
5697
|
:param pulumi.Input[_builtins.str] tunnel_interface_control_connections_variable: Variable name
|
|
5362
5698
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceMultilinkFeatureTemplateTunnelInterfaceEncapsulationArgs', 'VpnInterfaceMultilinkFeatureTemplateTunnelInterfaceEncapsulationArgsDict']]]] tunnel_interface_encapsulations: Encapsulation for TLOC
|
|
5363
5699
|
:param pulumi.Input[_builtins.str] tunnel_interface_exclude_controller_group_list_variable: Variable name
|
|
5364
5700
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list
|
|
5365
5701
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_groups: List of groups
|
|
5366
5702
|
: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
|
|
5703
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
5704
|
+
- Range: `100`-`600000`
|
|
5705
|
+
- Default value: `1000`
|
|
5368
5706
|
: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
|
|
5707
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
5708
|
+
- Range: `12`-`6000`
|
|
5709
|
+
- Default value: `12`
|
|
5370
5710
|
: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
|
|
5711
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
5712
|
+
- Default value: `false`
|
|
5372
5713
|
: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
|
|
5714
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
5715
|
+
- Default value: `false`
|
|
5374
5716
|
: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
|
|
5717
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Set the maximum number of control connections for this TLOC
|
|
5718
|
+
- Range: `0`-`8`
|
|
5376
5719
|
: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
|
|
5720
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
5721
|
+
- Range: `1`-`60`
|
|
5722
|
+
- Default value: `5`
|
|
5378
5723
|
: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)
|
|
5724
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
5725
|
+
- Default value: `false`
|
|
5380
5726
|
: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
|
|
5727
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
5728
|
+
- Default value: `true`
|
|
5382
5729
|
: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
|
|
5730
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
5731
|
+
- Range: `500`-`1460`
|
|
5384
5732
|
: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
|
|
5733
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
5734
|
+
- Default value: `false`
|
|
5386
5735
|
: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>
|
|
5736
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
5737
|
+
- Range: `0`-`8`
|
|
5738
|
+
- Default value: `5`
|
|
5388
5739
|
: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
|
|
5740
|
+
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
5741
|
+
- Choices: `spoke`
|
|
5390
5742
|
:param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name
|
|
5391
5743
|
:param pulumi.Input[_builtins.int] version: The version of the feature template
|
|
5392
5744
|
:param pulumi.Input[_builtins.str] write_rule: Name of rewrite rule
|
|
@@ -5549,7 +5901,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5549
5901
|
@pulumi.getter
|
|
5550
5902
|
def autonegotiate(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5551
5903
|
"""
|
|
5552
|
-
Link autonegotiation
|
|
5904
|
+
Link autonegotiation
|
|
5905
|
+
- Default value: `true`
|
|
5553
5906
|
"""
|
|
5554
5907
|
return pulumi.get(self, "autonegotiate")
|
|
5555
5908
|
|
|
@@ -5565,7 +5918,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5565
5918
|
@pulumi.getter(name="bandwidthDownstream")
|
|
5566
5919
|
def bandwidth_downstream(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5567
5920
|
"""
|
|
5568
|
-
Interface downstream bandwidth capacity, in kbps
|
|
5921
|
+
Interface downstream bandwidth capacity, in kbps
|
|
5922
|
+
- Range: `1`-`2147483647`
|
|
5569
5923
|
"""
|
|
5570
5924
|
return pulumi.get(self, "bandwidth_downstream")
|
|
5571
5925
|
|
|
@@ -5581,7 +5935,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5581
5935
|
@pulumi.getter(name="bandwidthUpstream")
|
|
5582
5936
|
def bandwidth_upstream(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5583
5937
|
"""
|
|
5584
|
-
Interface upstream bandwidth capacity, in kbps
|
|
5938
|
+
Interface upstream bandwidth capacity, in kbps
|
|
5939
|
+
- Range: `1`-`2147483647`
|
|
5585
5940
|
"""
|
|
5586
5941
|
return pulumi.get(self, "bandwidth_upstream")
|
|
5587
5942
|
|
|
@@ -5629,7 +5984,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5629
5984
|
@pulumi.getter(name="clearDontFragmentBit")
|
|
5630
5985
|
def clear_dont_fragment_bit(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5631
5986
|
"""
|
|
5632
|
-
Clear don't fragment bit
|
|
5987
|
+
Clear don't fragment bit
|
|
5988
|
+
- Default value: `false`
|
|
5633
5989
|
"""
|
|
5634
5990
|
return pulumi.get(self, "clear_dont_fragment_bit")
|
|
5635
5991
|
|
|
@@ -5645,7 +6001,9 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5645
6001
|
@pulumi.getter(name="coreRegion")
|
|
5646
6002
|
def core_region(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
5647
6003
|
"""
|
|
5648
|
-
Enable core region
|
|
6004
|
+
Enable core region
|
|
6005
|
+
- Choices: `core`, `core-shared`
|
|
6006
|
+
- Default value: `core`
|
|
5649
6007
|
"""
|
|
5650
6008
|
return pulumi.get(self, "core_region")
|
|
5651
6009
|
|
|
@@ -5669,9 +6027,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5669
6027
|
@pulumi.getter(name="deviceTypes")
|
|
5670
6028
|
def device_types(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
|
5671
6029
|
"""
|
|
5672
|
-
List of supported device types
|
|
5673
|
-
|
|
5674
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
6030
|
+
List of supported device types
|
|
6031
|
+
- 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
6032
|
"""
|
|
5676
6033
|
return pulumi.get(self, "device_types")
|
|
5677
6034
|
|
|
@@ -5679,7 +6036,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5679
6036
|
@pulumi.getter(name="disableFragmentation")
|
|
5680
6037
|
def disable_fragmentation(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5681
6038
|
"""
|
|
5682
|
-
Suppresss multilink fragmentation
|
|
6039
|
+
Suppresss multilink fragmentation
|
|
6040
|
+
- Default value: `false`
|
|
5683
6041
|
"""
|
|
5684
6042
|
return pulumi.get(self, "disable_fragmentation")
|
|
5685
6043
|
|
|
@@ -5687,7 +6045,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5687
6045
|
@pulumi.getter(name="enableCoreRegion")
|
|
5688
6046
|
def enable_core_region(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5689
6047
|
"""
|
|
5690
|
-
Enable core region
|
|
6048
|
+
Enable core region
|
|
6049
|
+
- Default value: `false`
|
|
5691
6050
|
"""
|
|
5692
6051
|
return pulumi.get(self, "enable_core_region")
|
|
5693
6052
|
|
|
@@ -5703,7 +6062,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5703
6062
|
@pulumi.getter(name="fragmentMaxDelay")
|
|
5704
6063
|
def fragment_max_delay(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5705
6064
|
"""
|
|
5706
|
-
Maximum delay for each fragment
|
|
6065
|
+
Maximum delay for each fragment
|
|
6066
|
+
- Range: `0`-`1000`
|
|
5707
6067
|
"""
|
|
5708
6068
|
return pulumi.get(self, "fragment_max_delay")
|
|
5709
6069
|
|
|
@@ -5751,7 +6111,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5751
6111
|
@pulumi.getter(name="interleavingFragment")
|
|
5752
6112
|
def interleaving_fragment(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5753
6113
|
"""
|
|
5754
|
-
Allow interleaving of packets with fragments
|
|
6114
|
+
Allow interleaving of packets with fragments
|
|
6115
|
+
- Default value: `false`
|
|
5755
6116
|
"""
|
|
5756
6117
|
return pulumi.get(self, "interleaving_fragment")
|
|
5757
6118
|
|
|
@@ -5759,7 +6120,9 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5759
6120
|
@pulumi.getter(name="ipMtu")
|
|
5760
6121
|
def ip_mtu(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5761
6122
|
"""
|
|
5762
|
-
Interface MTU <68...2000>, in bytes
|
|
6123
|
+
Interface MTU <68...2000>, in bytes
|
|
6124
|
+
- Range: `68`-`2000`
|
|
6125
|
+
- Default value: `1500`
|
|
5763
6126
|
"""
|
|
5764
6127
|
return pulumi.get(self, "ip_mtu")
|
|
5765
6128
|
|
|
@@ -5815,7 +6178,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5815
6178
|
@pulumi.getter(name="multilinkGroupNumber")
|
|
5816
6179
|
def multilink_group_number(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5817
6180
|
"""
|
|
5818
|
-
MultiLink Group Number
|
|
6181
|
+
MultiLink Group Number
|
|
6182
|
+
- Range: `1`-`2147483647`
|
|
5819
6183
|
"""
|
|
5820
6184
|
return pulumi.get(self, "multilink_group_number")
|
|
5821
6185
|
|
|
@@ -5895,7 +6259,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5895
6259
|
@pulumi.getter(name="perTunnelQos")
|
|
5896
6260
|
def per_tunnel_qos(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5897
6261
|
"""
|
|
5898
|
-
Per-tunnel Qos
|
|
6262
|
+
Per-tunnel Qos
|
|
6263
|
+
- Default value: `false`
|
|
5899
6264
|
"""
|
|
5900
6265
|
return pulumi.get(self, "per_tunnel_qos")
|
|
5901
6266
|
|
|
@@ -5903,7 +6268,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5903
6268
|
@pulumi.getter(name="perTunnelQosAggregator")
|
|
5904
6269
|
def per_tunnel_qos_aggregator(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5905
6270
|
"""
|
|
5906
|
-
Per-tunnel QoS Aggregator
|
|
6271
|
+
Per-tunnel QoS Aggregator
|
|
6272
|
+
- Default value: `false`
|
|
5907
6273
|
"""
|
|
5908
6274
|
return pulumi.get(self, "per_tunnel_qos_aggregator")
|
|
5909
6275
|
|
|
@@ -5927,7 +6293,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5927
6293
|
@pulumi.getter(name="pmtuDiscovery")
|
|
5928
6294
|
def pmtu_discovery(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5929
6295
|
"""
|
|
5930
|
-
Path MTU Discovery
|
|
6296
|
+
Path MTU Discovery
|
|
6297
|
+
- Default value: `false`
|
|
5931
6298
|
"""
|
|
5932
6299
|
return pulumi.get(self, "pmtu_discovery")
|
|
5933
6300
|
|
|
@@ -5943,7 +6310,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5943
6310
|
@pulumi.getter(name="pppAuthenticationProtocol")
|
|
5944
6311
|
def ppp_authentication_protocol(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
5945
6312
|
"""
|
|
5946
|
-
PPP Link Authentication Protocol
|
|
6313
|
+
PPP Link Authentication Protocol
|
|
6314
|
+
- Choices: `chap`, `pap`
|
|
5947
6315
|
"""
|
|
5948
6316
|
return pulumi.get(self, "ppp_authentication_protocol")
|
|
5949
6317
|
|
|
@@ -5951,7 +6319,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5951
6319
|
@pulumi.getter(name="pppAuthenticationProtocolPap")
|
|
5952
6320
|
def ppp_authentication_protocol_pap(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5953
6321
|
"""
|
|
5954
|
-
PPP Authentication Protocol PAP
|
|
6322
|
+
PPP Authentication Protocol PAP
|
|
6323
|
+
- Default value: `false`
|
|
5955
6324
|
"""
|
|
5956
6325
|
return pulumi.get(self, "ppp_authentication_protocol_pap")
|
|
5957
6326
|
|
|
@@ -5959,7 +6328,9 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5959
6328
|
@pulumi.getter(name="pppAuthenticationType")
|
|
5960
6329
|
def ppp_authentication_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
5961
6330
|
"""
|
|
5962
|
-
Authenticate remote on incoming call only
|
|
6331
|
+
Authenticate remote on incoming call only
|
|
6332
|
+
- Choices: `callin`, `false`
|
|
6333
|
+
- Default value: `callin`
|
|
5963
6334
|
"""
|
|
5964
6335
|
return pulumi.get(self, "ppp_authentication_type")
|
|
5965
6336
|
|
|
@@ -5999,7 +6370,9 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
5999
6370
|
@pulumi.getter(name="secondaryRegion")
|
|
6000
6371
|
def secondary_region(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
6001
6372
|
"""
|
|
6002
|
-
Enable secondary region
|
|
6373
|
+
Enable secondary region
|
|
6374
|
+
- Choices: `off`, `secondary-only`, `secondary-shared`
|
|
6375
|
+
- Default value: `off`
|
|
6003
6376
|
"""
|
|
6004
6377
|
return pulumi.get(self, "secondary_region")
|
|
6005
6378
|
|
|
@@ -6015,7 +6388,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6015
6388
|
@pulumi.getter(name="shapingRate")
|
|
6016
6389
|
def shaping_rate(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
6017
6390
|
"""
|
|
6018
|
-
1ge
|
|
6391
|
+
1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
6392
|
+
- Range: `8`-`100000000`
|
|
6019
6393
|
"""
|
|
6020
6394
|
return pulumi.get(self, "shaping_rate")
|
|
6021
6395
|
|
|
@@ -6031,7 +6405,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6031
6405
|
@pulumi.getter
|
|
6032
6406
|
def shutdown(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6033
6407
|
"""
|
|
6034
|
-
Administrative state
|
|
6408
|
+
Administrative state
|
|
6409
|
+
- Default value: `true`
|
|
6035
6410
|
"""
|
|
6036
6411
|
return pulumi.get(self, "shutdown")
|
|
6037
6412
|
|
|
@@ -6047,7 +6422,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6047
6422
|
@pulumi.getter(name="staticIngressQos")
|
|
6048
6423
|
def static_ingress_qos(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
6049
6424
|
"""
|
|
6050
|
-
Static ingress QoS for the port
|
|
6425
|
+
Static ingress QoS for the port
|
|
6426
|
+
- Range: `0`-`7`
|
|
6051
6427
|
"""
|
|
6052
6428
|
return pulumi.get(self, "static_ingress_qos")
|
|
6053
6429
|
|
|
@@ -6063,7 +6439,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6063
6439
|
@pulumi.getter(name="tcpMss")
|
|
6064
6440
|
def tcp_mss(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
6065
6441
|
"""
|
|
6066
|
-
TCP MSS on SYN packets, in bytes
|
|
6442
|
+
TCP MSS on SYN packets, in bytes
|
|
6443
|
+
- Range: `552`-`1960`
|
|
6067
6444
|
"""
|
|
6068
6445
|
return pulumi.get(self, "tcp_mss")
|
|
6069
6446
|
|
|
@@ -6103,7 +6480,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6103
6480
|
@pulumi.getter(name="tunnelInterfaceAllowAll")
|
|
6104
6481
|
def tunnel_interface_allow_all(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6105
6482
|
"""
|
|
6106
|
-
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
6483
|
+
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
6484
|
+
- Default value: `false`
|
|
6107
6485
|
"""
|
|
6108
6486
|
return pulumi.get(self, "tunnel_interface_allow_all")
|
|
6109
6487
|
|
|
@@ -6119,7 +6497,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6119
6497
|
@pulumi.getter(name="tunnelInterfaceAllowBgp")
|
|
6120
6498
|
def tunnel_interface_allow_bgp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6121
6499
|
"""
|
|
6122
|
-
Allow/deny BGP
|
|
6500
|
+
Allow/deny BGP
|
|
6501
|
+
- Default value: `false`
|
|
6123
6502
|
"""
|
|
6124
6503
|
return pulumi.get(self, "tunnel_interface_allow_bgp")
|
|
6125
6504
|
|
|
@@ -6135,7 +6514,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6135
6514
|
@pulumi.getter(name="tunnelInterfaceAllowDhcp")
|
|
6136
6515
|
def tunnel_interface_allow_dhcp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6137
6516
|
"""
|
|
6138
|
-
Allow/Deny DHCP
|
|
6517
|
+
Allow/Deny DHCP
|
|
6518
|
+
- Default value: `true`
|
|
6139
6519
|
"""
|
|
6140
6520
|
return pulumi.get(self, "tunnel_interface_allow_dhcp")
|
|
6141
6521
|
|
|
@@ -6151,7 +6531,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6151
6531
|
@pulumi.getter(name="tunnelInterfaceAllowDns")
|
|
6152
6532
|
def tunnel_interface_allow_dns(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6153
6533
|
"""
|
|
6154
|
-
Allow/Deny DNS
|
|
6534
|
+
Allow/Deny DNS
|
|
6535
|
+
- Default value: `true`
|
|
6155
6536
|
"""
|
|
6156
6537
|
return pulumi.get(self, "tunnel_interface_allow_dns")
|
|
6157
6538
|
|
|
@@ -6167,7 +6548,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6167
6548
|
@pulumi.getter(name="tunnelInterfaceAllowHttps")
|
|
6168
6549
|
def tunnel_interface_allow_https(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6169
6550
|
"""
|
|
6170
|
-
Allow/Deny Https
|
|
6551
|
+
Allow/Deny Https
|
|
6552
|
+
- Default value: `true`
|
|
6171
6553
|
"""
|
|
6172
6554
|
return pulumi.get(self, "tunnel_interface_allow_https")
|
|
6173
6555
|
|
|
@@ -6183,7 +6565,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6183
6565
|
@pulumi.getter(name="tunnelInterfaceAllowIcmp")
|
|
6184
6566
|
def tunnel_interface_allow_icmp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6185
6567
|
"""
|
|
6186
|
-
Allow/Deny ICMP
|
|
6568
|
+
Allow/Deny ICMP
|
|
6569
|
+
- Default value: `true`
|
|
6187
6570
|
"""
|
|
6188
6571
|
return pulumi.get(self, "tunnel_interface_allow_icmp")
|
|
6189
6572
|
|
|
@@ -6199,7 +6582,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6199
6582
|
@pulumi.getter(name="tunnelInterfaceAllowNetconf")
|
|
6200
6583
|
def tunnel_interface_allow_netconf(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6201
6584
|
"""
|
|
6202
|
-
Allow/Deny NETCONF
|
|
6585
|
+
Allow/Deny NETCONF
|
|
6586
|
+
- Default value: `false`
|
|
6203
6587
|
"""
|
|
6204
6588
|
return pulumi.get(self, "tunnel_interface_allow_netconf")
|
|
6205
6589
|
|
|
@@ -6215,7 +6599,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6215
6599
|
@pulumi.getter(name="tunnelInterfaceAllowNtp")
|
|
6216
6600
|
def tunnel_interface_allow_ntp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6217
6601
|
"""
|
|
6218
|
-
Allow/Deny NTP
|
|
6602
|
+
Allow/Deny NTP
|
|
6603
|
+
- Default value: `false`
|
|
6219
6604
|
"""
|
|
6220
6605
|
return pulumi.get(self, "tunnel_interface_allow_ntp")
|
|
6221
6606
|
|
|
@@ -6231,7 +6616,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6231
6616
|
@pulumi.getter(name="tunnelInterfaceAllowOspf")
|
|
6232
6617
|
def tunnel_interface_allow_ospf(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6233
6618
|
"""
|
|
6234
|
-
Allow/Deny OSPF
|
|
6619
|
+
Allow/Deny OSPF
|
|
6620
|
+
- Default value: `false`
|
|
6235
6621
|
"""
|
|
6236
6622
|
return pulumi.get(self, "tunnel_interface_allow_ospf")
|
|
6237
6623
|
|
|
@@ -6247,7 +6633,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6247
6633
|
@pulumi.getter(name="tunnelInterfaceAllowSnmp")
|
|
6248
6634
|
def tunnel_interface_allow_snmp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6249
6635
|
"""
|
|
6250
|
-
Allow/Deny SNMP
|
|
6636
|
+
Allow/Deny SNMP
|
|
6637
|
+
- Default value: `false`
|
|
6251
6638
|
"""
|
|
6252
6639
|
return pulumi.get(self, "tunnel_interface_allow_snmp")
|
|
6253
6640
|
|
|
@@ -6263,7 +6650,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6263
6650
|
@pulumi.getter(name="tunnelInterfaceAllowSsh")
|
|
6264
6651
|
def tunnel_interface_allow_ssh(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6265
6652
|
"""
|
|
6266
|
-
Allow/Deny SSH
|
|
6653
|
+
Allow/Deny SSH
|
|
6654
|
+
- Default value: `false`
|
|
6267
6655
|
"""
|
|
6268
6656
|
return pulumi.get(self, "tunnel_interface_allow_ssh")
|
|
6269
6657
|
|
|
@@ -6279,7 +6667,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6279
6667
|
@pulumi.getter(name="tunnelInterfaceAllowStun")
|
|
6280
6668
|
def tunnel_interface_allow_stun(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6281
6669
|
"""
|
|
6282
|
-
Allow/Deny STUN
|
|
6670
|
+
Allow/Deny STUN
|
|
6671
|
+
- Default value: `false`
|
|
6283
6672
|
"""
|
|
6284
6673
|
return pulumi.get(self, "tunnel_interface_allow_stun")
|
|
6285
6674
|
|
|
@@ -6311,7 +6700,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6311
6700
|
@pulumi.getter(name="tunnelInterfaceBorder")
|
|
6312
6701
|
def tunnel_interface_border(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6313
6702
|
"""
|
|
6314
|
-
Set TLOC as border TLOC
|
|
6703
|
+
Set TLOC as border TLOC
|
|
6704
|
+
- Default value: `false`
|
|
6315
6705
|
"""
|
|
6316
6706
|
return pulumi.get(self, "tunnel_interface_border")
|
|
6317
6707
|
|
|
@@ -6327,8 +6717,9 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6327
6717
|
@pulumi.getter(name="tunnelInterfaceCarrier")
|
|
6328
6718
|
def tunnel_interface_carrier(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
6329
6719
|
"""
|
|
6330
|
-
Set carrier for TLOC
|
|
6331
|
-
|
|
6720
|
+
Set carrier for TLOC
|
|
6721
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
6722
|
+
- Default value: `default`
|
|
6332
6723
|
"""
|
|
6333
6724
|
return pulumi.get(self, "tunnel_interface_carrier")
|
|
6334
6725
|
|
|
@@ -6344,7 +6735,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6344
6735
|
@pulumi.getter(name="tunnelInterfaceClearDontFragment")
|
|
6345
6736
|
def tunnel_interface_clear_dont_fragment(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6346
6737
|
"""
|
|
6347
|
-
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
6738
|
+
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
6739
|
+
- Default value: `false`
|
|
6348
6740
|
"""
|
|
6349
6741
|
return pulumi.get(self, "tunnel_interface_clear_dont_fragment")
|
|
6350
6742
|
|
|
@@ -6360,9 +6752,9 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6360
6752
|
@pulumi.getter(name="tunnelInterfaceColor")
|
|
6361
6753
|
def tunnel_interface_color(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
6362
6754
|
"""
|
|
6363
|
-
Set color for TLOC
|
|
6364
|
-
|
|
6365
|
-
|
|
6755
|
+
Set color for TLOC
|
|
6756
|
+
- 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`
|
|
6757
|
+
- Default value: `default`
|
|
6366
6758
|
"""
|
|
6367
6759
|
return pulumi.get(self, "tunnel_interface_color")
|
|
6368
6760
|
|
|
@@ -6370,7 +6762,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6370
6762
|
@pulumi.getter(name="tunnelInterfaceColorRestrict")
|
|
6371
6763
|
def tunnel_interface_color_restrict(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6372
6764
|
"""
|
|
6373
|
-
Restrict this TLOC behavior
|
|
6765
|
+
Restrict this TLOC behavior
|
|
6766
|
+
- Default value: `false`
|
|
6374
6767
|
"""
|
|
6375
6768
|
return pulumi.get(self, "tunnel_interface_color_restrict")
|
|
6376
6769
|
|
|
@@ -6386,7 +6779,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6386
6779
|
@pulumi.getter(name="tunnelInterfaceControlConnections")
|
|
6387
6780
|
def tunnel_interface_control_connections(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6388
6781
|
"""
|
|
6389
|
-
Allow Control Connection
|
|
6782
|
+
Allow Control Connection
|
|
6783
|
+
- Default value: `true`
|
|
6390
6784
|
"""
|
|
6391
6785
|
return pulumi.get(self, "tunnel_interface_control_connections")
|
|
6392
6786
|
|
|
@@ -6442,7 +6836,9 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6442
6836
|
@pulumi.getter(name="tunnelInterfaceHelloInterval")
|
|
6443
6837
|
def tunnel_interface_hello_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
6444
6838
|
"""
|
|
6445
|
-
Set time period of control hello packets <100..600000> milli seconds
|
|
6839
|
+
Set time period of control hello packets <100..600000> milli seconds
|
|
6840
|
+
- Range: `100`-`600000`
|
|
6841
|
+
- Default value: `1000`
|
|
6446
6842
|
"""
|
|
6447
6843
|
return pulumi.get(self, "tunnel_interface_hello_interval")
|
|
6448
6844
|
|
|
@@ -6458,7 +6854,9 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6458
6854
|
@pulumi.getter(name="tunnelInterfaceHelloTolerance")
|
|
6459
6855
|
def tunnel_interface_hello_tolerance(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
6460
6856
|
"""
|
|
6461
|
-
Set tolerance of control hello packets <12..6000> seconds
|
|
6857
|
+
Set tolerance of control hello packets <12..6000> seconds
|
|
6858
|
+
- Range: `12`-`6000`
|
|
6859
|
+
- Default value: `12`
|
|
6462
6860
|
"""
|
|
6463
6861
|
return pulumi.get(self, "tunnel_interface_hello_tolerance")
|
|
6464
6862
|
|
|
@@ -6474,7 +6872,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6474
6872
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuit")
|
|
6475
6873
|
def tunnel_interface_last_resort_circuit(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6476
6874
|
"""
|
|
6477
|
-
Set TLOC as last resort
|
|
6875
|
+
Set TLOC as last resort
|
|
6876
|
+
- Default value: `false`
|
|
6478
6877
|
"""
|
|
6479
6878
|
return pulumi.get(self, "tunnel_interface_last_resort_circuit")
|
|
6480
6879
|
|
|
@@ -6490,7 +6889,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6490
6889
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
|
|
6491
6890
|
def tunnel_interface_low_bandwidth_link(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6492
6891
|
"""
|
|
6493
|
-
Set the interface as a low-bandwidth circuit
|
|
6892
|
+
Set the interface as a low-bandwidth circuit
|
|
6893
|
+
- Default value: `false`
|
|
6494
6894
|
"""
|
|
6495
6895
|
return pulumi.get(self, "tunnel_interface_low_bandwidth_link")
|
|
6496
6896
|
|
|
@@ -6506,7 +6906,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6506
6906
|
@pulumi.getter(name="tunnelInterfaceMaxControlConnections")
|
|
6507
6907
|
def tunnel_interface_max_control_connections(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
6508
6908
|
"""
|
|
6509
|
-
Set the maximum number of control connections for this TLOC
|
|
6909
|
+
Set the maximum number of control connections for this TLOC
|
|
6910
|
+
- Range: `0`-`8`
|
|
6510
6911
|
"""
|
|
6511
6912
|
return pulumi.get(self, "tunnel_interface_max_control_connections")
|
|
6512
6913
|
|
|
@@ -6522,7 +6923,9 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6522
6923
|
@pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
|
|
6523
6924
|
def tunnel_interface_nat_refresh_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
6524
6925
|
"""
|
|
6525
|
-
Set time period of nat refresh packets <1...60> seconds
|
|
6926
|
+
Set time period of nat refresh packets <1...60> seconds
|
|
6927
|
+
- Range: `1`-`60`
|
|
6928
|
+
- Default value: `5`
|
|
6526
6929
|
"""
|
|
6527
6930
|
return pulumi.get(self, "tunnel_interface_nat_refresh_interval")
|
|
6528
6931
|
|
|
@@ -6538,7 +6941,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6538
6941
|
@pulumi.getter(name="tunnelInterfaceNetworkBroadcast")
|
|
6539
6942
|
def tunnel_interface_network_broadcast(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6540
6943
|
"""
|
|
6541
|
-
Accept and respond to network-prefix-directed broadcasts)
|
|
6944
|
+
Accept and respond to network-prefix-directed broadcasts)
|
|
6945
|
+
- Default value: `false`
|
|
6542
6946
|
"""
|
|
6543
6947
|
return pulumi.get(self, "tunnel_interface_network_broadcast")
|
|
6544
6948
|
|
|
@@ -6554,7 +6958,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6554
6958
|
@pulumi.getter(name="tunnelInterfacePortHop")
|
|
6555
6959
|
def tunnel_interface_port_hop(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6556
6960
|
"""
|
|
6557
|
-
Disallow port hopping on the tunnel interface
|
|
6961
|
+
Disallow port hopping on the tunnel interface
|
|
6962
|
+
- Default value: `true`
|
|
6558
6963
|
"""
|
|
6559
6964
|
return pulumi.get(self, "tunnel_interface_port_hop")
|
|
6560
6965
|
|
|
@@ -6570,7 +6975,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6570
6975
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
|
|
6571
6976
|
def tunnel_interface_tunnel_tcp_mss(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
6572
6977
|
"""
|
|
6573
|
-
Tunnel TCP MSS on SYN packets, in bytes
|
|
6978
|
+
Tunnel TCP MSS on SYN packets, in bytes
|
|
6979
|
+
- Range: `500`-`1460`
|
|
6574
6980
|
"""
|
|
6575
6981
|
return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss")
|
|
6576
6982
|
|
|
@@ -6586,7 +6992,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6586
6992
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
|
|
6587
6993
|
def tunnel_interface_vbond_as_stun_server(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
6588
6994
|
"""
|
|
6589
|
-
Put this wan interface in STUN mode only
|
|
6995
|
+
Put this wan interface in STUN mode only
|
|
6996
|
+
- Default value: `false`
|
|
6590
6997
|
"""
|
|
6591
6998
|
return pulumi.get(self, "tunnel_interface_vbond_as_stun_server")
|
|
6592
6999
|
|
|
@@ -6602,7 +7009,9 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6602
7009
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
|
|
6603
7010
|
def tunnel_interface_vmanage_connection_preference(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
6604
7011
|
"""
|
|
6605
|
-
Set interface preference for control connection to vManage <0..8>
|
|
7012
|
+
Set interface preference for control connection to vManage <0..8>
|
|
7013
|
+
- Range: `0`-`8`
|
|
7014
|
+
- Default value: `5`
|
|
6606
7015
|
"""
|
|
6607
7016
|
return pulumi.get(self, "tunnel_interface_vmanage_connection_preference")
|
|
6608
7017
|
|
|
@@ -6618,7 +7027,8 @@ class VpnInterfaceMultilinkFeatureTemplate(pulumi.CustomResource):
|
|
|
6618
7027
|
@pulumi.getter(name="tunnelQosMode")
|
|
6619
7028
|
def tunnel_qos_mode(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
6620
7029
|
"""
|
|
6621
|
-
Set tunnel QoS mode
|
|
7030
|
+
Set tunnel QoS mode
|
|
7031
|
+
- Choices: `spoke`
|
|
6622
7032
|
"""
|
|
6623
7033
|
return pulumi.get(self, "tunnel_qos_mode")
|
|
6624
7034
|
|