pulumi-sdwan 0.4.1a1756438344__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.1a1756438344.dist-info → pulumi_sdwan-0.5.0.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.4.1a1756438344.dist-info → pulumi_sdwan-0.5.0.dist-info}/RECORD +177 -177
- {pulumi_sdwan-0.4.1a1756438344.dist-info → pulumi_sdwan-0.5.0.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.4.1a1756438344.dist-info → pulumi_sdwan-0.5.0.dist-info}/top_level.txt +0 -0
|
@@ -144,30 +144,38 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
144
144
|
"""
|
|
145
145
|
The set of arguments for constructing a VpnInterfaceT1E1SerialFeatureTemplate resource.
|
|
146
146
|
:param pulumi.Input[_builtins.str] description: The description of the feature template
|
|
147
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
147
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
148
|
+
- 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`
|
|
149
|
+
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
150
|
+
- Default value: `true`
|
|
151
151
|
:param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
|
|
152
|
-
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
152
|
+
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
153
|
+
- Default value: `false`
|
|
153
154
|
:param pulumi.Input[_builtins.str] clear_dont_fragment_bit_variable: Variable name
|
|
154
|
-
:param pulumi.Input[_builtins.str] clock_rate: Set preference for interface Clock speed
|
|
155
|
-
|
|
156
|
-
`256000`, `384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
155
|
+
:param pulumi.Input[_builtins.str] clock_rate: Set preference for interface Clock speed
|
|
156
|
+
- Choices: `1200`, `2400`, `3600`, `4800`, `9600`, `14400`, `19200`, `28800`, `32000`, `38400`, `48000`, `56000`, `57600`, `64000`, `72000`, `115200`, `125000`, `148000`, `192000`, `250000`, `256000`, `384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
157
157
|
:param pulumi.Input[_builtins.str] clock_rate_variable: Variable name
|
|
158
|
-
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
158
|
+
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
159
|
+
- Choices: `core`, `core-shared`
|
|
160
|
+
- Default value: `core`
|
|
159
161
|
:param pulumi.Input[_builtins.str] core_region_variable: Variable name
|
|
160
|
-
:param pulumi.Input[_builtins.bool] enable_core_region: Enable core region
|
|
162
|
+
:param pulumi.Input[_builtins.bool] enable_core_region: Enable core region
|
|
163
|
+
- Default value: `false`
|
|
161
164
|
:param pulumi.Input[_builtins.str] enable_core_region_variable: Variable name
|
|
162
|
-
:param pulumi.Input[_builtins.str] encapsulation: Configure Encapsulation for interface
|
|
165
|
+
:param pulumi.Input[_builtins.str] encapsulation: Configure Encapsulation for interface
|
|
166
|
+
- Choices: `hdlc`, `ppp`, `frame-relay`
|
|
163
167
|
:param pulumi.Input[_builtins.str] encapsulation_variable: Variable name
|
|
164
|
-
:param pulumi.Input[_builtins.int] interface_bandwidth_capacity: Interface bandwidth capacity, in kbps
|
|
168
|
+
:param pulumi.Input[_builtins.int] interface_bandwidth_capacity: Interface bandwidth capacity, in kbps
|
|
169
|
+
- Range: `1`-`128`
|
|
165
170
|
:param pulumi.Input[_builtins.str] interface_bandwidth_capacity_variable: Variable name
|
|
166
171
|
:param pulumi.Input[_builtins.str] interface_description: Interface description
|
|
167
172
|
:param pulumi.Input[_builtins.str] interface_description_variable: Variable name
|
|
168
|
-
:param pulumi.Input[_builtins.int] interface_downstream_bandwidth_capacity: Interface downstream bandwidth capacity, in kbps
|
|
173
|
+
:param pulumi.Input[_builtins.int] interface_downstream_bandwidth_capacity: Interface downstream bandwidth capacity, in kbps
|
|
174
|
+
- Range: `1`-`2147483647`
|
|
169
175
|
:param pulumi.Input[_builtins.str] interface_downstream_bandwidth_capacity_variable: Variable name
|
|
170
|
-
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <68...2000>, in bytes
|
|
176
|
+
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <68...2000>, in bytes
|
|
177
|
+
- Range: `68`-`2000`
|
|
178
|
+
- Default value: `1500`
|
|
171
179
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
172
180
|
:param pulumi.Input[Sequence[pulumi.Input['VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgs']]] ipv4_access_lists: Apply ACL
|
|
173
181
|
:param pulumi.Input[_builtins.str] ipv4_address: Assign IPv4 address
|
|
@@ -176,97 +184,138 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
176
184
|
:param pulumi.Input[_builtins.str] ipv6_address: Assign IPv6 address
|
|
177
185
|
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
178
186
|
:param pulumi.Input[_builtins.str] name: The name of the feature template
|
|
179
|
-
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
180
|
-
|
|
187
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
188
|
+
- Default value: `false`
|
|
189
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos_aggregator: Per-tunnel QoS Aggregator
|
|
190
|
+
- Default value: `false`
|
|
181
191
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_aggregator_variable: Variable name
|
|
182
192
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_variable: Variable name
|
|
183
|
-
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
193
|
+
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
194
|
+
- Default value: `false`
|
|
184
195
|
:param pulumi.Input[_builtins.str] pmtu_discovery_variable: Variable name
|
|
185
196
|
:param pulumi.Input[_builtins.str] qos_map: Name of QoS map
|
|
186
197
|
:param pulumi.Input[_builtins.str] qos_map_variable: Variable name
|
|
187
198
|
:param pulumi.Input[_builtins.str] qos_map_vpn: Name of VPN QoS map
|
|
188
199
|
:param pulumi.Input[_builtins.str] qos_map_vpn_variable: Variable name
|
|
189
|
-
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
200
|
+
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
201
|
+
- Choices: `off`, `secondary-only`, `secondary-shared`
|
|
202
|
+
- Default value: `off`
|
|
190
203
|
:param pulumi.Input[_builtins.str] secondary_region_variable: Variable name
|
|
191
204
|
:param pulumi.Input[_builtins.str] serial_interface_name: Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
|
|
192
205
|
:param pulumi.Input[_builtins.str] serial_interface_name_variable: Variable name
|
|
193
|
-
:param pulumi.Input[_builtins.int] shaping_rate: 1ge
|
|
206
|
+
:param pulumi.Input[_builtins.int] shaping_rate: 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
207
|
+
- Range: `8`-`100000000`
|
|
194
208
|
:param pulumi.Input[_builtins.str] shaping_rate_variable: Variable name
|
|
195
|
-
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
209
|
+
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
210
|
+
- Default value: `true`
|
|
196
211
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
197
|
-
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
212
|
+
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
213
|
+
- Range: `0`-`7`
|
|
198
214
|
:param pulumi.Input[_builtins.str] static_ingress_qos_variable: Variable name
|
|
199
|
-
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
215
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
216
|
+
- Range: `552`-`1960`
|
|
200
217
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
201
218
|
:param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
|
|
202
219
|
:param pulumi.Input[_builtins.str] tloc_extension_variable: Variable name
|
|
203
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
220
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
221
|
+
- Default value: `false`
|
|
204
222
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_all_variable: Variable name
|
|
205
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
223
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
224
|
+
- Default value: `false`
|
|
206
225
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_bgp_variable: Variable name
|
|
207
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
226
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
227
|
+
- Default value: `true`
|
|
208
228
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dhcp_variable: Variable name
|
|
209
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
229
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
230
|
+
- Default value: `true`
|
|
210
231
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dns_variable: Variable name
|
|
211
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
232
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
233
|
+
- Default value: `true`
|
|
212
234
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_https_variable: Variable name
|
|
213
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
235
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
236
|
+
- Default value: `true`
|
|
214
237
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_icmp_variable: Variable name
|
|
215
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
238
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
239
|
+
- Default value: `false`
|
|
216
240
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_netconf_variable: Variable name
|
|
217
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
241
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
242
|
+
- Default value: `false`
|
|
218
243
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ntp_variable: Variable name
|
|
219
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
244
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
245
|
+
- Default value: `false`
|
|
220
246
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ospf_variable: Variable name
|
|
221
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
247
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
248
|
+
- Default value: `false`
|
|
222
249
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_snmp_variable: Variable name
|
|
223
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
250
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
251
|
+
- Default value: `false`
|
|
224
252
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ssh_variable: Variable name
|
|
225
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
253
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
254
|
+
- Default value: `false`
|
|
226
255
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_stun_variable: Variable name
|
|
227
256
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface
|
|
228
257
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel_variable: Variable name
|
|
229
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
258
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
259
|
+
- Default value: `false`
|
|
230
260
|
:param pulumi.Input[_builtins.str] tunnel_interface_border_variable: Variable name
|
|
231
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
232
|
-
|
|
261
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
262
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
263
|
+
- Default value: `default`
|
|
233
264
|
:param pulumi.Input[_builtins.str] tunnel_interface_carrier_variable: Variable name
|
|
234
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
265
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
266
|
+
- Default value: `false`
|
|
235
267
|
:param pulumi.Input[_builtins.str] tunnel_interface_clear_dont_fragment_variable: Variable name
|
|
236
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
237
|
-
|
|
238
|
-
|
|
268
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
269
|
+
- 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`
|
|
270
|
+
- Default value: `default`
|
|
239
271
|
:param pulumi.Input[_builtins.str] tunnel_interface_color_variable: Variable name
|
|
240
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_control_connections: Set the maximum number of control connections for this TLOC
|
|
272
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_control_connections: Set the maximum number of control connections for this TLOC
|
|
273
|
+
- Range: `0`-`8`
|
|
241
274
|
:param pulumi.Input[_builtins.str] tunnel_interface_control_connections_variable: Variable name
|
|
242
275
|
:param pulumi.Input[Sequence[pulumi.Input['VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgs']]] tunnel_interface_encapsulations: Encapsulation for TLOC
|
|
243
276
|
:param pulumi.Input[_builtins.str] tunnel_interface_exclude_controller_group_list_variable: Variable name
|
|
244
277
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list
|
|
245
278
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_groups: List of groups
|
|
246
279
|
:param pulumi.Input[_builtins.str] tunnel_interface_groups_variable: Variable name
|
|
247
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
280
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
281
|
+
- Range: `100`-`600000`
|
|
282
|
+
- Default value: `1000`
|
|
248
283
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_interval_variable: Variable name
|
|
249
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
284
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
285
|
+
- Range: `12`-`6000`
|
|
286
|
+
- Default value: `12`
|
|
250
287
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_tolerance_variable: Variable name
|
|
251
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
288
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
289
|
+
- Default value: `false`
|
|
252
290
|
:param pulumi.Input[_builtins.str] tunnel_interface_last_resort_circuit_variable: Variable name
|
|
253
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
291
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
292
|
+
- Default value: `false`
|
|
254
293
|
:param pulumi.Input[_builtins.str] tunnel_interface_low_bandwidth_link_variable: Variable name
|
|
255
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
294
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
295
|
+
- Range: `1`-`60`
|
|
296
|
+
- Default value: `5`
|
|
256
297
|
:param pulumi.Input[_builtins.str] tunnel_interface_nat_refresh_interval_variable: Variable name
|
|
257
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
298
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
299
|
+
- Default value: `false`
|
|
258
300
|
:param pulumi.Input[_builtins.str] tunnel_interface_network_broadcast_variable: Variable name
|
|
259
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
301
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
302
|
+
- Default value: `true`
|
|
260
303
|
:param pulumi.Input[_builtins.str] tunnel_interface_port_hop_variable: Variable name
|
|
261
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_restrict: Restrict this TLOC behavior
|
|
304
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_restrict: Restrict this TLOC behavior
|
|
305
|
+
- Default value: `false`
|
|
262
306
|
:param pulumi.Input[_builtins.str] tunnel_interface_restrict_variable: Variable name
|
|
263
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
307
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
308
|
+
- Range: `500`-`1460`
|
|
264
309
|
:param pulumi.Input[_builtins.str] tunnel_interface_tunnel_tcp_mss_variable: Variable name
|
|
265
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
310
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
311
|
+
- Default value: `false`
|
|
266
312
|
:param pulumi.Input[_builtins.str] tunnel_interface_vbond_as_stun_server_variable: Variable name
|
|
267
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
313
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
314
|
+
- Range: `0`-`8`
|
|
315
|
+
- Default value: `5`
|
|
268
316
|
:param pulumi.Input[_builtins.str] tunnel_interface_vmanage_connection_preference_variable: Variable name
|
|
269
|
-
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
317
|
+
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
318
|
+
- Choices: `spoke`
|
|
270
319
|
:param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name
|
|
271
320
|
:param pulumi.Input[_builtins.str] write_rule: Name of rewrite rule
|
|
272
321
|
:param pulumi.Input[_builtins.str] write_rule_variable: Variable name
|
|
@@ -526,9 +575,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
526
575
|
@pulumi.getter(name="deviceTypes")
|
|
527
576
|
def device_types(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
528
577
|
"""
|
|
529
|
-
List of supported device types
|
|
530
|
-
|
|
531
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
578
|
+
List of supported device types
|
|
579
|
+
- 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`
|
|
532
580
|
"""
|
|
533
581
|
return pulumi.get(self, "device_types")
|
|
534
582
|
|
|
@@ -540,7 +588,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
540
588
|
@pulumi.getter
|
|
541
589
|
def autonegotiate(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
542
590
|
"""
|
|
543
|
-
Link autonegotiation
|
|
591
|
+
Link autonegotiation
|
|
592
|
+
- Default value: `true`
|
|
544
593
|
"""
|
|
545
594
|
return pulumi.get(self, "autonegotiate")
|
|
546
595
|
|
|
@@ -564,7 +613,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
564
613
|
@pulumi.getter(name="clearDontFragmentBit")
|
|
565
614
|
def clear_dont_fragment_bit(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
566
615
|
"""
|
|
567
|
-
Clear don't fragment bit
|
|
616
|
+
Clear don't fragment bit
|
|
617
|
+
- Default value: `false`
|
|
568
618
|
"""
|
|
569
619
|
return pulumi.get(self, "clear_dont_fragment_bit")
|
|
570
620
|
|
|
@@ -588,9 +638,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
588
638
|
@pulumi.getter(name="clockRate")
|
|
589
639
|
def clock_rate(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
590
640
|
"""
|
|
591
|
-
Set preference for interface Clock speed
|
|
592
|
-
|
|
593
|
-
`256000`, `384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
641
|
+
Set preference for interface Clock speed
|
|
642
|
+
- Choices: `1200`, `2400`, `3600`, `4800`, `9600`, `14400`, `19200`, `28800`, `32000`, `38400`, `48000`, `56000`, `57600`, `64000`, `72000`, `115200`, `125000`, `148000`, `192000`, `250000`, `256000`, `384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
594
643
|
"""
|
|
595
644
|
return pulumi.get(self, "clock_rate")
|
|
596
645
|
|
|
@@ -614,7 +663,9 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
614
663
|
@pulumi.getter(name="coreRegion")
|
|
615
664
|
def core_region(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
616
665
|
"""
|
|
617
|
-
Enable core region
|
|
666
|
+
Enable core region
|
|
667
|
+
- Choices: `core`, `core-shared`
|
|
668
|
+
- Default value: `core`
|
|
618
669
|
"""
|
|
619
670
|
return pulumi.get(self, "core_region")
|
|
620
671
|
|
|
@@ -638,7 +689,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
638
689
|
@pulumi.getter(name="enableCoreRegion")
|
|
639
690
|
def enable_core_region(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
640
691
|
"""
|
|
641
|
-
Enable core region
|
|
692
|
+
Enable core region
|
|
693
|
+
- Default value: `false`
|
|
642
694
|
"""
|
|
643
695
|
return pulumi.get(self, "enable_core_region")
|
|
644
696
|
|
|
@@ -662,7 +714,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
662
714
|
@pulumi.getter
|
|
663
715
|
def encapsulation(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
664
716
|
"""
|
|
665
|
-
Configure Encapsulation for interface
|
|
717
|
+
Configure Encapsulation for interface
|
|
718
|
+
- Choices: `hdlc`, `ppp`, `frame-relay`
|
|
666
719
|
"""
|
|
667
720
|
return pulumi.get(self, "encapsulation")
|
|
668
721
|
|
|
@@ -686,7 +739,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
686
739
|
@pulumi.getter(name="interfaceBandwidthCapacity")
|
|
687
740
|
def interface_bandwidth_capacity(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
688
741
|
"""
|
|
689
|
-
Interface bandwidth capacity, in kbps
|
|
742
|
+
Interface bandwidth capacity, in kbps
|
|
743
|
+
- Range: `1`-`128`
|
|
690
744
|
"""
|
|
691
745
|
return pulumi.get(self, "interface_bandwidth_capacity")
|
|
692
746
|
|
|
@@ -734,7 +788,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
734
788
|
@pulumi.getter(name="interfaceDownstreamBandwidthCapacity")
|
|
735
789
|
def interface_downstream_bandwidth_capacity(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
736
790
|
"""
|
|
737
|
-
Interface downstream bandwidth capacity, in kbps
|
|
791
|
+
Interface downstream bandwidth capacity, in kbps
|
|
792
|
+
- Range: `1`-`2147483647`
|
|
738
793
|
"""
|
|
739
794
|
return pulumi.get(self, "interface_downstream_bandwidth_capacity")
|
|
740
795
|
|
|
@@ -758,7 +813,9 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
758
813
|
@pulumi.getter(name="ipMtu")
|
|
759
814
|
def ip_mtu(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
760
815
|
"""
|
|
761
|
-
Interface MTU <68...2000>, in bytes
|
|
816
|
+
Interface MTU <68...2000>, in bytes
|
|
817
|
+
- Range: `68`-`2000`
|
|
818
|
+
- Default value: `1500`
|
|
762
819
|
"""
|
|
763
820
|
return pulumi.get(self, "ip_mtu")
|
|
764
821
|
|
|
@@ -866,7 +923,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
866
923
|
@pulumi.getter(name="perTunnelQos")
|
|
867
924
|
def per_tunnel_qos(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
868
925
|
"""
|
|
869
|
-
Per-tunnel Qos
|
|
926
|
+
Per-tunnel Qos
|
|
927
|
+
- Default value: `false`
|
|
870
928
|
"""
|
|
871
929
|
return pulumi.get(self, "per_tunnel_qos")
|
|
872
930
|
|
|
@@ -878,7 +936,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
878
936
|
@pulumi.getter(name="perTunnelQosAggregator")
|
|
879
937
|
def per_tunnel_qos_aggregator(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
880
938
|
"""
|
|
881
|
-
Per-tunnel QoS Aggregator
|
|
939
|
+
Per-tunnel QoS Aggregator
|
|
940
|
+
- Default value: `false`
|
|
882
941
|
"""
|
|
883
942
|
return pulumi.get(self, "per_tunnel_qos_aggregator")
|
|
884
943
|
|
|
@@ -914,7 +973,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
914
973
|
@pulumi.getter(name="pmtuDiscovery")
|
|
915
974
|
def pmtu_discovery(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
916
975
|
"""
|
|
917
|
-
Path MTU Discovery
|
|
976
|
+
Path MTU Discovery
|
|
977
|
+
- Default value: `false`
|
|
918
978
|
"""
|
|
919
979
|
return pulumi.get(self, "pmtu_discovery")
|
|
920
980
|
|
|
@@ -986,7 +1046,9 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
986
1046
|
@pulumi.getter(name="secondaryRegion")
|
|
987
1047
|
def secondary_region(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
988
1048
|
"""
|
|
989
|
-
Enable secondary region
|
|
1049
|
+
Enable secondary region
|
|
1050
|
+
- Choices: `off`, `secondary-only`, `secondary-shared`
|
|
1051
|
+
- Default value: `off`
|
|
990
1052
|
"""
|
|
991
1053
|
return pulumi.get(self, "secondary_region")
|
|
992
1054
|
|
|
@@ -1034,7 +1096,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1034
1096
|
@pulumi.getter(name="shapingRate")
|
|
1035
1097
|
def shaping_rate(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1036
1098
|
"""
|
|
1037
|
-
1ge
|
|
1099
|
+
1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
1100
|
+
- Range: `8`-`100000000`
|
|
1038
1101
|
"""
|
|
1039
1102
|
return pulumi.get(self, "shaping_rate")
|
|
1040
1103
|
|
|
@@ -1058,7 +1121,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1058
1121
|
@pulumi.getter
|
|
1059
1122
|
def shutdown(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1060
1123
|
"""
|
|
1061
|
-
Administrative state
|
|
1124
|
+
Administrative state
|
|
1125
|
+
- Default value: `true`
|
|
1062
1126
|
"""
|
|
1063
1127
|
return pulumi.get(self, "shutdown")
|
|
1064
1128
|
|
|
@@ -1082,7 +1146,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1082
1146
|
@pulumi.getter(name="staticIngressQos")
|
|
1083
1147
|
def static_ingress_qos(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1084
1148
|
"""
|
|
1085
|
-
Static ingress QoS for the port
|
|
1149
|
+
Static ingress QoS for the port
|
|
1150
|
+
- Range: `0`-`7`
|
|
1086
1151
|
"""
|
|
1087
1152
|
return pulumi.get(self, "static_ingress_qos")
|
|
1088
1153
|
|
|
@@ -1106,7 +1171,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1106
1171
|
@pulumi.getter(name="tcpMss")
|
|
1107
1172
|
def tcp_mss(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1108
1173
|
"""
|
|
1109
|
-
TCP MSS on SYN packets, in bytes
|
|
1174
|
+
TCP MSS on SYN packets, in bytes
|
|
1175
|
+
- Range: `552`-`1960`
|
|
1110
1176
|
"""
|
|
1111
1177
|
return pulumi.get(self, "tcp_mss")
|
|
1112
1178
|
|
|
@@ -1154,7 +1220,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1154
1220
|
@pulumi.getter(name="tunnelInterfaceAllowAll")
|
|
1155
1221
|
def tunnel_interface_allow_all(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1156
1222
|
"""
|
|
1157
|
-
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
1223
|
+
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
1224
|
+
- Default value: `false`
|
|
1158
1225
|
"""
|
|
1159
1226
|
return pulumi.get(self, "tunnel_interface_allow_all")
|
|
1160
1227
|
|
|
@@ -1178,7 +1245,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1178
1245
|
@pulumi.getter(name="tunnelInterfaceAllowBgp")
|
|
1179
1246
|
def tunnel_interface_allow_bgp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1180
1247
|
"""
|
|
1181
|
-
Allow/deny BGP
|
|
1248
|
+
Allow/deny BGP
|
|
1249
|
+
- Default value: `false`
|
|
1182
1250
|
"""
|
|
1183
1251
|
return pulumi.get(self, "tunnel_interface_allow_bgp")
|
|
1184
1252
|
|
|
@@ -1202,7 +1270,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1202
1270
|
@pulumi.getter(name="tunnelInterfaceAllowDhcp")
|
|
1203
1271
|
def tunnel_interface_allow_dhcp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1204
1272
|
"""
|
|
1205
|
-
Allow/Deny DHCP
|
|
1273
|
+
Allow/Deny DHCP
|
|
1274
|
+
- Default value: `true`
|
|
1206
1275
|
"""
|
|
1207
1276
|
return pulumi.get(self, "tunnel_interface_allow_dhcp")
|
|
1208
1277
|
|
|
@@ -1226,7 +1295,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1226
1295
|
@pulumi.getter(name="tunnelInterfaceAllowDns")
|
|
1227
1296
|
def tunnel_interface_allow_dns(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1228
1297
|
"""
|
|
1229
|
-
Allow/Deny DNS
|
|
1298
|
+
Allow/Deny DNS
|
|
1299
|
+
- Default value: `true`
|
|
1230
1300
|
"""
|
|
1231
1301
|
return pulumi.get(self, "tunnel_interface_allow_dns")
|
|
1232
1302
|
|
|
@@ -1250,7 +1320,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1250
1320
|
@pulumi.getter(name="tunnelInterfaceAllowHttps")
|
|
1251
1321
|
def tunnel_interface_allow_https(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1252
1322
|
"""
|
|
1253
|
-
Allow/Deny Https
|
|
1323
|
+
Allow/Deny Https
|
|
1324
|
+
- Default value: `true`
|
|
1254
1325
|
"""
|
|
1255
1326
|
return pulumi.get(self, "tunnel_interface_allow_https")
|
|
1256
1327
|
|
|
@@ -1274,7 +1345,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1274
1345
|
@pulumi.getter(name="tunnelInterfaceAllowIcmp")
|
|
1275
1346
|
def tunnel_interface_allow_icmp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1276
1347
|
"""
|
|
1277
|
-
Allow/Deny ICMP
|
|
1348
|
+
Allow/Deny ICMP
|
|
1349
|
+
- Default value: `true`
|
|
1278
1350
|
"""
|
|
1279
1351
|
return pulumi.get(self, "tunnel_interface_allow_icmp")
|
|
1280
1352
|
|
|
@@ -1298,7 +1370,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1298
1370
|
@pulumi.getter(name="tunnelInterfaceAllowNetconf")
|
|
1299
1371
|
def tunnel_interface_allow_netconf(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1300
1372
|
"""
|
|
1301
|
-
Allow/Deny NETCONF
|
|
1373
|
+
Allow/Deny NETCONF
|
|
1374
|
+
- Default value: `false`
|
|
1302
1375
|
"""
|
|
1303
1376
|
return pulumi.get(self, "tunnel_interface_allow_netconf")
|
|
1304
1377
|
|
|
@@ -1322,7 +1395,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1322
1395
|
@pulumi.getter(name="tunnelInterfaceAllowNtp")
|
|
1323
1396
|
def tunnel_interface_allow_ntp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1324
1397
|
"""
|
|
1325
|
-
Allow/Deny NTP
|
|
1398
|
+
Allow/Deny NTP
|
|
1399
|
+
- Default value: `false`
|
|
1326
1400
|
"""
|
|
1327
1401
|
return pulumi.get(self, "tunnel_interface_allow_ntp")
|
|
1328
1402
|
|
|
@@ -1346,7 +1420,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1346
1420
|
@pulumi.getter(name="tunnelInterfaceAllowOspf")
|
|
1347
1421
|
def tunnel_interface_allow_ospf(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1348
1422
|
"""
|
|
1349
|
-
Allow/Deny OSPF
|
|
1423
|
+
Allow/Deny OSPF
|
|
1424
|
+
- Default value: `false`
|
|
1350
1425
|
"""
|
|
1351
1426
|
return pulumi.get(self, "tunnel_interface_allow_ospf")
|
|
1352
1427
|
|
|
@@ -1370,7 +1445,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1370
1445
|
@pulumi.getter(name="tunnelInterfaceAllowSnmp")
|
|
1371
1446
|
def tunnel_interface_allow_snmp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1372
1447
|
"""
|
|
1373
|
-
Allow/Deny SNMP
|
|
1448
|
+
Allow/Deny SNMP
|
|
1449
|
+
- Default value: `false`
|
|
1374
1450
|
"""
|
|
1375
1451
|
return pulumi.get(self, "tunnel_interface_allow_snmp")
|
|
1376
1452
|
|
|
@@ -1394,7 +1470,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1394
1470
|
@pulumi.getter(name="tunnelInterfaceAllowSsh")
|
|
1395
1471
|
def tunnel_interface_allow_ssh(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1396
1472
|
"""
|
|
1397
|
-
Allow/Deny SSH
|
|
1473
|
+
Allow/Deny SSH
|
|
1474
|
+
- Default value: `false`
|
|
1398
1475
|
"""
|
|
1399
1476
|
return pulumi.get(self, "tunnel_interface_allow_ssh")
|
|
1400
1477
|
|
|
@@ -1418,7 +1495,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1418
1495
|
@pulumi.getter(name="tunnelInterfaceAllowStun")
|
|
1419
1496
|
def tunnel_interface_allow_stun(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1420
1497
|
"""
|
|
1421
|
-
Allow/Deny STUN
|
|
1498
|
+
Allow/Deny STUN
|
|
1499
|
+
- Default value: `false`
|
|
1422
1500
|
"""
|
|
1423
1501
|
return pulumi.get(self, "tunnel_interface_allow_stun")
|
|
1424
1502
|
|
|
@@ -1466,7 +1544,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1466
1544
|
@pulumi.getter(name="tunnelInterfaceBorder")
|
|
1467
1545
|
def tunnel_interface_border(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1468
1546
|
"""
|
|
1469
|
-
Set TLOC as border TLOC
|
|
1547
|
+
Set TLOC as border TLOC
|
|
1548
|
+
- Default value: `false`
|
|
1470
1549
|
"""
|
|
1471
1550
|
return pulumi.get(self, "tunnel_interface_border")
|
|
1472
1551
|
|
|
@@ -1490,8 +1569,9 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1490
1569
|
@pulumi.getter(name="tunnelInterfaceCarrier")
|
|
1491
1570
|
def tunnel_interface_carrier(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1492
1571
|
"""
|
|
1493
|
-
Set carrier for TLOC
|
|
1494
|
-
|
|
1572
|
+
Set carrier for TLOC
|
|
1573
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
1574
|
+
- Default value: `default`
|
|
1495
1575
|
"""
|
|
1496
1576
|
return pulumi.get(self, "tunnel_interface_carrier")
|
|
1497
1577
|
|
|
@@ -1515,7 +1595,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1515
1595
|
@pulumi.getter(name="tunnelInterfaceClearDontFragment")
|
|
1516
1596
|
def tunnel_interface_clear_dont_fragment(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1517
1597
|
"""
|
|
1518
|
-
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
1598
|
+
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
1599
|
+
- Default value: `false`
|
|
1519
1600
|
"""
|
|
1520
1601
|
return pulumi.get(self, "tunnel_interface_clear_dont_fragment")
|
|
1521
1602
|
|
|
@@ -1539,9 +1620,9 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1539
1620
|
@pulumi.getter(name="tunnelInterfaceColor")
|
|
1540
1621
|
def tunnel_interface_color(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1541
1622
|
"""
|
|
1542
|
-
Set color for TLOC
|
|
1543
|
-
|
|
1544
|
-
|
|
1623
|
+
Set color for TLOC
|
|
1624
|
+
- 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`
|
|
1625
|
+
- Default value: `default`
|
|
1545
1626
|
"""
|
|
1546
1627
|
return pulumi.get(self, "tunnel_interface_color")
|
|
1547
1628
|
|
|
@@ -1565,7 +1646,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1565
1646
|
@pulumi.getter(name="tunnelInterfaceControlConnections")
|
|
1566
1647
|
def tunnel_interface_control_connections(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1567
1648
|
"""
|
|
1568
|
-
Set the maximum number of control connections for this TLOC
|
|
1649
|
+
Set the maximum number of control connections for this TLOC
|
|
1650
|
+
- Range: `0`-`8`
|
|
1569
1651
|
"""
|
|
1570
1652
|
return pulumi.get(self, "tunnel_interface_control_connections")
|
|
1571
1653
|
|
|
@@ -1649,7 +1731,9 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1649
1731
|
@pulumi.getter(name="tunnelInterfaceHelloInterval")
|
|
1650
1732
|
def tunnel_interface_hello_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1651
1733
|
"""
|
|
1652
|
-
Set time period of control hello packets <100..600000> milli seconds
|
|
1734
|
+
Set time period of control hello packets <100..600000> milli seconds
|
|
1735
|
+
- Range: `100`-`600000`
|
|
1736
|
+
- Default value: `1000`
|
|
1653
1737
|
"""
|
|
1654
1738
|
return pulumi.get(self, "tunnel_interface_hello_interval")
|
|
1655
1739
|
|
|
@@ -1673,7 +1757,9 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1673
1757
|
@pulumi.getter(name="tunnelInterfaceHelloTolerance")
|
|
1674
1758
|
def tunnel_interface_hello_tolerance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1675
1759
|
"""
|
|
1676
|
-
Set tolerance of control hello packets <12..6000> seconds
|
|
1760
|
+
Set tolerance of control hello packets <12..6000> seconds
|
|
1761
|
+
- Range: `12`-`6000`
|
|
1762
|
+
- Default value: `12`
|
|
1677
1763
|
"""
|
|
1678
1764
|
return pulumi.get(self, "tunnel_interface_hello_tolerance")
|
|
1679
1765
|
|
|
@@ -1697,7 +1783,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1697
1783
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuit")
|
|
1698
1784
|
def tunnel_interface_last_resort_circuit(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1699
1785
|
"""
|
|
1700
|
-
Set TLOC as last resort
|
|
1786
|
+
Set TLOC as last resort
|
|
1787
|
+
- Default value: `false`
|
|
1701
1788
|
"""
|
|
1702
1789
|
return pulumi.get(self, "tunnel_interface_last_resort_circuit")
|
|
1703
1790
|
|
|
@@ -1721,7 +1808,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1721
1808
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
|
|
1722
1809
|
def tunnel_interface_low_bandwidth_link(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1723
1810
|
"""
|
|
1724
|
-
Set the interface as a low-bandwidth circuit
|
|
1811
|
+
Set the interface as a low-bandwidth circuit
|
|
1812
|
+
- Default value: `false`
|
|
1725
1813
|
"""
|
|
1726
1814
|
return pulumi.get(self, "tunnel_interface_low_bandwidth_link")
|
|
1727
1815
|
|
|
@@ -1745,7 +1833,9 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1745
1833
|
@pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
|
|
1746
1834
|
def tunnel_interface_nat_refresh_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1747
1835
|
"""
|
|
1748
|
-
Set time period of nat refresh packets <1...60> seconds
|
|
1836
|
+
Set time period of nat refresh packets <1...60> seconds
|
|
1837
|
+
- Range: `1`-`60`
|
|
1838
|
+
- Default value: `5`
|
|
1749
1839
|
"""
|
|
1750
1840
|
return pulumi.get(self, "tunnel_interface_nat_refresh_interval")
|
|
1751
1841
|
|
|
@@ -1769,7 +1859,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1769
1859
|
@pulumi.getter(name="tunnelInterfaceNetworkBroadcast")
|
|
1770
1860
|
def tunnel_interface_network_broadcast(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1771
1861
|
"""
|
|
1772
|
-
Accept and respond to network-prefix-directed broadcasts)
|
|
1862
|
+
Accept and respond to network-prefix-directed broadcasts)
|
|
1863
|
+
- Default value: `false`
|
|
1773
1864
|
"""
|
|
1774
1865
|
return pulumi.get(self, "tunnel_interface_network_broadcast")
|
|
1775
1866
|
|
|
@@ -1793,7 +1884,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1793
1884
|
@pulumi.getter(name="tunnelInterfacePortHop")
|
|
1794
1885
|
def tunnel_interface_port_hop(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1795
1886
|
"""
|
|
1796
|
-
Disallow port hopping on the tunnel interface
|
|
1887
|
+
Disallow port hopping on the tunnel interface
|
|
1888
|
+
- Default value: `true`
|
|
1797
1889
|
"""
|
|
1798
1890
|
return pulumi.get(self, "tunnel_interface_port_hop")
|
|
1799
1891
|
|
|
@@ -1817,7 +1909,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1817
1909
|
@pulumi.getter(name="tunnelInterfaceRestrict")
|
|
1818
1910
|
def tunnel_interface_restrict(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1819
1911
|
"""
|
|
1820
|
-
Restrict this TLOC behavior
|
|
1912
|
+
Restrict this TLOC behavior
|
|
1913
|
+
- Default value: `false`
|
|
1821
1914
|
"""
|
|
1822
1915
|
return pulumi.get(self, "tunnel_interface_restrict")
|
|
1823
1916
|
|
|
@@ -1841,7 +1934,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1841
1934
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
|
|
1842
1935
|
def tunnel_interface_tunnel_tcp_mss(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1843
1936
|
"""
|
|
1844
|
-
Tunnel TCP MSS on SYN packets, in bytes
|
|
1937
|
+
Tunnel TCP MSS on SYN packets, in bytes
|
|
1938
|
+
- Range: `500`-`1460`
|
|
1845
1939
|
"""
|
|
1846
1940
|
return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss")
|
|
1847
1941
|
|
|
@@ -1865,7 +1959,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1865
1959
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
|
|
1866
1960
|
def tunnel_interface_vbond_as_stun_server(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1867
1961
|
"""
|
|
1868
|
-
Put this wan interface in STUN mode only
|
|
1962
|
+
Put this wan interface in STUN mode only
|
|
1963
|
+
- Default value: `false`
|
|
1869
1964
|
"""
|
|
1870
1965
|
return pulumi.get(self, "tunnel_interface_vbond_as_stun_server")
|
|
1871
1966
|
|
|
@@ -1889,7 +1984,9 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1889
1984
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
|
|
1890
1985
|
def tunnel_interface_vmanage_connection_preference(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1891
1986
|
"""
|
|
1892
|
-
Set interface preference for control connection to vManage <0..8>
|
|
1987
|
+
Set interface preference for control connection to vManage <0..8>
|
|
1988
|
+
- Range: `0`-`8`
|
|
1989
|
+
- Default value: `5`
|
|
1893
1990
|
"""
|
|
1894
1991
|
return pulumi.get(self, "tunnel_interface_vmanage_connection_preference")
|
|
1895
1992
|
|
|
@@ -1913,7 +2010,8 @@ class VpnInterfaceT1E1SerialFeatureTemplateArgs:
|
|
|
1913
2010
|
@pulumi.getter(name="tunnelQosMode")
|
|
1914
2011
|
def tunnel_qos_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1915
2012
|
"""
|
|
1916
|
-
Set tunnel QoS mode
|
|
2013
|
+
Set tunnel QoS mode
|
|
2014
|
+
- Choices: `spoke`
|
|
1917
2015
|
"""
|
|
1918
2016
|
return pulumi.get(self, "tunnel_qos_mode")
|
|
1919
2017
|
|
|
@@ -2085,31 +2183,39 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
2085
2183
|
write_rule_variable: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2086
2184
|
"""
|
|
2087
2185
|
Input properties used for looking up and filtering VpnInterfaceT1E1SerialFeatureTemplate resources.
|
|
2088
|
-
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
2186
|
+
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
2187
|
+
- Default value: `true`
|
|
2089
2188
|
:param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
|
|
2090
|
-
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
2189
|
+
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
2190
|
+
- Default value: `false`
|
|
2091
2191
|
:param pulumi.Input[_builtins.str] clear_dont_fragment_bit_variable: Variable name
|
|
2092
|
-
:param pulumi.Input[_builtins.str] clock_rate: Set preference for interface Clock speed
|
|
2093
|
-
|
|
2094
|
-
`256000`, `384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
2192
|
+
:param pulumi.Input[_builtins.str] clock_rate: Set preference for interface Clock speed
|
|
2193
|
+
- Choices: `1200`, `2400`, `3600`, `4800`, `9600`, `14400`, `19200`, `28800`, `32000`, `38400`, `48000`, `56000`, `57600`, `64000`, `72000`, `115200`, `125000`, `148000`, `192000`, `250000`, `256000`, `384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
2095
2194
|
:param pulumi.Input[_builtins.str] clock_rate_variable: Variable name
|
|
2096
|
-
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
2195
|
+
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
2196
|
+
- Choices: `core`, `core-shared`
|
|
2197
|
+
- Default value: `core`
|
|
2097
2198
|
:param pulumi.Input[_builtins.str] core_region_variable: Variable name
|
|
2098
2199
|
:param pulumi.Input[_builtins.str] description: The description of the feature template
|
|
2099
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2200
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
2201
|
+
- 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`
|
|
2202
|
+
:param pulumi.Input[_builtins.bool] enable_core_region: Enable core region
|
|
2203
|
+
- Default value: `false`
|
|
2103
2204
|
:param pulumi.Input[_builtins.str] enable_core_region_variable: Variable name
|
|
2104
|
-
:param pulumi.Input[_builtins.str] encapsulation: Configure Encapsulation for interface
|
|
2205
|
+
:param pulumi.Input[_builtins.str] encapsulation: Configure Encapsulation for interface
|
|
2206
|
+
- Choices: `hdlc`, `ppp`, `frame-relay`
|
|
2105
2207
|
:param pulumi.Input[_builtins.str] encapsulation_variable: Variable name
|
|
2106
|
-
:param pulumi.Input[_builtins.int] interface_bandwidth_capacity: Interface bandwidth capacity, in kbps
|
|
2208
|
+
:param pulumi.Input[_builtins.int] interface_bandwidth_capacity: Interface bandwidth capacity, in kbps
|
|
2209
|
+
- Range: `1`-`128`
|
|
2107
2210
|
:param pulumi.Input[_builtins.str] interface_bandwidth_capacity_variable: Variable name
|
|
2108
2211
|
:param pulumi.Input[_builtins.str] interface_description: Interface description
|
|
2109
2212
|
:param pulumi.Input[_builtins.str] interface_description_variable: Variable name
|
|
2110
|
-
:param pulumi.Input[_builtins.int] interface_downstream_bandwidth_capacity: Interface downstream bandwidth capacity, in kbps
|
|
2213
|
+
:param pulumi.Input[_builtins.int] interface_downstream_bandwidth_capacity: Interface downstream bandwidth capacity, in kbps
|
|
2214
|
+
- Range: `1`-`2147483647`
|
|
2111
2215
|
:param pulumi.Input[_builtins.str] interface_downstream_bandwidth_capacity_variable: Variable name
|
|
2112
|
-
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <68...2000>, in bytes
|
|
2216
|
+
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <68...2000>, in bytes
|
|
2217
|
+
- Range: `68`-`2000`
|
|
2218
|
+
- Default value: `1500`
|
|
2113
2219
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
2114
2220
|
:param pulumi.Input[Sequence[pulumi.Input['VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgs']]] ipv4_access_lists: Apply ACL
|
|
2115
2221
|
:param pulumi.Input[_builtins.str] ipv4_address: Assign IPv4 address
|
|
@@ -2118,98 +2224,139 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
2118
2224
|
:param pulumi.Input[_builtins.str] ipv6_address: Assign IPv6 address
|
|
2119
2225
|
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
2120
2226
|
:param pulumi.Input[_builtins.str] name: The name of the feature template
|
|
2121
|
-
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
2122
|
-
|
|
2227
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
2228
|
+
- Default value: `false`
|
|
2229
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos_aggregator: Per-tunnel QoS Aggregator
|
|
2230
|
+
- Default value: `false`
|
|
2123
2231
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_aggregator_variable: Variable name
|
|
2124
2232
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_variable: Variable name
|
|
2125
|
-
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
2233
|
+
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
2234
|
+
- Default value: `false`
|
|
2126
2235
|
:param pulumi.Input[_builtins.str] pmtu_discovery_variable: Variable name
|
|
2127
2236
|
:param pulumi.Input[_builtins.str] qos_map: Name of QoS map
|
|
2128
2237
|
:param pulumi.Input[_builtins.str] qos_map_variable: Variable name
|
|
2129
2238
|
:param pulumi.Input[_builtins.str] qos_map_vpn: Name of VPN QoS map
|
|
2130
2239
|
:param pulumi.Input[_builtins.str] qos_map_vpn_variable: Variable name
|
|
2131
|
-
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
2240
|
+
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
2241
|
+
- Choices: `off`, `secondary-only`, `secondary-shared`
|
|
2242
|
+
- Default value: `off`
|
|
2132
2243
|
:param pulumi.Input[_builtins.str] secondary_region_variable: Variable name
|
|
2133
2244
|
:param pulumi.Input[_builtins.str] serial_interface_name: Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
|
|
2134
2245
|
:param pulumi.Input[_builtins.str] serial_interface_name_variable: Variable name
|
|
2135
|
-
:param pulumi.Input[_builtins.int] shaping_rate: 1ge
|
|
2246
|
+
:param pulumi.Input[_builtins.int] shaping_rate: 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
2247
|
+
- Range: `8`-`100000000`
|
|
2136
2248
|
:param pulumi.Input[_builtins.str] shaping_rate_variable: Variable name
|
|
2137
|
-
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
2249
|
+
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
2250
|
+
- Default value: `true`
|
|
2138
2251
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
2139
|
-
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
2252
|
+
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
2253
|
+
- Range: `0`-`7`
|
|
2140
2254
|
:param pulumi.Input[_builtins.str] static_ingress_qos_variable: Variable name
|
|
2141
|
-
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
2255
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
2256
|
+
- Range: `552`-`1960`
|
|
2142
2257
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
2143
2258
|
:param pulumi.Input[_builtins.str] template_type: The template type
|
|
2144
2259
|
:param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
|
|
2145
2260
|
:param pulumi.Input[_builtins.str] tloc_extension_variable: Variable name
|
|
2146
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
2261
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
2262
|
+
- Default value: `false`
|
|
2147
2263
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_all_variable: Variable name
|
|
2148
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
2264
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
2265
|
+
- Default value: `false`
|
|
2149
2266
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_bgp_variable: Variable name
|
|
2150
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
2267
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
2268
|
+
- Default value: `true`
|
|
2151
2269
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dhcp_variable: Variable name
|
|
2152
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
2270
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
2271
|
+
- Default value: `true`
|
|
2153
2272
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dns_variable: Variable name
|
|
2154
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
2273
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
2274
|
+
- Default value: `true`
|
|
2155
2275
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_https_variable: Variable name
|
|
2156
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
2276
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
2277
|
+
- Default value: `true`
|
|
2157
2278
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_icmp_variable: Variable name
|
|
2158
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
2279
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
2280
|
+
- Default value: `false`
|
|
2159
2281
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_netconf_variable: Variable name
|
|
2160
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
2282
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
2283
|
+
- Default value: `false`
|
|
2161
2284
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ntp_variable: Variable name
|
|
2162
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
2285
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
2286
|
+
- Default value: `false`
|
|
2163
2287
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ospf_variable: Variable name
|
|
2164
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
2288
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
2289
|
+
- Default value: `false`
|
|
2165
2290
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_snmp_variable: Variable name
|
|
2166
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
2291
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
2292
|
+
- Default value: `false`
|
|
2167
2293
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ssh_variable: Variable name
|
|
2168
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
2294
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
2295
|
+
- Default value: `false`
|
|
2169
2296
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_stun_variable: Variable name
|
|
2170
2297
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface
|
|
2171
2298
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel_variable: Variable name
|
|
2172
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
2299
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
2300
|
+
- Default value: `false`
|
|
2173
2301
|
:param pulumi.Input[_builtins.str] tunnel_interface_border_variable: Variable name
|
|
2174
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
2175
|
-
|
|
2302
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
2303
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
2304
|
+
- Default value: `default`
|
|
2176
2305
|
:param pulumi.Input[_builtins.str] tunnel_interface_carrier_variable: Variable name
|
|
2177
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
2306
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
2307
|
+
- Default value: `false`
|
|
2178
2308
|
:param pulumi.Input[_builtins.str] tunnel_interface_clear_dont_fragment_variable: Variable name
|
|
2179
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
2180
|
-
|
|
2181
|
-
|
|
2309
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
2310
|
+
- 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`
|
|
2311
|
+
- Default value: `default`
|
|
2182
2312
|
:param pulumi.Input[_builtins.str] tunnel_interface_color_variable: Variable name
|
|
2183
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_control_connections: Set the maximum number of control connections for this TLOC
|
|
2313
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_control_connections: Set the maximum number of control connections for this TLOC
|
|
2314
|
+
- Range: `0`-`8`
|
|
2184
2315
|
:param pulumi.Input[_builtins.str] tunnel_interface_control_connections_variable: Variable name
|
|
2185
2316
|
:param pulumi.Input[Sequence[pulumi.Input['VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgs']]] tunnel_interface_encapsulations: Encapsulation for TLOC
|
|
2186
2317
|
:param pulumi.Input[_builtins.str] tunnel_interface_exclude_controller_group_list_variable: Variable name
|
|
2187
2318
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list
|
|
2188
2319
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_groups: List of groups
|
|
2189
2320
|
:param pulumi.Input[_builtins.str] tunnel_interface_groups_variable: Variable name
|
|
2190
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
2321
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
2322
|
+
- Range: `100`-`600000`
|
|
2323
|
+
- Default value: `1000`
|
|
2191
2324
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_interval_variable: Variable name
|
|
2192
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
2325
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
2326
|
+
- Range: `12`-`6000`
|
|
2327
|
+
- Default value: `12`
|
|
2193
2328
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_tolerance_variable: Variable name
|
|
2194
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
2329
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
2330
|
+
- Default value: `false`
|
|
2195
2331
|
:param pulumi.Input[_builtins.str] tunnel_interface_last_resort_circuit_variable: Variable name
|
|
2196
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
2332
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
2333
|
+
- Default value: `false`
|
|
2197
2334
|
:param pulumi.Input[_builtins.str] tunnel_interface_low_bandwidth_link_variable: Variable name
|
|
2198
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
2335
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
2336
|
+
- Range: `1`-`60`
|
|
2337
|
+
- Default value: `5`
|
|
2199
2338
|
:param pulumi.Input[_builtins.str] tunnel_interface_nat_refresh_interval_variable: Variable name
|
|
2200
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
2339
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
2340
|
+
- Default value: `false`
|
|
2201
2341
|
:param pulumi.Input[_builtins.str] tunnel_interface_network_broadcast_variable: Variable name
|
|
2202
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
2342
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
2343
|
+
- Default value: `true`
|
|
2203
2344
|
:param pulumi.Input[_builtins.str] tunnel_interface_port_hop_variable: Variable name
|
|
2204
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_restrict: Restrict this TLOC behavior
|
|
2345
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_restrict: Restrict this TLOC behavior
|
|
2346
|
+
- Default value: `false`
|
|
2205
2347
|
:param pulumi.Input[_builtins.str] tunnel_interface_restrict_variable: Variable name
|
|
2206
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
2348
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
2349
|
+
- Range: `500`-`1460`
|
|
2207
2350
|
:param pulumi.Input[_builtins.str] tunnel_interface_tunnel_tcp_mss_variable: Variable name
|
|
2208
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
2351
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
2352
|
+
- Default value: `false`
|
|
2209
2353
|
:param pulumi.Input[_builtins.str] tunnel_interface_vbond_as_stun_server_variable: Variable name
|
|
2210
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
2354
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
2355
|
+
- Range: `0`-`8`
|
|
2356
|
+
- Default value: `5`
|
|
2211
2357
|
:param pulumi.Input[_builtins.str] tunnel_interface_vmanage_connection_preference_variable: Variable name
|
|
2212
|
-
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
2358
|
+
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
2359
|
+
- Choices: `spoke`
|
|
2213
2360
|
:param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name
|
|
2214
2361
|
:param pulumi.Input[_builtins.int] version: The version of the feature template
|
|
2215
2362
|
:param pulumi.Input[_builtins.str] write_rule: Name of rewrite rule
|
|
@@ -2464,7 +2611,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
2464
2611
|
@pulumi.getter
|
|
2465
2612
|
def autonegotiate(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2466
2613
|
"""
|
|
2467
|
-
Link autonegotiation
|
|
2614
|
+
Link autonegotiation
|
|
2615
|
+
- Default value: `true`
|
|
2468
2616
|
"""
|
|
2469
2617
|
return pulumi.get(self, "autonegotiate")
|
|
2470
2618
|
|
|
@@ -2488,7 +2636,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
2488
2636
|
@pulumi.getter(name="clearDontFragmentBit")
|
|
2489
2637
|
def clear_dont_fragment_bit(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2490
2638
|
"""
|
|
2491
|
-
Clear don't fragment bit
|
|
2639
|
+
Clear don't fragment bit
|
|
2640
|
+
- Default value: `false`
|
|
2492
2641
|
"""
|
|
2493
2642
|
return pulumi.get(self, "clear_dont_fragment_bit")
|
|
2494
2643
|
|
|
@@ -2512,9 +2661,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
2512
2661
|
@pulumi.getter(name="clockRate")
|
|
2513
2662
|
def clock_rate(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2514
2663
|
"""
|
|
2515
|
-
Set preference for interface Clock speed
|
|
2516
|
-
|
|
2517
|
-
`256000`, `384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
2664
|
+
Set preference for interface Clock speed
|
|
2665
|
+
- Choices: `1200`, `2400`, `3600`, `4800`, `9600`, `14400`, `19200`, `28800`, `32000`, `38400`, `48000`, `56000`, `57600`, `64000`, `72000`, `115200`, `125000`, `148000`, `192000`, `250000`, `256000`, `384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
2518
2666
|
"""
|
|
2519
2667
|
return pulumi.get(self, "clock_rate")
|
|
2520
2668
|
|
|
@@ -2538,7 +2686,9 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
2538
2686
|
@pulumi.getter(name="coreRegion")
|
|
2539
2687
|
def core_region(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2540
2688
|
"""
|
|
2541
|
-
Enable core region
|
|
2689
|
+
Enable core region
|
|
2690
|
+
- Choices: `core`, `core-shared`
|
|
2691
|
+
- Default value: `core`
|
|
2542
2692
|
"""
|
|
2543
2693
|
return pulumi.get(self, "core_region")
|
|
2544
2694
|
|
|
@@ -2574,9 +2724,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
2574
2724
|
@pulumi.getter(name="deviceTypes")
|
|
2575
2725
|
def device_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2576
2726
|
"""
|
|
2577
|
-
List of supported device types
|
|
2578
|
-
|
|
2579
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
2727
|
+
List of supported device types
|
|
2728
|
+
- 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`
|
|
2580
2729
|
"""
|
|
2581
2730
|
return pulumi.get(self, "device_types")
|
|
2582
2731
|
|
|
@@ -2588,7 +2737,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
2588
2737
|
@pulumi.getter(name="enableCoreRegion")
|
|
2589
2738
|
def enable_core_region(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2590
2739
|
"""
|
|
2591
|
-
Enable core region
|
|
2740
|
+
Enable core region
|
|
2741
|
+
- Default value: `false`
|
|
2592
2742
|
"""
|
|
2593
2743
|
return pulumi.get(self, "enable_core_region")
|
|
2594
2744
|
|
|
@@ -2612,7 +2762,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
2612
2762
|
@pulumi.getter
|
|
2613
2763
|
def encapsulation(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2614
2764
|
"""
|
|
2615
|
-
Configure Encapsulation for interface
|
|
2765
|
+
Configure Encapsulation for interface
|
|
2766
|
+
- Choices: `hdlc`, `ppp`, `frame-relay`
|
|
2616
2767
|
"""
|
|
2617
2768
|
return pulumi.get(self, "encapsulation")
|
|
2618
2769
|
|
|
@@ -2636,7 +2787,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
2636
2787
|
@pulumi.getter(name="interfaceBandwidthCapacity")
|
|
2637
2788
|
def interface_bandwidth_capacity(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2638
2789
|
"""
|
|
2639
|
-
Interface bandwidth capacity, in kbps
|
|
2790
|
+
Interface bandwidth capacity, in kbps
|
|
2791
|
+
- Range: `1`-`128`
|
|
2640
2792
|
"""
|
|
2641
2793
|
return pulumi.get(self, "interface_bandwidth_capacity")
|
|
2642
2794
|
|
|
@@ -2684,7 +2836,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
2684
2836
|
@pulumi.getter(name="interfaceDownstreamBandwidthCapacity")
|
|
2685
2837
|
def interface_downstream_bandwidth_capacity(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2686
2838
|
"""
|
|
2687
|
-
Interface downstream bandwidth capacity, in kbps
|
|
2839
|
+
Interface downstream bandwidth capacity, in kbps
|
|
2840
|
+
- Range: `1`-`2147483647`
|
|
2688
2841
|
"""
|
|
2689
2842
|
return pulumi.get(self, "interface_downstream_bandwidth_capacity")
|
|
2690
2843
|
|
|
@@ -2708,7 +2861,9 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
2708
2861
|
@pulumi.getter(name="ipMtu")
|
|
2709
2862
|
def ip_mtu(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2710
2863
|
"""
|
|
2711
|
-
Interface MTU <68...2000>, in bytes
|
|
2864
|
+
Interface MTU <68...2000>, in bytes
|
|
2865
|
+
- Range: `68`-`2000`
|
|
2866
|
+
- Default value: `1500`
|
|
2712
2867
|
"""
|
|
2713
2868
|
return pulumi.get(self, "ip_mtu")
|
|
2714
2869
|
|
|
@@ -2816,7 +2971,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
2816
2971
|
@pulumi.getter(name="perTunnelQos")
|
|
2817
2972
|
def per_tunnel_qos(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2818
2973
|
"""
|
|
2819
|
-
Per-tunnel Qos
|
|
2974
|
+
Per-tunnel Qos
|
|
2975
|
+
- Default value: `false`
|
|
2820
2976
|
"""
|
|
2821
2977
|
return pulumi.get(self, "per_tunnel_qos")
|
|
2822
2978
|
|
|
@@ -2828,7 +2984,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
2828
2984
|
@pulumi.getter(name="perTunnelQosAggregator")
|
|
2829
2985
|
def per_tunnel_qos_aggregator(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2830
2986
|
"""
|
|
2831
|
-
Per-tunnel QoS Aggregator
|
|
2987
|
+
Per-tunnel QoS Aggregator
|
|
2988
|
+
- Default value: `false`
|
|
2832
2989
|
"""
|
|
2833
2990
|
return pulumi.get(self, "per_tunnel_qos_aggregator")
|
|
2834
2991
|
|
|
@@ -2864,7 +3021,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
2864
3021
|
@pulumi.getter(name="pmtuDiscovery")
|
|
2865
3022
|
def pmtu_discovery(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2866
3023
|
"""
|
|
2867
|
-
Path MTU Discovery
|
|
3024
|
+
Path MTU Discovery
|
|
3025
|
+
- Default value: `false`
|
|
2868
3026
|
"""
|
|
2869
3027
|
return pulumi.get(self, "pmtu_discovery")
|
|
2870
3028
|
|
|
@@ -2936,7 +3094,9 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
2936
3094
|
@pulumi.getter(name="secondaryRegion")
|
|
2937
3095
|
def secondary_region(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2938
3096
|
"""
|
|
2939
|
-
Enable secondary region
|
|
3097
|
+
Enable secondary region
|
|
3098
|
+
- Choices: `off`, `secondary-only`, `secondary-shared`
|
|
3099
|
+
- Default value: `off`
|
|
2940
3100
|
"""
|
|
2941
3101
|
return pulumi.get(self, "secondary_region")
|
|
2942
3102
|
|
|
@@ -2984,7 +3144,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
2984
3144
|
@pulumi.getter(name="shapingRate")
|
|
2985
3145
|
def shaping_rate(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2986
3146
|
"""
|
|
2987
|
-
1ge
|
|
3147
|
+
1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
3148
|
+
- Range: `8`-`100000000`
|
|
2988
3149
|
"""
|
|
2989
3150
|
return pulumi.get(self, "shaping_rate")
|
|
2990
3151
|
|
|
@@ -3008,7 +3169,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3008
3169
|
@pulumi.getter
|
|
3009
3170
|
def shutdown(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3010
3171
|
"""
|
|
3011
|
-
Administrative state
|
|
3172
|
+
Administrative state
|
|
3173
|
+
- Default value: `true`
|
|
3012
3174
|
"""
|
|
3013
3175
|
return pulumi.get(self, "shutdown")
|
|
3014
3176
|
|
|
@@ -3032,7 +3194,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3032
3194
|
@pulumi.getter(name="staticIngressQos")
|
|
3033
3195
|
def static_ingress_qos(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3034
3196
|
"""
|
|
3035
|
-
Static ingress QoS for the port
|
|
3197
|
+
Static ingress QoS for the port
|
|
3198
|
+
- Range: `0`-`7`
|
|
3036
3199
|
"""
|
|
3037
3200
|
return pulumi.get(self, "static_ingress_qos")
|
|
3038
3201
|
|
|
@@ -3056,7 +3219,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3056
3219
|
@pulumi.getter(name="tcpMss")
|
|
3057
3220
|
def tcp_mss(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3058
3221
|
"""
|
|
3059
|
-
TCP MSS on SYN packets, in bytes
|
|
3222
|
+
TCP MSS on SYN packets, in bytes
|
|
3223
|
+
- Range: `552`-`1960`
|
|
3060
3224
|
"""
|
|
3061
3225
|
return pulumi.get(self, "tcp_mss")
|
|
3062
3226
|
|
|
@@ -3116,7 +3280,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3116
3280
|
@pulumi.getter(name="tunnelInterfaceAllowAll")
|
|
3117
3281
|
def tunnel_interface_allow_all(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3118
3282
|
"""
|
|
3119
|
-
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
3283
|
+
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
3284
|
+
- Default value: `false`
|
|
3120
3285
|
"""
|
|
3121
3286
|
return pulumi.get(self, "tunnel_interface_allow_all")
|
|
3122
3287
|
|
|
@@ -3140,7 +3305,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3140
3305
|
@pulumi.getter(name="tunnelInterfaceAllowBgp")
|
|
3141
3306
|
def tunnel_interface_allow_bgp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3142
3307
|
"""
|
|
3143
|
-
Allow/deny BGP
|
|
3308
|
+
Allow/deny BGP
|
|
3309
|
+
- Default value: `false`
|
|
3144
3310
|
"""
|
|
3145
3311
|
return pulumi.get(self, "tunnel_interface_allow_bgp")
|
|
3146
3312
|
|
|
@@ -3164,7 +3330,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3164
3330
|
@pulumi.getter(name="tunnelInterfaceAllowDhcp")
|
|
3165
3331
|
def tunnel_interface_allow_dhcp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3166
3332
|
"""
|
|
3167
|
-
Allow/Deny DHCP
|
|
3333
|
+
Allow/Deny DHCP
|
|
3334
|
+
- Default value: `true`
|
|
3168
3335
|
"""
|
|
3169
3336
|
return pulumi.get(self, "tunnel_interface_allow_dhcp")
|
|
3170
3337
|
|
|
@@ -3188,7 +3355,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3188
3355
|
@pulumi.getter(name="tunnelInterfaceAllowDns")
|
|
3189
3356
|
def tunnel_interface_allow_dns(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3190
3357
|
"""
|
|
3191
|
-
Allow/Deny DNS
|
|
3358
|
+
Allow/Deny DNS
|
|
3359
|
+
- Default value: `true`
|
|
3192
3360
|
"""
|
|
3193
3361
|
return pulumi.get(self, "tunnel_interface_allow_dns")
|
|
3194
3362
|
|
|
@@ -3212,7 +3380,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3212
3380
|
@pulumi.getter(name="tunnelInterfaceAllowHttps")
|
|
3213
3381
|
def tunnel_interface_allow_https(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3214
3382
|
"""
|
|
3215
|
-
Allow/Deny Https
|
|
3383
|
+
Allow/Deny Https
|
|
3384
|
+
- Default value: `true`
|
|
3216
3385
|
"""
|
|
3217
3386
|
return pulumi.get(self, "tunnel_interface_allow_https")
|
|
3218
3387
|
|
|
@@ -3236,7 +3405,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3236
3405
|
@pulumi.getter(name="tunnelInterfaceAllowIcmp")
|
|
3237
3406
|
def tunnel_interface_allow_icmp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3238
3407
|
"""
|
|
3239
|
-
Allow/Deny ICMP
|
|
3408
|
+
Allow/Deny ICMP
|
|
3409
|
+
- Default value: `true`
|
|
3240
3410
|
"""
|
|
3241
3411
|
return pulumi.get(self, "tunnel_interface_allow_icmp")
|
|
3242
3412
|
|
|
@@ -3260,7 +3430,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3260
3430
|
@pulumi.getter(name="tunnelInterfaceAllowNetconf")
|
|
3261
3431
|
def tunnel_interface_allow_netconf(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3262
3432
|
"""
|
|
3263
|
-
Allow/Deny NETCONF
|
|
3433
|
+
Allow/Deny NETCONF
|
|
3434
|
+
- Default value: `false`
|
|
3264
3435
|
"""
|
|
3265
3436
|
return pulumi.get(self, "tunnel_interface_allow_netconf")
|
|
3266
3437
|
|
|
@@ -3284,7 +3455,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3284
3455
|
@pulumi.getter(name="tunnelInterfaceAllowNtp")
|
|
3285
3456
|
def tunnel_interface_allow_ntp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3286
3457
|
"""
|
|
3287
|
-
Allow/Deny NTP
|
|
3458
|
+
Allow/Deny NTP
|
|
3459
|
+
- Default value: `false`
|
|
3288
3460
|
"""
|
|
3289
3461
|
return pulumi.get(self, "tunnel_interface_allow_ntp")
|
|
3290
3462
|
|
|
@@ -3308,7 +3480,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3308
3480
|
@pulumi.getter(name="tunnelInterfaceAllowOspf")
|
|
3309
3481
|
def tunnel_interface_allow_ospf(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3310
3482
|
"""
|
|
3311
|
-
Allow/Deny OSPF
|
|
3483
|
+
Allow/Deny OSPF
|
|
3484
|
+
- Default value: `false`
|
|
3312
3485
|
"""
|
|
3313
3486
|
return pulumi.get(self, "tunnel_interface_allow_ospf")
|
|
3314
3487
|
|
|
@@ -3332,7 +3505,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3332
3505
|
@pulumi.getter(name="tunnelInterfaceAllowSnmp")
|
|
3333
3506
|
def tunnel_interface_allow_snmp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3334
3507
|
"""
|
|
3335
|
-
Allow/Deny SNMP
|
|
3508
|
+
Allow/Deny SNMP
|
|
3509
|
+
- Default value: `false`
|
|
3336
3510
|
"""
|
|
3337
3511
|
return pulumi.get(self, "tunnel_interface_allow_snmp")
|
|
3338
3512
|
|
|
@@ -3356,7 +3530,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3356
3530
|
@pulumi.getter(name="tunnelInterfaceAllowSsh")
|
|
3357
3531
|
def tunnel_interface_allow_ssh(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3358
3532
|
"""
|
|
3359
|
-
Allow/Deny SSH
|
|
3533
|
+
Allow/Deny SSH
|
|
3534
|
+
- Default value: `false`
|
|
3360
3535
|
"""
|
|
3361
3536
|
return pulumi.get(self, "tunnel_interface_allow_ssh")
|
|
3362
3537
|
|
|
@@ -3380,7 +3555,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3380
3555
|
@pulumi.getter(name="tunnelInterfaceAllowStun")
|
|
3381
3556
|
def tunnel_interface_allow_stun(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3382
3557
|
"""
|
|
3383
|
-
Allow/Deny STUN
|
|
3558
|
+
Allow/Deny STUN
|
|
3559
|
+
- Default value: `false`
|
|
3384
3560
|
"""
|
|
3385
3561
|
return pulumi.get(self, "tunnel_interface_allow_stun")
|
|
3386
3562
|
|
|
@@ -3428,7 +3604,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3428
3604
|
@pulumi.getter(name="tunnelInterfaceBorder")
|
|
3429
3605
|
def tunnel_interface_border(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3430
3606
|
"""
|
|
3431
|
-
Set TLOC as border TLOC
|
|
3607
|
+
Set TLOC as border TLOC
|
|
3608
|
+
- Default value: `false`
|
|
3432
3609
|
"""
|
|
3433
3610
|
return pulumi.get(self, "tunnel_interface_border")
|
|
3434
3611
|
|
|
@@ -3452,8 +3629,9 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3452
3629
|
@pulumi.getter(name="tunnelInterfaceCarrier")
|
|
3453
3630
|
def tunnel_interface_carrier(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3454
3631
|
"""
|
|
3455
|
-
Set carrier for TLOC
|
|
3456
|
-
|
|
3632
|
+
Set carrier for TLOC
|
|
3633
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
3634
|
+
- Default value: `default`
|
|
3457
3635
|
"""
|
|
3458
3636
|
return pulumi.get(self, "tunnel_interface_carrier")
|
|
3459
3637
|
|
|
@@ -3477,7 +3655,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3477
3655
|
@pulumi.getter(name="tunnelInterfaceClearDontFragment")
|
|
3478
3656
|
def tunnel_interface_clear_dont_fragment(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3479
3657
|
"""
|
|
3480
|
-
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
3658
|
+
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
3659
|
+
- Default value: `false`
|
|
3481
3660
|
"""
|
|
3482
3661
|
return pulumi.get(self, "tunnel_interface_clear_dont_fragment")
|
|
3483
3662
|
|
|
@@ -3501,9 +3680,9 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3501
3680
|
@pulumi.getter(name="tunnelInterfaceColor")
|
|
3502
3681
|
def tunnel_interface_color(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3503
3682
|
"""
|
|
3504
|
-
Set color for TLOC
|
|
3505
|
-
|
|
3506
|
-
|
|
3683
|
+
Set color for TLOC
|
|
3684
|
+
- 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`
|
|
3685
|
+
- Default value: `default`
|
|
3507
3686
|
"""
|
|
3508
3687
|
return pulumi.get(self, "tunnel_interface_color")
|
|
3509
3688
|
|
|
@@ -3527,7 +3706,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3527
3706
|
@pulumi.getter(name="tunnelInterfaceControlConnections")
|
|
3528
3707
|
def tunnel_interface_control_connections(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3529
3708
|
"""
|
|
3530
|
-
Set the maximum number of control connections for this TLOC
|
|
3709
|
+
Set the maximum number of control connections for this TLOC
|
|
3710
|
+
- Range: `0`-`8`
|
|
3531
3711
|
"""
|
|
3532
3712
|
return pulumi.get(self, "tunnel_interface_control_connections")
|
|
3533
3713
|
|
|
@@ -3611,7 +3791,9 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3611
3791
|
@pulumi.getter(name="tunnelInterfaceHelloInterval")
|
|
3612
3792
|
def tunnel_interface_hello_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3613
3793
|
"""
|
|
3614
|
-
Set time period of control hello packets <100..600000> milli seconds
|
|
3794
|
+
Set time period of control hello packets <100..600000> milli seconds
|
|
3795
|
+
- Range: `100`-`600000`
|
|
3796
|
+
- Default value: `1000`
|
|
3615
3797
|
"""
|
|
3616
3798
|
return pulumi.get(self, "tunnel_interface_hello_interval")
|
|
3617
3799
|
|
|
@@ -3635,7 +3817,9 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3635
3817
|
@pulumi.getter(name="tunnelInterfaceHelloTolerance")
|
|
3636
3818
|
def tunnel_interface_hello_tolerance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3637
3819
|
"""
|
|
3638
|
-
Set tolerance of control hello packets <12..6000> seconds
|
|
3820
|
+
Set tolerance of control hello packets <12..6000> seconds
|
|
3821
|
+
- Range: `12`-`6000`
|
|
3822
|
+
- Default value: `12`
|
|
3639
3823
|
"""
|
|
3640
3824
|
return pulumi.get(self, "tunnel_interface_hello_tolerance")
|
|
3641
3825
|
|
|
@@ -3659,7 +3843,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3659
3843
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuit")
|
|
3660
3844
|
def tunnel_interface_last_resort_circuit(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3661
3845
|
"""
|
|
3662
|
-
Set TLOC as last resort
|
|
3846
|
+
Set TLOC as last resort
|
|
3847
|
+
- Default value: `false`
|
|
3663
3848
|
"""
|
|
3664
3849
|
return pulumi.get(self, "tunnel_interface_last_resort_circuit")
|
|
3665
3850
|
|
|
@@ -3683,7 +3868,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3683
3868
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
|
|
3684
3869
|
def tunnel_interface_low_bandwidth_link(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3685
3870
|
"""
|
|
3686
|
-
Set the interface as a low-bandwidth circuit
|
|
3871
|
+
Set the interface as a low-bandwidth circuit
|
|
3872
|
+
- Default value: `false`
|
|
3687
3873
|
"""
|
|
3688
3874
|
return pulumi.get(self, "tunnel_interface_low_bandwidth_link")
|
|
3689
3875
|
|
|
@@ -3707,7 +3893,9 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3707
3893
|
@pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
|
|
3708
3894
|
def tunnel_interface_nat_refresh_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3709
3895
|
"""
|
|
3710
|
-
Set time period of nat refresh packets <1...60> seconds
|
|
3896
|
+
Set time period of nat refresh packets <1...60> seconds
|
|
3897
|
+
- Range: `1`-`60`
|
|
3898
|
+
- Default value: `5`
|
|
3711
3899
|
"""
|
|
3712
3900
|
return pulumi.get(self, "tunnel_interface_nat_refresh_interval")
|
|
3713
3901
|
|
|
@@ -3731,7 +3919,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3731
3919
|
@pulumi.getter(name="tunnelInterfaceNetworkBroadcast")
|
|
3732
3920
|
def tunnel_interface_network_broadcast(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3733
3921
|
"""
|
|
3734
|
-
Accept and respond to network-prefix-directed broadcasts)
|
|
3922
|
+
Accept and respond to network-prefix-directed broadcasts)
|
|
3923
|
+
- Default value: `false`
|
|
3735
3924
|
"""
|
|
3736
3925
|
return pulumi.get(self, "tunnel_interface_network_broadcast")
|
|
3737
3926
|
|
|
@@ -3755,7 +3944,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3755
3944
|
@pulumi.getter(name="tunnelInterfacePortHop")
|
|
3756
3945
|
def tunnel_interface_port_hop(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3757
3946
|
"""
|
|
3758
|
-
Disallow port hopping on the tunnel interface
|
|
3947
|
+
Disallow port hopping on the tunnel interface
|
|
3948
|
+
- Default value: `true`
|
|
3759
3949
|
"""
|
|
3760
3950
|
return pulumi.get(self, "tunnel_interface_port_hop")
|
|
3761
3951
|
|
|
@@ -3779,7 +3969,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3779
3969
|
@pulumi.getter(name="tunnelInterfaceRestrict")
|
|
3780
3970
|
def tunnel_interface_restrict(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3781
3971
|
"""
|
|
3782
|
-
Restrict this TLOC behavior
|
|
3972
|
+
Restrict this TLOC behavior
|
|
3973
|
+
- Default value: `false`
|
|
3783
3974
|
"""
|
|
3784
3975
|
return pulumi.get(self, "tunnel_interface_restrict")
|
|
3785
3976
|
|
|
@@ -3803,7 +3994,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3803
3994
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
|
|
3804
3995
|
def tunnel_interface_tunnel_tcp_mss(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3805
3996
|
"""
|
|
3806
|
-
Tunnel TCP MSS on SYN packets, in bytes
|
|
3997
|
+
Tunnel TCP MSS on SYN packets, in bytes
|
|
3998
|
+
- Range: `500`-`1460`
|
|
3807
3999
|
"""
|
|
3808
4000
|
return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss")
|
|
3809
4001
|
|
|
@@ -3827,7 +4019,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3827
4019
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
|
|
3828
4020
|
def tunnel_interface_vbond_as_stun_server(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3829
4021
|
"""
|
|
3830
|
-
Put this wan interface in STUN mode only
|
|
4022
|
+
Put this wan interface in STUN mode only
|
|
4023
|
+
- Default value: `false`
|
|
3831
4024
|
"""
|
|
3832
4025
|
return pulumi.get(self, "tunnel_interface_vbond_as_stun_server")
|
|
3833
4026
|
|
|
@@ -3851,7 +4044,9 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3851
4044
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
|
|
3852
4045
|
def tunnel_interface_vmanage_connection_preference(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3853
4046
|
"""
|
|
3854
|
-
Set interface preference for control connection to vManage <0..8>
|
|
4047
|
+
Set interface preference for control connection to vManage <0..8>
|
|
4048
|
+
- Range: `0`-`8`
|
|
4049
|
+
- Default value: `5`
|
|
3855
4050
|
"""
|
|
3856
4051
|
return pulumi.get(self, "tunnel_interface_vmanage_connection_preference")
|
|
3857
4052
|
|
|
@@ -3875,7 +4070,8 @@ class _VpnInterfaceT1E1SerialFeatureTemplateState:
|
|
|
3875
4070
|
@pulumi.getter(name="tunnelQosMode")
|
|
3876
4071
|
def tunnel_qos_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3877
4072
|
"""
|
|
3878
|
-
Set tunnel QoS mode
|
|
4073
|
+
Set tunnel QoS mode
|
|
4074
|
+
- Choices: `spoke`
|
|
3879
4075
|
"""
|
|
3880
4076
|
return pulumi.get(self, "tunnel_qos_mode")
|
|
3881
4077
|
|
|
@@ -4063,6 +4259,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4063
4259
|
This resource can manage a VPN Interface T1 E1 Serial feature template.
|
|
4064
4260
|
- Minimum SD-WAN Manager version: `15.0.0`
|
|
4065
4261
|
|
|
4262
|
+
## Example Usage
|
|
4263
|
+
|
|
4066
4264
|
## Import
|
|
4067
4265
|
|
|
4068
4266
|
The `pulumi import` command can be used, for example:
|
|
@@ -4073,31 +4271,39 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4073
4271
|
|
|
4074
4272
|
:param str resource_name: The name of the resource.
|
|
4075
4273
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
4076
|
-
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
4274
|
+
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
4275
|
+
- Default value: `true`
|
|
4077
4276
|
:param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
|
|
4078
|
-
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
4277
|
+
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
4278
|
+
- Default value: `false`
|
|
4079
4279
|
:param pulumi.Input[_builtins.str] clear_dont_fragment_bit_variable: Variable name
|
|
4080
|
-
:param pulumi.Input[_builtins.str] clock_rate: Set preference for interface Clock speed
|
|
4081
|
-
|
|
4082
|
-
`256000`, `384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
4280
|
+
:param pulumi.Input[_builtins.str] clock_rate: Set preference for interface Clock speed
|
|
4281
|
+
- Choices: `1200`, `2400`, `3600`, `4800`, `9600`, `14400`, `19200`, `28800`, `32000`, `38400`, `48000`, `56000`, `57600`, `64000`, `72000`, `115200`, `125000`, `148000`, `192000`, `250000`, `256000`, `384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
4083
4282
|
:param pulumi.Input[_builtins.str] clock_rate_variable: Variable name
|
|
4084
|
-
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
4283
|
+
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
4284
|
+
- Choices: `core`, `core-shared`
|
|
4285
|
+
- Default value: `core`
|
|
4085
4286
|
:param pulumi.Input[_builtins.str] core_region_variable: Variable name
|
|
4086
4287
|
:param pulumi.Input[_builtins.str] description: The description of the feature template
|
|
4087
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
4088
|
-
|
|
4089
|
-
|
|
4090
|
-
|
|
4288
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
4289
|
+
- 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`
|
|
4290
|
+
:param pulumi.Input[_builtins.bool] enable_core_region: Enable core region
|
|
4291
|
+
- Default value: `false`
|
|
4091
4292
|
:param pulumi.Input[_builtins.str] enable_core_region_variable: Variable name
|
|
4092
|
-
:param pulumi.Input[_builtins.str] encapsulation: Configure Encapsulation for interface
|
|
4293
|
+
:param pulumi.Input[_builtins.str] encapsulation: Configure Encapsulation for interface
|
|
4294
|
+
- Choices: `hdlc`, `ppp`, `frame-relay`
|
|
4093
4295
|
:param pulumi.Input[_builtins.str] encapsulation_variable: Variable name
|
|
4094
|
-
:param pulumi.Input[_builtins.int] interface_bandwidth_capacity: Interface bandwidth capacity, in kbps
|
|
4296
|
+
:param pulumi.Input[_builtins.int] interface_bandwidth_capacity: Interface bandwidth capacity, in kbps
|
|
4297
|
+
- Range: `1`-`128`
|
|
4095
4298
|
:param pulumi.Input[_builtins.str] interface_bandwidth_capacity_variable: Variable name
|
|
4096
4299
|
:param pulumi.Input[_builtins.str] interface_description: Interface description
|
|
4097
4300
|
:param pulumi.Input[_builtins.str] interface_description_variable: Variable name
|
|
4098
|
-
:param pulumi.Input[_builtins.int] interface_downstream_bandwidth_capacity: Interface downstream bandwidth capacity, in kbps
|
|
4301
|
+
:param pulumi.Input[_builtins.int] interface_downstream_bandwidth_capacity: Interface downstream bandwidth capacity, in kbps
|
|
4302
|
+
- Range: `1`-`2147483647`
|
|
4099
4303
|
:param pulumi.Input[_builtins.str] interface_downstream_bandwidth_capacity_variable: Variable name
|
|
4100
|
-
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <68...2000>, in bytes
|
|
4304
|
+
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <68...2000>, in bytes
|
|
4305
|
+
- Range: `68`-`2000`
|
|
4306
|
+
- Default value: `1500`
|
|
4101
4307
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
4102
4308
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgs', 'VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgsDict']]]] ipv4_access_lists: Apply ACL
|
|
4103
4309
|
:param pulumi.Input[_builtins.str] ipv4_address: Assign IPv4 address
|
|
@@ -4106,97 +4312,138 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4106
4312
|
:param pulumi.Input[_builtins.str] ipv6_address: Assign IPv6 address
|
|
4107
4313
|
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
4108
4314
|
:param pulumi.Input[_builtins.str] name: The name of the feature template
|
|
4109
|
-
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
4110
|
-
|
|
4315
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
4316
|
+
- Default value: `false`
|
|
4317
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos_aggregator: Per-tunnel QoS Aggregator
|
|
4318
|
+
- Default value: `false`
|
|
4111
4319
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_aggregator_variable: Variable name
|
|
4112
4320
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_variable: Variable name
|
|
4113
|
-
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
4321
|
+
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
4322
|
+
- Default value: `false`
|
|
4114
4323
|
:param pulumi.Input[_builtins.str] pmtu_discovery_variable: Variable name
|
|
4115
4324
|
:param pulumi.Input[_builtins.str] qos_map: Name of QoS map
|
|
4116
4325
|
:param pulumi.Input[_builtins.str] qos_map_variable: Variable name
|
|
4117
4326
|
:param pulumi.Input[_builtins.str] qos_map_vpn: Name of VPN QoS map
|
|
4118
4327
|
:param pulumi.Input[_builtins.str] qos_map_vpn_variable: Variable name
|
|
4119
|
-
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
4328
|
+
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
4329
|
+
- Choices: `off`, `secondary-only`, `secondary-shared`
|
|
4330
|
+
- Default value: `off`
|
|
4120
4331
|
:param pulumi.Input[_builtins.str] secondary_region_variable: Variable name
|
|
4121
4332
|
:param pulumi.Input[_builtins.str] serial_interface_name: Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
|
|
4122
4333
|
:param pulumi.Input[_builtins.str] serial_interface_name_variable: Variable name
|
|
4123
|
-
:param pulumi.Input[_builtins.int] shaping_rate: 1ge
|
|
4334
|
+
:param pulumi.Input[_builtins.int] shaping_rate: 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
4335
|
+
- Range: `8`-`100000000`
|
|
4124
4336
|
:param pulumi.Input[_builtins.str] shaping_rate_variable: Variable name
|
|
4125
|
-
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
4337
|
+
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
4338
|
+
- Default value: `true`
|
|
4126
4339
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
4127
|
-
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
4340
|
+
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
4341
|
+
- Range: `0`-`7`
|
|
4128
4342
|
:param pulumi.Input[_builtins.str] static_ingress_qos_variable: Variable name
|
|
4129
|
-
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
4343
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
4344
|
+
- Range: `552`-`1960`
|
|
4130
4345
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
4131
4346
|
:param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
|
|
4132
4347
|
:param pulumi.Input[_builtins.str] tloc_extension_variable: Variable name
|
|
4133
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
4348
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
4349
|
+
- Default value: `false`
|
|
4134
4350
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_all_variable: Variable name
|
|
4135
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
4351
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
4352
|
+
- Default value: `false`
|
|
4136
4353
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_bgp_variable: Variable name
|
|
4137
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
4354
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
4355
|
+
- Default value: `true`
|
|
4138
4356
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dhcp_variable: Variable name
|
|
4139
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
4357
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
4358
|
+
- Default value: `true`
|
|
4140
4359
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dns_variable: Variable name
|
|
4141
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
4360
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
4361
|
+
- Default value: `true`
|
|
4142
4362
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_https_variable: Variable name
|
|
4143
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
4363
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
4364
|
+
- Default value: `true`
|
|
4144
4365
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_icmp_variable: Variable name
|
|
4145
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
4366
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
4367
|
+
- Default value: `false`
|
|
4146
4368
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_netconf_variable: Variable name
|
|
4147
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
4369
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
4370
|
+
- Default value: `false`
|
|
4148
4371
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ntp_variable: Variable name
|
|
4149
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
4372
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
4373
|
+
- Default value: `false`
|
|
4150
4374
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ospf_variable: Variable name
|
|
4151
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
4375
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
4376
|
+
- Default value: `false`
|
|
4152
4377
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_snmp_variable: Variable name
|
|
4153
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
4378
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
4379
|
+
- Default value: `false`
|
|
4154
4380
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ssh_variable: Variable name
|
|
4155
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
4381
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
4382
|
+
- Default value: `false`
|
|
4156
4383
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_stun_variable: Variable name
|
|
4157
4384
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface
|
|
4158
4385
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel_variable: Variable name
|
|
4159
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
4386
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
4387
|
+
- Default value: `false`
|
|
4160
4388
|
:param pulumi.Input[_builtins.str] tunnel_interface_border_variable: Variable name
|
|
4161
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
4162
|
-
|
|
4389
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
4390
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
4391
|
+
- Default value: `default`
|
|
4163
4392
|
:param pulumi.Input[_builtins.str] tunnel_interface_carrier_variable: Variable name
|
|
4164
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
4393
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
4394
|
+
- Default value: `false`
|
|
4165
4395
|
:param pulumi.Input[_builtins.str] tunnel_interface_clear_dont_fragment_variable: Variable name
|
|
4166
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
4167
|
-
|
|
4168
|
-
|
|
4396
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
4397
|
+
- 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`
|
|
4398
|
+
- Default value: `default`
|
|
4169
4399
|
:param pulumi.Input[_builtins.str] tunnel_interface_color_variable: Variable name
|
|
4170
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_control_connections: Set the maximum number of control connections for this TLOC
|
|
4400
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_control_connections: Set the maximum number of control connections for this TLOC
|
|
4401
|
+
- Range: `0`-`8`
|
|
4171
4402
|
:param pulumi.Input[_builtins.str] tunnel_interface_control_connections_variable: Variable name
|
|
4172
4403
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgs', 'VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgsDict']]]] tunnel_interface_encapsulations: Encapsulation for TLOC
|
|
4173
4404
|
:param pulumi.Input[_builtins.str] tunnel_interface_exclude_controller_group_list_variable: Variable name
|
|
4174
4405
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list
|
|
4175
4406
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_groups: List of groups
|
|
4176
4407
|
:param pulumi.Input[_builtins.str] tunnel_interface_groups_variable: Variable name
|
|
4177
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
4408
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
4409
|
+
- Range: `100`-`600000`
|
|
4410
|
+
- Default value: `1000`
|
|
4178
4411
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_interval_variable: Variable name
|
|
4179
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
4412
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
4413
|
+
- Range: `12`-`6000`
|
|
4414
|
+
- Default value: `12`
|
|
4180
4415
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_tolerance_variable: Variable name
|
|
4181
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
4416
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
4417
|
+
- Default value: `false`
|
|
4182
4418
|
:param pulumi.Input[_builtins.str] tunnel_interface_last_resort_circuit_variable: Variable name
|
|
4183
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
4419
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
4420
|
+
- Default value: `false`
|
|
4184
4421
|
:param pulumi.Input[_builtins.str] tunnel_interface_low_bandwidth_link_variable: Variable name
|
|
4185
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
4422
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
4423
|
+
- Range: `1`-`60`
|
|
4424
|
+
- Default value: `5`
|
|
4186
4425
|
:param pulumi.Input[_builtins.str] tunnel_interface_nat_refresh_interval_variable: Variable name
|
|
4187
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
4426
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
4427
|
+
- Default value: `false`
|
|
4188
4428
|
:param pulumi.Input[_builtins.str] tunnel_interface_network_broadcast_variable: Variable name
|
|
4189
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
4429
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
4430
|
+
- Default value: `true`
|
|
4190
4431
|
:param pulumi.Input[_builtins.str] tunnel_interface_port_hop_variable: Variable name
|
|
4191
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_restrict: Restrict this TLOC behavior
|
|
4432
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_restrict: Restrict this TLOC behavior
|
|
4433
|
+
- Default value: `false`
|
|
4192
4434
|
:param pulumi.Input[_builtins.str] tunnel_interface_restrict_variable: Variable name
|
|
4193
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
4435
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
4436
|
+
- Range: `500`-`1460`
|
|
4194
4437
|
:param pulumi.Input[_builtins.str] tunnel_interface_tunnel_tcp_mss_variable: Variable name
|
|
4195
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
4438
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
4439
|
+
- Default value: `false`
|
|
4196
4440
|
:param pulumi.Input[_builtins.str] tunnel_interface_vbond_as_stun_server_variable: Variable name
|
|
4197
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
4441
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
4442
|
+
- Range: `0`-`8`
|
|
4443
|
+
- Default value: `5`
|
|
4198
4444
|
:param pulumi.Input[_builtins.str] tunnel_interface_vmanage_connection_preference_variable: Variable name
|
|
4199
|
-
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
4445
|
+
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
4446
|
+
- Choices: `spoke`
|
|
4200
4447
|
:param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name
|
|
4201
4448
|
:param pulumi.Input[_builtins.str] write_rule: Name of rewrite rule
|
|
4202
4449
|
:param pulumi.Input[_builtins.str] write_rule_variable: Variable name
|
|
@@ -4211,6 +4458,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4211
4458
|
This resource can manage a VPN Interface T1 E1 Serial feature template.
|
|
4212
4459
|
- Minimum SD-WAN Manager version: `15.0.0`
|
|
4213
4460
|
|
|
4461
|
+
## Example Usage
|
|
4462
|
+
|
|
4214
4463
|
## Import
|
|
4215
4464
|
|
|
4216
4465
|
The `pulumi import` command can be used, for example:
|
|
@@ -4628,31 +4877,39 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4628
4877
|
:param str resource_name: The unique name of the resulting resource.
|
|
4629
4878
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
4630
4879
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
4631
|
-
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
4880
|
+
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
4881
|
+
- Default value: `true`
|
|
4632
4882
|
:param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
|
|
4633
|
-
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
4883
|
+
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
4884
|
+
- Default value: `false`
|
|
4634
4885
|
:param pulumi.Input[_builtins.str] clear_dont_fragment_bit_variable: Variable name
|
|
4635
|
-
:param pulumi.Input[_builtins.str] clock_rate: Set preference for interface Clock speed
|
|
4636
|
-
|
|
4637
|
-
`256000`, `384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
4886
|
+
:param pulumi.Input[_builtins.str] clock_rate: Set preference for interface Clock speed
|
|
4887
|
+
- Choices: `1200`, `2400`, `3600`, `4800`, `9600`, `14400`, `19200`, `28800`, `32000`, `38400`, `48000`, `56000`, `57600`, `64000`, `72000`, `115200`, `125000`, `148000`, `192000`, `250000`, `256000`, `384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
4638
4888
|
:param pulumi.Input[_builtins.str] clock_rate_variable: Variable name
|
|
4639
|
-
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
4889
|
+
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
4890
|
+
- Choices: `core`, `core-shared`
|
|
4891
|
+
- Default value: `core`
|
|
4640
4892
|
:param pulumi.Input[_builtins.str] core_region_variable: Variable name
|
|
4641
4893
|
:param pulumi.Input[_builtins.str] description: The description of the feature template
|
|
4642
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
4643
|
-
|
|
4644
|
-
|
|
4645
|
-
|
|
4894
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
4895
|
+
- 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`
|
|
4896
|
+
:param pulumi.Input[_builtins.bool] enable_core_region: Enable core region
|
|
4897
|
+
- Default value: `false`
|
|
4646
4898
|
:param pulumi.Input[_builtins.str] enable_core_region_variable: Variable name
|
|
4647
|
-
:param pulumi.Input[_builtins.str] encapsulation: Configure Encapsulation for interface
|
|
4899
|
+
:param pulumi.Input[_builtins.str] encapsulation: Configure Encapsulation for interface
|
|
4900
|
+
- Choices: `hdlc`, `ppp`, `frame-relay`
|
|
4648
4901
|
:param pulumi.Input[_builtins.str] encapsulation_variable: Variable name
|
|
4649
|
-
:param pulumi.Input[_builtins.int] interface_bandwidth_capacity: Interface bandwidth capacity, in kbps
|
|
4902
|
+
:param pulumi.Input[_builtins.int] interface_bandwidth_capacity: Interface bandwidth capacity, in kbps
|
|
4903
|
+
- Range: `1`-`128`
|
|
4650
4904
|
:param pulumi.Input[_builtins.str] interface_bandwidth_capacity_variable: Variable name
|
|
4651
4905
|
:param pulumi.Input[_builtins.str] interface_description: Interface description
|
|
4652
4906
|
:param pulumi.Input[_builtins.str] interface_description_variable: Variable name
|
|
4653
|
-
:param pulumi.Input[_builtins.int] interface_downstream_bandwidth_capacity: Interface downstream bandwidth capacity, in kbps
|
|
4907
|
+
:param pulumi.Input[_builtins.int] interface_downstream_bandwidth_capacity: Interface downstream bandwidth capacity, in kbps
|
|
4908
|
+
- Range: `1`-`2147483647`
|
|
4654
4909
|
:param pulumi.Input[_builtins.str] interface_downstream_bandwidth_capacity_variable: Variable name
|
|
4655
|
-
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <68...2000>, in bytes
|
|
4910
|
+
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <68...2000>, in bytes
|
|
4911
|
+
- Range: `68`-`2000`
|
|
4912
|
+
- Default value: `1500`
|
|
4656
4913
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
4657
4914
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgs', 'VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgsDict']]]] ipv4_access_lists: Apply ACL
|
|
4658
4915
|
:param pulumi.Input[_builtins.str] ipv4_address: Assign IPv4 address
|
|
@@ -4661,98 +4918,139 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4661
4918
|
:param pulumi.Input[_builtins.str] ipv6_address: Assign IPv6 address
|
|
4662
4919
|
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
4663
4920
|
:param pulumi.Input[_builtins.str] name: The name of the feature template
|
|
4664
|
-
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
4665
|
-
|
|
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`
|
|
4666
4925
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_aggregator_variable: Variable name
|
|
4667
4926
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_variable: Variable name
|
|
4668
|
-
: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`
|
|
4669
4929
|
:param pulumi.Input[_builtins.str] pmtu_discovery_variable: Variable name
|
|
4670
4930
|
:param pulumi.Input[_builtins.str] qos_map: Name of QoS map
|
|
4671
4931
|
:param pulumi.Input[_builtins.str] qos_map_variable: Variable name
|
|
4672
4932
|
:param pulumi.Input[_builtins.str] qos_map_vpn: Name of VPN QoS map
|
|
4673
4933
|
:param pulumi.Input[_builtins.str] qos_map_vpn_variable: Variable name
|
|
4674
|
-
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
4934
|
+
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
4935
|
+
- Choices: `off`, `secondary-only`, `secondary-shared`
|
|
4936
|
+
- Default value: `off`
|
|
4675
4937
|
:param pulumi.Input[_builtins.str] secondary_region_variable: Variable name
|
|
4676
4938
|
:param pulumi.Input[_builtins.str] serial_interface_name: Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
|
|
4677
4939
|
:param pulumi.Input[_builtins.str] serial_interface_name_variable: Variable name
|
|
4678
|
-
:param pulumi.Input[_builtins.int] shaping_rate: 1ge
|
|
4940
|
+
:param pulumi.Input[_builtins.int] shaping_rate: 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
4941
|
+
- Range: `8`-`100000000`
|
|
4679
4942
|
:param pulumi.Input[_builtins.str] shaping_rate_variable: Variable name
|
|
4680
|
-
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
4943
|
+
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
4944
|
+
- Default value: `true`
|
|
4681
4945
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
4682
|
-
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
4946
|
+
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
4947
|
+
- Range: `0`-`7`
|
|
4683
4948
|
:param pulumi.Input[_builtins.str] static_ingress_qos_variable: Variable name
|
|
4684
|
-
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
4949
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
4950
|
+
- Range: `552`-`1960`
|
|
4685
4951
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
4686
4952
|
:param pulumi.Input[_builtins.str] template_type: The template type
|
|
4687
4953
|
:param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
|
|
4688
4954
|
:param pulumi.Input[_builtins.str] tloc_extension_variable: Variable name
|
|
4689
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
4955
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
4956
|
+
- Default value: `false`
|
|
4690
4957
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_all_variable: Variable name
|
|
4691
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
4958
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
4959
|
+
- Default value: `false`
|
|
4692
4960
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_bgp_variable: Variable name
|
|
4693
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
4961
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
4962
|
+
- Default value: `true`
|
|
4694
4963
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dhcp_variable: Variable name
|
|
4695
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
4964
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
4965
|
+
- Default value: `true`
|
|
4696
4966
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dns_variable: Variable name
|
|
4697
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
4967
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
4968
|
+
- Default value: `true`
|
|
4698
4969
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_https_variable: Variable name
|
|
4699
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
4970
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
4971
|
+
- Default value: `true`
|
|
4700
4972
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_icmp_variable: Variable name
|
|
4701
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
4973
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
4974
|
+
- Default value: `false`
|
|
4702
4975
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_netconf_variable: Variable name
|
|
4703
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
4976
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
4977
|
+
- Default value: `false`
|
|
4704
4978
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ntp_variable: Variable name
|
|
4705
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
4979
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
4980
|
+
- Default value: `false`
|
|
4706
4981
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ospf_variable: Variable name
|
|
4707
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
4982
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
4983
|
+
- Default value: `false`
|
|
4708
4984
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_snmp_variable: Variable name
|
|
4709
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
4985
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
4986
|
+
- Default value: `false`
|
|
4710
4987
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ssh_variable: Variable name
|
|
4711
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
4988
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
4989
|
+
- Default value: `false`
|
|
4712
4990
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_stun_variable: Variable name
|
|
4713
4991
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface
|
|
4714
4992
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel_variable: Variable name
|
|
4715
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
4993
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
4994
|
+
- Default value: `false`
|
|
4716
4995
|
:param pulumi.Input[_builtins.str] tunnel_interface_border_variable: Variable name
|
|
4717
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
4718
|
-
|
|
4996
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
4997
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
4998
|
+
- Default value: `default`
|
|
4719
4999
|
:param pulumi.Input[_builtins.str] tunnel_interface_carrier_variable: Variable name
|
|
4720
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
5000
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
5001
|
+
- Default value: `false`
|
|
4721
5002
|
:param pulumi.Input[_builtins.str] tunnel_interface_clear_dont_fragment_variable: Variable name
|
|
4722
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
4723
|
-
|
|
4724
|
-
|
|
5003
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
5004
|
+
- 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`
|
|
5005
|
+
- Default value: `default`
|
|
4725
5006
|
:param pulumi.Input[_builtins.str] tunnel_interface_color_variable: Variable name
|
|
4726
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_control_connections: Set the maximum number of control connections for this TLOC
|
|
5007
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_control_connections: Set the maximum number of control connections for this TLOC
|
|
5008
|
+
- Range: `0`-`8`
|
|
4727
5009
|
:param pulumi.Input[_builtins.str] tunnel_interface_control_connections_variable: Variable name
|
|
4728
5010
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgs', 'VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgsDict']]]] tunnel_interface_encapsulations: Encapsulation for TLOC
|
|
4729
5011
|
:param pulumi.Input[_builtins.str] tunnel_interface_exclude_controller_group_list_variable: Variable name
|
|
4730
5012
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list
|
|
4731
5013
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_groups: List of groups
|
|
4732
5014
|
:param pulumi.Input[_builtins.str] tunnel_interface_groups_variable: Variable name
|
|
4733
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
5015
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
5016
|
+
- Range: `100`-`600000`
|
|
5017
|
+
- Default value: `1000`
|
|
4734
5018
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_interval_variable: Variable name
|
|
4735
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
5019
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
5020
|
+
- Range: `12`-`6000`
|
|
5021
|
+
- Default value: `12`
|
|
4736
5022
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_tolerance_variable: Variable name
|
|
4737
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
5023
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
5024
|
+
- Default value: `false`
|
|
4738
5025
|
:param pulumi.Input[_builtins.str] tunnel_interface_last_resort_circuit_variable: Variable name
|
|
4739
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
5026
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
5027
|
+
- Default value: `false`
|
|
4740
5028
|
:param pulumi.Input[_builtins.str] tunnel_interface_low_bandwidth_link_variable: Variable name
|
|
4741
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
5029
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
5030
|
+
- Range: `1`-`60`
|
|
5031
|
+
- Default value: `5`
|
|
4742
5032
|
:param pulumi.Input[_builtins.str] tunnel_interface_nat_refresh_interval_variable: Variable name
|
|
4743
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
5033
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
5034
|
+
- Default value: `false`
|
|
4744
5035
|
:param pulumi.Input[_builtins.str] tunnel_interface_network_broadcast_variable: Variable name
|
|
4745
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
5036
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
5037
|
+
- Default value: `true`
|
|
4746
5038
|
:param pulumi.Input[_builtins.str] tunnel_interface_port_hop_variable: Variable name
|
|
4747
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_restrict: Restrict this TLOC behavior
|
|
5039
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_restrict: Restrict this TLOC behavior
|
|
5040
|
+
- Default value: `false`
|
|
4748
5041
|
:param pulumi.Input[_builtins.str] tunnel_interface_restrict_variable: Variable name
|
|
4749
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
5042
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
5043
|
+
- Range: `500`-`1460`
|
|
4750
5044
|
:param pulumi.Input[_builtins.str] tunnel_interface_tunnel_tcp_mss_variable: Variable name
|
|
4751
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
5045
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
5046
|
+
- Default value: `false`
|
|
4752
5047
|
:param pulumi.Input[_builtins.str] tunnel_interface_vbond_as_stun_server_variable: Variable name
|
|
4753
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
5048
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
5049
|
+
- Range: `0`-`8`
|
|
5050
|
+
- Default value: `5`
|
|
4754
5051
|
:param pulumi.Input[_builtins.str] tunnel_interface_vmanage_connection_preference_variable: Variable name
|
|
4755
|
-
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
5052
|
+
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
5053
|
+
- Choices: `spoke`
|
|
4756
5054
|
:param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name
|
|
4757
5055
|
:param pulumi.Input[_builtins.int] version: The version of the feature template
|
|
4758
5056
|
:param pulumi.Input[_builtins.str] write_rule: Name of rewrite rule
|
|
@@ -4890,7 +5188,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4890
5188
|
@pulumi.getter
|
|
4891
5189
|
def autonegotiate(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4892
5190
|
"""
|
|
4893
|
-
Link autonegotiation
|
|
5191
|
+
Link autonegotiation
|
|
5192
|
+
- Default value: `true`
|
|
4894
5193
|
"""
|
|
4895
5194
|
return pulumi.get(self, "autonegotiate")
|
|
4896
5195
|
|
|
@@ -4906,7 +5205,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4906
5205
|
@pulumi.getter(name="clearDontFragmentBit")
|
|
4907
5206
|
def clear_dont_fragment_bit(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4908
5207
|
"""
|
|
4909
|
-
Clear don't fragment bit
|
|
5208
|
+
Clear don't fragment bit
|
|
5209
|
+
- Default value: `false`
|
|
4910
5210
|
"""
|
|
4911
5211
|
return pulumi.get(self, "clear_dont_fragment_bit")
|
|
4912
5212
|
|
|
@@ -4922,9 +5222,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4922
5222
|
@pulumi.getter(name="clockRate")
|
|
4923
5223
|
def clock_rate(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4924
5224
|
"""
|
|
4925
|
-
Set preference for interface Clock speed
|
|
4926
|
-
|
|
4927
|
-
`256000`, `384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
5225
|
+
Set preference for interface Clock speed
|
|
5226
|
+
- Choices: `1200`, `2400`, `3600`, `4800`, `9600`, `14400`, `19200`, `28800`, `32000`, `38400`, `48000`, `56000`, `57600`, `64000`, `72000`, `115200`, `125000`, `148000`, `192000`, `250000`, `256000`, `384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
4928
5227
|
"""
|
|
4929
5228
|
return pulumi.get(self, "clock_rate")
|
|
4930
5229
|
|
|
@@ -4940,7 +5239,9 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4940
5239
|
@pulumi.getter(name="coreRegion")
|
|
4941
5240
|
def core_region(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4942
5241
|
"""
|
|
4943
|
-
Enable core region
|
|
5242
|
+
Enable core region
|
|
5243
|
+
- Choices: `core`, `core-shared`
|
|
5244
|
+
- Default value: `core`
|
|
4944
5245
|
"""
|
|
4945
5246
|
return pulumi.get(self, "core_region")
|
|
4946
5247
|
|
|
@@ -4964,9 +5265,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4964
5265
|
@pulumi.getter(name="deviceTypes")
|
|
4965
5266
|
def device_types(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
|
4966
5267
|
"""
|
|
4967
|
-
List of supported device types
|
|
4968
|
-
|
|
4969
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
5268
|
+
List of supported device types
|
|
5269
|
+
- 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`
|
|
4970
5270
|
"""
|
|
4971
5271
|
return pulumi.get(self, "device_types")
|
|
4972
5272
|
|
|
@@ -4974,7 +5274,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4974
5274
|
@pulumi.getter(name="enableCoreRegion")
|
|
4975
5275
|
def enable_core_region(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4976
5276
|
"""
|
|
4977
|
-
Enable core region
|
|
5277
|
+
Enable core region
|
|
5278
|
+
- Default value: `false`
|
|
4978
5279
|
"""
|
|
4979
5280
|
return pulumi.get(self, "enable_core_region")
|
|
4980
5281
|
|
|
@@ -4990,7 +5291,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4990
5291
|
@pulumi.getter
|
|
4991
5292
|
def encapsulation(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4992
5293
|
"""
|
|
4993
|
-
Configure Encapsulation for interface
|
|
5294
|
+
Configure Encapsulation for interface
|
|
5295
|
+
- Choices: `hdlc`, `ppp`, `frame-relay`
|
|
4994
5296
|
"""
|
|
4995
5297
|
return pulumi.get(self, "encapsulation")
|
|
4996
5298
|
|
|
@@ -5006,7 +5308,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5006
5308
|
@pulumi.getter(name="interfaceBandwidthCapacity")
|
|
5007
5309
|
def interface_bandwidth_capacity(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5008
5310
|
"""
|
|
5009
|
-
Interface bandwidth capacity, in kbps
|
|
5311
|
+
Interface bandwidth capacity, in kbps
|
|
5312
|
+
- Range: `1`-`128`
|
|
5010
5313
|
"""
|
|
5011
5314
|
return pulumi.get(self, "interface_bandwidth_capacity")
|
|
5012
5315
|
|
|
@@ -5038,7 +5341,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5038
5341
|
@pulumi.getter(name="interfaceDownstreamBandwidthCapacity")
|
|
5039
5342
|
def interface_downstream_bandwidth_capacity(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5040
5343
|
"""
|
|
5041
|
-
Interface downstream bandwidth capacity, in kbps
|
|
5344
|
+
Interface downstream bandwidth capacity, in kbps
|
|
5345
|
+
- Range: `1`-`2147483647`
|
|
5042
5346
|
"""
|
|
5043
5347
|
return pulumi.get(self, "interface_downstream_bandwidth_capacity")
|
|
5044
5348
|
|
|
@@ -5054,7 +5358,9 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5054
5358
|
@pulumi.getter(name="ipMtu")
|
|
5055
5359
|
def ip_mtu(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5056
5360
|
"""
|
|
5057
|
-
Interface MTU <68...2000>, in bytes
|
|
5361
|
+
Interface MTU <68...2000>, in bytes
|
|
5362
|
+
- Range: `68`-`2000`
|
|
5363
|
+
- Default value: `1500`
|
|
5058
5364
|
"""
|
|
5059
5365
|
return pulumi.get(self, "ip_mtu")
|
|
5060
5366
|
|
|
@@ -5126,7 +5432,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5126
5432
|
@pulumi.getter(name="perTunnelQos")
|
|
5127
5433
|
def per_tunnel_qos(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5128
5434
|
"""
|
|
5129
|
-
Per-tunnel Qos
|
|
5435
|
+
Per-tunnel Qos
|
|
5436
|
+
- Default value: `false`
|
|
5130
5437
|
"""
|
|
5131
5438
|
return pulumi.get(self, "per_tunnel_qos")
|
|
5132
5439
|
|
|
@@ -5134,7 +5441,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5134
5441
|
@pulumi.getter(name="perTunnelQosAggregator")
|
|
5135
5442
|
def per_tunnel_qos_aggregator(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5136
5443
|
"""
|
|
5137
|
-
Per-tunnel QoS Aggregator
|
|
5444
|
+
Per-tunnel QoS Aggregator
|
|
5445
|
+
- Default value: `false`
|
|
5138
5446
|
"""
|
|
5139
5447
|
return pulumi.get(self, "per_tunnel_qos_aggregator")
|
|
5140
5448
|
|
|
@@ -5158,7 +5466,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5158
5466
|
@pulumi.getter(name="pmtuDiscovery")
|
|
5159
5467
|
def pmtu_discovery(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5160
5468
|
"""
|
|
5161
|
-
Path MTU Discovery
|
|
5469
|
+
Path MTU Discovery
|
|
5470
|
+
- Default value: `false`
|
|
5162
5471
|
"""
|
|
5163
5472
|
return pulumi.get(self, "pmtu_discovery")
|
|
5164
5473
|
|
|
@@ -5206,7 +5515,9 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5206
5515
|
@pulumi.getter(name="secondaryRegion")
|
|
5207
5516
|
def secondary_region(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
5208
5517
|
"""
|
|
5209
|
-
Enable secondary region
|
|
5518
|
+
Enable secondary region
|
|
5519
|
+
- Choices: `off`, `secondary-only`, `secondary-shared`
|
|
5520
|
+
- Default value: `off`
|
|
5210
5521
|
"""
|
|
5211
5522
|
return pulumi.get(self, "secondary_region")
|
|
5212
5523
|
|
|
@@ -5238,7 +5549,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5238
5549
|
@pulumi.getter(name="shapingRate")
|
|
5239
5550
|
def shaping_rate(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5240
5551
|
"""
|
|
5241
|
-
1ge
|
|
5552
|
+
1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
5553
|
+
- Range: `8`-`100000000`
|
|
5242
5554
|
"""
|
|
5243
5555
|
return pulumi.get(self, "shaping_rate")
|
|
5244
5556
|
|
|
@@ -5254,7 +5566,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5254
5566
|
@pulumi.getter
|
|
5255
5567
|
def shutdown(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5256
5568
|
"""
|
|
5257
|
-
Administrative state
|
|
5569
|
+
Administrative state
|
|
5570
|
+
- Default value: `true`
|
|
5258
5571
|
"""
|
|
5259
5572
|
return pulumi.get(self, "shutdown")
|
|
5260
5573
|
|
|
@@ -5270,7 +5583,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5270
5583
|
@pulumi.getter(name="staticIngressQos")
|
|
5271
5584
|
def static_ingress_qos(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5272
5585
|
"""
|
|
5273
|
-
Static ingress QoS for the port
|
|
5586
|
+
Static ingress QoS for the port
|
|
5587
|
+
- Range: `0`-`7`
|
|
5274
5588
|
"""
|
|
5275
5589
|
return pulumi.get(self, "static_ingress_qos")
|
|
5276
5590
|
|
|
@@ -5286,7 +5600,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5286
5600
|
@pulumi.getter(name="tcpMss")
|
|
5287
5601
|
def tcp_mss(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5288
5602
|
"""
|
|
5289
|
-
TCP MSS on SYN packets, in bytes
|
|
5603
|
+
TCP MSS on SYN packets, in bytes
|
|
5604
|
+
- Range: `552`-`1960`
|
|
5290
5605
|
"""
|
|
5291
5606
|
return pulumi.get(self, "tcp_mss")
|
|
5292
5607
|
|
|
@@ -5326,7 +5641,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5326
5641
|
@pulumi.getter(name="tunnelInterfaceAllowAll")
|
|
5327
5642
|
def tunnel_interface_allow_all(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5328
5643
|
"""
|
|
5329
|
-
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
5644
|
+
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
5645
|
+
- Default value: `false`
|
|
5330
5646
|
"""
|
|
5331
5647
|
return pulumi.get(self, "tunnel_interface_allow_all")
|
|
5332
5648
|
|
|
@@ -5342,7 +5658,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5342
5658
|
@pulumi.getter(name="tunnelInterfaceAllowBgp")
|
|
5343
5659
|
def tunnel_interface_allow_bgp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5344
5660
|
"""
|
|
5345
|
-
Allow/deny BGP
|
|
5661
|
+
Allow/deny BGP
|
|
5662
|
+
- Default value: `false`
|
|
5346
5663
|
"""
|
|
5347
5664
|
return pulumi.get(self, "tunnel_interface_allow_bgp")
|
|
5348
5665
|
|
|
@@ -5358,7 +5675,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5358
5675
|
@pulumi.getter(name="tunnelInterfaceAllowDhcp")
|
|
5359
5676
|
def tunnel_interface_allow_dhcp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5360
5677
|
"""
|
|
5361
|
-
Allow/Deny DHCP
|
|
5678
|
+
Allow/Deny DHCP
|
|
5679
|
+
- Default value: `true`
|
|
5362
5680
|
"""
|
|
5363
5681
|
return pulumi.get(self, "tunnel_interface_allow_dhcp")
|
|
5364
5682
|
|
|
@@ -5374,7 +5692,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5374
5692
|
@pulumi.getter(name="tunnelInterfaceAllowDns")
|
|
5375
5693
|
def tunnel_interface_allow_dns(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5376
5694
|
"""
|
|
5377
|
-
Allow/Deny DNS
|
|
5695
|
+
Allow/Deny DNS
|
|
5696
|
+
- Default value: `true`
|
|
5378
5697
|
"""
|
|
5379
5698
|
return pulumi.get(self, "tunnel_interface_allow_dns")
|
|
5380
5699
|
|
|
@@ -5390,7 +5709,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5390
5709
|
@pulumi.getter(name="tunnelInterfaceAllowHttps")
|
|
5391
5710
|
def tunnel_interface_allow_https(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5392
5711
|
"""
|
|
5393
|
-
Allow/Deny Https
|
|
5712
|
+
Allow/Deny Https
|
|
5713
|
+
- Default value: `true`
|
|
5394
5714
|
"""
|
|
5395
5715
|
return pulumi.get(self, "tunnel_interface_allow_https")
|
|
5396
5716
|
|
|
@@ -5406,7 +5726,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5406
5726
|
@pulumi.getter(name="tunnelInterfaceAllowIcmp")
|
|
5407
5727
|
def tunnel_interface_allow_icmp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5408
5728
|
"""
|
|
5409
|
-
Allow/Deny ICMP
|
|
5729
|
+
Allow/Deny ICMP
|
|
5730
|
+
- Default value: `true`
|
|
5410
5731
|
"""
|
|
5411
5732
|
return pulumi.get(self, "tunnel_interface_allow_icmp")
|
|
5412
5733
|
|
|
@@ -5422,7 +5743,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5422
5743
|
@pulumi.getter(name="tunnelInterfaceAllowNetconf")
|
|
5423
5744
|
def tunnel_interface_allow_netconf(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5424
5745
|
"""
|
|
5425
|
-
Allow/Deny NETCONF
|
|
5746
|
+
Allow/Deny NETCONF
|
|
5747
|
+
- Default value: `false`
|
|
5426
5748
|
"""
|
|
5427
5749
|
return pulumi.get(self, "tunnel_interface_allow_netconf")
|
|
5428
5750
|
|
|
@@ -5438,7 +5760,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5438
5760
|
@pulumi.getter(name="tunnelInterfaceAllowNtp")
|
|
5439
5761
|
def tunnel_interface_allow_ntp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5440
5762
|
"""
|
|
5441
|
-
Allow/Deny NTP
|
|
5763
|
+
Allow/Deny NTP
|
|
5764
|
+
- Default value: `false`
|
|
5442
5765
|
"""
|
|
5443
5766
|
return pulumi.get(self, "tunnel_interface_allow_ntp")
|
|
5444
5767
|
|
|
@@ -5454,7 +5777,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5454
5777
|
@pulumi.getter(name="tunnelInterfaceAllowOspf")
|
|
5455
5778
|
def tunnel_interface_allow_ospf(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5456
5779
|
"""
|
|
5457
|
-
Allow/Deny OSPF
|
|
5780
|
+
Allow/Deny OSPF
|
|
5781
|
+
- Default value: `false`
|
|
5458
5782
|
"""
|
|
5459
5783
|
return pulumi.get(self, "tunnel_interface_allow_ospf")
|
|
5460
5784
|
|
|
@@ -5470,7 +5794,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5470
5794
|
@pulumi.getter(name="tunnelInterfaceAllowSnmp")
|
|
5471
5795
|
def tunnel_interface_allow_snmp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5472
5796
|
"""
|
|
5473
|
-
Allow/Deny SNMP
|
|
5797
|
+
Allow/Deny SNMP
|
|
5798
|
+
- Default value: `false`
|
|
5474
5799
|
"""
|
|
5475
5800
|
return pulumi.get(self, "tunnel_interface_allow_snmp")
|
|
5476
5801
|
|
|
@@ -5486,7 +5811,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5486
5811
|
@pulumi.getter(name="tunnelInterfaceAllowSsh")
|
|
5487
5812
|
def tunnel_interface_allow_ssh(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5488
5813
|
"""
|
|
5489
|
-
Allow/Deny SSH
|
|
5814
|
+
Allow/Deny SSH
|
|
5815
|
+
- Default value: `false`
|
|
5490
5816
|
"""
|
|
5491
5817
|
return pulumi.get(self, "tunnel_interface_allow_ssh")
|
|
5492
5818
|
|
|
@@ -5502,7 +5828,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5502
5828
|
@pulumi.getter(name="tunnelInterfaceAllowStun")
|
|
5503
5829
|
def tunnel_interface_allow_stun(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5504
5830
|
"""
|
|
5505
|
-
Allow/Deny STUN
|
|
5831
|
+
Allow/Deny STUN
|
|
5832
|
+
- Default value: `false`
|
|
5506
5833
|
"""
|
|
5507
5834
|
return pulumi.get(self, "tunnel_interface_allow_stun")
|
|
5508
5835
|
|
|
@@ -5534,7 +5861,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5534
5861
|
@pulumi.getter(name="tunnelInterfaceBorder")
|
|
5535
5862
|
def tunnel_interface_border(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5536
5863
|
"""
|
|
5537
|
-
Set TLOC as border TLOC
|
|
5864
|
+
Set TLOC as border TLOC
|
|
5865
|
+
- Default value: `false`
|
|
5538
5866
|
"""
|
|
5539
5867
|
return pulumi.get(self, "tunnel_interface_border")
|
|
5540
5868
|
|
|
@@ -5550,8 +5878,9 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5550
5878
|
@pulumi.getter(name="tunnelInterfaceCarrier")
|
|
5551
5879
|
def tunnel_interface_carrier(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
5552
5880
|
"""
|
|
5553
|
-
Set carrier for TLOC
|
|
5554
|
-
|
|
5881
|
+
Set carrier for TLOC
|
|
5882
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
5883
|
+
- Default value: `default`
|
|
5555
5884
|
"""
|
|
5556
5885
|
return pulumi.get(self, "tunnel_interface_carrier")
|
|
5557
5886
|
|
|
@@ -5567,7 +5896,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5567
5896
|
@pulumi.getter(name="tunnelInterfaceClearDontFragment")
|
|
5568
5897
|
def tunnel_interface_clear_dont_fragment(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5569
5898
|
"""
|
|
5570
|
-
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
5899
|
+
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
5900
|
+
- Default value: `false`
|
|
5571
5901
|
"""
|
|
5572
5902
|
return pulumi.get(self, "tunnel_interface_clear_dont_fragment")
|
|
5573
5903
|
|
|
@@ -5583,9 +5913,9 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5583
5913
|
@pulumi.getter(name="tunnelInterfaceColor")
|
|
5584
5914
|
def tunnel_interface_color(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
5585
5915
|
"""
|
|
5586
|
-
Set color for TLOC
|
|
5587
|
-
|
|
5588
|
-
|
|
5916
|
+
Set color for TLOC
|
|
5917
|
+
- 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`
|
|
5918
|
+
- Default value: `default`
|
|
5589
5919
|
"""
|
|
5590
5920
|
return pulumi.get(self, "tunnel_interface_color")
|
|
5591
5921
|
|
|
@@ -5601,7 +5931,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5601
5931
|
@pulumi.getter(name="tunnelInterfaceControlConnections")
|
|
5602
5932
|
def tunnel_interface_control_connections(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5603
5933
|
"""
|
|
5604
|
-
Set the maximum number of control connections for this TLOC
|
|
5934
|
+
Set the maximum number of control connections for this TLOC
|
|
5935
|
+
- Range: `0`-`8`
|
|
5605
5936
|
"""
|
|
5606
5937
|
return pulumi.get(self, "tunnel_interface_control_connections")
|
|
5607
5938
|
|
|
@@ -5657,7 +5988,9 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5657
5988
|
@pulumi.getter(name="tunnelInterfaceHelloInterval")
|
|
5658
5989
|
def tunnel_interface_hello_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5659
5990
|
"""
|
|
5660
|
-
Set time period of control hello packets <100..600000> milli seconds
|
|
5991
|
+
Set time period of control hello packets <100..600000> milli seconds
|
|
5992
|
+
- Range: `100`-`600000`
|
|
5993
|
+
- Default value: `1000`
|
|
5661
5994
|
"""
|
|
5662
5995
|
return pulumi.get(self, "tunnel_interface_hello_interval")
|
|
5663
5996
|
|
|
@@ -5673,7 +6006,9 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5673
6006
|
@pulumi.getter(name="tunnelInterfaceHelloTolerance")
|
|
5674
6007
|
def tunnel_interface_hello_tolerance(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5675
6008
|
"""
|
|
5676
|
-
Set tolerance of control hello packets <12..6000> seconds
|
|
6009
|
+
Set tolerance of control hello packets <12..6000> seconds
|
|
6010
|
+
- Range: `12`-`6000`
|
|
6011
|
+
- Default value: `12`
|
|
5677
6012
|
"""
|
|
5678
6013
|
return pulumi.get(self, "tunnel_interface_hello_tolerance")
|
|
5679
6014
|
|
|
@@ -5689,7 +6024,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5689
6024
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuit")
|
|
5690
6025
|
def tunnel_interface_last_resort_circuit(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5691
6026
|
"""
|
|
5692
|
-
Set TLOC as last resort
|
|
6027
|
+
Set TLOC as last resort
|
|
6028
|
+
- Default value: `false`
|
|
5693
6029
|
"""
|
|
5694
6030
|
return pulumi.get(self, "tunnel_interface_last_resort_circuit")
|
|
5695
6031
|
|
|
@@ -5705,7 +6041,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5705
6041
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
|
|
5706
6042
|
def tunnel_interface_low_bandwidth_link(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5707
6043
|
"""
|
|
5708
|
-
Set the interface as a low-bandwidth circuit
|
|
6044
|
+
Set the interface as a low-bandwidth circuit
|
|
6045
|
+
- Default value: `false`
|
|
5709
6046
|
"""
|
|
5710
6047
|
return pulumi.get(self, "tunnel_interface_low_bandwidth_link")
|
|
5711
6048
|
|
|
@@ -5721,7 +6058,9 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5721
6058
|
@pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
|
|
5722
6059
|
def tunnel_interface_nat_refresh_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5723
6060
|
"""
|
|
5724
|
-
Set time period of nat refresh packets <1...60> seconds
|
|
6061
|
+
Set time period of nat refresh packets <1...60> seconds
|
|
6062
|
+
- Range: `1`-`60`
|
|
6063
|
+
- Default value: `5`
|
|
5725
6064
|
"""
|
|
5726
6065
|
return pulumi.get(self, "tunnel_interface_nat_refresh_interval")
|
|
5727
6066
|
|
|
@@ -5737,7 +6076,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5737
6076
|
@pulumi.getter(name="tunnelInterfaceNetworkBroadcast")
|
|
5738
6077
|
def tunnel_interface_network_broadcast(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5739
6078
|
"""
|
|
5740
|
-
Accept and respond to network-prefix-directed broadcasts)
|
|
6079
|
+
Accept and respond to network-prefix-directed broadcasts)
|
|
6080
|
+
- Default value: `false`
|
|
5741
6081
|
"""
|
|
5742
6082
|
return pulumi.get(self, "tunnel_interface_network_broadcast")
|
|
5743
6083
|
|
|
@@ -5753,7 +6093,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5753
6093
|
@pulumi.getter(name="tunnelInterfacePortHop")
|
|
5754
6094
|
def tunnel_interface_port_hop(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5755
6095
|
"""
|
|
5756
|
-
Disallow port hopping on the tunnel interface
|
|
6096
|
+
Disallow port hopping on the tunnel interface
|
|
6097
|
+
- Default value: `true`
|
|
5757
6098
|
"""
|
|
5758
6099
|
return pulumi.get(self, "tunnel_interface_port_hop")
|
|
5759
6100
|
|
|
@@ -5769,7 +6110,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5769
6110
|
@pulumi.getter(name="tunnelInterfaceRestrict")
|
|
5770
6111
|
def tunnel_interface_restrict(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5771
6112
|
"""
|
|
5772
|
-
Restrict this TLOC behavior
|
|
6113
|
+
Restrict this TLOC behavior
|
|
6114
|
+
- Default value: `false`
|
|
5773
6115
|
"""
|
|
5774
6116
|
return pulumi.get(self, "tunnel_interface_restrict")
|
|
5775
6117
|
|
|
@@ -5785,7 +6127,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5785
6127
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
|
|
5786
6128
|
def tunnel_interface_tunnel_tcp_mss(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5787
6129
|
"""
|
|
5788
|
-
Tunnel TCP MSS on SYN packets, in bytes
|
|
6130
|
+
Tunnel TCP MSS on SYN packets, in bytes
|
|
6131
|
+
- Range: `500`-`1460`
|
|
5789
6132
|
"""
|
|
5790
6133
|
return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss")
|
|
5791
6134
|
|
|
@@ -5801,7 +6144,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5801
6144
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
|
|
5802
6145
|
def tunnel_interface_vbond_as_stun_server(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5803
6146
|
"""
|
|
5804
|
-
Put this wan interface in STUN mode only
|
|
6147
|
+
Put this wan interface in STUN mode only
|
|
6148
|
+
- Default value: `false`
|
|
5805
6149
|
"""
|
|
5806
6150
|
return pulumi.get(self, "tunnel_interface_vbond_as_stun_server")
|
|
5807
6151
|
|
|
@@ -5817,7 +6161,9 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5817
6161
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
|
|
5818
6162
|
def tunnel_interface_vmanage_connection_preference(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5819
6163
|
"""
|
|
5820
|
-
Set interface preference for control connection to vManage <0..8>
|
|
6164
|
+
Set interface preference for control connection to vManage <0..8>
|
|
6165
|
+
- Range: `0`-`8`
|
|
6166
|
+
- Default value: `5`
|
|
5821
6167
|
"""
|
|
5822
6168
|
return pulumi.get(self, "tunnel_interface_vmanage_connection_preference")
|
|
5823
6169
|
|
|
@@ -5833,7 +6179,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5833
6179
|
@pulumi.getter(name="tunnelQosMode")
|
|
5834
6180
|
def tunnel_qos_mode(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
5835
6181
|
"""
|
|
5836
|
-
Set tunnel QoS mode
|
|
6182
|
+
Set tunnel QoS mode
|
|
6183
|
+
- Choices: `spoke`
|
|
5837
6184
|
"""
|
|
5838
6185
|
return pulumi.get(self, "tunnel_qos_mode")
|
|
5839
6186
|
|