pulumi-sdwan 0.4.1__py3-none-any.whl → 0.5.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/_inputs.py +125 -45
- pulumi_sdwan/activate_centralized_policy.py +4 -0
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +14 -7
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +91 -42
- pulumi_sdwan/application_aware_routing_policy_definition.py +4 -0
- pulumi_sdwan/application_priority_qos_policy.py +52 -48
- pulumi_sdwan/application_priority_traffic_policy_policy.py +4 -0
- pulumi_sdwan/as_path_list_policy_object.py +4 -0
- pulumi_sdwan/attach_feature_device_template.py +4 -0
- pulumi_sdwan/cedge_aaa_feature_template.py +151 -77
- pulumi_sdwan/cedge_global_feature_template.py +336 -175
- pulumi_sdwan/cedge_igmp_feature_template.py +18 -21
- pulumi_sdwan/cedge_multicast_feature_template.py +56 -42
- pulumi_sdwan/cedge_pim_feature_template.py +88 -56
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +70 -42
- pulumi_sdwan/cellular_controller_feature_template.py +74 -49
- pulumi_sdwan/cellular_profile_feature_template.py +63 -42
- pulumi_sdwan/cflowd_policy_definition.py +74 -35
- pulumi_sdwan/cisco_banner_feature_template.py +14 -21
- pulumi_sdwan/cisco_bfd_feature_template.py +81 -49
- pulumi_sdwan/cisco_bgp_feature_template.py +235 -112
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +53 -35
- pulumi_sdwan/cisco_logging_feature_template.py +74 -42
- pulumi_sdwan/cisco_ntp_feature_template.py +46 -35
- pulumi_sdwan/cisco_omp_feature_template.py +235 -112
- pulumi_sdwan/cisco_ospf_feature_template.py +235 -105
- pulumi_sdwan/cisco_ospfv3_feature_template.py +522 -217
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +39 -28
- pulumi_sdwan/cisco_security_feature_template.py +95 -56
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +28 -28
- pulumi_sdwan/cisco_snmp_feature_template.py +32 -28
- pulumi_sdwan/cisco_system_feature_template.py +473 -742
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +18 -21
- pulumi_sdwan/cisco_trustsec_feature_template.py +207 -112
- pulumi_sdwan/cisco_vpn_feature_template.py +102 -56
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +1215 -602
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +109 -70
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +329 -161
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +102 -98
- pulumi_sdwan/class_map_policy_object.py +14 -7
- pulumi_sdwan/cli_device_template.py +14 -7
- pulumi_sdwan/cli_template_feature_template.py +14 -21
- pulumi_sdwan/config/__init__.pyi +5 -0
- pulumi_sdwan/config/vars.py +7 -0
- pulumi_sdwan/configuration_group.py +28 -14
- pulumi_sdwan/custom_control_topology_policy_definition.py +18 -7
- pulumi_sdwan/eigrp_feature_template.py +102 -56
- pulumi_sdwan/feature_device_template.py +14 -7
- pulumi_sdwan/get_application_priority_qos_policy.py +15 -15
- pulumi_sdwan/get_security_policy.py +18 -18
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +29 -29
- pulumi_sdwan/gps_feature_template.py +77 -49
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +4 -0
- pulumi_sdwan/intrusion_prevention_policy_definition.py +60 -28
- pulumi_sdwan/ips_signature_list_policy_object.py +4 -0
- pulumi_sdwan/ipv4_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv6_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +18 -7
- pulumi_sdwan/localized_policy.py +112 -56
- pulumi_sdwan/mesh_topology_policy_definition.py +4 -0
- pulumi_sdwan/other_thousandeyes_feature.py +4 -0
- pulumi_sdwan/other_ucse_feature.py +102 -56
- pulumi_sdwan/outputs.py +162 -69
- pulumi_sdwan/policer_policy_object.py +42 -21
- pulumi_sdwan/policy_group.py +14 -7
- pulumi_sdwan/policy_object_app_probe_class.py +4 -0
- pulumi_sdwan/policy_object_as_path_list.py +18 -7
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_extended_community_list.py +4 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_mirror.py +4 -0
- pulumi_sdwan/policy_object_policer.py +4 -0
- pulumi_sdwan/policy_object_preferred_color_group.py +4 -0
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_security_geolocation_list.py +7 -7
- pulumi_sdwan/policy_object_security_ips_signature.py +4 -0
- pulumi_sdwan/policy_object_security_local_domain_list.py +4 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +4 -0
- pulumi_sdwan/policy_object_sla_class_list.py +4 -0
- pulumi_sdwan/policy_object_standard_community_list.py +4 -0
- pulumi_sdwan/policy_object_tloc_list.py +4 -0
- pulumi_sdwan/port_list_policy_object.py +2 -2
- pulumi_sdwan/preferred_color_group_policy_object.py +42 -21
- pulumi_sdwan/provider.py +20 -0
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +4 -0
- pulumi_sdwan/region_list_policy_object.py +4 -0
- pulumi_sdwan/rewrite_rule_policy_definition.py +4 -0
- pulumi_sdwan/route_policy_definition.py +18 -7
- pulumi_sdwan/rule_set_policy_definition.py +4 -0
- pulumi_sdwan/security_app_hosting_feature_template.py +18 -21
- pulumi_sdwan/security_policy.py +207 -133
- pulumi_sdwan/service_dhcp_server_feature.py +53 -49
- pulumi_sdwan/service_ipv4_acl_feature.py +25 -7
- pulumi_sdwan/service_ipv6_acl_feature.py +25 -7
- pulumi_sdwan/service_lan_vpn_feature.py +67 -28
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +588 -374
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +84 -70
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +329 -245
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +151 -91
- pulumi_sdwan/service_multicast_feature.py +95 -42
- pulumi_sdwan/service_object_tracker_feature.py +63 -56
- pulumi_sdwan/service_object_tracker_group_feature.py +39 -14
- pulumi_sdwan/service_route_policy_feature.py +25 -7
- pulumi_sdwan/service_routing_bgp_feature.py +291 -133
- pulumi_sdwan/service_routing_eigrp_feature.py +88 -35
- pulumi_sdwan/service_routing_ospf_feature.py +221 -84
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +242 -91
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +242 -91
- pulumi_sdwan/service_switchport_feature.py +25 -7
- pulumi_sdwan/service_tracker_feature.py +105 -35
- pulumi_sdwan/service_tracker_group_feature.py +25 -7
- pulumi_sdwan/service_wireless_lan_feature.py +67 -126
- pulumi_sdwan/site_list_policy_object.py +4 -0
- pulumi_sdwan/sla_class_policy_object.py +91 -63
- pulumi_sdwan/switchport_feature_template.py +95 -49
- pulumi_sdwan/system_aaa_feature.py +60 -28
- pulumi_sdwan/system_basic_feature.py +396 -693
- pulumi_sdwan/system_bfd_feature.py +46 -21
- pulumi_sdwan/system_flexible_port_speed_feature.py +21 -21
- pulumi_sdwan/system_global_feature.py +322 -154
- pulumi_sdwan/system_ipv4_device_access_feature.py +25 -7
- pulumi_sdwan/system_ipv6_device_access_feature.py +25 -7
- pulumi_sdwan/system_logging_feature.py +60 -21
- pulumi_sdwan/system_mrf_feature.py +70 -35
- pulumi_sdwan/system_ntp_feature.py +32 -14
- pulumi_sdwan/system_omp_feature.py +441 -196
- pulumi_sdwan/system_performance_monitoring_feature.py +56 -28
- pulumi_sdwan/system_remote_access_feature.py +203 -133
- pulumi_sdwan/system_security_feature.py +81 -35
- pulumi_sdwan/system_snmp_feature.py +18 -7
- pulumi_sdwan/tloc_list_policy_object.py +4 -0
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +172 -84
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +28 -14
- pulumi_sdwan/traffic_data_policy_definition.py +18 -7
- pulumi_sdwan/transport_cellular_controller_feature.py +56 -28
- pulumi_sdwan/transport_cellular_profile_feature.py +63 -35
- pulumi_sdwan/transport_gps_feature.py +63 -28
- pulumi_sdwan/transport_ipv4_acl_feature.py +25 -7
- pulumi_sdwan/transport_ipv6_acl_feature.py +25 -7
- pulumi_sdwan/transport_ipv6_tracker_feature.py +105 -35
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +25 -7
- pulumi_sdwan/transport_management_vpn_feature.py +4 -0
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +263 -154
- pulumi_sdwan/transport_route_policy_feature.py +25 -7
- pulumi_sdwan/transport_routing_bgp_feature.py +291 -133
- pulumi_sdwan/transport_routing_ospf_feature.py +221 -84
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +242 -91
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +242 -91
- pulumi_sdwan/transport_t1_e1_controller_feature.py +18 -7
- pulumi_sdwan/transport_tracker_feature.py +105 -35
- pulumi_sdwan/transport_tracker_group_feature.py +25 -7
- pulumi_sdwan/transport_wan_vpn_feature.py +32 -14
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +844 -413
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +1166 -735
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +84 -70
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +329 -245
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +665 -371
- pulumi_sdwan/url_filtering_policy_definition.py +60 -35
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +935 -455
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +963 -469
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +928 -448
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +984 -476
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +984 -476
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +816 -406
- pulumi_sdwan/vpn_interface_svi_feature_template.py +172 -84
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +725 -378
- pulumi_sdwan/vpn_list_policy_object.py +4 -0
- pulumi_sdwan/vpn_membership_policy_definition.py +4 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +32 -14
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/RECORD +177 -177
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/top_level.txt +0 -0
|
@@ -133,115 +133,157 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
133
133
|
The set of arguments for constructing a TransportWanVpnInterfaceT1E1SerialFeature resource.
|
|
134
134
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
135
135
|
:param pulumi.Input[_builtins.str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
136
|
-
:param pulumi.Input[_builtins.int] bandwidth: Interface bandwidth capacity, in kbps
|
|
137
|
-
|
|
136
|
+
:param pulumi.Input[_builtins.int] bandwidth: Interface bandwidth capacity, in kbps
|
|
137
|
+
- Range: `1`-`200000000`
|
|
138
|
+
:param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
|
|
139
|
+
- Range: `1`-`2147483647`
|
|
138
140
|
:param pulumi.Input[_builtins.str] bandwidth_downstream_variable: Variable name
|
|
139
141
|
:param pulumi.Input[_builtins.str] bandwidth_variable: Variable name
|
|
140
|
-
:param pulumi.Input[_builtins.str] clock_rate: Set preference for interface Clock speed
|
|
141
|
-
|
|
142
|
-
`384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
142
|
+
:param pulumi.Input[_builtins.str] clock_rate: Set preference for interface Clock speed
|
|
143
|
+
- Choices: `1200`, `2400`, `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`
|
|
143
144
|
:param pulumi.Input[_builtins.str] clock_rate_variable: Variable name
|
|
144
145
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
145
|
-
:param pulumi.Input[_builtins.str] encapsulation: Configure Encapsulation for interface
|
|
146
|
+
:param pulumi.Input[_builtins.str] encapsulation: Configure Encapsulation for interface
|
|
147
|
+
- Choices: `hdlc`, `ppp`, `frame-relay`
|
|
146
148
|
:param pulumi.Input[_builtins.str] encapsulation_variable: Variable name
|
|
147
149
|
:param pulumi.Input[_builtins.str] interface_name: Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
|
|
148
150
|
:param pulumi.Input[_builtins.str] interface_name_variable: Variable name
|
|
149
|
-
:param pulumi.Input[_builtins.int] ip_mtu: Set ip mtu
|
|
151
|
+
:param pulumi.Input[_builtins.int] ip_mtu: Set ip mtu
|
|
152
|
+
- Range: `576`-`9216`
|
|
153
|
+
- Default value: `1500`
|
|
150
154
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
151
155
|
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
152
|
-
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
153
|
-
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
154
|
-
`255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`,
|
|
155
|
-
`255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`,
|
|
156
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
156
|
+
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
157
157
|
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name
|
|
158
158
|
:param pulumi.Input[_builtins.str] ipv6_address: Assign IPv6 address
|
|
159
159
|
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
160
|
-
:param pulumi.Input[_builtins.int] mtu: Interface MTU <68...2000>, in bytes
|
|
160
|
+
:param pulumi.Input[_builtins.int] mtu: Interface MTU <68...2000>, in bytes
|
|
161
|
+
- Range: `576`-`9216`
|
|
162
|
+
- Default value: `1500`
|
|
161
163
|
:param pulumi.Input[_builtins.str] mtu_variable: Variable name
|
|
162
164
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
163
|
-
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
164
|
-
|
|
165
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
166
|
+
- Default value: `false`
|
|
167
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos_aggregator: Per-tunnel QoS Aggregator
|
|
168
|
+
- Default value: `false`
|
|
165
169
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_aggregator_variable: Variable name
|
|
166
170
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_variable: Variable name
|
|
167
|
-
:param pulumi.Input[_builtins.int] qos_shaping_rate: 1ge
|
|
171
|
+
:param pulumi.Input[_builtins.int] qos_shaping_rate: 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
172
|
+
- Range: `8`-`100000000`
|
|
168
173
|
:param pulumi.Input[_builtins.str] qos_shaping_rate_variable: Variable name
|
|
169
|
-
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
174
|
+
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
175
|
+
- Default value: `true`
|
|
170
176
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
171
|
-
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
177
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
178
|
+
- Range: `500`-`1460`
|
|
172
179
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
173
180
|
:param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
|
|
174
181
|
:param pulumi.Input[_builtins.str] tloc_extension_variable: Variable name
|
|
175
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface: Tunnel Interface
|
|
176
|
-
|
|
182
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface: Tunnel Interface
|
|
183
|
+
- Default value: `false`
|
|
184
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
185
|
+
- Default value: `false`
|
|
177
186
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_all_variable: Variable name
|
|
178
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bfd: Allow/Deny BFD
|
|
187
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bfd: Allow/Deny BFD
|
|
188
|
+
- Default value: `false`
|
|
179
189
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_bfd_variable: Variable name
|
|
180
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
190
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
191
|
+
- Default value: `false`
|
|
181
192
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_bgp_variable: Variable name
|
|
182
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
193
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
194
|
+
- Default value: `true`
|
|
183
195
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dhcp_variable: Variable name
|
|
184
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
196
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
197
|
+
- Default value: `true`
|
|
185
198
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dns_variable: Variable name
|
|
186
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
199
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
200
|
+
- Default value: `true`
|
|
187
201
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_https_variable: Variable name
|
|
188
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
202
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
203
|
+
- Default value: `true`
|
|
189
204
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_icmp_variable: Variable name
|
|
190
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
205
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
206
|
+
- Default value: `false`
|
|
191
207
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_netconf_variable: Variable name
|
|
192
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
208
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
209
|
+
- Default value: `false`
|
|
193
210
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ntp_variable: Variable name
|
|
194
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
211
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
212
|
+
- Default value: `false`
|
|
195
213
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ospf_variable: Variable name
|
|
196
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
214
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
215
|
+
- Default value: `false`
|
|
197
216
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_snmp_variable: Variable name
|
|
198
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
217
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
218
|
+
- Default value: `false`
|
|
199
219
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ssh_variable: Variable name
|
|
200
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
220
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
221
|
+
- Default value: `false`
|
|
201
222
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_stun_variable: Variable name
|
|
202
223
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface
|
|
203
224
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel_variable: Variable name
|
|
204
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
225
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
226
|
+
- Default value: `false`
|
|
205
227
|
:param pulumi.Input[_builtins.str] tunnel_interface_border_variable: Variable name
|
|
206
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
207
|
-
|
|
228
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
229
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
230
|
+
- Default value: `default`
|
|
208
231
|
:param pulumi.Input[_builtins.str] tunnel_interface_carrier_variable: Variable name
|
|
209
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
232
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
233
|
+
- Default value: `false`
|
|
210
234
|
:param pulumi.Input[_builtins.str] tunnel_interface_clear_dont_fragment_variable: Variable name
|
|
211
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
235
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
236
|
+
- Default value: `false`
|
|
212
237
|
:param pulumi.Input[_builtins.str] tunnel_interface_clear_network_broadcast_variable: Variable name
|
|
213
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
214
|
-
|
|
215
|
-
|
|
238
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
239
|
+
- 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`
|
|
240
|
+
- Default value: `default`
|
|
216
241
|
:param pulumi.Input[_builtins.str] tunnel_interface_color_variable: Variable name
|
|
217
242
|
:param pulumi.Input[Sequence[pulumi.Input['TransportWanVpnInterfaceT1E1SerialFeatureTunnelInterfaceEncapsulationArgs']]] tunnel_interface_encapsulations: Encapsulation for TLOC
|
|
218
243
|
:param pulumi.Input[_builtins.str] tunnel_interface_exclude_controller_group_list_variable: Variable name
|
|
219
244
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list
|
|
220
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_groups: List of groups
|
|
245
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_groups: List of groups
|
|
246
|
+
- Range: `1`-`4294967295`
|
|
221
247
|
:param pulumi.Input[_builtins.str] tunnel_interface_groups_variable: Variable name
|
|
222
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
248
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
249
|
+
- Range: `100`-`600000`
|
|
250
|
+
- Default value: `1000`
|
|
223
251
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_interval_variable: Variable name
|
|
224
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
252
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
253
|
+
- Range: `12`-`6000`
|
|
254
|
+
- Default value: `12`
|
|
225
255
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_tolerance_variable: Variable name
|
|
226
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
256
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
257
|
+
- Default value: `false`
|
|
227
258
|
:param pulumi.Input[_builtins.str] tunnel_interface_last_resort_circuit_variable: Variable name
|
|
228
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
259
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
260
|
+
- Default value: `false`
|
|
229
261
|
:param pulumi.Input[_builtins.str] tunnel_interface_low_bandwidth_link_variable: Variable name
|
|
230
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Set the maximum number of control connections for this TLOC
|
|
262
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Set the maximum number of control connections for this TLOC
|
|
263
|
+
- Range: `0`-`100`
|
|
231
264
|
:param pulumi.Input[_builtins.str] tunnel_interface_max_control_connections_variable: Variable name
|
|
232
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
265
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
266
|
+
- Range: `1`-`60`
|
|
267
|
+
- Default value: `5`
|
|
233
268
|
:param pulumi.Input[_builtins.str] tunnel_interface_nat_refresh_interval_variable: Variable name
|
|
234
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
269
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
270
|
+
- Default value: `true`
|
|
235
271
|
:param pulumi.Input[_builtins.str] tunnel_interface_port_hop_variable: Variable name
|
|
236
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_restrict: Restrict this TLOC behavior
|
|
272
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_restrict: Restrict this TLOC behavior
|
|
273
|
+
- Default value: `false`
|
|
237
274
|
:param pulumi.Input[_builtins.str] tunnel_interface_restrict_variable: Variable name
|
|
238
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
275
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
276
|
+
- Range: `500`-`1460`
|
|
239
277
|
:param pulumi.Input[_builtins.str] tunnel_interface_tunnel_tcp_mss_variable: Variable name
|
|
240
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
278
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
279
|
+
- Default value: `false`
|
|
241
280
|
:param pulumi.Input[_builtins.str] tunnel_interface_vbond_as_stun_server_variable: Variable name
|
|
242
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
281
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
282
|
+
- Range: `0`-`8`
|
|
283
|
+
- Default value: `5`
|
|
243
284
|
:param pulumi.Input[_builtins.str] tunnel_interface_vmanage_connection_preference_variable: Variable name
|
|
244
|
-
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
285
|
+
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
286
|
+
- Choices: `spoke`, `hub`
|
|
245
287
|
:param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name
|
|
246
288
|
"""
|
|
247
289
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -523,7 +565,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
523
565
|
@pulumi.getter
|
|
524
566
|
def bandwidth(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
525
567
|
"""
|
|
526
|
-
Interface bandwidth capacity, in kbps
|
|
568
|
+
Interface bandwidth capacity, in kbps
|
|
569
|
+
- Range: `1`-`200000000`
|
|
527
570
|
"""
|
|
528
571
|
return pulumi.get(self, "bandwidth")
|
|
529
572
|
|
|
@@ -535,7 +578,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
535
578
|
@pulumi.getter(name="bandwidthDownstream")
|
|
536
579
|
def bandwidth_downstream(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
537
580
|
"""
|
|
538
|
-
Interface downstream bandwidth capacity, in kbps
|
|
581
|
+
Interface downstream bandwidth capacity, in kbps
|
|
582
|
+
- Range: `1`-`2147483647`
|
|
539
583
|
"""
|
|
540
584
|
return pulumi.get(self, "bandwidth_downstream")
|
|
541
585
|
|
|
@@ -571,9 +615,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
571
615
|
@pulumi.getter(name="clockRate")
|
|
572
616
|
def clock_rate(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
573
617
|
"""
|
|
574
|
-
Set preference for interface Clock speed
|
|
575
|
-
|
|
576
|
-
`384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
618
|
+
Set preference for interface Clock speed
|
|
619
|
+
- Choices: `1200`, `2400`, `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`
|
|
577
620
|
"""
|
|
578
621
|
return pulumi.get(self, "clock_rate")
|
|
579
622
|
|
|
@@ -609,7 +652,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
609
652
|
@pulumi.getter
|
|
610
653
|
def encapsulation(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
611
654
|
"""
|
|
612
|
-
Configure Encapsulation for interface
|
|
655
|
+
Configure Encapsulation for interface
|
|
656
|
+
- Choices: `hdlc`, `ppp`, `frame-relay`
|
|
613
657
|
"""
|
|
614
658
|
return pulumi.get(self, "encapsulation")
|
|
615
659
|
|
|
@@ -657,7 +701,9 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
657
701
|
@pulumi.getter(name="ipMtu")
|
|
658
702
|
def ip_mtu(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
659
703
|
"""
|
|
660
|
-
Set ip mtu
|
|
704
|
+
Set ip mtu
|
|
705
|
+
- Range: `576`-`9216`
|
|
706
|
+
- Default value: `1500`
|
|
661
707
|
"""
|
|
662
708
|
return pulumi.get(self, "ip_mtu")
|
|
663
709
|
|
|
@@ -702,11 +748,7 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
702
748
|
@pulumi.getter(name="ipv4SubnetMask")
|
|
703
749
|
def ipv4_subnet_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
704
750
|
"""
|
|
705
|
-
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
706
|
-
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
707
|
-
`255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`,
|
|
708
|
-
`255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`,
|
|
709
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
751
|
+
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
710
752
|
"""
|
|
711
753
|
return pulumi.get(self, "ipv4_subnet_mask")
|
|
712
754
|
|
|
@@ -754,7 +796,9 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
754
796
|
@pulumi.getter
|
|
755
797
|
def mtu(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
756
798
|
"""
|
|
757
|
-
Interface MTU <68...2000>, in bytes
|
|
799
|
+
Interface MTU <68...2000>, in bytes
|
|
800
|
+
- Range: `576`-`9216`
|
|
801
|
+
- Default value: `1500`
|
|
758
802
|
"""
|
|
759
803
|
return pulumi.get(self, "mtu")
|
|
760
804
|
|
|
@@ -790,7 +834,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
790
834
|
@pulumi.getter(name="perTunnelQos")
|
|
791
835
|
def per_tunnel_qos(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
792
836
|
"""
|
|
793
|
-
Per-tunnel Qos
|
|
837
|
+
Per-tunnel Qos
|
|
838
|
+
- Default value: `false`
|
|
794
839
|
"""
|
|
795
840
|
return pulumi.get(self, "per_tunnel_qos")
|
|
796
841
|
|
|
@@ -802,7 +847,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
802
847
|
@pulumi.getter(name="perTunnelQosAggregator")
|
|
803
848
|
def per_tunnel_qos_aggregator(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
804
849
|
"""
|
|
805
|
-
Per-tunnel QoS Aggregator
|
|
850
|
+
Per-tunnel QoS Aggregator
|
|
851
|
+
- Default value: `false`
|
|
806
852
|
"""
|
|
807
853
|
return pulumi.get(self, "per_tunnel_qos_aggregator")
|
|
808
854
|
|
|
@@ -838,7 +884,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
838
884
|
@pulumi.getter(name="qosShapingRate")
|
|
839
885
|
def qos_shaping_rate(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
840
886
|
"""
|
|
841
|
-
1ge
|
|
887
|
+
1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
888
|
+
- Range: `8`-`100000000`
|
|
842
889
|
"""
|
|
843
890
|
return pulumi.get(self, "qos_shaping_rate")
|
|
844
891
|
|
|
@@ -862,7 +909,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
862
909
|
@pulumi.getter
|
|
863
910
|
def shutdown(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
864
911
|
"""
|
|
865
|
-
Administrative state
|
|
912
|
+
Administrative state
|
|
913
|
+
- Default value: `true`
|
|
866
914
|
"""
|
|
867
915
|
return pulumi.get(self, "shutdown")
|
|
868
916
|
|
|
@@ -886,7 +934,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
886
934
|
@pulumi.getter(name="tcpMss")
|
|
887
935
|
def tcp_mss(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
888
936
|
"""
|
|
889
|
-
TCP MSS on SYN packets, in bytes
|
|
937
|
+
TCP MSS on SYN packets, in bytes
|
|
938
|
+
- Range: `500`-`1460`
|
|
890
939
|
"""
|
|
891
940
|
return pulumi.get(self, "tcp_mss")
|
|
892
941
|
|
|
@@ -934,7 +983,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
934
983
|
@pulumi.getter(name="tunnelInterface")
|
|
935
984
|
def tunnel_interface(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
936
985
|
"""
|
|
937
|
-
Tunnel Interface
|
|
986
|
+
Tunnel Interface
|
|
987
|
+
- Default value: `false`
|
|
938
988
|
"""
|
|
939
989
|
return pulumi.get(self, "tunnel_interface")
|
|
940
990
|
|
|
@@ -946,7 +996,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
946
996
|
@pulumi.getter(name="tunnelInterfaceAllowAll")
|
|
947
997
|
def tunnel_interface_allow_all(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
948
998
|
"""
|
|
949
|
-
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
999
|
+
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
1000
|
+
- Default value: `false`
|
|
950
1001
|
"""
|
|
951
1002
|
return pulumi.get(self, "tunnel_interface_allow_all")
|
|
952
1003
|
|
|
@@ -970,7 +1021,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
970
1021
|
@pulumi.getter(name="tunnelInterfaceAllowBfd")
|
|
971
1022
|
def tunnel_interface_allow_bfd(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
972
1023
|
"""
|
|
973
|
-
Allow/Deny BFD
|
|
1024
|
+
Allow/Deny BFD
|
|
1025
|
+
- Default value: `false`
|
|
974
1026
|
"""
|
|
975
1027
|
return pulumi.get(self, "tunnel_interface_allow_bfd")
|
|
976
1028
|
|
|
@@ -994,7 +1046,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
994
1046
|
@pulumi.getter(name="tunnelInterfaceAllowBgp")
|
|
995
1047
|
def tunnel_interface_allow_bgp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
996
1048
|
"""
|
|
997
|
-
Allow/deny BGP
|
|
1049
|
+
Allow/deny BGP
|
|
1050
|
+
- Default value: `false`
|
|
998
1051
|
"""
|
|
999
1052
|
return pulumi.get(self, "tunnel_interface_allow_bgp")
|
|
1000
1053
|
|
|
@@ -1018,7 +1071,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1018
1071
|
@pulumi.getter(name="tunnelInterfaceAllowDhcp")
|
|
1019
1072
|
def tunnel_interface_allow_dhcp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1020
1073
|
"""
|
|
1021
|
-
Allow/Deny DHCP
|
|
1074
|
+
Allow/Deny DHCP
|
|
1075
|
+
- Default value: `true`
|
|
1022
1076
|
"""
|
|
1023
1077
|
return pulumi.get(self, "tunnel_interface_allow_dhcp")
|
|
1024
1078
|
|
|
@@ -1042,7 +1096,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1042
1096
|
@pulumi.getter(name="tunnelInterfaceAllowDns")
|
|
1043
1097
|
def tunnel_interface_allow_dns(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1044
1098
|
"""
|
|
1045
|
-
Allow/Deny DNS
|
|
1099
|
+
Allow/Deny DNS
|
|
1100
|
+
- Default value: `true`
|
|
1046
1101
|
"""
|
|
1047
1102
|
return pulumi.get(self, "tunnel_interface_allow_dns")
|
|
1048
1103
|
|
|
@@ -1066,7 +1121,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1066
1121
|
@pulumi.getter(name="tunnelInterfaceAllowHttps")
|
|
1067
1122
|
def tunnel_interface_allow_https(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1068
1123
|
"""
|
|
1069
|
-
Allow/Deny Https
|
|
1124
|
+
Allow/Deny Https
|
|
1125
|
+
- Default value: `true`
|
|
1070
1126
|
"""
|
|
1071
1127
|
return pulumi.get(self, "tunnel_interface_allow_https")
|
|
1072
1128
|
|
|
@@ -1090,7 +1146,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1090
1146
|
@pulumi.getter(name="tunnelInterfaceAllowIcmp")
|
|
1091
1147
|
def tunnel_interface_allow_icmp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1092
1148
|
"""
|
|
1093
|
-
Allow/Deny ICMP
|
|
1149
|
+
Allow/Deny ICMP
|
|
1150
|
+
- Default value: `true`
|
|
1094
1151
|
"""
|
|
1095
1152
|
return pulumi.get(self, "tunnel_interface_allow_icmp")
|
|
1096
1153
|
|
|
@@ -1114,7 +1171,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1114
1171
|
@pulumi.getter(name="tunnelInterfaceAllowNetconf")
|
|
1115
1172
|
def tunnel_interface_allow_netconf(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1116
1173
|
"""
|
|
1117
|
-
Allow/Deny NETCONF
|
|
1174
|
+
Allow/Deny NETCONF
|
|
1175
|
+
- Default value: `false`
|
|
1118
1176
|
"""
|
|
1119
1177
|
return pulumi.get(self, "tunnel_interface_allow_netconf")
|
|
1120
1178
|
|
|
@@ -1138,7 +1196,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1138
1196
|
@pulumi.getter(name="tunnelInterfaceAllowNtp")
|
|
1139
1197
|
def tunnel_interface_allow_ntp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1140
1198
|
"""
|
|
1141
|
-
Allow/Deny NTP
|
|
1199
|
+
Allow/Deny NTP
|
|
1200
|
+
- Default value: `false`
|
|
1142
1201
|
"""
|
|
1143
1202
|
return pulumi.get(self, "tunnel_interface_allow_ntp")
|
|
1144
1203
|
|
|
@@ -1162,7 +1221,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1162
1221
|
@pulumi.getter(name="tunnelInterfaceAllowOspf")
|
|
1163
1222
|
def tunnel_interface_allow_ospf(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1164
1223
|
"""
|
|
1165
|
-
Allow/Deny OSPF
|
|
1224
|
+
Allow/Deny OSPF
|
|
1225
|
+
- Default value: `false`
|
|
1166
1226
|
"""
|
|
1167
1227
|
return pulumi.get(self, "tunnel_interface_allow_ospf")
|
|
1168
1228
|
|
|
@@ -1186,7 +1246,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1186
1246
|
@pulumi.getter(name="tunnelInterfaceAllowSnmp")
|
|
1187
1247
|
def tunnel_interface_allow_snmp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1188
1248
|
"""
|
|
1189
|
-
Allow/Deny SNMP
|
|
1249
|
+
Allow/Deny SNMP
|
|
1250
|
+
- Default value: `false`
|
|
1190
1251
|
"""
|
|
1191
1252
|
return pulumi.get(self, "tunnel_interface_allow_snmp")
|
|
1192
1253
|
|
|
@@ -1210,7 +1271,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1210
1271
|
@pulumi.getter(name="tunnelInterfaceAllowSsh")
|
|
1211
1272
|
def tunnel_interface_allow_ssh(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1212
1273
|
"""
|
|
1213
|
-
Allow/Deny SSH
|
|
1274
|
+
Allow/Deny SSH
|
|
1275
|
+
- Default value: `false`
|
|
1214
1276
|
"""
|
|
1215
1277
|
return pulumi.get(self, "tunnel_interface_allow_ssh")
|
|
1216
1278
|
|
|
@@ -1234,7 +1296,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1234
1296
|
@pulumi.getter(name="tunnelInterfaceAllowStun")
|
|
1235
1297
|
def tunnel_interface_allow_stun(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1236
1298
|
"""
|
|
1237
|
-
Allow/Deny STUN
|
|
1299
|
+
Allow/Deny STUN
|
|
1300
|
+
- Default value: `false`
|
|
1238
1301
|
"""
|
|
1239
1302
|
return pulumi.get(self, "tunnel_interface_allow_stun")
|
|
1240
1303
|
|
|
@@ -1282,7 +1345,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1282
1345
|
@pulumi.getter(name="tunnelInterfaceBorder")
|
|
1283
1346
|
def tunnel_interface_border(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1284
1347
|
"""
|
|
1285
|
-
Set TLOC as border TLOC
|
|
1348
|
+
Set TLOC as border TLOC
|
|
1349
|
+
- Default value: `false`
|
|
1286
1350
|
"""
|
|
1287
1351
|
return pulumi.get(self, "tunnel_interface_border")
|
|
1288
1352
|
|
|
@@ -1306,8 +1370,9 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1306
1370
|
@pulumi.getter(name="tunnelInterfaceCarrier")
|
|
1307
1371
|
def tunnel_interface_carrier(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1308
1372
|
"""
|
|
1309
|
-
Set carrier for TLOC
|
|
1310
|
-
|
|
1373
|
+
Set carrier for TLOC
|
|
1374
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
1375
|
+
- Default value: `default`
|
|
1311
1376
|
"""
|
|
1312
1377
|
return pulumi.get(self, "tunnel_interface_carrier")
|
|
1313
1378
|
|
|
@@ -1331,7 +1396,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1331
1396
|
@pulumi.getter(name="tunnelInterfaceClearDontFragment")
|
|
1332
1397
|
def tunnel_interface_clear_dont_fragment(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1333
1398
|
"""
|
|
1334
|
-
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
1399
|
+
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
1400
|
+
- Default value: `false`
|
|
1335
1401
|
"""
|
|
1336
1402
|
return pulumi.get(self, "tunnel_interface_clear_dont_fragment")
|
|
1337
1403
|
|
|
@@ -1355,7 +1421,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1355
1421
|
@pulumi.getter(name="tunnelInterfaceClearNetworkBroadcast")
|
|
1356
1422
|
def tunnel_interface_clear_network_broadcast(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1357
1423
|
"""
|
|
1358
|
-
Accept and respond to network-prefix-directed broadcasts)
|
|
1424
|
+
Accept and respond to network-prefix-directed broadcasts)
|
|
1425
|
+
- Default value: `false`
|
|
1359
1426
|
"""
|
|
1360
1427
|
return pulumi.get(self, "tunnel_interface_clear_network_broadcast")
|
|
1361
1428
|
|
|
@@ -1379,9 +1446,9 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1379
1446
|
@pulumi.getter(name="tunnelInterfaceColor")
|
|
1380
1447
|
def tunnel_interface_color(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1381
1448
|
"""
|
|
1382
|
-
Set color for TLOC
|
|
1383
|
-
|
|
1384
|
-
|
|
1449
|
+
Set color for TLOC
|
|
1450
|
+
- 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`
|
|
1451
|
+
- Default value: `default`
|
|
1385
1452
|
"""
|
|
1386
1453
|
return pulumi.get(self, "tunnel_interface_color")
|
|
1387
1454
|
|
|
@@ -1441,7 +1508,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1441
1508
|
@pulumi.getter(name="tunnelInterfaceGroups")
|
|
1442
1509
|
def tunnel_interface_groups(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1443
1510
|
"""
|
|
1444
|
-
List of groups
|
|
1511
|
+
List of groups
|
|
1512
|
+
- Range: `1`-`4294967295`
|
|
1445
1513
|
"""
|
|
1446
1514
|
return pulumi.get(self, "tunnel_interface_groups")
|
|
1447
1515
|
|
|
@@ -1465,7 +1533,9 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1465
1533
|
@pulumi.getter(name="tunnelInterfaceHelloInterval")
|
|
1466
1534
|
def tunnel_interface_hello_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1467
1535
|
"""
|
|
1468
|
-
Set time period of control hello packets <100..600000> milli seconds
|
|
1536
|
+
Set time period of control hello packets <100..600000> milli seconds
|
|
1537
|
+
- Range: `100`-`600000`
|
|
1538
|
+
- Default value: `1000`
|
|
1469
1539
|
"""
|
|
1470
1540
|
return pulumi.get(self, "tunnel_interface_hello_interval")
|
|
1471
1541
|
|
|
@@ -1489,7 +1559,9 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1489
1559
|
@pulumi.getter(name="tunnelInterfaceHelloTolerance")
|
|
1490
1560
|
def tunnel_interface_hello_tolerance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1491
1561
|
"""
|
|
1492
|
-
Set tolerance of control hello packets <12..6000> seconds
|
|
1562
|
+
Set tolerance of control hello packets <12..6000> seconds
|
|
1563
|
+
- Range: `12`-`6000`
|
|
1564
|
+
- Default value: `12`
|
|
1493
1565
|
"""
|
|
1494
1566
|
return pulumi.get(self, "tunnel_interface_hello_tolerance")
|
|
1495
1567
|
|
|
@@ -1513,7 +1585,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1513
1585
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuit")
|
|
1514
1586
|
def tunnel_interface_last_resort_circuit(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1515
1587
|
"""
|
|
1516
|
-
Set TLOC as last resort
|
|
1588
|
+
Set TLOC as last resort
|
|
1589
|
+
- Default value: `false`
|
|
1517
1590
|
"""
|
|
1518
1591
|
return pulumi.get(self, "tunnel_interface_last_resort_circuit")
|
|
1519
1592
|
|
|
@@ -1537,7 +1610,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1537
1610
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
|
|
1538
1611
|
def tunnel_interface_low_bandwidth_link(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1539
1612
|
"""
|
|
1540
|
-
Set the interface as a low-bandwidth circuit
|
|
1613
|
+
Set the interface as a low-bandwidth circuit
|
|
1614
|
+
- Default value: `false`
|
|
1541
1615
|
"""
|
|
1542
1616
|
return pulumi.get(self, "tunnel_interface_low_bandwidth_link")
|
|
1543
1617
|
|
|
@@ -1561,7 +1635,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1561
1635
|
@pulumi.getter(name="tunnelInterfaceMaxControlConnections")
|
|
1562
1636
|
def tunnel_interface_max_control_connections(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1563
1637
|
"""
|
|
1564
|
-
Set the maximum number of control connections for this TLOC
|
|
1638
|
+
Set the maximum number of control connections for this TLOC
|
|
1639
|
+
- Range: `0`-`100`
|
|
1565
1640
|
"""
|
|
1566
1641
|
return pulumi.get(self, "tunnel_interface_max_control_connections")
|
|
1567
1642
|
|
|
@@ -1585,7 +1660,9 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1585
1660
|
@pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
|
|
1586
1661
|
def tunnel_interface_nat_refresh_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1587
1662
|
"""
|
|
1588
|
-
Set time period of nat refresh packets <1...60> seconds
|
|
1663
|
+
Set time period of nat refresh packets <1...60> seconds
|
|
1664
|
+
- Range: `1`-`60`
|
|
1665
|
+
- Default value: `5`
|
|
1589
1666
|
"""
|
|
1590
1667
|
return pulumi.get(self, "tunnel_interface_nat_refresh_interval")
|
|
1591
1668
|
|
|
@@ -1609,7 +1686,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1609
1686
|
@pulumi.getter(name="tunnelInterfacePortHop")
|
|
1610
1687
|
def tunnel_interface_port_hop(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1611
1688
|
"""
|
|
1612
|
-
Disallow port hopping on the tunnel interface
|
|
1689
|
+
Disallow port hopping on the tunnel interface
|
|
1690
|
+
- Default value: `true`
|
|
1613
1691
|
"""
|
|
1614
1692
|
return pulumi.get(self, "tunnel_interface_port_hop")
|
|
1615
1693
|
|
|
@@ -1633,7 +1711,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1633
1711
|
@pulumi.getter(name="tunnelInterfaceRestrict")
|
|
1634
1712
|
def tunnel_interface_restrict(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1635
1713
|
"""
|
|
1636
|
-
Restrict this TLOC behavior
|
|
1714
|
+
Restrict this TLOC behavior
|
|
1715
|
+
- Default value: `false`
|
|
1637
1716
|
"""
|
|
1638
1717
|
return pulumi.get(self, "tunnel_interface_restrict")
|
|
1639
1718
|
|
|
@@ -1657,7 +1736,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1657
1736
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
|
|
1658
1737
|
def tunnel_interface_tunnel_tcp_mss(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1659
1738
|
"""
|
|
1660
|
-
Tunnel TCP MSS on SYN packets, in bytes
|
|
1739
|
+
Tunnel TCP MSS on SYN packets, in bytes
|
|
1740
|
+
- Range: `500`-`1460`
|
|
1661
1741
|
"""
|
|
1662
1742
|
return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss")
|
|
1663
1743
|
|
|
@@ -1681,7 +1761,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1681
1761
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
|
|
1682
1762
|
def tunnel_interface_vbond_as_stun_server(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1683
1763
|
"""
|
|
1684
|
-
Put this wan interface in STUN mode only
|
|
1764
|
+
Put this wan interface in STUN mode only
|
|
1765
|
+
- Default value: `false`
|
|
1685
1766
|
"""
|
|
1686
1767
|
return pulumi.get(self, "tunnel_interface_vbond_as_stun_server")
|
|
1687
1768
|
|
|
@@ -1705,7 +1786,9 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1705
1786
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
|
|
1706
1787
|
def tunnel_interface_vmanage_connection_preference(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1707
1788
|
"""
|
|
1708
|
-
Set interface preference for control connection to vManage <0..8>
|
|
1789
|
+
Set interface preference for control connection to vManage <0..8>
|
|
1790
|
+
- Range: `0`-`8`
|
|
1791
|
+
- Default value: `5`
|
|
1709
1792
|
"""
|
|
1710
1793
|
return pulumi.get(self, "tunnel_interface_vmanage_connection_preference")
|
|
1711
1794
|
|
|
@@ -1729,7 +1812,8 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1729
1812
|
@pulumi.getter(name="tunnelQosMode")
|
|
1730
1813
|
def tunnel_qos_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1731
1814
|
"""
|
|
1732
|
-
Set tunnel QoS mode
|
|
1815
|
+
Set tunnel QoS mode
|
|
1816
|
+
- Choices: `spoke`, `hub`
|
|
1733
1817
|
"""
|
|
1734
1818
|
return pulumi.get(self, "tunnel_qos_mode")
|
|
1735
1819
|
|
|
@@ -1864,117 +1948,159 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
1864
1948
|
version: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1865
1949
|
"""
|
|
1866
1950
|
Input properties used for looking up and filtering TransportWanVpnInterfaceT1E1SerialFeature resources.
|
|
1867
|
-
:param pulumi.Input[_builtins.int] bandwidth: Interface bandwidth capacity, in kbps
|
|
1868
|
-
|
|
1951
|
+
:param pulumi.Input[_builtins.int] bandwidth: Interface bandwidth capacity, in kbps
|
|
1952
|
+
- Range: `1`-`200000000`
|
|
1953
|
+
:param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
|
|
1954
|
+
- Range: `1`-`2147483647`
|
|
1869
1955
|
:param pulumi.Input[_builtins.str] bandwidth_downstream_variable: Variable name
|
|
1870
1956
|
:param pulumi.Input[_builtins.str] bandwidth_variable: Variable name
|
|
1871
|
-
:param pulumi.Input[_builtins.str] clock_rate: Set preference for interface Clock speed
|
|
1872
|
-
|
|
1873
|
-
`384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
1957
|
+
:param pulumi.Input[_builtins.str] clock_rate: Set preference for interface Clock speed
|
|
1958
|
+
- Choices: `1200`, `2400`, `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`
|
|
1874
1959
|
:param pulumi.Input[_builtins.str] clock_rate_variable: Variable name
|
|
1875
1960
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
1876
|
-
:param pulumi.Input[_builtins.str] encapsulation: Configure Encapsulation for interface
|
|
1961
|
+
:param pulumi.Input[_builtins.str] encapsulation: Configure Encapsulation for interface
|
|
1962
|
+
- Choices: `hdlc`, `ppp`, `frame-relay`
|
|
1877
1963
|
:param pulumi.Input[_builtins.str] encapsulation_variable: Variable name
|
|
1878
1964
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
1879
1965
|
:param pulumi.Input[_builtins.str] interface_name: Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
|
|
1880
1966
|
:param pulumi.Input[_builtins.str] interface_name_variable: Variable name
|
|
1881
|
-
:param pulumi.Input[_builtins.int] ip_mtu: Set ip mtu
|
|
1967
|
+
:param pulumi.Input[_builtins.int] ip_mtu: Set ip mtu
|
|
1968
|
+
- Range: `576`-`9216`
|
|
1969
|
+
- Default value: `1500`
|
|
1882
1970
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
1883
1971
|
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
1884
|
-
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
1885
|
-
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
1886
|
-
`255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`,
|
|
1887
|
-
`255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`,
|
|
1888
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
1972
|
+
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
1889
1973
|
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name
|
|
1890
1974
|
:param pulumi.Input[_builtins.str] ipv6_address: Assign IPv6 address
|
|
1891
1975
|
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
1892
|
-
:param pulumi.Input[_builtins.int] mtu: Interface MTU <68...2000>, in bytes
|
|
1976
|
+
:param pulumi.Input[_builtins.int] mtu: Interface MTU <68...2000>, in bytes
|
|
1977
|
+
- Range: `576`-`9216`
|
|
1978
|
+
- Default value: `1500`
|
|
1893
1979
|
:param pulumi.Input[_builtins.str] mtu_variable: Variable name
|
|
1894
1980
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
1895
|
-
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
1896
|
-
|
|
1981
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
1982
|
+
- Default value: `false`
|
|
1983
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos_aggregator: Per-tunnel QoS Aggregator
|
|
1984
|
+
- Default value: `false`
|
|
1897
1985
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_aggregator_variable: Variable name
|
|
1898
1986
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_variable: Variable name
|
|
1899
|
-
:param pulumi.Input[_builtins.int] qos_shaping_rate: 1ge
|
|
1987
|
+
:param pulumi.Input[_builtins.int] qos_shaping_rate: 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
1988
|
+
- Range: `8`-`100000000`
|
|
1900
1989
|
:param pulumi.Input[_builtins.str] qos_shaping_rate_variable: Variable name
|
|
1901
|
-
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
1990
|
+
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
1991
|
+
- Default value: `true`
|
|
1902
1992
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
1903
|
-
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
1993
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
1994
|
+
- Range: `500`-`1460`
|
|
1904
1995
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
1905
1996
|
:param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
|
|
1906
1997
|
:param pulumi.Input[_builtins.str] tloc_extension_variable: Variable name
|
|
1907
1998
|
:param pulumi.Input[_builtins.str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
1908
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface: Tunnel Interface
|
|
1909
|
-
|
|
1999
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface: Tunnel Interface
|
|
2000
|
+
- Default value: `false`
|
|
2001
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
2002
|
+
- Default value: `false`
|
|
1910
2003
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_all_variable: Variable name
|
|
1911
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bfd: Allow/Deny BFD
|
|
2004
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bfd: Allow/Deny BFD
|
|
2005
|
+
- Default value: `false`
|
|
1912
2006
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_bfd_variable: Variable name
|
|
1913
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
2007
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
2008
|
+
- Default value: `false`
|
|
1914
2009
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_bgp_variable: Variable name
|
|
1915
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
2010
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
2011
|
+
- Default value: `true`
|
|
1916
2012
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dhcp_variable: Variable name
|
|
1917
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
2013
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
2014
|
+
- Default value: `true`
|
|
1918
2015
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dns_variable: Variable name
|
|
1919
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
2016
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
2017
|
+
- Default value: `true`
|
|
1920
2018
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_https_variable: Variable name
|
|
1921
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
2019
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
2020
|
+
- Default value: `true`
|
|
1922
2021
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_icmp_variable: Variable name
|
|
1923
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
2022
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
2023
|
+
- Default value: `false`
|
|
1924
2024
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_netconf_variable: Variable name
|
|
1925
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
2025
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
2026
|
+
- Default value: `false`
|
|
1926
2027
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ntp_variable: Variable name
|
|
1927
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
2028
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
2029
|
+
- Default value: `false`
|
|
1928
2030
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ospf_variable: Variable name
|
|
1929
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
2031
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
2032
|
+
- Default value: `false`
|
|
1930
2033
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_snmp_variable: Variable name
|
|
1931
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
2034
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
2035
|
+
- Default value: `false`
|
|
1932
2036
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ssh_variable: Variable name
|
|
1933
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
2037
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
2038
|
+
- Default value: `false`
|
|
1934
2039
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_stun_variable: Variable name
|
|
1935
2040
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface
|
|
1936
2041
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel_variable: Variable name
|
|
1937
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
2042
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
2043
|
+
- Default value: `false`
|
|
1938
2044
|
:param pulumi.Input[_builtins.str] tunnel_interface_border_variable: Variable name
|
|
1939
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
1940
|
-
|
|
2045
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
2046
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
2047
|
+
- Default value: `default`
|
|
1941
2048
|
:param pulumi.Input[_builtins.str] tunnel_interface_carrier_variable: Variable name
|
|
1942
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
2049
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
2050
|
+
- Default value: `false`
|
|
1943
2051
|
:param pulumi.Input[_builtins.str] tunnel_interface_clear_dont_fragment_variable: Variable name
|
|
1944
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
2052
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
2053
|
+
- Default value: `false`
|
|
1945
2054
|
:param pulumi.Input[_builtins.str] tunnel_interface_clear_network_broadcast_variable: Variable name
|
|
1946
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
1947
|
-
|
|
1948
|
-
|
|
2055
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
2056
|
+
- 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`
|
|
2057
|
+
- Default value: `default`
|
|
1949
2058
|
:param pulumi.Input[_builtins.str] tunnel_interface_color_variable: Variable name
|
|
1950
2059
|
:param pulumi.Input[Sequence[pulumi.Input['TransportWanVpnInterfaceT1E1SerialFeatureTunnelInterfaceEncapsulationArgs']]] tunnel_interface_encapsulations: Encapsulation for TLOC
|
|
1951
2060
|
:param pulumi.Input[_builtins.str] tunnel_interface_exclude_controller_group_list_variable: Variable name
|
|
1952
2061
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list
|
|
1953
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_groups: List of groups
|
|
2062
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_groups: List of groups
|
|
2063
|
+
- Range: `1`-`4294967295`
|
|
1954
2064
|
:param pulumi.Input[_builtins.str] tunnel_interface_groups_variable: Variable name
|
|
1955
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
2065
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
2066
|
+
- Range: `100`-`600000`
|
|
2067
|
+
- Default value: `1000`
|
|
1956
2068
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_interval_variable: Variable name
|
|
1957
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
2069
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
2070
|
+
- Range: `12`-`6000`
|
|
2071
|
+
- Default value: `12`
|
|
1958
2072
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_tolerance_variable: Variable name
|
|
1959
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
2073
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
2074
|
+
- Default value: `false`
|
|
1960
2075
|
:param pulumi.Input[_builtins.str] tunnel_interface_last_resort_circuit_variable: Variable name
|
|
1961
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
2076
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
2077
|
+
- Default value: `false`
|
|
1962
2078
|
:param pulumi.Input[_builtins.str] tunnel_interface_low_bandwidth_link_variable: Variable name
|
|
1963
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Set the maximum number of control connections for this TLOC
|
|
2079
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Set the maximum number of control connections for this TLOC
|
|
2080
|
+
- Range: `0`-`100`
|
|
1964
2081
|
:param pulumi.Input[_builtins.str] tunnel_interface_max_control_connections_variable: Variable name
|
|
1965
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
2082
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
2083
|
+
- Range: `1`-`60`
|
|
2084
|
+
- Default value: `5`
|
|
1966
2085
|
:param pulumi.Input[_builtins.str] tunnel_interface_nat_refresh_interval_variable: Variable name
|
|
1967
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
2086
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
2087
|
+
- Default value: `true`
|
|
1968
2088
|
:param pulumi.Input[_builtins.str] tunnel_interface_port_hop_variable: Variable name
|
|
1969
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_restrict: Restrict this TLOC behavior
|
|
2089
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_restrict: Restrict this TLOC behavior
|
|
2090
|
+
- Default value: `false`
|
|
1970
2091
|
:param pulumi.Input[_builtins.str] tunnel_interface_restrict_variable: Variable name
|
|
1971
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
2092
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
2093
|
+
- Range: `500`-`1460`
|
|
1972
2094
|
:param pulumi.Input[_builtins.str] tunnel_interface_tunnel_tcp_mss_variable: Variable name
|
|
1973
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
2095
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
2096
|
+
- Default value: `false`
|
|
1974
2097
|
:param pulumi.Input[_builtins.str] tunnel_interface_vbond_as_stun_server_variable: Variable name
|
|
1975
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
2098
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
2099
|
+
- Range: `0`-`8`
|
|
2100
|
+
- Default value: `5`
|
|
1976
2101
|
:param pulumi.Input[_builtins.str] tunnel_interface_vmanage_connection_preference_variable: Variable name
|
|
1977
|
-
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
2102
|
+
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
2103
|
+
- Choices: `spoke`, `hub`
|
|
1978
2104
|
:param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name
|
|
1979
2105
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
1980
2106
|
"""
|
|
@@ -2237,7 +2363,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2237
2363
|
@pulumi.getter
|
|
2238
2364
|
def bandwidth(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2239
2365
|
"""
|
|
2240
|
-
Interface bandwidth capacity, in kbps
|
|
2366
|
+
Interface bandwidth capacity, in kbps
|
|
2367
|
+
- Range: `1`-`200000000`
|
|
2241
2368
|
"""
|
|
2242
2369
|
return pulumi.get(self, "bandwidth")
|
|
2243
2370
|
|
|
@@ -2249,7 +2376,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2249
2376
|
@pulumi.getter(name="bandwidthDownstream")
|
|
2250
2377
|
def bandwidth_downstream(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2251
2378
|
"""
|
|
2252
|
-
Interface downstream bandwidth capacity, in kbps
|
|
2379
|
+
Interface downstream bandwidth capacity, in kbps
|
|
2380
|
+
- Range: `1`-`2147483647`
|
|
2253
2381
|
"""
|
|
2254
2382
|
return pulumi.get(self, "bandwidth_downstream")
|
|
2255
2383
|
|
|
@@ -2285,9 +2413,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2285
2413
|
@pulumi.getter(name="clockRate")
|
|
2286
2414
|
def clock_rate(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2287
2415
|
"""
|
|
2288
|
-
Set preference for interface Clock speed
|
|
2289
|
-
|
|
2290
|
-
`384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
2416
|
+
Set preference for interface Clock speed
|
|
2417
|
+
- Choices: `1200`, `2400`, `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`
|
|
2291
2418
|
"""
|
|
2292
2419
|
return pulumi.get(self, "clock_rate")
|
|
2293
2420
|
|
|
@@ -2323,7 +2450,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2323
2450
|
@pulumi.getter
|
|
2324
2451
|
def encapsulation(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2325
2452
|
"""
|
|
2326
|
-
Configure Encapsulation for interface
|
|
2453
|
+
Configure Encapsulation for interface
|
|
2454
|
+
- Choices: `hdlc`, `ppp`, `frame-relay`
|
|
2327
2455
|
"""
|
|
2328
2456
|
return pulumi.get(self, "encapsulation")
|
|
2329
2457
|
|
|
@@ -2383,7 +2511,9 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2383
2511
|
@pulumi.getter(name="ipMtu")
|
|
2384
2512
|
def ip_mtu(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2385
2513
|
"""
|
|
2386
|
-
Set ip mtu
|
|
2514
|
+
Set ip mtu
|
|
2515
|
+
- Range: `576`-`9216`
|
|
2516
|
+
- Default value: `1500`
|
|
2387
2517
|
"""
|
|
2388
2518
|
return pulumi.get(self, "ip_mtu")
|
|
2389
2519
|
|
|
@@ -2428,11 +2558,7 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2428
2558
|
@pulumi.getter(name="ipv4SubnetMask")
|
|
2429
2559
|
def ipv4_subnet_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2430
2560
|
"""
|
|
2431
|
-
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
2432
|
-
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
2433
|
-
`255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`,
|
|
2434
|
-
`255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`,
|
|
2435
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
2561
|
+
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
2436
2562
|
"""
|
|
2437
2563
|
return pulumi.get(self, "ipv4_subnet_mask")
|
|
2438
2564
|
|
|
@@ -2480,7 +2606,9 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2480
2606
|
@pulumi.getter
|
|
2481
2607
|
def mtu(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2482
2608
|
"""
|
|
2483
|
-
Interface MTU <68...2000>, in bytes
|
|
2609
|
+
Interface MTU <68...2000>, in bytes
|
|
2610
|
+
- Range: `576`-`9216`
|
|
2611
|
+
- Default value: `1500`
|
|
2484
2612
|
"""
|
|
2485
2613
|
return pulumi.get(self, "mtu")
|
|
2486
2614
|
|
|
@@ -2516,7 +2644,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2516
2644
|
@pulumi.getter(name="perTunnelQos")
|
|
2517
2645
|
def per_tunnel_qos(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2518
2646
|
"""
|
|
2519
|
-
Per-tunnel Qos
|
|
2647
|
+
Per-tunnel Qos
|
|
2648
|
+
- Default value: `false`
|
|
2520
2649
|
"""
|
|
2521
2650
|
return pulumi.get(self, "per_tunnel_qos")
|
|
2522
2651
|
|
|
@@ -2528,7 +2657,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2528
2657
|
@pulumi.getter(name="perTunnelQosAggregator")
|
|
2529
2658
|
def per_tunnel_qos_aggregator(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2530
2659
|
"""
|
|
2531
|
-
Per-tunnel QoS Aggregator
|
|
2660
|
+
Per-tunnel QoS Aggregator
|
|
2661
|
+
- Default value: `false`
|
|
2532
2662
|
"""
|
|
2533
2663
|
return pulumi.get(self, "per_tunnel_qos_aggregator")
|
|
2534
2664
|
|
|
@@ -2564,7 +2694,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2564
2694
|
@pulumi.getter(name="qosShapingRate")
|
|
2565
2695
|
def qos_shaping_rate(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2566
2696
|
"""
|
|
2567
|
-
1ge
|
|
2697
|
+
1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
2698
|
+
- Range: `8`-`100000000`
|
|
2568
2699
|
"""
|
|
2569
2700
|
return pulumi.get(self, "qos_shaping_rate")
|
|
2570
2701
|
|
|
@@ -2588,7 +2719,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2588
2719
|
@pulumi.getter
|
|
2589
2720
|
def shutdown(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2590
2721
|
"""
|
|
2591
|
-
Administrative state
|
|
2722
|
+
Administrative state
|
|
2723
|
+
- Default value: `true`
|
|
2592
2724
|
"""
|
|
2593
2725
|
return pulumi.get(self, "shutdown")
|
|
2594
2726
|
|
|
@@ -2612,7 +2744,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2612
2744
|
@pulumi.getter(name="tcpMss")
|
|
2613
2745
|
def tcp_mss(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2614
2746
|
"""
|
|
2615
|
-
TCP MSS on SYN packets, in bytes
|
|
2747
|
+
TCP MSS on SYN packets, in bytes
|
|
2748
|
+
- Range: `500`-`1460`
|
|
2616
2749
|
"""
|
|
2617
2750
|
return pulumi.get(self, "tcp_mss")
|
|
2618
2751
|
|
|
@@ -2672,7 +2805,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2672
2805
|
@pulumi.getter(name="tunnelInterface")
|
|
2673
2806
|
def tunnel_interface(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2674
2807
|
"""
|
|
2675
|
-
Tunnel Interface
|
|
2808
|
+
Tunnel Interface
|
|
2809
|
+
- Default value: `false`
|
|
2676
2810
|
"""
|
|
2677
2811
|
return pulumi.get(self, "tunnel_interface")
|
|
2678
2812
|
|
|
@@ -2684,7 +2818,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2684
2818
|
@pulumi.getter(name="tunnelInterfaceAllowAll")
|
|
2685
2819
|
def tunnel_interface_allow_all(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2686
2820
|
"""
|
|
2687
|
-
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
2821
|
+
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
2822
|
+
- Default value: `false`
|
|
2688
2823
|
"""
|
|
2689
2824
|
return pulumi.get(self, "tunnel_interface_allow_all")
|
|
2690
2825
|
|
|
@@ -2708,7 +2843,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2708
2843
|
@pulumi.getter(name="tunnelInterfaceAllowBfd")
|
|
2709
2844
|
def tunnel_interface_allow_bfd(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2710
2845
|
"""
|
|
2711
|
-
Allow/Deny BFD
|
|
2846
|
+
Allow/Deny BFD
|
|
2847
|
+
- Default value: `false`
|
|
2712
2848
|
"""
|
|
2713
2849
|
return pulumi.get(self, "tunnel_interface_allow_bfd")
|
|
2714
2850
|
|
|
@@ -2732,7 +2868,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2732
2868
|
@pulumi.getter(name="tunnelInterfaceAllowBgp")
|
|
2733
2869
|
def tunnel_interface_allow_bgp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2734
2870
|
"""
|
|
2735
|
-
Allow/deny BGP
|
|
2871
|
+
Allow/deny BGP
|
|
2872
|
+
- Default value: `false`
|
|
2736
2873
|
"""
|
|
2737
2874
|
return pulumi.get(self, "tunnel_interface_allow_bgp")
|
|
2738
2875
|
|
|
@@ -2756,7 +2893,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2756
2893
|
@pulumi.getter(name="tunnelInterfaceAllowDhcp")
|
|
2757
2894
|
def tunnel_interface_allow_dhcp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2758
2895
|
"""
|
|
2759
|
-
Allow/Deny DHCP
|
|
2896
|
+
Allow/Deny DHCP
|
|
2897
|
+
- Default value: `true`
|
|
2760
2898
|
"""
|
|
2761
2899
|
return pulumi.get(self, "tunnel_interface_allow_dhcp")
|
|
2762
2900
|
|
|
@@ -2780,7 +2918,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2780
2918
|
@pulumi.getter(name="tunnelInterfaceAllowDns")
|
|
2781
2919
|
def tunnel_interface_allow_dns(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2782
2920
|
"""
|
|
2783
|
-
Allow/Deny DNS
|
|
2921
|
+
Allow/Deny DNS
|
|
2922
|
+
- Default value: `true`
|
|
2784
2923
|
"""
|
|
2785
2924
|
return pulumi.get(self, "tunnel_interface_allow_dns")
|
|
2786
2925
|
|
|
@@ -2804,7 +2943,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2804
2943
|
@pulumi.getter(name="tunnelInterfaceAllowHttps")
|
|
2805
2944
|
def tunnel_interface_allow_https(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2806
2945
|
"""
|
|
2807
|
-
Allow/Deny Https
|
|
2946
|
+
Allow/Deny Https
|
|
2947
|
+
- Default value: `true`
|
|
2808
2948
|
"""
|
|
2809
2949
|
return pulumi.get(self, "tunnel_interface_allow_https")
|
|
2810
2950
|
|
|
@@ -2828,7 +2968,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2828
2968
|
@pulumi.getter(name="tunnelInterfaceAllowIcmp")
|
|
2829
2969
|
def tunnel_interface_allow_icmp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2830
2970
|
"""
|
|
2831
|
-
Allow/Deny ICMP
|
|
2971
|
+
Allow/Deny ICMP
|
|
2972
|
+
- Default value: `true`
|
|
2832
2973
|
"""
|
|
2833
2974
|
return pulumi.get(self, "tunnel_interface_allow_icmp")
|
|
2834
2975
|
|
|
@@ -2852,7 +2993,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2852
2993
|
@pulumi.getter(name="tunnelInterfaceAllowNetconf")
|
|
2853
2994
|
def tunnel_interface_allow_netconf(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2854
2995
|
"""
|
|
2855
|
-
Allow/Deny NETCONF
|
|
2996
|
+
Allow/Deny NETCONF
|
|
2997
|
+
- Default value: `false`
|
|
2856
2998
|
"""
|
|
2857
2999
|
return pulumi.get(self, "tunnel_interface_allow_netconf")
|
|
2858
3000
|
|
|
@@ -2876,7 +3018,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2876
3018
|
@pulumi.getter(name="tunnelInterfaceAllowNtp")
|
|
2877
3019
|
def tunnel_interface_allow_ntp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2878
3020
|
"""
|
|
2879
|
-
Allow/Deny NTP
|
|
3021
|
+
Allow/Deny NTP
|
|
3022
|
+
- Default value: `false`
|
|
2880
3023
|
"""
|
|
2881
3024
|
return pulumi.get(self, "tunnel_interface_allow_ntp")
|
|
2882
3025
|
|
|
@@ -2900,7 +3043,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2900
3043
|
@pulumi.getter(name="tunnelInterfaceAllowOspf")
|
|
2901
3044
|
def tunnel_interface_allow_ospf(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2902
3045
|
"""
|
|
2903
|
-
Allow/Deny OSPF
|
|
3046
|
+
Allow/Deny OSPF
|
|
3047
|
+
- Default value: `false`
|
|
2904
3048
|
"""
|
|
2905
3049
|
return pulumi.get(self, "tunnel_interface_allow_ospf")
|
|
2906
3050
|
|
|
@@ -2924,7 +3068,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2924
3068
|
@pulumi.getter(name="tunnelInterfaceAllowSnmp")
|
|
2925
3069
|
def tunnel_interface_allow_snmp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2926
3070
|
"""
|
|
2927
|
-
Allow/Deny SNMP
|
|
3071
|
+
Allow/Deny SNMP
|
|
3072
|
+
- Default value: `false`
|
|
2928
3073
|
"""
|
|
2929
3074
|
return pulumi.get(self, "tunnel_interface_allow_snmp")
|
|
2930
3075
|
|
|
@@ -2948,7 +3093,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2948
3093
|
@pulumi.getter(name="tunnelInterfaceAllowSsh")
|
|
2949
3094
|
def tunnel_interface_allow_ssh(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2950
3095
|
"""
|
|
2951
|
-
Allow/Deny SSH
|
|
3096
|
+
Allow/Deny SSH
|
|
3097
|
+
- Default value: `false`
|
|
2952
3098
|
"""
|
|
2953
3099
|
return pulumi.get(self, "tunnel_interface_allow_ssh")
|
|
2954
3100
|
|
|
@@ -2972,7 +3118,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2972
3118
|
@pulumi.getter(name="tunnelInterfaceAllowStun")
|
|
2973
3119
|
def tunnel_interface_allow_stun(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2974
3120
|
"""
|
|
2975
|
-
Allow/Deny STUN
|
|
3121
|
+
Allow/Deny STUN
|
|
3122
|
+
- Default value: `false`
|
|
2976
3123
|
"""
|
|
2977
3124
|
return pulumi.get(self, "tunnel_interface_allow_stun")
|
|
2978
3125
|
|
|
@@ -3020,7 +3167,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
3020
3167
|
@pulumi.getter(name="tunnelInterfaceBorder")
|
|
3021
3168
|
def tunnel_interface_border(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3022
3169
|
"""
|
|
3023
|
-
Set TLOC as border TLOC
|
|
3170
|
+
Set TLOC as border TLOC
|
|
3171
|
+
- Default value: `false`
|
|
3024
3172
|
"""
|
|
3025
3173
|
return pulumi.get(self, "tunnel_interface_border")
|
|
3026
3174
|
|
|
@@ -3044,8 +3192,9 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
3044
3192
|
@pulumi.getter(name="tunnelInterfaceCarrier")
|
|
3045
3193
|
def tunnel_interface_carrier(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3046
3194
|
"""
|
|
3047
|
-
Set carrier for TLOC
|
|
3048
|
-
|
|
3195
|
+
Set carrier for TLOC
|
|
3196
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
3197
|
+
- Default value: `default`
|
|
3049
3198
|
"""
|
|
3050
3199
|
return pulumi.get(self, "tunnel_interface_carrier")
|
|
3051
3200
|
|
|
@@ -3069,7 +3218,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
3069
3218
|
@pulumi.getter(name="tunnelInterfaceClearDontFragment")
|
|
3070
3219
|
def tunnel_interface_clear_dont_fragment(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3071
3220
|
"""
|
|
3072
|
-
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
3221
|
+
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
3222
|
+
- Default value: `false`
|
|
3073
3223
|
"""
|
|
3074
3224
|
return pulumi.get(self, "tunnel_interface_clear_dont_fragment")
|
|
3075
3225
|
|
|
@@ -3093,7 +3243,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
3093
3243
|
@pulumi.getter(name="tunnelInterfaceClearNetworkBroadcast")
|
|
3094
3244
|
def tunnel_interface_clear_network_broadcast(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3095
3245
|
"""
|
|
3096
|
-
Accept and respond to network-prefix-directed broadcasts)
|
|
3246
|
+
Accept and respond to network-prefix-directed broadcasts)
|
|
3247
|
+
- Default value: `false`
|
|
3097
3248
|
"""
|
|
3098
3249
|
return pulumi.get(self, "tunnel_interface_clear_network_broadcast")
|
|
3099
3250
|
|
|
@@ -3117,9 +3268,9 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
3117
3268
|
@pulumi.getter(name="tunnelInterfaceColor")
|
|
3118
3269
|
def tunnel_interface_color(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3119
3270
|
"""
|
|
3120
|
-
Set color for TLOC
|
|
3121
|
-
|
|
3122
|
-
|
|
3271
|
+
Set color for TLOC
|
|
3272
|
+
- 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`
|
|
3273
|
+
- Default value: `default`
|
|
3123
3274
|
"""
|
|
3124
3275
|
return pulumi.get(self, "tunnel_interface_color")
|
|
3125
3276
|
|
|
@@ -3179,7 +3330,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
3179
3330
|
@pulumi.getter(name="tunnelInterfaceGroups")
|
|
3180
3331
|
def tunnel_interface_groups(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3181
3332
|
"""
|
|
3182
|
-
List of groups
|
|
3333
|
+
List of groups
|
|
3334
|
+
- Range: `1`-`4294967295`
|
|
3183
3335
|
"""
|
|
3184
3336
|
return pulumi.get(self, "tunnel_interface_groups")
|
|
3185
3337
|
|
|
@@ -3203,7 +3355,9 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
3203
3355
|
@pulumi.getter(name="tunnelInterfaceHelloInterval")
|
|
3204
3356
|
def tunnel_interface_hello_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3205
3357
|
"""
|
|
3206
|
-
Set time period of control hello packets <100..600000> milli seconds
|
|
3358
|
+
Set time period of control hello packets <100..600000> milli seconds
|
|
3359
|
+
- Range: `100`-`600000`
|
|
3360
|
+
- Default value: `1000`
|
|
3207
3361
|
"""
|
|
3208
3362
|
return pulumi.get(self, "tunnel_interface_hello_interval")
|
|
3209
3363
|
|
|
@@ -3227,7 +3381,9 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
3227
3381
|
@pulumi.getter(name="tunnelInterfaceHelloTolerance")
|
|
3228
3382
|
def tunnel_interface_hello_tolerance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3229
3383
|
"""
|
|
3230
|
-
Set tolerance of control hello packets <12..6000> seconds
|
|
3384
|
+
Set tolerance of control hello packets <12..6000> seconds
|
|
3385
|
+
- Range: `12`-`6000`
|
|
3386
|
+
- Default value: `12`
|
|
3231
3387
|
"""
|
|
3232
3388
|
return pulumi.get(self, "tunnel_interface_hello_tolerance")
|
|
3233
3389
|
|
|
@@ -3251,7 +3407,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
3251
3407
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuit")
|
|
3252
3408
|
def tunnel_interface_last_resort_circuit(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3253
3409
|
"""
|
|
3254
|
-
Set TLOC as last resort
|
|
3410
|
+
Set TLOC as last resort
|
|
3411
|
+
- Default value: `false`
|
|
3255
3412
|
"""
|
|
3256
3413
|
return pulumi.get(self, "tunnel_interface_last_resort_circuit")
|
|
3257
3414
|
|
|
@@ -3275,7 +3432,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
3275
3432
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
|
|
3276
3433
|
def tunnel_interface_low_bandwidth_link(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3277
3434
|
"""
|
|
3278
|
-
Set the interface as a low-bandwidth circuit
|
|
3435
|
+
Set the interface as a low-bandwidth circuit
|
|
3436
|
+
- Default value: `false`
|
|
3279
3437
|
"""
|
|
3280
3438
|
return pulumi.get(self, "tunnel_interface_low_bandwidth_link")
|
|
3281
3439
|
|
|
@@ -3299,7 +3457,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
3299
3457
|
@pulumi.getter(name="tunnelInterfaceMaxControlConnections")
|
|
3300
3458
|
def tunnel_interface_max_control_connections(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3301
3459
|
"""
|
|
3302
|
-
Set the maximum number of control connections for this TLOC
|
|
3460
|
+
Set the maximum number of control connections for this TLOC
|
|
3461
|
+
- Range: `0`-`100`
|
|
3303
3462
|
"""
|
|
3304
3463
|
return pulumi.get(self, "tunnel_interface_max_control_connections")
|
|
3305
3464
|
|
|
@@ -3323,7 +3482,9 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
3323
3482
|
@pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
|
|
3324
3483
|
def tunnel_interface_nat_refresh_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3325
3484
|
"""
|
|
3326
|
-
Set time period of nat refresh packets <1...60> seconds
|
|
3485
|
+
Set time period of nat refresh packets <1...60> seconds
|
|
3486
|
+
- Range: `1`-`60`
|
|
3487
|
+
- Default value: `5`
|
|
3327
3488
|
"""
|
|
3328
3489
|
return pulumi.get(self, "tunnel_interface_nat_refresh_interval")
|
|
3329
3490
|
|
|
@@ -3347,7 +3508,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
3347
3508
|
@pulumi.getter(name="tunnelInterfacePortHop")
|
|
3348
3509
|
def tunnel_interface_port_hop(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3349
3510
|
"""
|
|
3350
|
-
Disallow port hopping on the tunnel interface
|
|
3511
|
+
Disallow port hopping on the tunnel interface
|
|
3512
|
+
- Default value: `true`
|
|
3351
3513
|
"""
|
|
3352
3514
|
return pulumi.get(self, "tunnel_interface_port_hop")
|
|
3353
3515
|
|
|
@@ -3371,7 +3533,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
3371
3533
|
@pulumi.getter(name="tunnelInterfaceRestrict")
|
|
3372
3534
|
def tunnel_interface_restrict(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3373
3535
|
"""
|
|
3374
|
-
Restrict this TLOC behavior
|
|
3536
|
+
Restrict this TLOC behavior
|
|
3537
|
+
- Default value: `false`
|
|
3375
3538
|
"""
|
|
3376
3539
|
return pulumi.get(self, "tunnel_interface_restrict")
|
|
3377
3540
|
|
|
@@ -3395,7 +3558,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
3395
3558
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
|
|
3396
3559
|
def tunnel_interface_tunnel_tcp_mss(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3397
3560
|
"""
|
|
3398
|
-
Tunnel TCP MSS on SYN packets, in bytes
|
|
3561
|
+
Tunnel TCP MSS on SYN packets, in bytes
|
|
3562
|
+
- Range: `500`-`1460`
|
|
3399
3563
|
"""
|
|
3400
3564
|
return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss")
|
|
3401
3565
|
|
|
@@ -3419,7 +3583,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
3419
3583
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
|
|
3420
3584
|
def tunnel_interface_vbond_as_stun_server(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3421
3585
|
"""
|
|
3422
|
-
Put this wan interface in STUN mode only
|
|
3586
|
+
Put this wan interface in STUN mode only
|
|
3587
|
+
- Default value: `false`
|
|
3423
3588
|
"""
|
|
3424
3589
|
return pulumi.get(self, "tunnel_interface_vbond_as_stun_server")
|
|
3425
3590
|
|
|
@@ -3443,7 +3608,9 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
3443
3608
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
|
|
3444
3609
|
def tunnel_interface_vmanage_connection_preference(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3445
3610
|
"""
|
|
3446
|
-
Set interface preference for control connection to vManage <0..8>
|
|
3611
|
+
Set interface preference for control connection to vManage <0..8>
|
|
3612
|
+
- Range: `0`-`8`
|
|
3613
|
+
- Default value: `5`
|
|
3447
3614
|
"""
|
|
3448
3615
|
return pulumi.get(self, "tunnel_interface_vmanage_connection_preference")
|
|
3449
3616
|
|
|
@@ -3467,7 +3634,8 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
3467
3634
|
@pulumi.getter(name="tunnelQosMode")
|
|
3468
3635
|
def tunnel_qos_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3469
3636
|
"""
|
|
3470
|
-
Set tunnel QoS mode
|
|
3637
|
+
Set tunnel QoS mode
|
|
3638
|
+
- Choices: `spoke`, `hub`
|
|
3471
3639
|
"""
|
|
3472
3640
|
return pulumi.get(self, "tunnel_qos_mode")
|
|
3473
3641
|
|
|
@@ -3700,117 +3868,159 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
3700
3868
|
|
|
3701
3869
|
:param str resource_name: The name of the resource.
|
|
3702
3870
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
3703
|
-
:param pulumi.Input[_builtins.int] bandwidth: Interface bandwidth capacity, in kbps
|
|
3704
|
-
|
|
3871
|
+
:param pulumi.Input[_builtins.int] bandwidth: Interface bandwidth capacity, in kbps
|
|
3872
|
+
- Range: `1`-`200000000`
|
|
3873
|
+
:param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
|
|
3874
|
+
- Range: `1`-`2147483647`
|
|
3705
3875
|
:param pulumi.Input[_builtins.str] bandwidth_downstream_variable: Variable name
|
|
3706
3876
|
:param pulumi.Input[_builtins.str] bandwidth_variable: Variable name
|
|
3707
|
-
:param pulumi.Input[_builtins.str] clock_rate: Set preference for interface Clock speed
|
|
3708
|
-
|
|
3709
|
-
`384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
3877
|
+
:param pulumi.Input[_builtins.str] clock_rate: Set preference for interface Clock speed
|
|
3878
|
+
- Choices: `1200`, `2400`, `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`
|
|
3710
3879
|
:param pulumi.Input[_builtins.str] clock_rate_variable: Variable name
|
|
3711
3880
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
3712
|
-
:param pulumi.Input[_builtins.str] encapsulation: Configure Encapsulation for interface
|
|
3881
|
+
:param pulumi.Input[_builtins.str] encapsulation: Configure Encapsulation for interface
|
|
3882
|
+
- Choices: `hdlc`, `ppp`, `frame-relay`
|
|
3713
3883
|
:param pulumi.Input[_builtins.str] encapsulation_variable: Variable name
|
|
3714
3884
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
3715
3885
|
:param pulumi.Input[_builtins.str] interface_name: Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
|
|
3716
3886
|
:param pulumi.Input[_builtins.str] interface_name_variable: Variable name
|
|
3717
|
-
:param pulumi.Input[_builtins.int] ip_mtu: Set ip mtu
|
|
3887
|
+
:param pulumi.Input[_builtins.int] ip_mtu: Set ip mtu
|
|
3888
|
+
- Range: `576`-`9216`
|
|
3889
|
+
- Default value: `1500`
|
|
3718
3890
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
3719
3891
|
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
3720
|
-
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
3721
|
-
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
3722
|
-
`255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`,
|
|
3723
|
-
`255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`,
|
|
3724
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
3892
|
+
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
3725
3893
|
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name
|
|
3726
3894
|
:param pulumi.Input[_builtins.str] ipv6_address: Assign IPv6 address
|
|
3727
3895
|
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
3728
|
-
:param pulumi.Input[_builtins.int] mtu: Interface MTU <68...2000>, in bytes
|
|
3896
|
+
:param pulumi.Input[_builtins.int] mtu: Interface MTU <68...2000>, in bytes
|
|
3897
|
+
- Range: `576`-`9216`
|
|
3898
|
+
- Default value: `1500`
|
|
3729
3899
|
:param pulumi.Input[_builtins.str] mtu_variable: Variable name
|
|
3730
3900
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
3731
|
-
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
3732
|
-
|
|
3901
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
3902
|
+
- Default value: `false`
|
|
3903
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos_aggregator: Per-tunnel QoS Aggregator
|
|
3904
|
+
- Default value: `false`
|
|
3733
3905
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_aggregator_variable: Variable name
|
|
3734
3906
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_variable: Variable name
|
|
3735
|
-
:param pulumi.Input[_builtins.int] qos_shaping_rate: 1ge
|
|
3907
|
+
:param pulumi.Input[_builtins.int] qos_shaping_rate: 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
3908
|
+
- Range: `8`-`100000000`
|
|
3736
3909
|
:param pulumi.Input[_builtins.str] qos_shaping_rate_variable: Variable name
|
|
3737
|
-
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
3910
|
+
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
3911
|
+
- Default value: `true`
|
|
3738
3912
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
3739
|
-
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
3913
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
3914
|
+
- Range: `500`-`1460`
|
|
3740
3915
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
3741
3916
|
:param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
|
|
3742
3917
|
:param pulumi.Input[_builtins.str] tloc_extension_variable: Variable name
|
|
3743
3918
|
:param pulumi.Input[_builtins.str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
3744
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface: Tunnel Interface
|
|
3745
|
-
|
|
3919
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface: Tunnel Interface
|
|
3920
|
+
- Default value: `false`
|
|
3921
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
3922
|
+
- Default value: `false`
|
|
3746
3923
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_all_variable: Variable name
|
|
3747
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bfd: Allow/Deny BFD
|
|
3924
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bfd: Allow/Deny BFD
|
|
3925
|
+
- Default value: `false`
|
|
3748
3926
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_bfd_variable: Variable name
|
|
3749
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
3927
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
3928
|
+
- Default value: `false`
|
|
3750
3929
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_bgp_variable: Variable name
|
|
3751
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
3930
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
3931
|
+
- Default value: `true`
|
|
3752
3932
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dhcp_variable: Variable name
|
|
3753
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
3933
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
3934
|
+
- Default value: `true`
|
|
3754
3935
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dns_variable: Variable name
|
|
3755
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
3936
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
3937
|
+
- Default value: `true`
|
|
3756
3938
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_https_variable: Variable name
|
|
3757
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
3939
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
3940
|
+
- Default value: `true`
|
|
3758
3941
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_icmp_variable: Variable name
|
|
3759
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
3942
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
3943
|
+
- Default value: `false`
|
|
3760
3944
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_netconf_variable: Variable name
|
|
3761
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
3945
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
3946
|
+
- Default value: `false`
|
|
3762
3947
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ntp_variable: Variable name
|
|
3763
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
3948
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
3949
|
+
- Default value: `false`
|
|
3764
3950
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ospf_variable: Variable name
|
|
3765
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
3951
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
3952
|
+
- Default value: `false`
|
|
3766
3953
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_snmp_variable: Variable name
|
|
3767
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
3954
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
3955
|
+
- Default value: `false`
|
|
3768
3956
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ssh_variable: Variable name
|
|
3769
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
3957
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
3958
|
+
- Default value: `false`
|
|
3770
3959
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_stun_variable: Variable name
|
|
3771
3960
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface
|
|
3772
3961
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel_variable: Variable name
|
|
3773
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
3962
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
3963
|
+
- Default value: `false`
|
|
3774
3964
|
:param pulumi.Input[_builtins.str] tunnel_interface_border_variable: Variable name
|
|
3775
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
3776
|
-
|
|
3965
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
3966
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
3967
|
+
- Default value: `default`
|
|
3777
3968
|
:param pulumi.Input[_builtins.str] tunnel_interface_carrier_variable: Variable name
|
|
3778
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
3969
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
3970
|
+
- Default value: `false`
|
|
3779
3971
|
:param pulumi.Input[_builtins.str] tunnel_interface_clear_dont_fragment_variable: Variable name
|
|
3780
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
3972
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
3973
|
+
- Default value: `false`
|
|
3781
3974
|
:param pulumi.Input[_builtins.str] tunnel_interface_clear_network_broadcast_variable: Variable name
|
|
3782
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
3783
|
-
|
|
3784
|
-
|
|
3975
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
3976
|
+
- 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`
|
|
3977
|
+
- Default value: `default`
|
|
3785
3978
|
:param pulumi.Input[_builtins.str] tunnel_interface_color_variable: Variable name
|
|
3786
3979
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportWanVpnInterfaceT1E1SerialFeatureTunnelInterfaceEncapsulationArgs', 'TransportWanVpnInterfaceT1E1SerialFeatureTunnelInterfaceEncapsulationArgsDict']]]] tunnel_interface_encapsulations: Encapsulation for TLOC
|
|
3787
3980
|
:param pulumi.Input[_builtins.str] tunnel_interface_exclude_controller_group_list_variable: Variable name
|
|
3788
3981
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list
|
|
3789
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_groups: List of groups
|
|
3982
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_groups: List of groups
|
|
3983
|
+
- Range: `1`-`4294967295`
|
|
3790
3984
|
:param pulumi.Input[_builtins.str] tunnel_interface_groups_variable: Variable name
|
|
3791
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
3985
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
3986
|
+
- Range: `100`-`600000`
|
|
3987
|
+
- Default value: `1000`
|
|
3792
3988
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_interval_variable: Variable name
|
|
3793
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
3989
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
3990
|
+
- Range: `12`-`6000`
|
|
3991
|
+
- Default value: `12`
|
|
3794
3992
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_tolerance_variable: Variable name
|
|
3795
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
3993
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
3994
|
+
- Default value: `false`
|
|
3796
3995
|
:param pulumi.Input[_builtins.str] tunnel_interface_last_resort_circuit_variable: Variable name
|
|
3797
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
3996
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
3997
|
+
- Default value: `false`
|
|
3798
3998
|
:param pulumi.Input[_builtins.str] tunnel_interface_low_bandwidth_link_variable: Variable name
|
|
3799
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Set the maximum number of control connections for this TLOC
|
|
3999
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Set the maximum number of control connections for this TLOC
|
|
4000
|
+
- Range: `0`-`100`
|
|
3800
4001
|
:param pulumi.Input[_builtins.str] tunnel_interface_max_control_connections_variable: Variable name
|
|
3801
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
4002
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
4003
|
+
- Range: `1`-`60`
|
|
4004
|
+
- Default value: `5`
|
|
3802
4005
|
:param pulumi.Input[_builtins.str] tunnel_interface_nat_refresh_interval_variable: Variable name
|
|
3803
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
4006
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
4007
|
+
- Default value: `true`
|
|
3804
4008
|
:param pulumi.Input[_builtins.str] tunnel_interface_port_hop_variable: Variable name
|
|
3805
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_restrict: Restrict this TLOC behavior
|
|
4009
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_restrict: Restrict this TLOC behavior
|
|
4010
|
+
- Default value: `false`
|
|
3806
4011
|
:param pulumi.Input[_builtins.str] tunnel_interface_restrict_variable: Variable name
|
|
3807
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
4012
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
4013
|
+
- Range: `500`-`1460`
|
|
3808
4014
|
:param pulumi.Input[_builtins.str] tunnel_interface_tunnel_tcp_mss_variable: Variable name
|
|
3809
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
4015
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
4016
|
+
- Default value: `false`
|
|
3810
4017
|
:param pulumi.Input[_builtins.str] tunnel_interface_vbond_as_stun_server_variable: Variable name
|
|
3811
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
4018
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
4019
|
+
- Range: `0`-`8`
|
|
4020
|
+
- Default value: `5`
|
|
3812
4021
|
:param pulumi.Input[_builtins.str] tunnel_interface_vmanage_connection_preference_variable: Variable name
|
|
3813
|
-
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
4022
|
+
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
4023
|
+
- Choices: `spoke`, `hub`
|
|
3814
4024
|
:param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name
|
|
3815
4025
|
"""
|
|
3816
4026
|
...
|
|
@@ -4273,117 +4483,159 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4273
4483
|
:param str resource_name: The unique name of the resulting resource.
|
|
4274
4484
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
4275
4485
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
4276
|
-
:param pulumi.Input[_builtins.int] bandwidth: Interface bandwidth capacity, in kbps
|
|
4277
|
-
|
|
4486
|
+
:param pulumi.Input[_builtins.int] bandwidth: Interface bandwidth capacity, in kbps
|
|
4487
|
+
- Range: `1`-`200000000`
|
|
4488
|
+
:param pulumi.Input[_builtins.int] bandwidth_downstream: Interface downstream bandwidth capacity, in kbps
|
|
4489
|
+
- Range: `1`-`2147483647`
|
|
4278
4490
|
:param pulumi.Input[_builtins.str] bandwidth_downstream_variable: Variable name
|
|
4279
4491
|
:param pulumi.Input[_builtins.str] bandwidth_variable: Variable name
|
|
4280
|
-
:param pulumi.Input[_builtins.str] clock_rate: Set preference for interface Clock speed
|
|
4281
|
-
|
|
4282
|
-
`384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
4492
|
+
:param pulumi.Input[_builtins.str] clock_rate: Set preference for interface Clock speed
|
|
4493
|
+
- Choices: `1200`, `2400`, `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`
|
|
4283
4494
|
:param pulumi.Input[_builtins.str] clock_rate_variable: Variable name
|
|
4284
4495
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
4285
|
-
:param pulumi.Input[_builtins.str] encapsulation: Configure Encapsulation for interface
|
|
4496
|
+
:param pulumi.Input[_builtins.str] encapsulation: Configure Encapsulation for interface
|
|
4497
|
+
- Choices: `hdlc`, `ppp`, `frame-relay`
|
|
4286
4498
|
:param pulumi.Input[_builtins.str] encapsulation_variable: Variable name
|
|
4287
4499
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
4288
4500
|
:param pulumi.Input[_builtins.str] interface_name: Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
|
|
4289
4501
|
:param pulumi.Input[_builtins.str] interface_name_variable: Variable name
|
|
4290
|
-
:param pulumi.Input[_builtins.int] ip_mtu: Set ip mtu
|
|
4502
|
+
:param pulumi.Input[_builtins.int] ip_mtu: Set ip mtu
|
|
4503
|
+
- Range: `576`-`9216`
|
|
4504
|
+
- Default value: `1500`
|
|
4291
4505
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
4292
4506
|
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
4293
|
-
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
4294
|
-
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
4295
|
-
`255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`,
|
|
4296
|
-
`255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`,
|
|
4297
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
4507
|
+
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
4298
4508
|
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name
|
|
4299
4509
|
:param pulumi.Input[_builtins.str] ipv6_address: Assign IPv6 address
|
|
4300
4510
|
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
4301
|
-
:param pulumi.Input[_builtins.int] mtu: Interface MTU <68...2000>, in bytes
|
|
4511
|
+
:param pulumi.Input[_builtins.int] mtu: Interface MTU <68...2000>, in bytes
|
|
4512
|
+
- Range: `576`-`9216`
|
|
4513
|
+
- Default value: `1500`
|
|
4302
4514
|
:param pulumi.Input[_builtins.str] mtu_variable: Variable name
|
|
4303
4515
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
4304
|
-
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
4305
|
-
|
|
4516
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos: Per-tunnel Qos
|
|
4517
|
+
- Default value: `false`
|
|
4518
|
+
:param pulumi.Input[_builtins.bool] per_tunnel_qos_aggregator: Per-tunnel QoS Aggregator
|
|
4519
|
+
- Default value: `false`
|
|
4306
4520
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_aggregator_variable: Variable name
|
|
4307
4521
|
:param pulumi.Input[_builtins.str] per_tunnel_qos_variable: Variable name
|
|
4308
|
-
:param pulumi.Input[_builtins.int] qos_shaping_rate: 1ge
|
|
4522
|
+
:param pulumi.Input[_builtins.int] qos_shaping_rate: 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
4523
|
+
- Range: `8`-`100000000`
|
|
4309
4524
|
:param pulumi.Input[_builtins.str] qos_shaping_rate_variable: Variable name
|
|
4310
|
-
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
4525
|
+
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
4526
|
+
- Default value: `true`
|
|
4311
4527
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
4312
|
-
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
4528
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
4529
|
+
- Range: `500`-`1460`
|
|
4313
4530
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
4314
4531
|
:param pulumi.Input[_builtins.str] tloc_extension: Extends a local TLOC to a remote node only for vpn 0
|
|
4315
4532
|
:param pulumi.Input[_builtins.str] tloc_extension_variable: Variable name
|
|
4316
4533
|
:param pulumi.Input[_builtins.str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
4317
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface: Tunnel Interface
|
|
4318
|
-
|
|
4534
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface: Tunnel Interface
|
|
4535
|
+
- Default value: `false`
|
|
4536
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_all: Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
4537
|
+
- Default value: `false`
|
|
4319
4538
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_all_variable: Variable name
|
|
4320
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bfd: Allow/Deny BFD
|
|
4539
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bfd: Allow/Deny BFD
|
|
4540
|
+
- Default value: `false`
|
|
4321
4541
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_bfd_variable: Variable name
|
|
4322
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
4542
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_bgp: Allow/deny BGP
|
|
4543
|
+
- Default value: `false`
|
|
4323
4544
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_bgp_variable: Variable name
|
|
4324
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
4545
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dhcp: Allow/Deny DHCP
|
|
4546
|
+
- Default value: `true`
|
|
4325
4547
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dhcp_variable: Variable name
|
|
4326
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
4548
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_dns: Allow/Deny DNS
|
|
4549
|
+
- Default value: `true`
|
|
4327
4550
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_dns_variable: Variable name
|
|
4328
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
4551
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_https: Allow/Deny Https
|
|
4552
|
+
- Default value: `true`
|
|
4329
4553
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_https_variable: Variable name
|
|
4330
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
4554
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_icmp: Allow/Deny ICMP
|
|
4555
|
+
- Default value: `true`
|
|
4331
4556
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_icmp_variable: Variable name
|
|
4332
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
4557
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_netconf: Allow/Deny NETCONF
|
|
4558
|
+
- Default value: `false`
|
|
4333
4559
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_netconf_variable: Variable name
|
|
4334
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
4560
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ntp: Allow/Deny NTP
|
|
4561
|
+
- Default value: `false`
|
|
4335
4562
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ntp_variable: Variable name
|
|
4336
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
4563
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ospf: Allow/Deny OSPF
|
|
4564
|
+
- Default value: `false`
|
|
4337
4565
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ospf_variable: Variable name
|
|
4338
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
4566
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_snmp: Allow/Deny SNMP
|
|
4567
|
+
- Default value: `false`
|
|
4339
4568
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_snmp_variable: Variable name
|
|
4340
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
4569
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_ssh: Allow/Deny SSH
|
|
4570
|
+
- Default value: `false`
|
|
4341
4571
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_ssh_variable: Variable name
|
|
4342
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
4572
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_allow_stun: Allow/Deny STUN
|
|
4573
|
+
- Default value: `false`
|
|
4343
4574
|
:param pulumi.Input[_builtins.str] tunnel_interface_allow_stun_variable: Variable name
|
|
4344
4575
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel: Bind loopback tunnel interface to a physical interface
|
|
4345
4576
|
:param pulumi.Input[_builtins.str] tunnel_interface_bind_loopback_tunnel_variable: Variable name
|
|
4346
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
4577
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_border: Set TLOC as border TLOC
|
|
4578
|
+
- Default value: `false`
|
|
4347
4579
|
:param pulumi.Input[_builtins.str] tunnel_interface_border_variable: Variable name
|
|
4348
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
4349
|
-
|
|
4580
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_carrier: Set carrier for TLOC
|
|
4581
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
4582
|
+
- Default value: `default`
|
|
4350
4583
|
:param pulumi.Input[_builtins.str] tunnel_interface_carrier_variable: Variable name
|
|
4351
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
4584
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
4585
|
+
- Default value: `false`
|
|
4352
4586
|
:param pulumi.Input[_builtins.str] tunnel_interface_clear_dont_fragment_variable: Variable name
|
|
4353
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
4587
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_clear_network_broadcast: Accept and respond to network-prefix-directed broadcasts)
|
|
4588
|
+
- Default value: `false`
|
|
4354
4589
|
:param pulumi.Input[_builtins.str] tunnel_interface_clear_network_broadcast_variable: Variable name
|
|
4355
|
-
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
4356
|
-
|
|
4357
|
-
|
|
4590
|
+
:param pulumi.Input[_builtins.str] tunnel_interface_color: Set color for TLOC
|
|
4591
|
+
- 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`
|
|
4592
|
+
- Default value: `default`
|
|
4358
4593
|
:param pulumi.Input[_builtins.str] tunnel_interface_color_variable: Variable name
|
|
4359
4594
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportWanVpnInterfaceT1E1SerialFeatureTunnelInterfaceEncapsulationArgs', 'TransportWanVpnInterfaceT1E1SerialFeatureTunnelInterfaceEncapsulationArgsDict']]]] tunnel_interface_encapsulations: Encapsulation for TLOC
|
|
4360
4595
|
:param pulumi.Input[_builtins.str] tunnel_interface_exclude_controller_group_list_variable: Variable name
|
|
4361
4596
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] tunnel_interface_exclude_controller_group_lists: Exclude the following controller groups defined in this list
|
|
4362
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_groups: List of groups
|
|
4597
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_groups: List of groups
|
|
4598
|
+
- Range: `1`-`4294967295`
|
|
4363
4599
|
:param pulumi.Input[_builtins.str] tunnel_interface_groups_variable: Variable name
|
|
4364
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
4600
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_interval: Set time period of control hello packets <100..600000> milli seconds
|
|
4601
|
+
- Range: `100`-`600000`
|
|
4602
|
+
- Default value: `1000`
|
|
4365
4603
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_interval_variable: Variable name
|
|
4366
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
4604
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_hello_tolerance: Set tolerance of control hello packets <12..6000> seconds
|
|
4605
|
+
- Range: `12`-`6000`
|
|
4606
|
+
- Default value: `12`
|
|
4367
4607
|
:param pulumi.Input[_builtins.str] tunnel_interface_hello_tolerance_variable: Variable name
|
|
4368
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
4608
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_last_resort_circuit: Set TLOC as last resort
|
|
4609
|
+
- Default value: `false`
|
|
4369
4610
|
:param pulumi.Input[_builtins.str] tunnel_interface_last_resort_circuit_variable: Variable name
|
|
4370
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
4611
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_low_bandwidth_link: Set the interface as a low-bandwidth circuit
|
|
4612
|
+
- Default value: `false`
|
|
4371
4613
|
:param pulumi.Input[_builtins.str] tunnel_interface_low_bandwidth_link_variable: Variable name
|
|
4372
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Set the maximum number of control connections for this TLOC
|
|
4614
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_max_control_connections: Set the maximum number of control connections for this TLOC
|
|
4615
|
+
- Range: `0`-`100`
|
|
4373
4616
|
:param pulumi.Input[_builtins.str] tunnel_interface_max_control_connections_variable: Variable name
|
|
4374
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
4617
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_nat_refresh_interval: Set time period of nat refresh packets <1...60> seconds
|
|
4618
|
+
- Range: `1`-`60`
|
|
4619
|
+
- Default value: `5`
|
|
4375
4620
|
:param pulumi.Input[_builtins.str] tunnel_interface_nat_refresh_interval_variable: Variable name
|
|
4376
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
4621
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_port_hop: Disallow port hopping on the tunnel interface
|
|
4622
|
+
- Default value: `true`
|
|
4377
4623
|
:param pulumi.Input[_builtins.str] tunnel_interface_port_hop_variable: Variable name
|
|
4378
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_restrict: Restrict this TLOC behavior
|
|
4624
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_restrict: Restrict this TLOC behavior
|
|
4625
|
+
- Default value: `false`
|
|
4379
4626
|
:param pulumi.Input[_builtins.str] tunnel_interface_restrict_variable: Variable name
|
|
4380
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
4627
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_tunnel_tcp_mss: Tunnel TCP MSS on SYN packets, in bytes
|
|
4628
|
+
- Range: `500`-`1460`
|
|
4381
4629
|
:param pulumi.Input[_builtins.str] tunnel_interface_tunnel_tcp_mss_variable: Variable name
|
|
4382
|
-
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
4630
|
+
:param pulumi.Input[_builtins.bool] tunnel_interface_vbond_as_stun_server: Put this wan interface in STUN mode only
|
|
4631
|
+
- Default value: `false`
|
|
4383
4632
|
:param pulumi.Input[_builtins.str] tunnel_interface_vbond_as_stun_server_variable: Variable name
|
|
4384
|
-
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
4633
|
+
:param pulumi.Input[_builtins.int] tunnel_interface_vmanage_connection_preference: Set interface preference for control connection to vManage <0..8>
|
|
4634
|
+
- Range: `0`-`8`
|
|
4635
|
+
- Default value: `5`
|
|
4385
4636
|
:param pulumi.Input[_builtins.str] tunnel_interface_vmanage_connection_preference_variable: Variable name
|
|
4386
|
-
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
4637
|
+
:param pulumi.Input[_builtins.str] tunnel_qos_mode: Set tunnel QoS mode
|
|
4638
|
+
- Choices: `spoke`, `hub`
|
|
4387
4639
|
:param pulumi.Input[_builtins.str] tunnel_qos_mode_variable: Variable name
|
|
4388
4640
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
4389
4641
|
"""
|
|
@@ -4526,7 +4778,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4526
4778
|
@pulumi.getter
|
|
4527
4779
|
def bandwidth(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
4528
4780
|
"""
|
|
4529
|
-
Interface bandwidth capacity, in kbps
|
|
4781
|
+
Interface bandwidth capacity, in kbps
|
|
4782
|
+
- Range: `1`-`200000000`
|
|
4530
4783
|
"""
|
|
4531
4784
|
return pulumi.get(self, "bandwidth")
|
|
4532
4785
|
|
|
@@ -4534,7 +4787,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4534
4787
|
@pulumi.getter(name="bandwidthDownstream")
|
|
4535
4788
|
def bandwidth_downstream(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
4536
4789
|
"""
|
|
4537
|
-
Interface downstream bandwidth capacity, in kbps
|
|
4790
|
+
Interface downstream bandwidth capacity, in kbps
|
|
4791
|
+
- Range: `1`-`2147483647`
|
|
4538
4792
|
"""
|
|
4539
4793
|
return pulumi.get(self, "bandwidth_downstream")
|
|
4540
4794
|
|
|
@@ -4558,9 +4812,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4558
4812
|
@pulumi.getter(name="clockRate")
|
|
4559
4813
|
def clock_rate(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4560
4814
|
"""
|
|
4561
|
-
Set preference for interface Clock speed
|
|
4562
|
-
|
|
4563
|
-
`384000`, `500000`, `512000`, `768000`, `800000`, `1000000`, `2000000`, `4000000`, `5300000`, `8000000`
|
|
4815
|
+
Set preference for interface Clock speed
|
|
4816
|
+
- Choices: `1200`, `2400`, `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`
|
|
4564
4817
|
"""
|
|
4565
4818
|
return pulumi.get(self, "clock_rate")
|
|
4566
4819
|
|
|
@@ -4584,7 +4837,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4584
4837
|
@pulumi.getter
|
|
4585
4838
|
def encapsulation(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4586
4839
|
"""
|
|
4587
|
-
Configure Encapsulation for interface
|
|
4840
|
+
Configure Encapsulation for interface
|
|
4841
|
+
- Choices: `hdlc`, `ppp`, `frame-relay`
|
|
4588
4842
|
"""
|
|
4589
4843
|
return pulumi.get(self, "encapsulation")
|
|
4590
4844
|
|
|
@@ -4624,7 +4878,9 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4624
4878
|
@pulumi.getter(name="ipMtu")
|
|
4625
4879
|
def ip_mtu(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
4626
4880
|
"""
|
|
4627
|
-
Set ip mtu
|
|
4881
|
+
Set ip mtu
|
|
4882
|
+
- Range: `576`-`9216`
|
|
4883
|
+
- Default value: `1500`
|
|
4628
4884
|
"""
|
|
4629
4885
|
return pulumi.get(self, "ip_mtu")
|
|
4630
4886
|
|
|
@@ -4653,11 +4909,7 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4653
4909
|
@pulumi.getter(name="ipv4SubnetMask")
|
|
4654
4910
|
def ipv4_subnet_mask(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4655
4911
|
"""
|
|
4656
|
-
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
4657
|
-
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
4658
|
-
`255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`,
|
|
4659
|
-
`255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`,
|
|
4660
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
4912
|
+
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
4661
4913
|
"""
|
|
4662
4914
|
return pulumi.get(self, "ipv4_subnet_mask")
|
|
4663
4915
|
|
|
@@ -4689,7 +4941,9 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4689
4941
|
@pulumi.getter
|
|
4690
4942
|
def mtu(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
4691
4943
|
"""
|
|
4692
|
-
Interface MTU <68...2000>, in bytes
|
|
4944
|
+
Interface MTU <68...2000>, in bytes
|
|
4945
|
+
- Range: `576`-`9216`
|
|
4946
|
+
- Default value: `1500`
|
|
4693
4947
|
"""
|
|
4694
4948
|
return pulumi.get(self, "mtu")
|
|
4695
4949
|
|
|
@@ -4713,7 +4967,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4713
4967
|
@pulumi.getter(name="perTunnelQos")
|
|
4714
4968
|
def per_tunnel_qos(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4715
4969
|
"""
|
|
4716
|
-
Per-tunnel Qos
|
|
4970
|
+
Per-tunnel Qos
|
|
4971
|
+
- Default value: `false`
|
|
4717
4972
|
"""
|
|
4718
4973
|
return pulumi.get(self, "per_tunnel_qos")
|
|
4719
4974
|
|
|
@@ -4721,7 +4976,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4721
4976
|
@pulumi.getter(name="perTunnelQosAggregator")
|
|
4722
4977
|
def per_tunnel_qos_aggregator(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4723
4978
|
"""
|
|
4724
|
-
Per-tunnel QoS Aggregator
|
|
4979
|
+
Per-tunnel QoS Aggregator
|
|
4980
|
+
- Default value: `false`
|
|
4725
4981
|
"""
|
|
4726
4982
|
return pulumi.get(self, "per_tunnel_qos_aggregator")
|
|
4727
4983
|
|
|
@@ -4745,7 +5001,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4745
5001
|
@pulumi.getter(name="qosShapingRate")
|
|
4746
5002
|
def qos_shaping_rate(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
4747
5003
|
"""
|
|
4748
|
-
1ge
|
|
5004
|
+
1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
5005
|
+
- Range: `8`-`100000000`
|
|
4749
5006
|
"""
|
|
4750
5007
|
return pulumi.get(self, "qos_shaping_rate")
|
|
4751
5008
|
|
|
@@ -4761,7 +5018,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4761
5018
|
@pulumi.getter
|
|
4762
5019
|
def shutdown(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4763
5020
|
"""
|
|
4764
|
-
Administrative state
|
|
5021
|
+
Administrative state
|
|
5022
|
+
- Default value: `true`
|
|
4765
5023
|
"""
|
|
4766
5024
|
return pulumi.get(self, "shutdown")
|
|
4767
5025
|
|
|
@@ -4777,7 +5035,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4777
5035
|
@pulumi.getter(name="tcpMss")
|
|
4778
5036
|
def tcp_mss(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
4779
5037
|
"""
|
|
4780
|
-
TCP MSS on SYN packets, in bytes
|
|
5038
|
+
TCP MSS on SYN packets, in bytes
|
|
5039
|
+
- Range: `500`-`1460`
|
|
4781
5040
|
"""
|
|
4782
5041
|
return pulumi.get(self, "tcp_mss")
|
|
4783
5042
|
|
|
@@ -4817,7 +5076,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4817
5076
|
@pulumi.getter(name="tunnelInterface")
|
|
4818
5077
|
def tunnel_interface(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4819
5078
|
"""
|
|
4820
|
-
Tunnel Interface
|
|
5079
|
+
Tunnel Interface
|
|
5080
|
+
- Default value: `false`
|
|
4821
5081
|
"""
|
|
4822
5082
|
return pulumi.get(self, "tunnel_interface")
|
|
4823
5083
|
|
|
@@ -4825,7 +5085,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4825
5085
|
@pulumi.getter(name="tunnelInterfaceAllowAll")
|
|
4826
5086
|
def tunnel_interface_allow_all(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4827
5087
|
"""
|
|
4828
|
-
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
5088
|
+
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
5089
|
+
- Default value: `false`
|
|
4829
5090
|
"""
|
|
4830
5091
|
return pulumi.get(self, "tunnel_interface_allow_all")
|
|
4831
5092
|
|
|
@@ -4841,7 +5102,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4841
5102
|
@pulumi.getter(name="tunnelInterfaceAllowBfd")
|
|
4842
5103
|
def tunnel_interface_allow_bfd(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4843
5104
|
"""
|
|
4844
|
-
Allow/Deny BFD
|
|
5105
|
+
Allow/Deny BFD
|
|
5106
|
+
- Default value: `false`
|
|
4845
5107
|
"""
|
|
4846
5108
|
return pulumi.get(self, "tunnel_interface_allow_bfd")
|
|
4847
5109
|
|
|
@@ -4857,7 +5119,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4857
5119
|
@pulumi.getter(name="tunnelInterfaceAllowBgp")
|
|
4858
5120
|
def tunnel_interface_allow_bgp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4859
5121
|
"""
|
|
4860
|
-
Allow/deny BGP
|
|
5122
|
+
Allow/deny BGP
|
|
5123
|
+
- Default value: `false`
|
|
4861
5124
|
"""
|
|
4862
5125
|
return pulumi.get(self, "tunnel_interface_allow_bgp")
|
|
4863
5126
|
|
|
@@ -4873,7 +5136,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4873
5136
|
@pulumi.getter(name="tunnelInterfaceAllowDhcp")
|
|
4874
5137
|
def tunnel_interface_allow_dhcp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4875
5138
|
"""
|
|
4876
|
-
Allow/Deny DHCP
|
|
5139
|
+
Allow/Deny DHCP
|
|
5140
|
+
- Default value: `true`
|
|
4877
5141
|
"""
|
|
4878
5142
|
return pulumi.get(self, "tunnel_interface_allow_dhcp")
|
|
4879
5143
|
|
|
@@ -4889,7 +5153,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4889
5153
|
@pulumi.getter(name="tunnelInterfaceAllowDns")
|
|
4890
5154
|
def tunnel_interface_allow_dns(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4891
5155
|
"""
|
|
4892
|
-
Allow/Deny DNS
|
|
5156
|
+
Allow/Deny DNS
|
|
5157
|
+
- Default value: `true`
|
|
4893
5158
|
"""
|
|
4894
5159
|
return pulumi.get(self, "tunnel_interface_allow_dns")
|
|
4895
5160
|
|
|
@@ -4905,7 +5170,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4905
5170
|
@pulumi.getter(name="tunnelInterfaceAllowHttps")
|
|
4906
5171
|
def tunnel_interface_allow_https(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4907
5172
|
"""
|
|
4908
|
-
Allow/Deny Https
|
|
5173
|
+
Allow/Deny Https
|
|
5174
|
+
- Default value: `true`
|
|
4909
5175
|
"""
|
|
4910
5176
|
return pulumi.get(self, "tunnel_interface_allow_https")
|
|
4911
5177
|
|
|
@@ -4921,7 +5187,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4921
5187
|
@pulumi.getter(name="tunnelInterfaceAllowIcmp")
|
|
4922
5188
|
def tunnel_interface_allow_icmp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4923
5189
|
"""
|
|
4924
|
-
Allow/Deny ICMP
|
|
5190
|
+
Allow/Deny ICMP
|
|
5191
|
+
- Default value: `true`
|
|
4925
5192
|
"""
|
|
4926
5193
|
return pulumi.get(self, "tunnel_interface_allow_icmp")
|
|
4927
5194
|
|
|
@@ -4937,7 +5204,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4937
5204
|
@pulumi.getter(name="tunnelInterfaceAllowNetconf")
|
|
4938
5205
|
def tunnel_interface_allow_netconf(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4939
5206
|
"""
|
|
4940
|
-
Allow/Deny NETCONF
|
|
5207
|
+
Allow/Deny NETCONF
|
|
5208
|
+
- Default value: `false`
|
|
4941
5209
|
"""
|
|
4942
5210
|
return pulumi.get(self, "tunnel_interface_allow_netconf")
|
|
4943
5211
|
|
|
@@ -4953,7 +5221,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4953
5221
|
@pulumi.getter(name="tunnelInterfaceAllowNtp")
|
|
4954
5222
|
def tunnel_interface_allow_ntp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4955
5223
|
"""
|
|
4956
|
-
Allow/Deny NTP
|
|
5224
|
+
Allow/Deny NTP
|
|
5225
|
+
- Default value: `false`
|
|
4957
5226
|
"""
|
|
4958
5227
|
return pulumi.get(self, "tunnel_interface_allow_ntp")
|
|
4959
5228
|
|
|
@@ -4969,7 +5238,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4969
5238
|
@pulumi.getter(name="tunnelInterfaceAllowOspf")
|
|
4970
5239
|
def tunnel_interface_allow_ospf(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4971
5240
|
"""
|
|
4972
|
-
Allow/Deny OSPF
|
|
5241
|
+
Allow/Deny OSPF
|
|
5242
|
+
- Default value: `false`
|
|
4973
5243
|
"""
|
|
4974
5244
|
return pulumi.get(self, "tunnel_interface_allow_ospf")
|
|
4975
5245
|
|
|
@@ -4985,7 +5255,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4985
5255
|
@pulumi.getter(name="tunnelInterfaceAllowSnmp")
|
|
4986
5256
|
def tunnel_interface_allow_snmp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4987
5257
|
"""
|
|
4988
|
-
Allow/Deny SNMP
|
|
5258
|
+
Allow/Deny SNMP
|
|
5259
|
+
- Default value: `false`
|
|
4989
5260
|
"""
|
|
4990
5261
|
return pulumi.get(self, "tunnel_interface_allow_snmp")
|
|
4991
5262
|
|
|
@@ -5001,7 +5272,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
5001
5272
|
@pulumi.getter(name="tunnelInterfaceAllowSsh")
|
|
5002
5273
|
def tunnel_interface_allow_ssh(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5003
5274
|
"""
|
|
5004
|
-
Allow/Deny SSH
|
|
5275
|
+
Allow/Deny SSH
|
|
5276
|
+
- Default value: `false`
|
|
5005
5277
|
"""
|
|
5006
5278
|
return pulumi.get(self, "tunnel_interface_allow_ssh")
|
|
5007
5279
|
|
|
@@ -5017,7 +5289,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
5017
5289
|
@pulumi.getter(name="tunnelInterfaceAllowStun")
|
|
5018
5290
|
def tunnel_interface_allow_stun(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5019
5291
|
"""
|
|
5020
|
-
Allow/Deny STUN
|
|
5292
|
+
Allow/Deny STUN
|
|
5293
|
+
- Default value: `false`
|
|
5021
5294
|
"""
|
|
5022
5295
|
return pulumi.get(self, "tunnel_interface_allow_stun")
|
|
5023
5296
|
|
|
@@ -5049,7 +5322,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
5049
5322
|
@pulumi.getter(name="tunnelInterfaceBorder")
|
|
5050
5323
|
def tunnel_interface_border(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5051
5324
|
"""
|
|
5052
|
-
Set TLOC as border TLOC
|
|
5325
|
+
Set TLOC as border TLOC
|
|
5326
|
+
- Default value: `false`
|
|
5053
5327
|
"""
|
|
5054
5328
|
return pulumi.get(self, "tunnel_interface_border")
|
|
5055
5329
|
|
|
@@ -5065,8 +5339,9 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
5065
5339
|
@pulumi.getter(name="tunnelInterfaceCarrier")
|
|
5066
5340
|
def tunnel_interface_carrier(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
5067
5341
|
"""
|
|
5068
|
-
Set carrier for TLOC
|
|
5069
|
-
|
|
5342
|
+
Set carrier for TLOC
|
|
5343
|
+
- Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8`
|
|
5344
|
+
- Default value: `default`
|
|
5070
5345
|
"""
|
|
5071
5346
|
return pulumi.get(self, "tunnel_interface_carrier")
|
|
5072
5347
|
|
|
@@ -5082,7 +5357,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
5082
5357
|
@pulumi.getter(name="tunnelInterfaceClearDontFragment")
|
|
5083
5358
|
def tunnel_interface_clear_dont_fragment(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5084
5359
|
"""
|
|
5085
|
-
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
5360
|
+
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
5361
|
+
- Default value: `false`
|
|
5086
5362
|
"""
|
|
5087
5363
|
return pulumi.get(self, "tunnel_interface_clear_dont_fragment")
|
|
5088
5364
|
|
|
@@ -5098,7 +5374,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
5098
5374
|
@pulumi.getter(name="tunnelInterfaceClearNetworkBroadcast")
|
|
5099
5375
|
def tunnel_interface_clear_network_broadcast(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5100
5376
|
"""
|
|
5101
|
-
Accept and respond to network-prefix-directed broadcasts)
|
|
5377
|
+
Accept and respond to network-prefix-directed broadcasts)
|
|
5378
|
+
- Default value: `false`
|
|
5102
5379
|
"""
|
|
5103
5380
|
return pulumi.get(self, "tunnel_interface_clear_network_broadcast")
|
|
5104
5381
|
|
|
@@ -5114,9 +5391,9 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
5114
5391
|
@pulumi.getter(name="tunnelInterfaceColor")
|
|
5115
5392
|
def tunnel_interface_color(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
5116
5393
|
"""
|
|
5117
|
-
Set color for TLOC
|
|
5118
|
-
|
|
5119
|
-
|
|
5394
|
+
Set color for TLOC
|
|
5395
|
+
- 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`
|
|
5396
|
+
- Default value: `default`
|
|
5120
5397
|
"""
|
|
5121
5398
|
return pulumi.get(self, "tunnel_interface_color")
|
|
5122
5399
|
|
|
@@ -5156,7 +5433,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
5156
5433
|
@pulumi.getter(name="tunnelInterfaceGroups")
|
|
5157
5434
|
def tunnel_interface_groups(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5158
5435
|
"""
|
|
5159
|
-
List of groups
|
|
5436
|
+
List of groups
|
|
5437
|
+
- Range: `1`-`4294967295`
|
|
5160
5438
|
"""
|
|
5161
5439
|
return pulumi.get(self, "tunnel_interface_groups")
|
|
5162
5440
|
|
|
@@ -5172,7 +5450,9 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
5172
5450
|
@pulumi.getter(name="tunnelInterfaceHelloInterval")
|
|
5173
5451
|
def tunnel_interface_hello_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5174
5452
|
"""
|
|
5175
|
-
Set time period of control hello packets <100..600000> milli seconds
|
|
5453
|
+
Set time period of control hello packets <100..600000> milli seconds
|
|
5454
|
+
- Range: `100`-`600000`
|
|
5455
|
+
- Default value: `1000`
|
|
5176
5456
|
"""
|
|
5177
5457
|
return pulumi.get(self, "tunnel_interface_hello_interval")
|
|
5178
5458
|
|
|
@@ -5188,7 +5468,9 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
5188
5468
|
@pulumi.getter(name="tunnelInterfaceHelloTolerance")
|
|
5189
5469
|
def tunnel_interface_hello_tolerance(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5190
5470
|
"""
|
|
5191
|
-
Set tolerance of control hello packets <12..6000> seconds
|
|
5471
|
+
Set tolerance of control hello packets <12..6000> seconds
|
|
5472
|
+
- Range: `12`-`6000`
|
|
5473
|
+
- Default value: `12`
|
|
5192
5474
|
"""
|
|
5193
5475
|
return pulumi.get(self, "tunnel_interface_hello_tolerance")
|
|
5194
5476
|
|
|
@@ -5204,7 +5486,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
5204
5486
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuit")
|
|
5205
5487
|
def tunnel_interface_last_resort_circuit(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5206
5488
|
"""
|
|
5207
|
-
Set TLOC as last resort
|
|
5489
|
+
Set TLOC as last resort
|
|
5490
|
+
- Default value: `false`
|
|
5208
5491
|
"""
|
|
5209
5492
|
return pulumi.get(self, "tunnel_interface_last_resort_circuit")
|
|
5210
5493
|
|
|
@@ -5220,7 +5503,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
5220
5503
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
|
|
5221
5504
|
def tunnel_interface_low_bandwidth_link(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5222
5505
|
"""
|
|
5223
|
-
Set the interface as a low-bandwidth circuit
|
|
5506
|
+
Set the interface as a low-bandwidth circuit
|
|
5507
|
+
- Default value: `false`
|
|
5224
5508
|
"""
|
|
5225
5509
|
return pulumi.get(self, "tunnel_interface_low_bandwidth_link")
|
|
5226
5510
|
|
|
@@ -5236,7 +5520,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
5236
5520
|
@pulumi.getter(name="tunnelInterfaceMaxControlConnections")
|
|
5237
5521
|
def tunnel_interface_max_control_connections(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5238
5522
|
"""
|
|
5239
|
-
Set the maximum number of control connections for this TLOC
|
|
5523
|
+
Set the maximum number of control connections for this TLOC
|
|
5524
|
+
- Range: `0`-`100`
|
|
5240
5525
|
"""
|
|
5241
5526
|
return pulumi.get(self, "tunnel_interface_max_control_connections")
|
|
5242
5527
|
|
|
@@ -5252,7 +5537,9 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
5252
5537
|
@pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
|
|
5253
5538
|
def tunnel_interface_nat_refresh_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5254
5539
|
"""
|
|
5255
|
-
Set time period of nat refresh packets <1...60> seconds
|
|
5540
|
+
Set time period of nat refresh packets <1...60> seconds
|
|
5541
|
+
- Range: `1`-`60`
|
|
5542
|
+
- Default value: `5`
|
|
5256
5543
|
"""
|
|
5257
5544
|
return pulumi.get(self, "tunnel_interface_nat_refresh_interval")
|
|
5258
5545
|
|
|
@@ -5268,7 +5555,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
5268
5555
|
@pulumi.getter(name="tunnelInterfacePortHop")
|
|
5269
5556
|
def tunnel_interface_port_hop(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5270
5557
|
"""
|
|
5271
|
-
Disallow port hopping on the tunnel interface
|
|
5558
|
+
Disallow port hopping on the tunnel interface
|
|
5559
|
+
- Default value: `true`
|
|
5272
5560
|
"""
|
|
5273
5561
|
return pulumi.get(self, "tunnel_interface_port_hop")
|
|
5274
5562
|
|
|
@@ -5284,7 +5572,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
5284
5572
|
@pulumi.getter(name="tunnelInterfaceRestrict")
|
|
5285
5573
|
def tunnel_interface_restrict(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5286
5574
|
"""
|
|
5287
|
-
Restrict this TLOC behavior
|
|
5575
|
+
Restrict this TLOC behavior
|
|
5576
|
+
- Default value: `false`
|
|
5288
5577
|
"""
|
|
5289
5578
|
return pulumi.get(self, "tunnel_interface_restrict")
|
|
5290
5579
|
|
|
@@ -5300,7 +5589,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
5300
5589
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
|
|
5301
5590
|
def tunnel_interface_tunnel_tcp_mss(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5302
5591
|
"""
|
|
5303
|
-
Tunnel TCP MSS on SYN packets, in bytes
|
|
5592
|
+
Tunnel TCP MSS on SYN packets, in bytes
|
|
5593
|
+
- Range: `500`-`1460`
|
|
5304
5594
|
"""
|
|
5305
5595
|
return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss")
|
|
5306
5596
|
|
|
@@ -5316,7 +5606,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
5316
5606
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
|
|
5317
5607
|
def tunnel_interface_vbond_as_stun_server(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
5318
5608
|
"""
|
|
5319
|
-
Put this wan interface in STUN mode only
|
|
5609
|
+
Put this wan interface in STUN mode only
|
|
5610
|
+
- Default value: `false`
|
|
5320
5611
|
"""
|
|
5321
5612
|
return pulumi.get(self, "tunnel_interface_vbond_as_stun_server")
|
|
5322
5613
|
|
|
@@ -5332,7 +5623,9 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
5332
5623
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
|
|
5333
5624
|
def tunnel_interface_vmanage_connection_preference(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
5334
5625
|
"""
|
|
5335
|
-
Set interface preference for control connection to vManage <0..8>
|
|
5626
|
+
Set interface preference for control connection to vManage <0..8>
|
|
5627
|
+
- Range: `0`-`8`
|
|
5628
|
+
- Default value: `5`
|
|
5336
5629
|
"""
|
|
5337
5630
|
return pulumi.get(self, "tunnel_interface_vmanage_connection_preference")
|
|
5338
5631
|
|
|
@@ -5348,7 +5641,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
5348
5641
|
@pulumi.getter(name="tunnelQosMode")
|
|
5349
5642
|
def tunnel_qos_mode(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
5350
5643
|
"""
|
|
5351
|
-
Set tunnel QoS mode
|
|
5644
|
+
Set tunnel QoS mode
|
|
5645
|
+
- Choices: `spoke`, `hub`
|
|
5352
5646
|
"""
|
|
5353
5647
|
return pulumi.get(self, "tunnel_qos_mode")
|
|
5354
5648
|
|