pulumi-sdwan 0.5.0a1755712533__py3-none-any.whl → 0.5.0a1756506981__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/_inputs.py +120 -5
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +14 -7
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +91 -42
- pulumi_sdwan/cedge_aaa_feature_template.py +147 -77
- pulumi_sdwan/cedge_global_feature_template.py +336 -175
- pulumi_sdwan/cedge_igmp_feature_template.py +14 -21
- pulumi_sdwan/cedge_multicast_feature_template.py +56 -42
- pulumi_sdwan/cedge_pim_feature_template.py +84 -56
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +70 -42
- pulumi_sdwan/cellular_controller_feature_template.py +70 -49
- pulumi_sdwan/cellular_profile_feature_template.py +63 -42
- pulumi_sdwan/cflowd_policy_definition.py +70 -35
- pulumi_sdwan/cisco_banner_feature_template.py +14 -21
- pulumi_sdwan/cisco_bfd_feature_template.py +77 -49
- pulumi_sdwan/cisco_bgp_feature_template.py +231 -112
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +49 -35
- pulumi_sdwan/cisco_logging_feature_template.py +70 -42
- pulumi_sdwan/cisco_ntp_feature_template.py +42 -35
- pulumi_sdwan/cisco_omp_feature_template.py +231 -112
- pulumi_sdwan/cisco_ospf_feature_template.py +231 -105
- pulumi_sdwan/cisco_ospfv3_feature_template.py +518 -217
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +35 -28
- pulumi_sdwan/cisco_security_feature_template.py +91 -56
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +28 -28
- pulumi_sdwan/cisco_snmp_feature_template.py +28 -28
- pulumi_sdwan/cisco_system_feature_template.py +516 -742
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +14 -21
- pulumi_sdwan/cisco_trustsec_feature_template.py +203 -112
- pulumi_sdwan/cisco_vpn_feature_template.py +98 -56
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +1211 -602
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +105 -70
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +329 -161
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +98 -98
- pulumi_sdwan/class_map_policy_object.py +14 -7
- pulumi_sdwan/cli_device_template.py +14 -7
- pulumi_sdwan/cli_template_feature_template.py +14 -21
- pulumi_sdwan/configuration_group.py +28 -14
- pulumi_sdwan/custom_control_topology_policy_definition.py +14 -7
- pulumi_sdwan/eigrp_feature_template.py +98 -56
- pulumi_sdwan/feature_device_template.py +14 -7
- pulumi_sdwan/get_cisco_system_feature_template.py +15 -1
- pulumi_sdwan/gps_feature_template.py +77 -49
- pulumi_sdwan/intrusion_prevention_policy_definition.py +56 -28
- pulumi_sdwan/ipv4_acl_policy_definition.py +14 -7
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +14 -7
- pulumi_sdwan/ipv6_acl_policy_definition.py +14 -7
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +14 -7
- pulumi_sdwan/localized_policy.py +82 -26
- pulumi_sdwan/other_ucse_feature.py +98 -56
- pulumi_sdwan/outputs.py +145 -10
- pulumi_sdwan/policer_policy_object.py +42 -21
- pulumi_sdwan/policy_group.py +14 -7
- pulumi_sdwan/policy_object_as_path_list.py +14 -7
- pulumi_sdwan/policy_object_security_geolocation_list.py +7 -7
- pulumi_sdwan/preferred_color_group_policy_object.py +42 -21
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/route_policy_definition.py +14 -7
- pulumi_sdwan/security_app_hosting_feature_template.py +14 -21
- pulumi_sdwan/security_policy.py +98 -49
- pulumi_sdwan/service_dhcp_server_feature.py +49 -49
- pulumi_sdwan/service_ipv4_acl_feature.py +21 -7
- pulumi_sdwan/service_ipv6_acl_feature.py +21 -7
- pulumi_sdwan/service_lan_vpn_feature.py +63 -28
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +392 -210
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +84 -70
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +329 -245
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +147 -91
- pulumi_sdwan/service_multicast_feature.py +91 -42
- pulumi_sdwan/service_object_tracker_feature.py +63 -56
- pulumi_sdwan/service_object_tracker_group_feature.py +35 -14
- pulumi_sdwan/service_route_policy_feature.py +21 -7
- pulumi_sdwan/service_routing_bgp_feature.py +287 -133
- pulumi_sdwan/service_routing_eigrp_feature.py +84 -35
- pulumi_sdwan/service_routing_ospf_feature.py +217 -84
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +238 -91
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +238 -91
- pulumi_sdwan/service_switchport_feature.py +21 -7
- pulumi_sdwan/service_tracker_feature.py +105 -35
- pulumi_sdwan/service_tracker_group_feature.py +21 -7
- pulumi_sdwan/service_wireless_lan_feature.py +63 -126
- pulumi_sdwan/sla_class_policy_object.py +91 -63
- pulumi_sdwan/switchport_feature_template.py +91 -49
- pulumi_sdwan/system_aaa_feature.py +56 -28
- pulumi_sdwan/system_basic_feature.py +392 -693
- pulumi_sdwan/system_bfd_feature.py +42 -21
- pulumi_sdwan/system_flexible_port_speed_feature.py +21 -21
- pulumi_sdwan/system_global_feature.py +322 -154
- pulumi_sdwan/system_ipv4_device_access_feature.py +21 -7
- pulumi_sdwan/system_ipv6_device_access_feature.py +21 -7
- pulumi_sdwan/system_logging_feature.py +56 -21
- pulumi_sdwan/system_mrf_feature.py +70 -35
- pulumi_sdwan/system_ntp_feature.py +28 -14
- pulumi_sdwan/system_omp_feature.py +441 -196
- pulumi_sdwan/system_performance_monitoring_feature.py +56 -28
- pulumi_sdwan/system_remote_access_feature.py +203 -133
- pulumi_sdwan/system_security_feature.py +77 -35
- pulumi_sdwan/system_snmp_feature.py +14 -7
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +168 -84
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +28 -14
- pulumi_sdwan/traffic_data_policy_definition.py +14 -7
- pulumi_sdwan/transport_cellular_controller_feature.py +56 -28
- pulumi_sdwan/transport_cellular_profile_feature.py +63 -35
- pulumi_sdwan/transport_gps_feature.py +63 -28
- pulumi_sdwan/transport_ipv4_acl_feature.py +21 -7
- pulumi_sdwan/transport_ipv6_acl_feature.py +21 -7
- pulumi_sdwan/transport_ipv6_tracker_feature.py +105 -35
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +21 -7
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +259 -154
- pulumi_sdwan/transport_route_policy_feature.py +21 -7
- pulumi_sdwan/transport_routing_bgp_feature.py +287 -133
- pulumi_sdwan/transport_routing_ospf_feature.py +217 -84
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +238 -91
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +238 -91
- pulumi_sdwan/transport_t1_e1_controller_feature.py +14 -7
- pulumi_sdwan/transport_tracker_feature.py +105 -35
- pulumi_sdwan/transport_tracker_group_feature.py +21 -7
- pulumi_sdwan/transport_wan_vpn_feature.py +28 -14
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +840 -413
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +1162 -735
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +84 -70
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +329 -245
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +665 -371
- pulumi_sdwan/url_filtering_policy_definition.py +56 -35
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +931 -455
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +959 -469
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +924 -448
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +980 -476
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +980 -476
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +812 -406
- pulumi_sdwan/vpn_interface_svi_feature_template.py +168 -84
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +721 -378
- pulumi_sdwan/zone_based_firewall_policy_definition.py +28 -14
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1756506981.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1756506981.dist-info}/RECORD +136 -136
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1756506981.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1756506981.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
|
|
|
@@ -4073,31 +4269,39 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4073
4269
|
|
|
4074
4270
|
:param str resource_name: The name of the resource.
|
|
4075
4271
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
4076
|
-
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
4272
|
+
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
4273
|
+
- Default value: `true`
|
|
4077
4274
|
:param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
|
|
4078
|
-
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
4275
|
+
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
4276
|
+
- Default value: `false`
|
|
4079
4277
|
: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`
|
|
4278
|
+
:param pulumi.Input[_builtins.str] clock_rate: Set preference for interface Clock speed
|
|
4279
|
+
- 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
4280
|
:param pulumi.Input[_builtins.str] clock_rate_variable: Variable name
|
|
4084
|
-
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
4281
|
+
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
4282
|
+
- Choices: `core`, `core-shared`
|
|
4283
|
+
- Default value: `core`
|
|
4085
4284
|
:param pulumi.Input[_builtins.str] core_region_variable: Variable name
|
|
4086
4285
|
: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
|
-
|
|
4286
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
4287
|
+
- 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`
|
|
4288
|
+
:param pulumi.Input[_builtins.bool] enable_core_region: Enable core region
|
|
4289
|
+
- Default value: `false`
|
|
4091
4290
|
:param pulumi.Input[_builtins.str] enable_core_region_variable: Variable name
|
|
4092
|
-
:param pulumi.Input[_builtins.str] encapsulation: Configure Encapsulation for interface
|
|
4291
|
+
:param pulumi.Input[_builtins.str] encapsulation: Configure Encapsulation for interface
|
|
4292
|
+
- Choices: `hdlc`, `ppp`, `frame-relay`
|
|
4093
4293
|
:param pulumi.Input[_builtins.str] encapsulation_variable: Variable name
|
|
4094
|
-
:param pulumi.Input[_builtins.int] interface_bandwidth_capacity: Interface bandwidth capacity, in kbps
|
|
4294
|
+
:param pulumi.Input[_builtins.int] interface_bandwidth_capacity: Interface bandwidth capacity, in kbps
|
|
4295
|
+
- Range: `1`-`128`
|
|
4095
4296
|
:param pulumi.Input[_builtins.str] interface_bandwidth_capacity_variable: Variable name
|
|
4096
4297
|
:param pulumi.Input[_builtins.str] interface_description: Interface description
|
|
4097
4298
|
: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
|
|
4299
|
+
:param pulumi.Input[_builtins.int] interface_downstream_bandwidth_capacity: Interface downstream bandwidth capacity, in kbps
|
|
4300
|
+
- Range: `1`-`2147483647`
|
|
4099
4301
|
: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
|
|
4302
|
+
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <68...2000>, in bytes
|
|
4303
|
+
- Range: `68`-`2000`
|
|
4304
|
+
- Default value: `1500`
|
|
4101
4305
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
4102
4306
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgs', 'VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgsDict']]]] ipv4_access_lists: Apply ACL
|
|
4103
4307
|
:param pulumi.Input[_builtins.str] ipv4_address: Assign IPv4 address
|
|
@@ -4106,97 +4310,138 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4106
4310
|
:param pulumi.Input[_builtins.str] ipv6_address: Assign IPv6 address
|
|
4107
4311
|
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
4108
4312
|
: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
|
-
|
|
4313
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
4314
|
+
- Default value: `false`
|
|
4315
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos_aggregator: Per-tunnel QoS Aggregator
|
|
4316
|
+
- Default value: `false`
|
|
4111
4317
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_aggregator_variable: Variable name
|
|
4112
4318
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_variable: Variable name
|
|
4113
|
-
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
4319
|
+
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
4320
|
+
- Default value: `false`
|
|
4114
4321
|
:param pulumi.Input[_builtins.str] pmtu_discovery_variable: Variable name
|
|
4115
4322
|
:param pulumi.Input[_builtins.str] qos_map: Name of QoS map
|
|
4116
4323
|
:param pulumi.Input[_builtins.str] qos_map_variable: Variable name
|
|
4117
4324
|
:param pulumi.Input[_builtins.str] qos_map_vpn: Name of VPN QoS map
|
|
4118
4325
|
:param pulumi.Input[_builtins.str] qos_map_vpn_variable: Variable name
|
|
4119
|
-
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
4326
|
+
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
4327
|
+
- Choices: `off`, `secondary-only`, `secondary-shared`
|
|
4328
|
+
- Default value: `off`
|
|
4120
4329
|
:param pulumi.Input[_builtins.str] secondary_region_variable: Variable name
|
|
4121
4330
|
: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
4331
|
:param pulumi.Input[_builtins.str] serial_interface_name_variable: Variable name
|
|
4123
|
-
:param pulumi.Input[_builtins.int] shaping_rate: 1ge
|
|
4332
|
+
:param pulumi.Input[_builtins.int] shaping_rate: 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
4333
|
+
- Range: `8`-`100000000`
|
|
4124
4334
|
:param pulumi.Input[_builtins.str] shaping_rate_variable: Variable name
|
|
4125
|
-
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
4335
|
+
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
4336
|
+
- Default value: `true`
|
|
4126
4337
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
4127
|
-
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
4338
|
+
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
4339
|
+
- Range: `0`-`7`
|
|
4128
4340
|
: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
|
|
4341
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
4342
|
+
- Range: `552`-`1960`
|
|
4130
4343
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
4131
4344
|
:param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
|
|
4132
4345
|
: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
|
|
4346
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
4347
|
+
- Default value: `false`
|
|
4134
4348
|
: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
|
|
4349
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
4350
|
+
- Default value: `false`
|
|
4136
4351
|
: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
|
|
4352
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
4353
|
+
- Default value: `true`
|
|
4138
4354
|
: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
|
|
4355
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
4356
|
+
- Default value: `true`
|
|
4140
4357
|
: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
|
|
4358
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
4359
|
+
- Default value: `true`
|
|
4142
4360
|
: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
|
|
4361
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
4362
|
+
- Default value: `true`
|
|
4144
4363
|
: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
|
|
4364
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
4365
|
+
- Default value: `false`
|
|
4146
4366
|
: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
|
|
4367
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
4368
|
+
- Default value: `false`
|
|
4148
4369
|
: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
|
|
4370
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
4371
|
+
- Default value: `false`
|
|
4150
4372
|
: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
|
|
4373
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
4374
|
+
- Default value: `false`
|
|
4152
4375
|
: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
|
|
4376
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
4377
|
+
- Default value: `false`
|
|
4154
4378
|
: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
|
|
4379
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
4380
|
+
- Default value: `false`
|
|
4156
4381
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_stun_variable: Variable name
|
|
4157
4382
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface
|
|
4158
4383
|
: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
|
|
4384
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
4385
|
+
- Default value: `false`
|
|
4160
4386
|
: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
|
-
|
|
4387
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
4388
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
4389
|
+
- Default value: `default`
|
|
4163
4390
|
: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)
|
|
4391
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
4392
|
+
- Default value: `false`
|
|
4165
4393
|
: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
|
-
|
|
4394
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
4395
|
+
- 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`
|
|
4396
|
+
- Default value: `default`
|
|
4169
4397
|
: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
|
|
4398
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_control_connections: Set the maximum number of control connections for this TLOC
|
|
4399
|
+
- Range: `0`-`8`
|
|
4171
4400
|
:param pulumi.Input[_builtins.str] tunnel_interface_control_connections_variable: Variable name
|
|
4172
4401
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgs', 'VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgsDict']]]] tunnel_interface_encapsulations: Encapsulation for TLOC
|
|
4173
4402
|
:param pulumi.Input[_builtins.str] tunnel_interface_exclude_controller_group_list_variable: Variable name
|
|
4174
4403
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list
|
|
4175
4404
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_groups: List of groups
|
|
4176
4405
|
: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
|
|
4406
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
4407
|
+
- Range: `100`-`600000`
|
|
4408
|
+
- Default value: `1000`
|
|
4178
4409
|
: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
|
|
4410
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
4411
|
+
- Range: `12`-`6000`
|
|
4412
|
+
- Default value: `12`
|
|
4180
4413
|
: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
|
|
4414
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
4415
|
+
- Default value: `false`
|
|
4182
4416
|
: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
|
|
4417
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
4418
|
+
- Default value: `false`
|
|
4184
4419
|
: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
|
|
4420
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
4421
|
+
- Range: `1`-`60`
|
|
4422
|
+
- Default value: `5`
|
|
4186
4423
|
: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)
|
|
4424
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
4425
|
+
- Default value: `false`
|
|
4188
4426
|
: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
|
|
4427
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
4428
|
+
- Default value: `true`
|
|
4190
4429
|
: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
|
|
4430
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_restrict: Restrict this TLOC behavior
|
|
4431
|
+
- Default value: `false`
|
|
4192
4432
|
: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
|
|
4433
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
4434
|
+
- Range: `500`-`1460`
|
|
4194
4435
|
: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
|
|
4436
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
4437
|
+
- Default value: `false`
|
|
4196
4438
|
: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>
|
|
4439
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
4440
|
+
- Range: `0`-`8`
|
|
4441
|
+
- Default value: `5`
|
|
4198
4442
|
: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
|
|
4443
|
+
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
4444
|
+
- Choices: `spoke`
|
|
4200
4445
|
:param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name
|
|
4201
4446
|
:param pulumi.Input[_builtins.str] write_rule: Name of rewrite rule
|
|
4202
4447
|
:param pulumi.Input[_builtins.str] write_rule_variable: Variable name
|
|
@@ -4628,31 +4873,39 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4628
4873
|
:param str resource_name: The unique name of the resulting resource.
|
|
4629
4874
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
4630
4875
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
4631
|
-
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
4876
|
+
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
4877
|
+
- Default value: `true`
|
|
4632
4878
|
:param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
|
|
4633
|
-
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
4879
|
+
:param pulumi.Input[_builtins.bool] clear_dont_fragment_bit: Clear don't fragment bit
|
|
4880
|
+
- Default value: `false`
|
|
4634
4881
|
: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`
|
|
4882
|
+
:param pulumi.Input[_builtins.str] clock_rate: Set preference for interface Clock speed
|
|
4883
|
+
- 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
4884
|
:param pulumi.Input[_builtins.str] clock_rate_variable: Variable name
|
|
4639
|
-
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
4885
|
+
:param pulumi.Input[_builtins.str] core_region: Enable core region
|
|
4886
|
+
- Choices: `core`, `core-shared`
|
|
4887
|
+
- Default value: `core`
|
|
4640
4888
|
:param pulumi.Input[_builtins.str] core_region_variable: Variable name
|
|
4641
4889
|
: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
|
-
|
|
4890
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
4891
|
+
- 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`
|
|
4892
|
+
:param pulumi.Input[_builtins.bool] enable_core_region: Enable core region
|
|
4893
|
+
- Default value: `false`
|
|
4646
4894
|
:param pulumi.Input[_builtins.str] enable_core_region_variable: Variable name
|
|
4647
|
-
:param pulumi.Input[_builtins.str] encapsulation: Configure Encapsulation for interface
|
|
4895
|
+
:param pulumi.Input[_builtins.str] encapsulation: Configure Encapsulation for interface
|
|
4896
|
+
- Choices: `hdlc`, `ppp`, `frame-relay`
|
|
4648
4897
|
:param pulumi.Input[_builtins.str] encapsulation_variable: Variable name
|
|
4649
|
-
:param pulumi.Input[_builtins.int] interface_bandwidth_capacity: Interface bandwidth capacity, in kbps
|
|
4898
|
+
:param pulumi.Input[_builtins.int] interface_bandwidth_capacity: Interface bandwidth capacity, in kbps
|
|
4899
|
+
- Range: `1`-`128`
|
|
4650
4900
|
:param pulumi.Input[_builtins.str] interface_bandwidth_capacity_variable: Variable name
|
|
4651
4901
|
:param pulumi.Input[_builtins.str] interface_description: Interface description
|
|
4652
4902
|
: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
|
|
4903
|
+
:param pulumi.Input[_builtins.int] interface_downstream_bandwidth_capacity: Interface downstream bandwidth capacity, in kbps
|
|
4904
|
+
- Range: `1`-`2147483647`
|
|
4654
4905
|
: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
|
|
4906
|
+
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <68...2000>, in bytes
|
|
4907
|
+
- Range: `68`-`2000`
|
|
4908
|
+
- Default value: `1500`
|
|
4656
4909
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
4657
4910
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgs', 'VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgsDict']]]] ipv4_access_lists: Apply ACL
|
|
4658
4911
|
:param pulumi.Input[_builtins.str] ipv4_address: Assign IPv4 address
|
|
@@ -4661,98 +4914,139 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4661
4914
|
:param pulumi.Input[_builtins.str] ipv6_address: Assign IPv6 address
|
|
4662
4915
|
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
4663
4916
|
: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
|
-
|
|
4917
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
4918
|
+
- Default value: `false`
|
|
4919
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos_aggregator: Per-tunnel QoS Aggregator
|
|
4920
|
+
- Default value: `false`
|
|
4666
4921
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_aggregator_variable: Variable name
|
|
4667
4922
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_variable: Variable name
|
|
4668
|
-
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
4923
|
+
:param pulumi.Input[_builtins.bool] pmtu_discovery: Path MTU Discovery
|
|
4924
|
+
- Default value: `false`
|
|
4669
4925
|
:param pulumi.Input[_builtins.str] pmtu_discovery_variable: Variable name
|
|
4670
4926
|
:param pulumi.Input[_builtins.str] qos_map: Name of QoS map
|
|
4671
4927
|
:param pulumi.Input[_builtins.str] qos_map_variable: Variable name
|
|
4672
4928
|
:param pulumi.Input[_builtins.str] qos_map_vpn: Name of VPN QoS map
|
|
4673
4929
|
:param pulumi.Input[_builtins.str] qos_map_vpn_variable: Variable name
|
|
4674
|
-
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
4930
|
+
:param pulumi.Input[_builtins.str] secondary_region: Enable secondary region
|
|
4931
|
+
- Choices: `off`, `secondary-only`, `secondary-shared`
|
|
4932
|
+
- Default value: `off`
|
|
4675
4933
|
:param pulumi.Input[_builtins.str] secondary_region_variable: Variable name
|
|
4676
4934
|
: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
4935
|
:param pulumi.Input[_builtins.str] serial_interface_name_variable: Variable name
|
|
4678
|
-
:param pulumi.Input[_builtins.int] shaping_rate: 1ge
|
|
4936
|
+
:param pulumi.Input[_builtins.int] shaping_rate: 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
4937
|
+
- Range: `8`-`100000000`
|
|
4679
4938
|
:param pulumi.Input[_builtins.str] shaping_rate_variable: Variable name
|
|
4680
|
-
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
4939
|
+
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
4940
|
+
- Default value: `true`
|
|
4681
4941
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
4682
|
-
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
4942
|
+
:param pulumi.Input[_builtins.int] static_ingress_qos: Static ingress QoS for the port
|
|
4943
|
+
- Range: `0`-`7`
|
|
4683
4944
|
: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
|
|
4945
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
4946
|
+
- Range: `552`-`1960`
|
|
4685
4947
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
4686
4948
|
:param pulumi.Input[_builtins.str] template_type: The template type
|
|
4687
4949
|
:param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
|
|
4688
4950
|
: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
|
|
4951
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
4952
|
+
- Default value: `false`
|
|
4690
4953
|
: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
|
|
4954
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
4955
|
+
- Default value: `false`
|
|
4692
4956
|
: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
|
|
4957
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
4958
|
+
- Default value: `true`
|
|
4694
4959
|
: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
|
|
4960
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
4961
|
+
- Default value: `true`
|
|
4696
4962
|
: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
|
|
4963
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
4964
|
+
- Default value: `true`
|
|
4698
4965
|
: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
|
|
4966
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
4967
|
+
- Default value: `true`
|
|
4700
4968
|
: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
|
|
4969
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
4970
|
+
- Default value: `false`
|
|
4702
4971
|
: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
|
|
4972
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
4973
|
+
- Default value: `false`
|
|
4704
4974
|
: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
|
|
4975
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
4976
|
+
- Default value: `false`
|
|
4706
4977
|
: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
|
|
4978
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
4979
|
+
- Default value: `false`
|
|
4708
4980
|
: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
|
|
4981
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
4982
|
+
- Default value: `false`
|
|
4710
4983
|
: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
|
|
4984
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
4985
|
+
- Default value: `false`
|
|
4712
4986
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_stun_variable: Variable name
|
|
4713
4987
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface
|
|
4714
4988
|
: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
|
|
4989
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
4990
|
+
- Default value: `false`
|
|
4716
4991
|
: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
|
-
|
|
4992
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
4993
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
4994
|
+
- Default value: `default`
|
|
4719
4995
|
: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)
|
|
4996
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
4997
|
+
- Default value: `false`
|
|
4721
4998
|
: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
|
-
|
|
4999
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
5000
|
+
- 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`
|
|
5001
|
+
- Default value: `default`
|
|
4725
5002
|
: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
|
|
5003
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_control_connections: Set the maximum number of control connections for this TLOC
|
|
5004
|
+
- Range: `0`-`8`
|
|
4727
5005
|
:param pulumi.Input[_builtins.str] tunnel_interface_control_connections_variable: Variable name
|
|
4728
5006
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgs', 'VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgsDict']]]] tunnel_interface_encapsulations: Encapsulation for TLOC
|
|
4729
5007
|
:param pulumi.Input[_builtins.str] tunnel_interface_exclude_controller_group_list_variable: Variable name
|
|
4730
5008
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list
|
|
4731
5009
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_groups: List of groups
|
|
4732
5010
|
: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
|
|
5011
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
5012
|
+
- Range: `100`-`600000`
|
|
5013
|
+
- Default value: `1000`
|
|
4734
5014
|
: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
|
|
5015
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
5016
|
+
- Range: `12`-`6000`
|
|
5017
|
+
- Default value: `12`
|
|
4736
5018
|
: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
|
|
5019
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
5020
|
+
- Default value: `false`
|
|
4738
5021
|
: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
|
|
5022
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
5023
|
+
- Default value: `false`
|
|
4740
5024
|
: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
|
|
5025
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
5026
|
+
- Range: `1`-`60`
|
|
5027
|
+
- Default value: `5`
|
|
4742
5028
|
: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)
|
|
5029
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
5030
|
+
- Default value: `false`
|
|
4744
5031
|
: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
|
|
5032
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
5033
|
+
- Default value: `true`
|
|
4746
5034
|
: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
|
|
5035
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_restrict: Restrict this TLOC behavior
|
|
5036
|
+
- Default value: `false`
|
|
4748
5037
|
: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
|
|
5038
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
5039
|
+
- Range: `500`-`1460`
|
|
4750
5040
|
: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
|
|
5041
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
5042
|
+
- Default value: `false`
|
|
4752
5043
|
: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>
|
|
5044
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
5045
|
+
- Range: `0`-`8`
|
|
5046
|
+
- Default value: `5`
|
|
4754
5047
|
: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
|
|
5048
|
+
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
5049
|
+
- Choices: `spoke`
|
|
4756
5050
|
:param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name
|
|
4757
5051
|
:param pulumi.Input[_builtins.int] version: The version of the feature template
|
|
4758
5052
|
:param pulumi.Input[_builtins.str] write_rule: Name of rewrite rule
|
|
@@ -4890,7 +5184,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4890
5184
|
@pulumi.getter
|
|
4891
5185
|
def autonegotiate(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4892
5186
|
"""
|
|
4893
|
-
Link autonegotiation
|
|
5187
|
+
Link autonegotiation
|
|
5188
|
+
- Default value: `true`
|
|
4894
5189
|
"""
|
|
4895
5190
|
return pulumi.get(self, "autonegotiate")
|
|
4896
5191
|
|
|
@@ -4906,7 +5201,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4906
5201
|
@pulumi.getter(name="clearDontFragmentBit")
|
|
4907
5202
|
def clear_dont_fragment_bit(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4908
5203
|
"""
|
|
4909
|
-
Clear don't fragment bit
|
|
5204
|
+
Clear don't fragment bit
|
|
5205
|
+
- Default value: `false`
|
|
4910
5206
|
"""
|
|
4911
5207
|
return pulumi.get(self, "clear_dont_fragment_bit")
|
|
4912
5208
|
|
|
@@ -4922,9 +5218,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4922
5218
|
@pulumi.getter(name="clockRate")
|
|
4923
5219
|
def clock_rate(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4924
5220
|
"""
|
|
4925
|
-
Set preference for interface Clock speed
|
|
4926
|
-
|
|
4927
|
-
`256000`, `384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
5221
|
+
Set preference for interface Clock speed
|
|
5222
|
+
- 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
5223
|
"""
|
|
4929
5224
|
return pulumi.get(self, "clock_rate")
|
|
4930
5225
|
|
|
@@ -4940,7 +5235,9 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4940
5235
|
@pulumi.getter(name="coreRegion")
|
|
4941
5236
|
def core_region(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4942
5237
|
"""
|
|
4943
|
-
Enable core region
|
|
5238
|
+
Enable core region
|
|
5239
|
+
- Choices: `core`, `core-shared`
|
|
5240
|
+
- Default value: `core`
|
|
4944
5241
|
"""
|
|
4945
5242
|
return pulumi.get(self, "core_region")
|
|
4946
5243
|
|
|
@@ -4964,9 +5261,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4964
5261
|
@pulumi.getter(name="deviceTypes")
|
|
4965
5262
|
def device_types(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
|
4966
5263
|
"""
|
|
4967
|
-
List of supported device types
|
|
4968
|
-
|
|
4969
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
5264
|
+
List of supported device types
|
|
5265
|
+
- 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
5266
|
"""
|
|
4971
5267
|
return pulumi.get(self, "device_types")
|
|
4972
5268
|
|
|
@@ -4974,7 +5270,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4974
5270
|
@pulumi.getter(name="enableCoreRegion")
|
|
4975
5271
|
def enable_core_region(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4976
5272
|
"""
|
|
4977
|
-
Enable core region
|
|
5273
|
+
Enable core region
|
|
5274
|
+
- Default value: `false`
|
|
4978
5275
|
"""
|
|
4979
5276
|
return pulumi.get(self, "enable_core_region")
|
|
4980
5277
|
|
|
@@ -4990,7 +5287,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
4990
5287
|
@pulumi.getter
|
|
4991
5288
|
def encapsulation(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4992
5289
|
"""
|
|
4993
|
-
Configure Encapsulation for interface
|
|
5290
|
+
Configure Encapsulation for interface
|
|
5291
|
+
- Choices: `hdlc`, `ppp`, `frame-relay`
|
|
4994
5292
|
"""
|
|
4995
5293
|
return pulumi.get(self, "encapsulation")
|
|
4996
5294
|
|
|
@@ -5006,7 +5304,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5006
5304
|
@pulumi.getter(name="interfaceBandwidthCapacity")
|
|
5007
5305
|
def interface_bandwidth_capacity(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5008
5306
|
"""
|
|
5009
|
-
Interface bandwidth capacity, in kbps
|
|
5307
|
+
Interface bandwidth capacity, in kbps
|
|
5308
|
+
- Range: `1`-`128`
|
|
5010
5309
|
"""
|
|
5011
5310
|
return pulumi.get(self, "interface_bandwidth_capacity")
|
|
5012
5311
|
|
|
@@ -5038,7 +5337,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5038
5337
|
@pulumi.getter(name="interfaceDownstreamBandwidthCapacity")
|
|
5039
5338
|
def interface_downstream_bandwidth_capacity(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5040
5339
|
"""
|
|
5041
|
-
Interface downstream bandwidth capacity, in kbps
|
|
5340
|
+
Interface downstream bandwidth capacity, in kbps
|
|
5341
|
+
- Range: `1`-`2147483647`
|
|
5042
5342
|
"""
|
|
5043
5343
|
return pulumi.get(self, "interface_downstream_bandwidth_capacity")
|
|
5044
5344
|
|
|
@@ -5054,7 +5354,9 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5054
5354
|
@pulumi.getter(name="ipMtu")
|
|
5055
5355
|
def ip_mtu(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5056
5356
|
"""
|
|
5057
|
-
Interface MTU <68...2000>, in bytes
|
|
5357
|
+
Interface MTU <68...2000>, in bytes
|
|
5358
|
+
- Range: `68`-`2000`
|
|
5359
|
+
- Default value: `1500`
|
|
5058
5360
|
"""
|
|
5059
5361
|
return pulumi.get(self, "ip_mtu")
|
|
5060
5362
|
|
|
@@ -5126,7 +5428,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5126
5428
|
@pulumi.getter(name="perTunnelQos")
|
|
5127
5429
|
def per_tunnel_qos(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5128
5430
|
"""
|
|
5129
|
-
Per-tunnel Qos
|
|
5431
|
+
Per-tunnel Qos
|
|
5432
|
+
- Default value: `false`
|
|
5130
5433
|
"""
|
|
5131
5434
|
return pulumi.get(self, "per_tunnel_qos")
|
|
5132
5435
|
|
|
@@ -5134,7 +5437,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5134
5437
|
@pulumi.getter(name="perTunnelQosAggregator")
|
|
5135
5438
|
def per_tunnel_qos_aggregator(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5136
5439
|
"""
|
|
5137
|
-
Per-tunnel QoS Aggregator
|
|
5440
|
+
Per-tunnel QoS Aggregator
|
|
5441
|
+
- Default value: `false`
|
|
5138
5442
|
"""
|
|
5139
5443
|
return pulumi.get(self, "per_tunnel_qos_aggregator")
|
|
5140
5444
|
|
|
@@ -5158,7 +5462,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5158
5462
|
@pulumi.getter(name="pmtuDiscovery")
|
|
5159
5463
|
def pmtu_discovery(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5160
5464
|
"""
|
|
5161
|
-
Path MTU Discovery
|
|
5465
|
+
Path MTU Discovery
|
|
5466
|
+
- Default value: `false`
|
|
5162
5467
|
"""
|
|
5163
5468
|
return pulumi.get(self, "pmtu_discovery")
|
|
5164
5469
|
|
|
@@ -5206,7 +5511,9 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5206
5511
|
@pulumi.getter(name="secondaryRegion")
|
|
5207
5512
|
def secondary_region(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
5208
5513
|
"""
|
|
5209
|
-
Enable secondary region
|
|
5514
|
+
Enable secondary region
|
|
5515
|
+
- Choices: `off`, `secondary-only`, `secondary-shared`
|
|
5516
|
+
- Default value: `off`
|
|
5210
5517
|
"""
|
|
5211
5518
|
return pulumi.get(self, "secondary_region")
|
|
5212
5519
|
|
|
@@ -5238,7 +5545,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5238
5545
|
@pulumi.getter(name="shapingRate")
|
|
5239
5546
|
def shaping_rate(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5240
5547
|
"""
|
|
5241
|
-
1ge
|
|
5548
|
+
1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
5549
|
+
- Range: `8`-`100000000`
|
|
5242
5550
|
"""
|
|
5243
5551
|
return pulumi.get(self, "shaping_rate")
|
|
5244
5552
|
|
|
@@ -5254,7 +5562,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5254
5562
|
@pulumi.getter
|
|
5255
5563
|
def shutdown(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5256
5564
|
"""
|
|
5257
|
-
Administrative state
|
|
5565
|
+
Administrative state
|
|
5566
|
+
- Default value: `true`
|
|
5258
5567
|
"""
|
|
5259
5568
|
return pulumi.get(self, "shutdown")
|
|
5260
5569
|
|
|
@@ -5270,7 +5579,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5270
5579
|
@pulumi.getter(name="staticIngressQos")
|
|
5271
5580
|
def static_ingress_qos(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5272
5581
|
"""
|
|
5273
|
-
Static ingress QoS for the port
|
|
5582
|
+
Static ingress QoS for the port
|
|
5583
|
+
- Range: `0`-`7`
|
|
5274
5584
|
"""
|
|
5275
5585
|
return pulumi.get(self, "static_ingress_qos")
|
|
5276
5586
|
|
|
@@ -5286,7 +5596,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5286
5596
|
@pulumi.getter(name="tcpMss")
|
|
5287
5597
|
def tcp_mss(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5288
5598
|
"""
|
|
5289
|
-
TCP MSS on SYN packets, in bytes
|
|
5599
|
+
TCP MSS on SYN packets, in bytes
|
|
5600
|
+
- Range: `552`-`1960`
|
|
5290
5601
|
"""
|
|
5291
5602
|
return pulumi.get(self, "tcp_mss")
|
|
5292
5603
|
|
|
@@ -5326,7 +5637,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5326
5637
|
@pulumi.getter(name="tunnelInterfaceAllowAll")
|
|
5327
5638
|
def tunnel_interface_allow_all(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5328
5639
|
"""
|
|
5329
|
-
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
5640
|
+
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
5641
|
+
- Default value: `false`
|
|
5330
5642
|
"""
|
|
5331
5643
|
return pulumi.get(self, "tunnel_interface_allow_all")
|
|
5332
5644
|
|
|
@@ -5342,7 +5654,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5342
5654
|
@pulumi.getter(name="tunnelInterfaceAllowBgp")
|
|
5343
5655
|
def tunnel_interface_allow_bgp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5344
5656
|
"""
|
|
5345
|
-
Allow/deny BGP
|
|
5657
|
+
Allow/deny BGP
|
|
5658
|
+
- Default value: `false`
|
|
5346
5659
|
"""
|
|
5347
5660
|
return pulumi.get(self, "tunnel_interface_allow_bgp")
|
|
5348
5661
|
|
|
@@ -5358,7 +5671,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5358
5671
|
@pulumi.getter(name="tunnelInterfaceAllowDhcp")
|
|
5359
5672
|
def tunnel_interface_allow_dhcp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5360
5673
|
"""
|
|
5361
|
-
Allow/Deny DHCP
|
|
5674
|
+
Allow/Deny DHCP
|
|
5675
|
+
- Default value: `true`
|
|
5362
5676
|
"""
|
|
5363
5677
|
return pulumi.get(self, "tunnel_interface_allow_dhcp")
|
|
5364
5678
|
|
|
@@ -5374,7 +5688,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5374
5688
|
@pulumi.getter(name="tunnelInterfaceAllowDns")
|
|
5375
5689
|
def tunnel_interface_allow_dns(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5376
5690
|
"""
|
|
5377
|
-
Allow/Deny DNS
|
|
5691
|
+
Allow/Deny DNS
|
|
5692
|
+
- Default value: `true`
|
|
5378
5693
|
"""
|
|
5379
5694
|
return pulumi.get(self, "tunnel_interface_allow_dns")
|
|
5380
5695
|
|
|
@@ -5390,7 +5705,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5390
5705
|
@pulumi.getter(name="tunnelInterfaceAllowHttps")
|
|
5391
5706
|
def tunnel_interface_allow_https(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5392
5707
|
"""
|
|
5393
|
-
Allow/Deny Https
|
|
5708
|
+
Allow/Deny Https
|
|
5709
|
+
- Default value: `true`
|
|
5394
5710
|
"""
|
|
5395
5711
|
return pulumi.get(self, "tunnel_interface_allow_https")
|
|
5396
5712
|
|
|
@@ -5406,7 +5722,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5406
5722
|
@pulumi.getter(name="tunnelInterfaceAllowIcmp")
|
|
5407
5723
|
def tunnel_interface_allow_icmp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5408
5724
|
"""
|
|
5409
|
-
Allow/Deny ICMP
|
|
5725
|
+
Allow/Deny ICMP
|
|
5726
|
+
- Default value: `true`
|
|
5410
5727
|
"""
|
|
5411
5728
|
return pulumi.get(self, "tunnel_interface_allow_icmp")
|
|
5412
5729
|
|
|
@@ -5422,7 +5739,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5422
5739
|
@pulumi.getter(name="tunnelInterfaceAllowNetconf")
|
|
5423
5740
|
def tunnel_interface_allow_netconf(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5424
5741
|
"""
|
|
5425
|
-
Allow/Deny NETCONF
|
|
5742
|
+
Allow/Deny NETCONF
|
|
5743
|
+
- Default value: `false`
|
|
5426
5744
|
"""
|
|
5427
5745
|
return pulumi.get(self, "tunnel_interface_allow_netconf")
|
|
5428
5746
|
|
|
@@ -5438,7 +5756,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5438
5756
|
@pulumi.getter(name="tunnelInterfaceAllowNtp")
|
|
5439
5757
|
def tunnel_interface_allow_ntp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5440
5758
|
"""
|
|
5441
|
-
Allow/Deny NTP
|
|
5759
|
+
Allow/Deny NTP
|
|
5760
|
+
- Default value: `false`
|
|
5442
5761
|
"""
|
|
5443
5762
|
return pulumi.get(self, "tunnel_interface_allow_ntp")
|
|
5444
5763
|
|
|
@@ -5454,7 +5773,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5454
5773
|
@pulumi.getter(name="tunnelInterfaceAllowOspf")
|
|
5455
5774
|
def tunnel_interface_allow_ospf(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5456
5775
|
"""
|
|
5457
|
-
Allow/Deny OSPF
|
|
5776
|
+
Allow/Deny OSPF
|
|
5777
|
+
- Default value: `false`
|
|
5458
5778
|
"""
|
|
5459
5779
|
return pulumi.get(self, "tunnel_interface_allow_ospf")
|
|
5460
5780
|
|
|
@@ -5470,7 +5790,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5470
5790
|
@pulumi.getter(name="tunnelInterfaceAllowSnmp")
|
|
5471
5791
|
def tunnel_interface_allow_snmp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5472
5792
|
"""
|
|
5473
|
-
Allow/Deny SNMP
|
|
5793
|
+
Allow/Deny SNMP
|
|
5794
|
+
- Default value: `false`
|
|
5474
5795
|
"""
|
|
5475
5796
|
return pulumi.get(self, "tunnel_interface_allow_snmp")
|
|
5476
5797
|
|
|
@@ -5486,7 +5807,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5486
5807
|
@pulumi.getter(name="tunnelInterfaceAllowSsh")
|
|
5487
5808
|
def tunnel_interface_allow_ssh(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5488
5809
|
"""
|
|
5489
|
-
Allow/Deny SSH
|
|
5810
|
+
Allow/Deny SSH
|
|
5811
|
+
- Default value: `false`
|
|
5490
5812
|
"""
|
|
5491
5813
|
return pulumi.get(self, "tunnel_interface_allow_ssh")
|
|
5492
5814
|
|
|
@@ -5502,7 +5824,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5502
5824
|
@pulumi.getter(name="tunnelInterfaceAllowStun")
|
|
5503
5825
|
def tunnel_interface_allow_stun(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5504
5826
|
"""
|
|
5505
|
-
Allow/Deny STUN
|
|
5827
|
+
Allow/Deny STUN
|
|
5828
|
+
- Default value: `false`
|
|
5506
5829
|
"""
|
|
5507
5830
|
return pulumi.get(self, "tunnel_interface_allow_stun")
|
|
5508
5831
|
|
|
@@ -5534,7 +5857,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5534
5857
|
@pulumi.getter(name="tunnelInterfaceBorder")
|
|
5535
5858
|
def tunnel_interface_border(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5536
5859
|
"""
|
|
5537
|
-
Set TLOC as border TLOC
|
|
5860
|
+
Set TLOC as border TLOC
|
|
5861
|
+
- Default value: `false`
|
|
5538
5862
|
"""
|
|
5539
5863
|
return pulumi.get(self, "tunnel_interface_border")
|
|
5540
5864
|
|
|
@@ -5550,8 +5874,9 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5550
5874
|
@pulumi.getter(name="tunnelInterfaceCarrier")
|
|
5551
5875
|
def tunnel_interface_carrier(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
5552
5876
|
"""
|
|
5553
|
-
Set carrier for TLOC
|
|
5554
|
-
|
|
5877
|
+
Set carrier for TLOC
|
|
5878
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
5879
|
+
- Default value: `default`
|
|
5555
5880
|
"""
|
|
5556
5881
|
return pulumi.get(self, "tunnel_interface_carrier")
|
|
5557
5882
|
|
|
@@ -5567,7 +5892,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5567
5892
|
@pulumi.getter(name="tunnelInterfaceClearDontFragment")
|
|
5568
5893
|
def tunnel_interface_clear_dont_fragment(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5569
5894
|
"""
|
|
5570
|
-
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
5895
|
+
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
5896
|
+
- Default value: `false`
|
|
5571
5897
|
"""
|
|
5572
5898
|
return pulumi.get(self, "tunnel_interface_clear_dont_fragment")
|
|
5573
5899
|
|
|
@@ -5583,9 +5909,9 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5583
5909
|
@pulumi.getter(name="tunnelInterfaceColor")
|
|
5584
5910
|
def tunnel_interface_color(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
5585
5911
|
"""
|
|
5586
|
-
Set color for TLOC
|
|
5587
|
-
|
|
5588
|
-
|
|
5912
|
+
Set color for TLOC
|
|
5913
|
+
- 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`
|
|
5914
|
+
- Default value: `default`
|
|
5589
5915
|
"""
|
|
5590
5916
|
return pulumi.get(self, "tunnel_interface_color")
|
|
5591
5917
|
|
|
@@ -5601,7 +5927,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5601
5927
|
@pulumi.getter(name="tunnelInterfaceControlConnections")
|
|
5602
5928
|
def tunnel_interface_control_connections(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5603
5929
|
"""
|
|
5604
|
-
Set the maximum number of control connections for this TLOC
|
|
5930
|
+
Set the maximum number of control connections for this TLOC
|
|
5931
|
+
- Range: `0`-`8`
|
|
5605
5932
|
"""
|
|
5606
5933
|
return pulumi.get(self, "tunnel_interface_control_connections")
|
|
5607
5934
|
|
|
@@ -5657,7 +5984,9 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5657
5984
|
@pulumi.getter(name="tunnelInterfaceHelloInterval")
|
|
5658
5985
|
def tunnel_interface_hello_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5659
5986
|
"""
|
|
5660
|
-
Set time period of control hello packets <100..600000> milli seconds
|
|
5987
|
+
Set time period of control hello packets <100..600000> milli seconds
|
|
5988
|
+
- Range: `100`-`600000`
|
|
5989
|
+
- Default value: `1000`
|
|
5661
5990
|
"""
|
|
5662
5991
|
return pulumi.get(self, "tunnel_interface_hello_interval")
|
|
5663
5992
|
|
|
@@ -5673,7 +6002,9 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5673
6002
|
@pulumi.getter(name="tunnelInterfaceHelloTolerance")
|
|
5674
6003
|
def tunnel_interface_hello_tolerance(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5675
6004
|
"""
|
|
5676
|
-
Set tolerance of control hello packets <12..6000> seconds
|
|
6005
|
+
Set tolerance of control hello packets <12..6000> seconds
|
|
6006
|
+
- Range: `12`-`6000`
|
|
6007
|
+
- Default value: `12`
|
|
5677
6008
|
"""
|
|
5678
6009
|
return pulumi.get(self, "tunnel_interface_hello_tolerance")
|
|
5679
6010
|
|
|
@@ -5689,7 +6020,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5689
6020
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuit")
|
|
5690
6021
|
def tunnel_interface_last_resort_circuit(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5691
6022
|
"""
|
|
5692
|
-
Set TLOC as last resort
|
|
6023
|
+
Set TLOC as last resort
|
|
6024
|
+
- Default value: `false`
|
|
5693
6025
|
"""
|
|
5694
6026
|
return pulumi.get(self, "tunnel_interface_last_resort_circuit")
|
|
5695
6027
|
|
|
@@ -5705,7 +6037,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5705
6037
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
|
|
5706
6038
|
def tunnel_interface_low_bandwidth_link(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5707
6039
|
"""
|
|
5708
|
-
Set the interface as a low-bandwidth circuit
|
|
6040
|
+
Set the interface as a low-bandwidth circuit
|
|
6041
|
+
- Default value: `false`
|
|
5709
6042
|
"""
|
|
5710
6043
|
return pulumi.get(self, "tunnel_interface_low_bandwidth_link")
|
|
5711
6044
|
|
|
@@ -5721,7 +6054,9 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5721
6054
|
@pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
|
|
5722
6055
|
def tunnel_interface_nat_refresh_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5723
6056
|
"""
|
|
5724
|
-
Set time period of nat refresh packets <1...60> seconds
|
|
6057
|
+
Set time period of nat refresh packets <1...60> seconds
|
|
6058
|
+
- Range: `1`-`60`
|
|
6059
|
+
- Default value: `5`
|
|
5725
6060
|
"""
|
|
5726
6061
|
return pulumi.get(self, "tunnel_interface_nat_refresh_interval")
|
|
5727
6062
|
|
|
@@ -5737,7 +6072,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5737
6072
|
@pulumi.getter(name="tunnelInterfaceNetworkBroadcast")
|
|
5738
6073
|
def tunnel_interface_network_broadcast(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5739
6074
|
"""
|
|
5740
|
-
Accept and respond to network-prefix-directed broadcasts)
|
|
6075
|
+
Accept and respond to network-prefix-directed broadcasts)
|
|
6076
|
+
- Default value: `false`
|
|
5741
6077
|
"""
|
|
5742
6078
|
return pulumi.get(self, "tunnel_interface_network_broadcast")
|
|
5743
6079
|
|
|
@@ -5753,7 +6089,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5753
6089
|
@pulumi.getter(name="tunnelInterfacePortHop")
|
|
5754
6090
|
def tunnel_interface_port_hop(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5755
6091
|
"""
|
|
5756
|
-
Disallow port hopping on the tunnel interface
|
|
6092
|
+
Disallow port hopping on the tunnel interface
|
|
6093
|
+
- Default value: `true`
|
|
5757
6094
|
"""
|
|
5758
6095
|
return pulumi.get(self, "tunnel_interface_port_hop")
|
|
5759
6096
|
|
|
@@ -5769,7 +6106,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5769
6106
|
@pulumi.getter(name="tunnelInterfaceRestrict")
|
|
5770
6107
|
def tunnel_interface_restrict(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5771
6108
|
"""
|
|
5772
|
-
Restrict this TLOC behavior
|
|
6109
|
+
Restrict this TLOC behavior
|
|
6110
|
+
- Default value: `false`
|
|
5773
6111
|
"""
|
|
5774
6112
|
return pulumi.get(self, "tunnel_interface_restrict")
|
|
5775
6113
|
|
|
@@ -5785,7 +6123,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5785
6123
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
|
|
5786
6124
|
def tunnel_interface_tunnel_tcp_mss(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5787
6125
|
"""
|
|
5788
|
-
Tunnel TCP MSS on SYN packets, in bytes
|
|
6126
|
+
Tunnel TCP MSS on SYN packets, in bytes
|
|
6127
|
+
- Range: `500`-`1460`
|
|
5789
6128
|
"""
|
|
5790
6129
|
return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss")
|
|
5791
6130
|
|
|
@@ -5801,7 +6140,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5801
6140
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
|
|
5802
6141
|
def tunnel_interface_vbond_as_stun_server(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5803
6142
|
"""
|
|
5804
|
-
Put this wan interface in STUN mode only
|
|
6143
|
+
Put this wan interface in STUN mode only
|
|
6144
|
+
- Default value: `false`
|
|
5805
6145
|
"""
|
|
5806
6146
|
return pulumi.get(self, "tunnel_interface_vbond_as_stun_server")
|
|
5807
6147
|
|
|
@@ -5817,7 +6157,9 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5817
6157
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
|
|
5818
6158
|
def tunnel_interface_vmanage_connection_preference(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5819
6159
|
"""
|
|
5820
|
-
Set interface preference for control connection to vManage <0..8>
|
|
6160
|
+
Set interface preference for control connection to vManage <0..8>
|
|
6161
|
+
- Range: `0`-`8`
|
|
6162
|
+
- Default value: `5`
|
|
5821
6163
|
"""
|
|
5822
6164
|
return pulumi.get(self, "tunnel_interface_vmanage_connection_preference")
|
|
5823
6165
|
|
|
@@ -5833,7 +6175,8 @@ class VpnInterfaceT1E1SerialFeatureTemplate(pulumi.CustomResource):
|
|
|
5833
6175
|
@pulumi.getter(name="tunnelQosMode")
|
|
5834
6176
|
def tunnel_qos_mode(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
5835
6177
|
"""
|
|
5836
|
-
Set tunnel QoS mode
|
|
6178
|
+
Set tunnel QoS mode
|
|
6179
|
+
- Choices: `spoke`
|
|
5837
6180
|
"""
|
|
5838
6181
|
return pulumi.get(self, "tunnel_qos_mode")
|
|
5839
6182
|
|