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
|
@@ -55,28 +55,30 @@ class TransportWanVpnInterfaceGreFeatureArgs:
|
|
|
55
55
|
The set of arguments for constructing a TransportWanVpnInterfaceGreFeature resource.
|
|
56
56
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
57
57
|
:param pulumi.Input[_builtins.str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
58
|
-
:param pulumi.Input[_builtins.str] application_tunnel_type: Enable Application Tunnel Type
|
|
58
|
+
:param pulumi.Input[_builtins.str] application_tunnel_type: Enable Application Tunnel Type
|
|
59
|
+
- Choices: `none`, `sig`
|
|
59
60
|
:param pulumi.Input[_builtins.str] application_tunnel_type_variable: Variable name
|
|
60
|
-
:param pulumi.Input[_builtins.bool] clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
61
|
+
:param pulumi.Input[_builtins.bool] clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
62
|
+
- Default value: `false`
|
|
61
63
|
:param pulumi.Input[_builtins.str] clear_dont_fragment_variable: Variable name
|
|
62
64
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
63
65
|
:param pulumi.Input[_builtins.str] interface_description: Interface description
|
|
64
66
|
:param pulumi.Input[_builtins.str] interface_description_variable: Variable name
|
|
65
67
|
:param pulumi.Input[_builtins.str] interface_name: Interface name (1..255)
|
|
66
68
|
:param pulumi.Input[_builtins.str] interface_name_variable: Variable name
|
|
67
|
-
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <576..9976>, in bytes
|
|
69
|
+
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <576..9976>, in bytes
|
|
70
|
+
- Range: `576`-`9976`
|
|
71
|
+
- Default value: `1500`
|
|
68
72
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
69
73
|
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
70
|
-
: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`,
|
|
71
|
-
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
72
|
-
`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`,
|
|
73
|
-
`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`,
|
|
74
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
74
|
+
: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`
|
|
75
75
|
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name
|
|
76
76
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
77
|
-
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
77
|
+
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
78
|
+
- Default value: `false`
|
|
78
79
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
79
|
-
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
80
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
81
|
+
- Range: `500`-`1460`
|
|
80
82
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
81
83
|
:param pulumi.Input[_builtins.str] tunnel_destination_ipv4_address: Tunnel destination IP Address
|
|
82
84
|
:param pulumi.Input[_builtins.str] tunnel_destination_ipv4_address_variable: Variable name
|
|
@@ -180,7 +182,8 @@ class TransportWanVpnInterfaceGreFeatureArgs:
|
|
|
180
182
|
@pulumi.getter(name="applicationTunnelType")
|
|
181
183
|
def application_tunnel_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
182
184
|
"""
|
|
183
|
-
Enable Application Tunnel Type
|
|
185
|
+
Enable Application Tunnel Type
|
|
186
|
+
- Choices: `none`, `sig`
|
|
184
187
|
"""
|
|
185
188
|
return pulumi.get(self, "application_tunnel_type")
|
|
186
189
|
|
|
@@ -204,7 +207,8 @@ class TransportWanVpnInterfaceGreFeatureArgs:
|
|
|
204
207
|
@pulumi.getter(name="clearDontFragment")
|
|
205
208
|
def clear_dont_fragment(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
206
209
|
"""
|
|
207
|
-
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
210
|
+
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
211
|
+
- Default value: `false`
|
|
208
212
|
"""
|
|
209
213
|
return pulumi.get(self, "clear_dont_fragment")
|
|
210
214
|
|
|
@@ -288,7 +292,9 @@ class TransportWanVpnInterfaceGreFeatureArgs:
|
|
|
288
292
|
@pulumi.getter(name="ipMtu")
|
|
289
293
|
def ip_mtu(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
290
294
|
"""
|
|
291
|
-
Interface MTU <576..9976>, in bytes
|
|
295
|
+
Interface MTU <576..9976>, in bytes
|
|
296
|
+
- Range: `576`-`9976`
|
|
297
|
+
- Default value: `1500`
|
|
292
298
|
"""
|
|
293
299
|
return pulumi.get(self, "ip_mtu")
|
|
294
300
|
|
|
@@ -333,11 +339,7 @@ class TransportWanVpnInterfaceGreFeatureArgs:
|
|
|
333
339
|
@pulumi.getter(name="ipv4SubnetMask")
|
|
334
340
|
def ipv4_subnet_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
335
341
|
"""
|
|
336
|
-
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
337
|
-
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
338
|
-
`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`,
|
|
339
|
-
`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`,
|
|
340
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
342
|
+
- 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`
|
|
341
343
|
"""
|
|
342
344
|
return pulumi.get(self, "ipv4_subnet_mask")
|
|
343
345
|
|
|
@@ -373,7 +375,8 @@ class TransportWanVpnInterfaceGreFeatureArgs:
|
|
|
373
375
|
@pulumi.getter
|
|
374
376
|
def shutdown(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
375
377
|
"""
|
|
376
|
-
Administrative state
|
|
378
|
+
Administrative state
|
|
379
|
+
- Default value: `false`
|
|
377
380
|
"""
|
|
378
381
|
return pulumi.get(self, "shutdown")
|
|
379
382
|
|
|
@@ -397,7 +400,8 @@ class TransportWanVpnInterfaceGreFeatureArgs:
|
|
|
397
400
|
@pulumi.getter(name="tcpMss")
|
|
398
401
|
def tcp_mss(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
399
402
|
"""
|
|
400
|
-
TCP MSS on SYN packets, in bytes
|
|
403
|
+
TCP MSS on SYN packets, in bytes
|
|
404
|
+
- Range: `500`-`1460`
|
|
401
405
|
"""
|
|
402
406
|
return pulumi.get(self, "tcp_mss")
|
|
403
407
|
|
|
@@ -576,9 +580,11 @@ class _TransportWanVpnInterfaceGreFeatureState:
|
|
|
576
580
|
version: Optional[pulumi.Input[_builtins.int]] = None):
|
|
577
581
|
"""
|
|
578
582
|
Input properties used for looking up and filtering TransportWanVpnInterfaceGreFeature resources.
|
|
579
|
-
:param pulumi.Input[_builtins.str] application_tunnel_type: Enable Application Tunnel Type
|
|
583
|
+
:param pulumi.Input[_builtins.str] application_tunnel_type: Enable Application Tunnel Type
|
|
584
|
+
- Choices: `none`, `sig`
|
|
580
585
|
:param pulumi.Input[_builtins.str] application_tunnel_type_variable: Variable name
|
|
581
|
-
:param pulumi.Input[_builtins.bool] clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
586
|
+
:param pulumi.Input[_builtins.bool] clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
587
|
+
- Default value: `false`
|
|
582
588
|
:param pulumi.Input[_builtins.str] clear_dont_fragment_variable: Variable name
|
|
583
589
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
584
590
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
@@ -586,19 +592,19 @@ class _TransportWanVpnInterfaceGreFeatureState:
|
|
|
586
592
|
:param pulumi.Input[_builtins.str] interface_description_variable: Variable name
|
|
587
593
|
:param pulumi.Input[_builtins.str] interface_name: Interface name (1..255)
|
|
588
594
|
:param pulumi.Input[_builtins.str] interface_name_variable: Variable name
|
|
589
|
-
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <576..9976>, in bytes
|
|
595
|
+
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <576..9976>, in bytes
|
|
596
|
+
- Range: `576`-`9976`
|
|
597
|
+
- Default value: `1500`
|
|
590
598
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
591
599
|
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
592
|
-
: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`,
|
|
593
|
-
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
594
|
-
`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`,
|
|
595
|
-
`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`,
|
|
596
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
600
|
+
: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`
|
|
597
601
|
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name
|
|
598
602
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
599
|
-
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
603
|
+
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
604
|
+
- Default value: `false`
|
|
600
605
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
601
|
-
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
606
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
607
|
+
- Range: `500`-`1460`
|
|
602
608
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
603
609
|
:param pulumi.Input[_builtins.str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
604
610
|
:param pulumi.Input[_builtins.str] tunnel_destination_ipv4_address: Tunnel destination IP Address
|
|
@@ -684,7 +690,8 @@ class _TransportWanVpnInterfaceGreFeatureState:
|
|
|
684
690
|
@pulumi.getter(name="applicationTunnelType")
|
|
685
691
|
def application_tunnel_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
686
692
|
"""
|
|
687
|
-
Enable Application Tunnel Type
|
|
693
|
+
Enable Application Tunnel Type
|
|
694
|
+
- Choices: `none`, `sig`
|
|
688
695
|
"""
|
|
689
696
|
return pulumi.get(self, "application_tunnel_type")
|
|
690
697
|
|
|
@@ -708,7 +715,8 @@ class _TransportWanVpnInterfaceGreFeatureState:
|
|
|
708
715
|
@pulumi.getter(name="clearDontFragment")
|
|
709
716
|
def clear_dont_fragment(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
710
717
|
"""
|
|
711
|
-
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
718
|
+
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
719
|
+
- Default value: `false`
|
|
712
720
|
"""
|
|
713
721
|
return pulumi.get(self, "clear_dont_fragment")
|
|
714
722
|
|
|
@@ -804,7 +812,9 @@ class _TransportWanVpnInterfaceGreFeatureState:
|
|
|
804
812
|
@pulumi.getter(name="ipMtu")
|
|
805
813
|
def ip_mtu(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
806
814
|
"""
|
|
807
|
-
Interface MTU <576..9976>, in bytes
|
|
815
|
+
Interface MTU <576..9976>, in bytes
|
|
816
|
+
- Range: `576`-`9976`
|
|
817
|
+
- Default value: `1500`
|
|
808
818
|
"""
|
|
809
819
|
return pulumi.get(self, "ip_mtu")
|
|
810
820
|
|
|
@@ -849,11 +859,7 @@ class _TransportWanVpnInterfaceGreFeatureState:
|
|
|
849
859
|
@pulumi.getter(name="ipv4SubnetMask")
|
|
850
860
|
def ipv4_subnet_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
851
861
|
"""
|
|
852
|
-
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
853
|
-
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
854
|
-
`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`,
|
|
855
|
-
`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`,
|
|
856
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
862
|
+
- 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`
|
|
857
863
|
"""
|
|
858
864
|
return pulumi.get(self, "ipv4_subnet_mask")
|
|
859
865
|
|
|
@@ -889,7 +895,8 @@ class _TransportWanVpnInterfaceGreFeatureState:
|
|
|
889
895
|
@pulumi.getter
|
|
890
896
|
def shutdown(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
891
897
|
"""
|
|
892
|
-
Administrative state
|
|
898
|
+
Administrative state
|
|
899
|
+
- Default value: `false`
|
|
893
900
|
"""
|
|
894
901
|
return pulumi.get(self, "shutdown")
|
|
895
902
|
|
|
@@ -913,7 +920,8 @@ class _TransportWanVpnInterfaceGreFeatureState:
|
|
|
913
920
|
@pulumi.getter(name="tcpMss")
|
|
914
921
|
def tcp_mss(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
915
922
|
"""
|
|
916
|
-
TCP MSS on SYN packets, in bytes
|
|
923
|
+
TCP MSS on SYN packets, in bytes
|
|
924
|
+
- Range: `500`-`1460`
|
|
917
925
|
"""
|
|
918
926
|
return pulumi.get(self, "tcp_mss")
|
|
919
927
|
|
|
@@ -1157,9 +1165,11 @@ class TransportWanVpnInterfaceGreFeature(pulumi.CustomResource):
|
|
|
1157
1165
|
|
|
1158
1166
|
:param str resource_name: The name of the resource.
|
|
1159
1167
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1160
|
-
:param pulumi.Input[_builtins.str] application_tunnel_type: Enable Application Tunnel Type
|
|
1168
|
+
:param pulumi.Input[_builtins.str] application_tunnel_type: Enable Application Tunnel Type
|
|
1169
|
+
- Choices: `none`, `sig`
|
|
1161
1170
|
:param pulumi.Input[_builtins.str] application_tunnel_type_variable: Variable name
|
|
1162
|
-
:param pulumi.Input[_builtins.bool] clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
1171
|
+
:param pulumi.Input[_builtins.bool] clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
1172
|
+
- Default value: `false`
|
|
1163
1173
|
:param pulumi.Input[_builtins.str] clear_dont_fragment_variable: Variable name
|
|
1164
1174
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
1165
1175
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
@@ -1167,19 +1177,19 @@ class TransportWanVpnInterfaceGreFeature(pulumi.CustomResource):
|
|
|
1167
1177
|
:param pulumi.Input[_builtins.str] interface_description_variable: Variable name
|
|
1168
1178
|
:param pulumi.Input[_builtins.str] interface_name: Interface name (1..255)
|
|
1169
1179
|
:param pulumi.Input[_builtins.str] interface_name_variable: Variable name
|
|
1170
|
-
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <576..9976>, in bytes
|
|
1180
|
+
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <576..9976>, in bytes
|
|
1181
|
+
- Range: `576`-`9976`
|
|
1182
|
+
- Default value: `1500`
|
|
1171
1183
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
1172
1184
|
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
1173
|
-
: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`,
|
|
1174
|
-
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
1175
|
-
`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`,
|
|
1176
|
-
`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`,
|
|
1177
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
1185
|
+
: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`
|
|
1178
1186
|
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name
|
|
1179
1187
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
1180
|
-
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
1188
|
+
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
1189
|
+
- Default value: `false`
|
|
1181
1190
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
1182
|
-
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
1191
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
1192
|
+
- Range: `500`-`1460`
|
|
1183
1193
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
1184
1194
|
:param pulumi.Input[_builtins.str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
1185
1195
|
:param pulumi.Input[_builtins.str] tunnel_destination_ipv4_address: Tunnel destination IP Address
|
|
@@ -1380,9 +1390,11 @@ class TransportWanVpnInterfaceGreFeature(pulumi.CustomResource):
|
|
|
1380
1390
|
:param str resource_name: The unique name of the resulting resource.
|
|
1381
1391
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
1382
1392
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1383
|
-
:param pulumi.Input[_builtins.str] application_tunnel_type: Enable Application Tunnel Type
|
|
1393
|
+
:param pulumi.Input[_builtins.str] application_tunnel_type: Enable Application Tunnel Type
|
|
1394
|
+
- Choices: `none`, `sig`
|
|
1384
1395
|
:param pulumi.Input[_builtins.str] application_tunnel_type_variable: Variable name
|
|
1385
|
-
:param pulumi.Input[_builtins.bool] clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
1396
|
+
:param pulumi.Input[_builtins.bool] clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
1397
|
+
- Default value: `false`
|
|
1386
1398
|
:param pulumi.Input[_builtins.str] clear_dont_fragment_variable: Variable name
|
|
1387
1399
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
1388
1400
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
@@ -1390,19 +1402,19 @@ class TransportWanVpnInterfaceGreFeature(pulumi.CustomResource):
|
|
|
1390
1402
|
:param pulumi.Input[_builtins.str] interface_description_variable: Variable name
|
|
1391
1403
|
:param pulumi.Input[_builtins.str] interface_name: Interface name (1..255)
|
|
1392
1404
|
:param pulumi.Input[_builtins.str] interface_name_variable: Variable name
|
|
1393
|
-
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <576..9976>, in bytes
|
|
1405
|
+
:param pulumi.Input[_builtins.int] ip_mtu: Interface MTU <576..9976>, in bytes
|
|
1406
|
+
- Range: `576`-`9976`
|
|
1407
|
+
- Default value: `1500`
|
|
1394
1408
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
1395
1409
|
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
1396
|
-
: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`,
|
|
1397
|
-
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
1398
|
-
`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`,
|
|
1399
|
-
`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`,
|
|
1400
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
1410
|
+
: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`
|
|
1401
1411
|
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name
|
|
1402
1412
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
1403
|
-
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
1413
|
+
:param pulumi.Input[_builtins.bool] shutdown: Administrative state
|
|
1414
|
+
- Default value: `false`
|
|
1404
1415
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
1405
|
-
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
1416
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
1417
|
+
- Range: `500`-`1460`
|
|
1406
1418
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
1407
1419
|
:param pulumi.Input[_builtins.str] transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
1408
1420
|
:param pulumi.Input[_builtins.str] tunnel_destination_ipv4_address: Tunnel destination IP Address
|
|
@@ -1460,7 +1472,8 @@ class TransportWanVpnInterfaceGreFeature(pulumi.CustomResource):
|
|
|
1460
1472
|
@pulumi.getter(name="applicationTunnelType")
|
|
1461
1473
|
def application_tunnel_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1462
1474
|
"""
|
|
1463
|
-
Enable Application Tunnel Type
|
|
1475
|
+
Enable Application Tunnel Type
|
|
1476
|
+
- Choices: `none`, `sig`
|
|
1464
1477
|
"""
|
|
1465
1478
|
return pulumi.get(self, "application_tunnel_type")
|
|
1466
1479
|
|
|
@@ -1476,7 +1489,8 @@ class TransportWanVpnInterfaceGreFeature(pulumi.CustomResource):
|
|
|
1476
1489
|
@pulumi.getter(name="clearDontFragment")
|
|
1477
1490
|
def clear_dont_fragment(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
1478
1491
|
"""
|
|
1479
|
-
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
1492
|
+
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
1493
|
+
- Default value: `false`
|
|
1480
1494
|
"""
|
|
1481
1495
|
return pulumi.get(self, "clear_dont_fragment")
|
|
1482
1496
|
|
|
@@ -1540,7 +1554,9 @@ class TransportWanVpnInterfaceGreFeature(pulumi.CustomResource):
|
|
|
1540
1554
|
@pulumi.getter(name="ipMtu")
|
|
1541
1555
|
def ip_mtu(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
1542
1556
|
"""
|
|
1543
|
-
Interface MTU <576..9976>, in bytes
|
|
1557
|
+
Interface MTU <576..9976>, in bytes
|
|
1558
|
+
- Range: `576`-`9976`
|
|
1559
|
+
- Default value: `1500`
|
|
1544
1560
|
"""
|
|
1545
1561
|
return pulumi.get(self, "ip_mtu")
|
|
1546
1562
|
|
|
@@ -1569,11 +1585,7 @@ class TransportWanVpnInterfaceGreFeature(pulumi.CustomResource):
|
|
|
1569
1585
|
@pulumi.getter(name="ipv4SubnetMask")
|
|
1570
1586
|
def ipv4_subnet_mask(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1571
1587
|
"""
|
|
1572
|
-
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
1573
|
-
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
1574
|
-
`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`,
|
|
1575
|
-
`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`,
|
|
1576
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
1588
|
+
- 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`
|
|
1577
1589
|
"""
|
|
1578
1590
|
return pulumi.get(self, "ipv4_subnet_mask")
|
|
1579
1591
|
|
|
@@ -1597,7 +1609,8 @@ class TransportWanVpnInterfaceGreFeature(pulumi.CustomResource):
|
|
|
1597
1609
|
@pulumi.getter
|
|
1598
1610
|
def shutdown(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
1599
1611
|
"""
|
|
1600
|
-
Administrative state
|
|
1612
|
+
Administrative state
|
|
1613
|
+
- Default value: `false`
|
|
1601
1614
|
"""
|
|
1602
1615
|
return pulumi.get(self, "shutdown")
|
|
1603
1616
|
|
|
@@ -1613,7 +1626,8 @@ class TransportWanVpnInterfaceGreFeature(pulumi.CustomResource):
|
|
|
1613
1626
|
@pulumi.getter(name="tcpMss")
|
|
1614
1627
|
def tcp_mss(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
1615
1628
|
"""
|
|
1616
|
-
TCP MSS on SYN packets, in bytes
|
|
1629
|
+
TCP MSS on SYN packets, in bytes
|
|
1630
|
+
- Range: `500`-`1460`
|
|
1617
1631
|
"""
|
|
1618
1632
|
return pulumi.get(self, "tcp_mss")
|
|
1619
1633
|
|