pulumi-sdwan 0.5.0a1760252191__py3-none-any.whl → 0.5.0a1760412646__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.
- pulumi_sdwan/_inputs.py +125 -45
- pulumi_sdwan/activate_centralized_policy.py +4 -0
- 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 +4 -0
- pulumi_sdwan/cedge_igmp_feature_template.py +4 -0
- pulumi_sdwan/cedge_pim_feature_template.py +4 -0
- pulumi_sdwan/cellular_controller_feature_template.py +4 -0
- pulumi_sdwan/cflowd_policy_definition.py +4 -0
- pulumi_sdwan/cisco_bfd_feature_template.py +4 -0
- pulumi_sdwan/cisco_bgp_feature_template.py +4 -0
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +4 -0
- pulumi_sdwan/cisco_logging_feature_template.py +4 -0
- pulumi_sdwan/cisco_ntp_feature_template.py +4 -0
- pulumi_sdwan/cisco_omp_feature_template.py +4 -0
- pulumi_sdwan/cisco_ospf_feature_template.py +4 -0
- pulumi_sdwan/cisco_ospfv3_feature_template.py +4 -0
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +4 -0
- pulumi_sdwan/cisco_security_feature_template.py +4 -0
- pulumi_sdwan/cisco_snmp_feature_template.py +4 -0
- pulumi_sdwan/cisco_system_feature_template.py +4 -0
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +4 -0
- pulumi_sdwan/cisco_trustsec_feature_template.py +4 -0
- pulumi_sdwan/cisco_vpn_feature_template.py +4 -0
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +4 -0
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +4 -0
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +4 -0
- pulumi_sdwan/config/__init__.pyi +5 -0
- pulumi_sdwan/config/vars.py +7 -0
- pulumi_sdwan/custom_control_topology_policy_definition.py +4 -0
- pulumi_sdwan/eigrp_feature_template.py +4 -0
- 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/hub_and_spoke_topology_policy_definition.py +4 -0
- pulumi_sdwan/intrusion_prevention_policy_definition.py +4 -0
- pulumi_sdwan/ips_signature_list_policy_object.py +4 -0
- pulumi_sdwan/ipv4_acl_policy_definition.py +4 -0
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +4 -0
- pulumi_sdwan/ipv6_acl_policy_definition.py +4 -0
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +4 -0
- pulumi_sdwan/mesh_topology_policy_definition.py +4 -0
- pulumi_sdwan/other_thousandeyes_feature.py +4 -0
- pulumi_sdwan/other_ucse_feature.py +4 -0
- pulumi_sdwan/outputs.py +162 -69
- pulumi_sdwan/policy_object_app_probe_class.py +4 -0
- pulumi_sdwan/policy_object_as_path_list.py +4 -0
- 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_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/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 +4 -0
- pulumi_sdwan/rule_set_policy_definition.py +4 -0
- pulumi_sdwan/security_app_hosting_feature_template.py +4 -0
- pulumi_sdwan/security_policy.py +109 -84
- pulumi_sdwan/service_dhcp_server_feature.py +4 -0
- pulumi_sdwan/service_ipv4_acl_feature.py +4 -0
- pulumi_sdwan/service_ipv6_acl_feature.py +4 -0
- pulumi_sdwan/service_lan_vpn_feature.py +4 -0
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +224 -192
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +4 -0
- pulumi_sdwan/service_multicast_feature.py +4 -0
- pulumi_sdwan/service_object_tracker_group_feature.py +4 -0
- pulumi_sdwan/service_route_policy_feature.py +4 -0
- pulumi_sdwan/service_routing_bgp_feature.py +4 -0
- pulumi_sdwan/service_routing_eigrp_feature.py +4 -0
- pulumi_sdwan/service_routing_ospf_feature.py +4 -0
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +4 -0
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +4 -0
- pulumi_sdwan/service_switchport_feature.py +4 -0
- pulumi_sdwan/service_tracker_group_feature.py +4 -0
- pulumi_sdwan/service_wireless_lan_feature.py +4 -0
- pulumi_sdwan/site_list_policy_object.py +4 -0
- pulumi_sdwan/switchport_feature_template.py +4 -0
- pulumi_sdwan/system_aaa_feature.py +4 -0
- pulumi_sdwan/system_basic_feature.py +4 -0
- pulumi_sdwan/system_bfd_feature.py +4 -0
- pulumi_sdwan/system_ipv4_device_access_feature.py +4 -0
- pulumi_sdwan/system_ipv6_device_access_feature.py +4 -0
- pulumi_sdwan/system_logging_feature.py +4 -0
- pulumi_sdwan/system_ntp_feature.py +4 -0
- pulumi_sdwan/system_security_feature.py +4 -0
- pulumi_sdwan/system_snmp_feature.py +4 -0
- pulumi_sdwan/tloc_list_policy_object.py +4 -0
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +4 -0
- pulumi_sdwan/traffic_data_policy_definition.py +4 -0
- pulumi_sdwan/transport_ipv4_acl_feature.py +4 -0
- pulumi_sdwan/transport_ipv6_acl_feature.py +4 -0
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +4 -0
- pulumi_sdwan/transport_management_vpn_feature.py +4 -0
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +4 -0
- pulumi_sdwan/transport_route_policy_feature.py +4 -0
- pulumi_sdwan/transport_routing_bgp_feature.py +4 -0
- pulumi_sdwan/transport_routing_ospf_feature.py +4 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +4 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +4 -0
- pulumi_sdwan/transport_t1_e1_controller_feature.py +4 -0
- pulumi_sdwan/transport_tracker_group_feature.py +4 -0
- pulumi_sdwan/transport_wan_vpn_feature.py +4 -0
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +4 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +4 -0
- pulumi_sdwan/url_filtering_policy_definition.py +4 -0
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +4 -0
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +4 -0
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +4 -0
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +4 -0
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +4 -0
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +4 -0
- pulumi_sdwan/vpn_interface_svi_feature_template.py +4 -0
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +4 -0
- 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 +4 -0
- {pulumi_sdwan-0.5.0a1760252191.dist-info → pulumi_sdwan-0.5.0a1760412646.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.5.0a1760252191.dist-info → pulumi_sdwan-0.5.0a1760412646.dist-info}/RECORD +137 -137
- {pulumi_sdwan-0.5.0a1760252191.dist-info → pulumi_sdwan-0.5.0a1760412646.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.5.0a1760252191.dist-info → pulumi_sdwan-0.5.0a1760412646.dist-info}/top_level.txt +0 -0
|
@@ -52,6 +52,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
52
52
|
ip_mtu_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
53
53
|
ipv4_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
54
54
|
ipv4_address_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
55
|
+
ipv4_configuration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
55
56
|
ipv4_dhcp_distance: Optional[pulumi.Input[_builtins.int]] = None,
|
|
56
57
|
ipv4_dhcp_distance_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
57
58
|
ipv4_dhcp_helper_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -69,8 +70,6 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
69
70
|
ipv4_nat_range_start_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
70
71
|
ipv4_nat_tcp_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
71
72
|
ipv4_nat_tcp_timeout_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
72
|
-
ipv4_nat_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
73
|
-
ipv4_nat_type_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
74
73
|
ipv4_nat_udp_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
75
74
|
ipv4_nat_udp_timeout_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
76
75
|
ipv4_secondary_addresses: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs']]]] = None,
|
|
@@ -79,6 +78,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
79
78
|
ipv4_vrrps: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgs']]]] = None,
|
|
80
79
|
ipv6_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
81
80
|
ipv6_address_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
81
|
+
ipv6_configuration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
82
82
|
ipv6_dhcp_helpers: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgs']]]] = None,
|
|
83
83
|
ipv6_dhcp_secondary_addresses: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs']]]] = None,
|
|
84
84
|
ipv6_nat: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
@@ -128,7 +128,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
128
128
|
:param pulumi.Input[_builtins.str] duplex: Duplex mode
|
|
129
129
|
- Choices: `full`, `half`, `auto`
|
|
130
130
|
:param pulumi.Input[_builtins.str] duplex_variable: Variable name
|
|
131
|
-
:param pulumi.Input[_builtins.bool] enable_dhcpv6: Enable DHCPv6
|
|
131
|
+
:param pulumi.Input[_builtins.bool] enable_dhcpv6: Enable DHCPv6, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
132
132
|
:param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable
|
|
133
133
|
- Default value: `true`
|
|
134
134
|
:param pulumi.Input[_builtins.str] icmp_redirect_disable_variable: Variable name
|
|
@@ -145,11 +145,15 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
145
145
|
- Range: `576`-`9216`
|
|
146
146
|
- Default value: `1500`
|
|
147
147
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
148
|
-
:param pulumi.Input[_builtins.str] ipv4_address: IP Address
|
|
149
|
-
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
150
|
-
:param pulumi.Input[_builtins.
|
|
148
|
+
:param pulumi.Input[_builtins.str] ipv4_address: IP Address, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
149
|
+
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
150
|
+
:param pulumi.Input[_builtins.str] ipv4_configuration_type: IPv4 Configuration Type
|
|
151
|
+
- Choices: `dynamic`, `static`
|
|
152
|
+
- Default value: `dynamic`
|
|
153
|
+
:param pulumi.Input[_builtins.int] ipv4_dhcp_distance: DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
151
154
|
- Range: `1`-`65536`
|
|
152
|
-
|
|
155
|
+
- Default value: `1`
|
|
156
|
+
:param pulumi.Input[_builtins.str] ipv4_dhcp_distance_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
153
157
|
:param pulumi.Input[_builtins.str] ipv4_dhcp_helper_variable: Variable name
|
|
154
158
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ipv4_dhcp_helpers: List of DHCP IPv4 helper addresses (min 1, max 8)
|
|
155
159
|
:param pulumi.Input[_builtins.bool] ipv4_nat: enable Network Address Translation on this interface
|
|
@@ -170,25 +174,25 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
170
174
|
- Range: `1`-`8947`
|
|
171
175
|
- Default value: `60`
|
|
172
176
|
:param pulumi.Input[_builtins.str] ipv4_nat_tcp_timeout_variable: Variable name
|
|
173
|
-
:param pulumi.Input[_builtins.str] ipv4_nat_type: NAT Type
|
|
174
|
-
- Choices: `pool`, `loopback`
|
|
175
|
-
:param pulumi.Input[_builtins.str] ipv4_nat_type_variable: Variable name
|
|
176
177
|
:param pulumi.Input[_builtins.int] ipv4_nat_udp_timeout: Set NAT UDP session timeout, in minutes
|
|
177
178
|
- Range: `1`-`8947`
|
|
178
179
|
- Default value: `1`
|
|
179
180
|
:param pulumi.Input[_builtins.str] ipv4_nat_udp_timeout_variable: Variable name
|
|
180
|
-
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs']]] ipv4_secondary_addresses: Secondary IpV4 Addresses
|
|
181
|
-
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask
|
|
181
|
+
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs']]] ipv4_secondary_addresses: Secondary IpV4 Addresses, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
182
|
+
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
182
183
|
- 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`
|
|
183
|
-
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name
|
|
184
|
+
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
184
185
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgs']]] ipv4_vrrps: Enable VRRP
|
|
185
|
-
:param pulumi.Input[_builtins.str] ipv6_address: IPv6 Address Secondary
|
|
186
|
-
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
187
|
-
:param pulumi.Input[
|
|
188
|
-
|
|
186
|
+
:param pulumi.Input[_builtins.str] ipv6_address: IPv6 Address Secondary, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
187
|
+
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
188
|
+
:param pulumi.Input[_builtins.str] ipv6_configuration_type: IPv6 Configuration Type
|
|
189
|
+
- Choices: `dynamic`, `static`, `none`
|
|
190
|
+
- Default value: `none`
|
|
191
|
+
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgs']]] ipv6_dhcp_helpers: DHCPv6 Helper, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
192
|
+
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs']]] ipv6_dhcp_secondary_addresses: secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
189
193
|
:param pulumi.Input[_builtins.bool] ipv6_nat: enable Network Address Translation ipv6 on this interface
|
|
190
194
|
- Default value: `false`
|
|
191
|
-
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs']]] ipv6_secondary_addresses: Static secondary IPv6 addresses
|
|
195
|
+
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs']]] ipv6_secondary_addresses: Static secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
192
196
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6VrrpArgs']]] ipv6_vrrps: Enable VRRP Ipv6
|
|
193
197
|
:param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation
|
|
194
198
|
- Range: `30`-`600`
|
|
@@ -287,6 +291,8 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
287
291
|
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
288
292
|
if ipv4_address_variable is not None:
|
|
289
293
|
pulumi.set(__self__, "ipv4_address_variable", ipv4_address_variable)
|
|
294
|
+
if ipv4_configuration_type is not None:
|
|
295
|
+
pulumi.set(__self__, "ipv4_configuration_type", ipv4_configuration_type)
|
|
290
296
|
if ipv4_dhcp_distance is not None:
|
|
291
297
|
pulumi.set(__self__, "ipv4_dhcp_distance", ipv4_dhcp_distance)
|
|
292
298
|
if ipv4_dhcp_distance_variable is not None:
|
|
@@ -321,10 +327,6 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
321
327
|
pulumi.set(__self__, "ipv4_nat_tcp_timeout", ipv4_nat_tcp_timeout)
|
|
322
328
|
if ipv4_nat_tcp_timeout_variable is not None:
|
|
323
329
|
pulumi.set(__self__, "ipv4_nat_tcp_timeout_variable", ipv4_nat_tcp_timeout_variable)
|
|
324
|
-
if ipv4_nat_type is not None:
|
|
325
|
-
pulumi.set(__self__, "ipv4_nat_type", ipv4_nat_type)
|
|
326
|
-
if ipv4_nat_type_variable is not None:
|
|
327
|
-
pulumi.set(__self__, "ipv4_nat_type_variable", ipv4_nat_type_variable)
|
|
328
330
|
if ipv4_nat_udp_timeout is not None:
|
|
329
331
|
pulumi.set(__self__, "ipv4_nat_udp_timeout", ipv4_nat_udp_timeout)
|
|
330
332
|
if ipv4_nat_udp_timeout_variable is not None:
|
|
@@ -341,6 +343,8 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
341
343
|
pulumi.set(__self__, "ipv6_address", ipv6_address)
|
|
342
344
|
if ipv6_address_variable is not None:
|
|
343
345
|
pulumi.set(__self__, "ipv6_address_variable", ipv6_address_variable)
|
|
346
|
+
if ipv6_configuration_type is not None:
|
|
347
|
+
pulumi.set(__self__, "ipv6_configuration_type", ipv6_configuration_type)
|
|
344
348
|
if ipv6_dhcp_helpers is not None:
|
|
345
349
|
pulumi.set(__self__, "ipv6_dhcp_helpers", ipv6_dhcp_helpers)
|
|
346
350
|
if ipv6_dhcp_secondary_addresses is not None:
|
|
@@ -592,7 +596,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
592
596
|
@pulumi.getter(name="enableDhcpv6")
|
|
593
597
|
def enable_dhcpv6(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
594
598
|
"""
|
|
595
|
-
Enable DHCPv6
|
|
599
|
+
Enable DHCPv6, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
596
600
|
"""
|
|
597
601
|
return pulumi.get(self, "enable_dhcpv6")
|
|
598
602
|
|
|
@@ -748,7 +752,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
748
752
|
@pulumi.getter(name="ipv4Address")
|
|
749
753
|
def ipv4_address(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
750
754
|
"""
|
|
751
|
-
IP Address
|
|
755
|
+
IP Address, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
752
756
|
"""
|
|
753
757
|
return pulumi.get(self, "ipv4_address")
|
|
754
758
|
|
|
@@ -760,7 +764,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
760
764
|
@pulumi.getter(name="ipv4AddressVariable")
|
|
761
765
|
def ipv4_address_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
762
766
|
"""
|
|
763
|
-
Variable name
|
|
767
|
+
Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
764
768
|
"""
|
|
765
769
|
return pulumi.get(self, "ipv4_address_variable")
|
|
766
770
|
|
|
@@ -768,12 +772,27 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
768
772
|
def ipv4_address_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
769
773
|
pulumi.set(self, "ipv4_address_variable", value)
|
|
770
774
|
|
|
775
|
+
@_builtins.property
|
|
776
|
+
@pulumi.getter(name="ipv4ConfigurationType")
|
|
777
|
+
def ipv4_configuration_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
778
|
+
"""
|
|
779
|
+
IPv4 Configuration Type
|
|
780
|
+
- Choices: `dynamic`, `static`
|
|
781
|
+
- Default value: `dynamic`
|
|
782
|
+
"""
|
|
783
|
+
return pulumi.get(self, "ipv4_configuration_type")
|
|
784
|
+
|
|
785
|
+
@ipv4_configuration_type.setter
|
|
786
|
+
def ipv4_configuration_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
787
|
+
pulumi.set(self, "ipv4_configuration_type", value)
|
|
788
|
+
|
|
771
789
|
@_builtins.property
|
|
772
790
|
@pulumi.getter(name="ipv4DhcpDistance")
|
|
773
791
|
def ipv4_dhcp_distance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
774
792
|
"""
|
|
775
|
-
DHCP Distance
|
|
793
|
+
DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
776
794
|
- Range: `1`-`65536`
|
|
795
|
+
- Default value: `1`
|
|
777
796
|
"""
|
|
778
797
|
return pulumi.get(self, "ipv4_dhcp_distance")
|
|
779
798
|
|
|
@@ -785,7 +804,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
785
804
|
@pulumi.getter(name="ipv4DhcpDistanceVariable")
|
|
786
805
|
def ipv4_dhcp_distance_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
787
806
|
"""
|
|
788
|
-
Variable name
|
|
807
|
+
Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
789
808
|
"""
|
|
790
809
|
return pulumi.get(self, "ipv4_dhcp_distance_variable")
|
|
791
810
|
|
|
@@ -978,31 +997,6 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
978
997
|
def ipv4_nat_tcp_timeout_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
979
998
|
pulumi.set(self, "ipv4_nat_tcp_timeout_variable", value)
|
|
980
999
|
|
|
981
|
-
@_builtins.property
|
|
982
|
-
@pulumi.getter(name="ipv4NatType")
|
|
983
|
-
def ipv4_nat_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
984
|
-
"""
|
|
985
|
-
NAT Type
|
|
986
|
-
- Choices: `pool`, `loopback`
|
|
987
|
-
"""
|
|
988
|
-
return pulumi.get(self, "ipv4_nat_type")
|
|
989
|
-
|
|
990
|
-
@ipv4_nat_type.setter
|
|
991
|
-
def ipv4_nat_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
992
|
-
pulumi.set(self, "ipv4_nat_type", value)
|
|
993
|
-
|
|
994
|
-
@_builtins.property
|
|
995
|
-
@pulumi.getter(name="ipv4NatTypeVariable")
|
|
996
|
-
def ipv4_nat_type_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
997
|
-
"""
|
|
998
|
-
Variable name
|
|
999
|
-
"""
|
|
1000
|
-
return pulumi.get(self, "ipv4_nat_type_variable")
|
|
1001
|
-
|
|
1002
|
-
@ipv4_nat_type_variable.setter
|
|
1003
|
-
def ipv4_nat_type_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1004
|
-
pulumi.set(self, "ipv4_nat_type_variable", value)
|
|
1005
|
-
|
|
1006
1000
|
@_builtins.property
|
|
1007
1001
|
@pulumi.getter(name="ipv4NatUdpTimeout")
|
|
1008
1002
|
def ipv4_nat_udp_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
@@ -1033,7 +1027,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1033
1027
|
@pulumi.getter(name="ipv4SecondaryAddresses")
|
|
1034
1028
|
def ipv4_secondary_addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs']]]]:
|
|
1035
1029
|
"""
|
|
1036
|
-
Secondary IpV4 Addresses
|
|
1030
|
+
Secondary IpV4 Addresses, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
1037
1031
|
"""
|
|
1038
1032
|
return pulumi.get(self, "ipv4_secondary_addresses")
|
|
1039
1033
|
|
|
@@ -1045,7 +1039,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1045
1039
|
@pulumi.getter(name="ipv4SubnetMask")
|
|
1046
1040
|
def ipv4_subnet_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1047
1041
|
"""
|
|
1048
|
-
Subnet Mask
|
|
1042
|
+
Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
1049
1043
|
- 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`
|
|
1050
1044
|
"""
|
|
1051
1045
|
return pulumi.get(self, "ipv4_subnet_mask")
|
|
@@ -1058,7 +1052,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1058
1052
|
@pulumi.getter(name="ipv4SubnetMaskVariable")
|
|
1059
1053
|
def ipv4_subnet_mask_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1060
1054
|
"""
|
|
1061
|
-
Variable name
|
|
1055
|
+
Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
1062
1056
|
"""
|
|
1063
1057
|
return pulumi.get(self, "ipv4_subnet_mask_variable")
|
|
1064
1058
|
|
|
@@ -1082,7 +1076,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1082
1076
|
@pulumi.getter(name="ipv6Address")
|
|
1083
1077
|
def ipv6_address(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1084
1078
|
"""
|
|
1085
|
-
IPv6 Address Secondary
|
|
1079
|
+
IPv6 Address Secondary, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
1086
1080
|
"""
|
|
1087
1081
|
return pulumi.get(self, "ipv6_address")
|
|
1088
1082
|
|
|
@@ -1094,7 +1088,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1094
1088
|
@pulumi.getter(name="ipv6AddressVariable")
|
|
1095
1089
|
def ipv6_address_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1096
1090
|
"""
|
|
1097
|
-
Variable name
|
|
1091
|
+
Variable name, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
1098
1092
|
"""
|
|
1099
1093
|
return pulumi.get(self, "ipv6_address_variable")
|
|
1100
1094
|
|
|
@@ -1102,11 +1096,25 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1102
1096
|
def ipv6_address_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1103
1097
|
pulumi.set(self, "ipv6_address_variable", value)
|
|
1104
1098
|
|
|
1099
|
+
@_builtins.property
|
|
1100
|
+
@pulumi.getter(name="ipv6ConfigurationType")
|
|
1101
|
+
def ipv6_configuration_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1102
|
+
"""
|
|
1103
|
+
IPv6 Configuration Type
|
|
1104
|
+
- Choices: `dynamic`, `static`, `none`
|
|
1105
|
+
- Default value: `none`
|
|
1106
|
+
"""
|
|
1107
|
+
return pulumi.get(self, "ipv6_configuration_type")
|
|
1108
|
+
|
|
1109
|
+
@ipv6_configuration_type.setter
|
|
1110
|
+
def ipv6_configuration_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1111
|
+
pulumi.set(self, "ipv6_configuration_type", value)
|
|
1112
|
+
|
|
1105
1113
|
@_builtins.property
|
|
1106
1114
|
@pulumi.getter(name="ipv6DhcpHelpers")
|
|
1107
1115
|
def ipv6_dhcp_helpers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgs']]]]:
|
|
1108
1116
|
"""
|
|
1109
|
-
DHCPv6 Helper
|
|
1117
|
+
DHCPv6 Helper, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
1110
1118
|
"""
|
|
1111
1119
|
return pulumi.get(self, "ipv6_dhcp_helpers")
|
|
1112
1120
|
|
|
@@ -1118,7 +1126,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1118
1126
|
@pulumi.getter(name="ipv6DhcpSecondaryAddresses")
|
|
1119
1127
|
def ipv6_dhcp_secondary_addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs']]]]:
|
|
1120
1128
|
"""
|
|
1121
|
-
secondary IPv6 addresses
|
|
1129
|
+
secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
1122
1130
|
"""
|
|
1123
1131
|
return pulumi.get(self, "ipv6_dhcp_secondary_addresses")
|
|
1124
1132
|
|
|
@@ -1143,7 +1151,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1143
1151
|
@pulumi.getter(name="ipv6SecondaryAddresses")
|
|
1144
1152
|
def ipv6_secondary_addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs']]]]:
|
|
1145
1153
|
"""
|
|
1146
|
-
Static secondary IPv6 addresses
|
|
1154
|
+
Static secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
1147
1155
|
"""
|
|
1148
1156
|
return pulumi.get(self, "ipv6_secondary_addresses")
|
|
1149
1157
|
|
|
@@ -1519,6 +1527,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
1519
1527
|
ip_mtu_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1520
1528
|
ipv4_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1521
1529
|
ipv4_address_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1530
|
+
ipv4_configuration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1522
1531
|
ipv4_dhcp_distance: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1523
1532
|
ipv4_dhcp_distance_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1524
1533
|
ipv4_dhcp_helper_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -1536,8 +1545,6 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
1536
1545
|
ipv4_nat_range_start_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1537
1546
|
ipv4_nat_tcp_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1538
1547
|
ipv4_nat_tcp_timeout_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1539
|
-
ipv4_nat_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1540
|
-
ipv4_nat_type_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1541
1548
|
ipv4_nat_udp_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1542
1549
|
ipv4_nat_udp_timeout_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1543
1550
|
ipv4_secondary_addresses: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs']]]] = None,
|
|
@@ -1546,6 +1553,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
1546
1553
|
ipv4_vrrps: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgs']]]] = None,
|
|
1547
1554
|
ipv6_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1548
1555
|
ipv6_address_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1556
|
+
ipv6_configuration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1549
1557
|
ipv6_dhcp_helpers: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgs']]]] = None,
|
|
1550
1558
|
ipv6_dhcp_secondary_addresses: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs']]]] = None,
|
|
1551
1559
|
ipv6_nat: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
@@ -1595,7 +1603,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
1595
1603
|
:param pulumi.Input[_builtins.str] duplex: Duplex mode
|
|
1596
1604
|
- Choices: `full`, `half`, `auto`
|
|
1597
1605
|
:param pulumi.Input[_builtins.str] duplex_variable: Variable name
|
|
1598
|
-
:param pulumi.Input[_builtins.bool] enable_dhcpv6: Enable DHCPv6
|
|
1606
|
+
:param pulumi.Input[_builtins.bool] enable_dhcpv6: Enable DHCPv6, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
1599
1607
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
1600
1608
|
:param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable
|
|
1601
1609
|
- Default value: `true`
|
|
@@ -1613,11 +1621,15 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
1613
1621
|
- Range: `576`-`9216`
|
|
1614
1622
|
- Default value: `1500`
|
|
1615
1623
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
1616
|
-
:param pulumi.Input[_builtins.str] ipv4_address: IP Address
|
|
1617
|
-
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
1618
|
-
:param pulumi.Input[_builtins.
|
|
1624
|
+
:param pulumi.Input[_builtins.str] ipv4_address: IP Address, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
1625
|
+
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
1626
|
+
:param pulumi.Input[_builtins.str] ipv4_configuration_type: IPv4 Configuration Type
|
|
1627
|
+
- Choices: `dynamic`, `static`
|
|
1628
|
+
- Default value: `dynamic`
|
|
1629
|
+
:param pulumi.Input[_builtins.int] ipv4_dhcp_distance: DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
1619
1630
|
- Range: `1`-`65536`
|
|
1620
|
-
|
|
1631
|
+
- Default value: `1`
|
|
1632
|
+
:param pulumi.Input[_builtins.str] ipv4_dhcp_distance_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
1621
1633
|
:param pulumi.Input[_builtins.str] ipv4_dhcp_helper_variable: Variable name
|
|
1622
1634
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ipv4_dhcp_helpers: List of DHCP IPv4 helper addresses (min 1, max 8)
|
|
1623
1635
|
:param pulumi.Input[_builtins.bool] ipv4_nat: enable Network Address Translation on this interface
|
|
@@ -1638,25 +1650,25 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
1638
1650
|
- Range: `1`-`8947`
|
|
1639
1651
|
- Default value: `60`
|
|
1640
1652
|
:param pulumi.Input[_builtins.str] ipv4_nat_tcp_timeout_variable: Variable name
|
|
1641
|
-
:param pulumi.Input[_builtins.str] ipv4_nat_type: NAT Type
|
|
1642
|
-
- Choices: `pool`, `loopback`
|
|
1643
|
-
:param pulumi.Input[_builtins.str] ipv4_nat_type_variable: Variable name
|
|
1644
1653
|
:param pulumi.Input[_builtins.int] ipv4_nat_udp_timeout: Set NAT UDP session timeout, in minutes
|
|
1645
1654
|
- Range: `1`-`8947`
|
|
1646
1655
|
- Default value: `1`
|
|
1647
1656
|
:param pulumi.Input[_builtins.str] ipv4_nat_udp_timeout_variable: Variable name
|
|
1648
|
-
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs']]] ipv4_secondary_addresses: Secondary IpV4 Addresses
|
|
1649
|
-
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask
|
|
1657
|
+
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs']]] ipv4_secondary_addresses: Secondary IpV4 Addresses, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
1658
|
+
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
1650
1659
|
- 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`
|
|
1651
|
-
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name
|
|
1660
|
+
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
1652
1661
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgs']]] ipv4_vrrps: Enable VRRP
|
|
1653
|
-
:param pulumi.Input[_builtins.str] ipv6_address: IPv6 Address Secondary
|
|
1654
|
-
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
1655
|
-
:param pulumi.Input[
|
|
1656
|
-
|
|
1662
|
+
:param pulumi.Input[_builtins.str] ipv6_address: IPv6 Address Secondary, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
1663
|
+
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
1664
|
+
:param pulumi.Input[_builtins.str] ipv6_configuration_type: IPv6 Configuration Type
|
|
1665
|
+
- Choices: `dynamic`, `static`, `none`
|
|
1666
|
+
- Default value: `none`
|
|
1667
|
+
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgs']]] ipv6_dhcp_helpers: DHCPv6 Helper, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
1668
|
+
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs']]] ipv6_dhcp_secondary_addresses: secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
1657
1669
|
:param pulumi.Input[_builtins.bool] ipv6_nat: enable Network Address Translation ipv6 on this interface
|
|
1658
1670
|
- Default value: `false`
|
|
1659
|
-
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs']]] ipv6_secondary_addresses: Static secondary IPv6 addresses
|
|
1671
|
+
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs']]] ipv6_secondary_addresses: Static secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
1660
1672
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6VrrpArgs']]] ipv6_vrrps: Enable VRRP Ipv6
|
|
1661
1673
|
:param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation
|
|
1662
1674
|
- Range: `30`-`600`
|
|
@@ -1757,6 +1769,8 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
1757
1769
|
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
1758
1770
|
if ipv4_address_variable is not None:
|
|
1759
1771
|
pulumi.set(__self__, "ipv4_address_variable", ipv4_address_variable)
|
|
1772
|
+
if ipv4_configuration_type is not None:
|
|
1773
|
+
pulumi.set(__self__, "ipv4_configuration_type", ipv4_configuration_type)
|
|
1760
1774
|
if ipv4_dhcp_distance is not None:
|
|
1761
1775
|
pulumi.set(__self__, "ipv4_dhcp_distance", ipv4_dhcp_distance)
|
|
1762
1776
|
if ipv4_dhcp_distance_variable is not None:
|
|
@@ -1791,10 +1805,6 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
1791
1805
|
pulumi.set(__self__, "ipv4_nat_tcp_timeout", ipv4_nat_tcp_timeout)
|
|
1792
1806
|
if ipv4_nat_tcp_timeout_variable is not None:
|
|
1793
1807
|
pulumi.set(__self__, "ipv4_nat_tcp_timeout_variable", ipv4_nat_tcp_timeout_variable)
|
|
1794
|
-
if ipv4_nat_type is not None:
|
|
1795
|
-
pulumi.set(__self__, "ipv4_nat_type", ipv4_nat_type)
|
|
1796
|
-
if ipv4_nat_type_variable is not None:
|
|
1797
|
-
pulumi.set(__self__, "ipv4_nat_type_variable", ipv4_nat_type_variable)
|
|
1798
1808
|
if ipv4_nat_udp_timeout is not None:
|
|
1799
1809
|
pulumi.set(__self__, "ipv4_nat_udp_timeout", ipv4_nat_udp_timeout)
|
|
1800
1810
|
if ipv4_nat_udp_timeout_variable is not None:
|
|
@@ -1811,6 +1821,8 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
1811
1821
|
pulumi.set(__self__, "ipv6_address", ipv6_address)
|
|
1812
1822
|
if ipv6_address_variable is not None:
|
|
1813
1823
|
pulumi.set(__self__, "ipv6_address_variable", ipv6_address_variable)
|
|
1824
|
+
if ipv6_configuration_type is not None:
|
|
1825
|
+
pulumi.set(__self__, "ipv6_configuration_type", ipv6_configuration_type)
|
|
1814
1826
|
if ipv6_dhcp_helpers is not None:
|
|
1815
1827
|
pulumi.set(__self__, "ipv6_dhcp_helpers", ipv6_dhcp_helpers)
|
|
1816
1828
|
if ipv6_dhcp_secondary_addresses is not None:
|
|
@@ -2042,7 +2054,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2042
2054
|
@pulumi.getter(name="enableDhcpv6")
|
|
2043
2055
|
def enable_dhcpv6(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2044
2056
|
"""
|
|
2045
|
-
Enable DHCPv6
|
|
2057
|
+
Enable DHCPv6, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
2046
2058
|
"""
|
|
2047
2059
|
return pulumi.get(self, "enable_dhcpv6")
|
|
2048
2060
|
|
|
@@ -2210,7 +2222,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2210
2222
|
@pulumi.getter(name="ipv4Address")
|
|
2211
2223
|
def ipv4_address(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2212
2224
|
"""
|
|
2213
|
-
IP Address
|
|
2225
|
+
IP Address, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
2214
2226
|
"""
|
|
2215
2227
|
return pulumi.get(self, "ipv4_address")
|
|
2216
2228
|
|
|
@@ -2222,7 +2234,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2222
2234
|
@pulumi.getter(name="ipv4AddressVariable")
|
|
2223
2235
|
def ipv4_address_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2224
2236
|
"""
|
|
2225
|
-
Variable name
|
|
2237
|
+
Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
2226
2238
|
"""
|
|
2227
2239
|
return pulumi.get(self, "ipv4_address_variable")
|
|
2228
2240
|
|
|
@@ -2230,12 +2242,27 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2230
2242
|
def ipv4_address_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2231
2243
|
pulumi.set(self, "ipv4_address_variable", value)
|
|
2232
2244
|
|
|
2245
|
+
@_builtins.property
|
|
2246
|
+
@pulumi.getter(name="ipv4ConfigurationType")
|
|
2247
|
+
def ipv4_configuration_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2248
|
+
"""
|
|
2249
|
+
IPv4 Configuration Type
|
|
2250
|
+
- Choices: `dynamic`, `static`
|
|
2251
|
+
- Default value: `dynamic`
|
|
2252
|
+
"""
|
|
2253
|
+
return pulumi.get(self, "ipv4_configuration_type")
|
|
2254
|
+
|
|
2255
|
+
@ipv4_configuration_type.setter
|
|
2256
|
+
def ipv4_configuration_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2257
|
+
pulumi.set(self, "ipv4_configuration_type", value)
|
|
2258
|
+
|
|
2233
2259
|
@_builtins.property
|
|
2234
2260
|
@pulumi.getter(name="ipv4DhcpDistance")
|
|
2235
2261
|
def ipv4_dhcp_distance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2236
2262
|
"""
|
|
2237
|
-
DHCP Distance
|
|
2263
|
+
DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
2238
2264
|
- Range: `1`-`65536`
|
|
2265
|
+
- Default value: `1`
|
|
2239
2266
|
"""
|
|
2240
2267
|
return pulumi.get(self, "ipv4_dhcp_distance")
|
|
2241
2268
|
|
|
@@ -2247,7 +2274,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2247
2274
|
@pulumi.getter(name="ipv4DhcpDistanceVariable")
|
|
2248
2275
|
def ipv4_dhcp_distance_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2249
2276
|
"""
|
|
2250
|
-
Variable name
|
|
2277
|
+
Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
2251
2278
|
"""
|
|
2252
2279
|
return pulumi.get(self, "ipv4_dhcp_distance_variable")
|
|
2253
2280
|
|
|
@@ -2440,31 +2467,6 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2440
2467
|
def ipv4_nat_tcp_timeout_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2441
2468
|
pulumi.set(self, "ipv4_nat_tcp_timeout_variable", value)
|
|
2442
2469
|
|
|
2443
|
-
@_builtins.property
|
|
2444
|
-
@pulumi.getter(name="ipv4NatType")
|
|
2445
|
-
def ipv4_nat_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2446
|
-
"""
|
|
2447
|
-
NAT Type
|
|
2448
|
-
- Choices: `pool`, `loopback`
|
|
2449
|
-
"""
|
|
2450
|
-
return pulumi.get(self, "ipv4_nat_type")
|
|
2451
|
-
|
|
2452
|
-
@ipv4_nat_type.setter
|
|
2453
|
-
def ipv4_nat_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2454
|
-
pulumi.set(self, "ipv4_nat_type", value)
|
|
2455
|
-
|
|
2456
|
-
@_builtins.property
|
|
2457
|
-
@pulumi.getter(name="ipv4NatTypeVariable")
|
|
2458
|
-
def ipv4_nat_type_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2459
|
-
"""
|
|
2460
|
-
Variable name
|
|
2461
|
-
"""
|
|
2462
|
-
return pulumi.get(self, "ipv4_nat_type_variable")
|
|
2463
|
-
|
|
2464
|
-
@ipv4_nat_type_variable.setter
|
|
2465
|
-
def ipv4_nat_type_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2466
|
-
pulumi.set(self, "ipv4_nat_type_variable", value)
|
|
2467
|
-
|
|
2468
2470
|
@_builtins.property
|
|
2469
2471
|
@pulumi.getter(name="ipv4NatUdpTimeout")
|
|
2470
2472
|
def ipv4_nat_udp_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
@@ -2495,7 +2497,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2495
2497
|
@pulumi.getter(name="ipv4SecondaryAddresses")
|
|
2496
2498
|
def ipv4_secondary_addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs']]]]:
|
|
2497
2499
|
"""
|
|
2498
|
-
Secondary IpV4 Addresses
|
|
2500
|
+
Secondary IpV4 Addresses, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
2499
2501
|
"""
|
|
2500
2502
|
return pulumi.get(self, "ipv4_secondary_addresses")
|
|
2501
2503
|
|
|
@@ -2507,7 +2509,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2507
2509
|
@pulumi.getter(name="ipv4SubnetMask")
|
|
2508
2510
|
def ipv4_subnet_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2509
2511
|
"""
|
|
2510
|
-
Subnet Mask
|
|
2512
|
+
Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
2511
2513
|
- 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`
|
|
2512
2514
|
"""
|
|
2513
2515
|
return pulumi.get(self, "ipv4_subnet_mask")
|
|
@@ -2520,7 +2522,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2520
2522
|
@pulumi.getter(name="ipv4SubnetMaskVariable")
|
|
2521
2523
|
def ipv4_subnet_mask_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2522
2524
|
"""
|
|
2523
|
-
Variable name
|
|
2525
|
+
Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
2524
2526
|
"""
|
|
2525
2527
|
return pulumi.get(self, "ipv4_subnet_mask_variable")
|
|
2526
2528
|
|
|
@@ -2544,7 +2546,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2544
2546
|
@pulumi.getter(name="ipv6Address")
|
|
2545
2547
|
def ipv6_address(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2546
2548
|
"""
|
|
2547
|
-
IPv6 Address Secondary
|
|
2549
|
+
IPv6 Address Secondary, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
2548
2550
|
"""
|
|
2549
2551
|
return pulumi.get(self, "ipv6_address")
|
|
2550
2552
|
|
|
@@ -2556,7 +2558,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2556
2558
|
@pulumi.getter(name="ipv6AddressVariable")
|
|
2557
2559
|
def ipv6_address_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2558
2560
|
"""
|
|
2559
|
-
Variable name
|
|
2561
|
+
Variable name, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
2560
2562
|
"""
|
|
2561
2563
|
return pulumi.get(self, "ipv6_address_variable")
|
|
2562
2564
|
|
|
@@ -2564,11 +2566,25 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2564
2566
|
def ipv6_address_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2565
2567
|
pulumi.set(self, "ipv6_address_variable", value)
|
|
2566
2568
|
|
|
2569
|
+
@_builtins.property
|
|
2570
|
+
@pulumi.getter(name="ipv6ConfigurationType")
|
|
2571
|
+
def ipv6_configuration_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2572
|
+
"""
|
|
2573
|
+
IPv6 Configuration Type
|
|
2574
|
+
- Choices: `dynamic`, `static`, `none`
|
|
2575
|
+
- Default value: `none`
|
|
2576
|
+
"""
|
|
2577
|
+
return pulumi.get(self, "ipv6_configuration_type")
|
|
2578
|
+
|
|
2579
|
+
@ipv6_configuration_type.setter
|
|
2580
|
+
def ipv6_configuration_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2581
|
+
pulumi.set(self, "ipv6_configuration_type", value)
|
|
2582
|
+
|
|
2567
2583
|
@_builtins.property
|
|
2568
2584
|
@pulumi.getter(name="ipv6DhcpHelpers")
|
|
2569
2585
|
def ipv6_dhcp_helpers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgs']]]]:
|
|
2570
2586
|
"""
|
|
2571
|
-
DHCPv6 Helper
|
|
2587
|
+
DHCPv6 Helper, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
2572
2588
|
"""
|
|
2573
2589
|
return pulumi.get(self, "ipv6_dhcp_helpers")
|
|
2574
2590
|
|
|
@@ -2580,7 +2596,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2580
2596
|
@pulumi.getter(name="ipv6DhcpSecondaryAddresses")
|
|
2581
2597
|
def ipv6_dhcp_secondary_addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs']]]]:
|
|
2582
2598
|
"""
|
|
2583
|
-
secondary IPv6 addresses
|
|
2599
|
+
secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
2584
2600
|
"""
|
|
2585
2601
|
return pulumi.get(self, "ipv6_dhcp_secondary_addresses")
|
|
2586
2602
|
|
|
@@ -2605,7 +2621,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2605
2621
|
@pulumi.getter(name="ipv6SecondaryAddresses")
|
|
2606
2622
|
def ipv6_secondary_addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs']]]]:
|
|
2607
2623
|
"""
|
|
2608
|
-
Static secondary IPv6 addresses
|
|
2624
|
+
Static secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
2609
2625
|
"""
|
|
2610
2626
|
return pulumi.get(self, "ipv6_secondary_addresses")
|
|
2611
2627
|
|
|
@@ -3008,6 +3024,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3008
3024
|
ip_mtu_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3009
3025
|
ipv4_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3010
3026
|
ipv4_address_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3027
|
+
ipv4_configuration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3011
3028
|
ipv4_dhcp_distance: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3012
3029
|
ipv4_dhcp_distance_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3013
3030
|
ipv4_dhcp_helper_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -3025,8 +3042,6 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3025
3042
|
ipv4_nat_range_start_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3026
3043
|
ipv4_nat_tcp_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3027
3044
|
ipv4_nat_tcp_timeout_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3028
|
-
ipv4_nat_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3029
|
-
ipv4_nat_type_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3030
3045
|
ipv4_nat_udp_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3031
3046
|
ipv4_nat_udp_timeout_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3032
3047
|
ipv4_secondary_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgsDict']]]]] = None,
|
|
@@ -3035,6 +3050,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3035
3050
|
ipv4_vrrps: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgsDict']]]]] = None,
|
|
3036
3051
|
ipv6_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3037
3052
|
ipv6_address_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3053
|
+
ipv6_configuration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3038
3054
|
ipv6_dhcp_helpers: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgsDict']]]]] = None,
|
|
3039
3055
|
ipv6_dhcp_secondary_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgsDict']]]]] = None,
|
|
3040
3056
|
ipv6_nat: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
@@ -3072,6 +3088,8 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3072
3088
|
This resource can manage a Service LAN VPN Interface Ethernet Feature.
|
|
3073
3089
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
3074
3090
|
|
|
3091
|
+
## Example Usage
|
|
3092
|
+
|
|
3075
3093
|
## Import
|
|
3076
3094
|
|
|
3077
3095
|
The `pulumi import` command can be used, for example:
|
|
@@ -3098,7 +3116,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3098
3116
|
:param pulumi.Input[_builtins.str] duplex: Duplex mode
|
|
3099
3117
|
- Choices: `full`, `half`, `auto`
|
|
3100
3118
|
:param pulumi.Input[_builtins.str] duplex_variable: Variable name
|
|
3101
|
-
:param pulumi.Input[_builtins.bool] enable_dhcpv6: Enable DHCPv6
|
|
3119
|
+
:param pulumi.Input[_builtins.bool] enable_dhcpv6: Enable DHCPv6, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
3102
3120
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
3103
3121
|
:param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable
|
|
3104
3122
|
- Default value: `true`
|
|
@@ -3116,11 +3134,15 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3116
3134
|
- Range: `576`-`9216`
|
|
3117
3135
|
- Default value: `1500`
|
|
3118
3136
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
3119
|
-
:param pulumi.Input[_builtins.str] ipv4_address: IP Address
|
|
3120
|
-
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
3121
|
-
:param pulumi.Input[_builtins.
|
|
3137
|
+
:param pulumi.Input[_builtins.str] ipv4_address: IP Address, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
3138
|
+
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
3139
|
+
:param pulumi.Input[_builtins.str] ipv4_configuration_type: IPv4 Configuration Type
|
|
3140
|
+
- Choices: `dynamic`, `static`
|
|
3141
|
+
- Default value: `dynamic`
|
|
3142
|
+
:param pulumi.Input[_builtins.int] ipv4_dhcp_distance: DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
3122
3143
|
- Range: `1`-`65536`
|
|
3123
|
-
|
|
3144
|
+
- Default value: `1`
|
|
3145
|
+
:param pulumi.Input[_builtins.str] ipv4_dhcp_distance_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
3124
3146
|
:param pulumi.Input[_builtins.str] ipv4_dhcp_helper_variable: Variable name
|
|
3125
3147
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ipv4_dhcp_helpers: List of DHCP IPv4 helper addresses (min 1, max 8)
|
|
3126
3148
|
:param pulumi.Input[_builtins.bool] ipv4_nat: enable Network Address Translation on this interface
|
|
@@ -3141,25 +3163,25 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3141
3163
|
- Range: `1`-`8947`
|
|
3142
3164
|
- Default value: `60`
|
|
3143
3165
|
:param pulumi.Input[_builtins.str] ipv4_nat_tcp_timeout_variable: Variable name
|
|
3144
|
-
:param pulumi.Input[_builtins.str] ipv4_nat_type: NAT Type
|
|
3145
|
-
- Choices: `pool`, `loopback`
|
|
3146
|
-
:param pulumi.Input[_builtins.str] ipv4_nat_type_variable: Variable name
|
|
3147
3166
|
:param pulumi.Input[_builtins.int] ipv4_nat_udp_timeout: Set NAT UDP session timeout, in minutes
|
|
3148
3167
|
- Range: `1`-`8947`
|
|
3149
3168
|
- Default value: `1`
|
|
3150
3169
|
:param pulumi.Input[_builtins.str] ipv4_nat_udp_timeout_variable: Variable name
|
|
3151
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgsDict']]]] ipv4_secondary_addresses: Secondary IpV4 Addresses
|
|
3152
|
-
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask
|
|
3170
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgsDict']]]] ipv4_secondary_addresses: Secondary IpV4 Addresses, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
3171
|
+
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
3153
3172
|
- 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`
|
|
3154
|
-
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name
|
|
3173
|
+
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
3155
3174
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgsDict']]]] ipv4_vrrps: Enable VRRP
|
|
3156
|
-
:param pulumi.Input[_builtins.str] ipv6_address: IPv6 Address Secondary
|
|
3157
|
-
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
3158
|
-
:param pulumi.Input[
|
|
3159
|
-
|
|
3175
|
+
:param pulumi.Input[_builtins.str] ipv6_address: IPv6 Address Secondary, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
3176
|
+
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
3177
|
+
:param pulumi.Input[_builtins.str] ipv6_configuration_type: IPv6 Configuration Type
|
|
3178
|
+
- Choices: `dynamic`, `static`, `none`
|
|
3179
|
+
- Default value: `none`
|
|
3180
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgsDict']]]] ipv6_dhcp_helpers: DHCPv6 Helper, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
3181
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgsDict']]]] ipv6_dhcp_secondary_addresses: secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
3160
3182
|
:param pulumi.Input[_builtins.bool] ipv6_nat: enable Network Address Translation ipv6 on this interface
|
|
3161
3183
|
- Default value: `false`
|
|
3162
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgsDict']]]] ipv6_secondary_addresses: Static secondary IPv6 addresses
|
|
3184
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgsDict']]]] ipv6_secondary_addresses: Static secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
3163
3185
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6VrrpArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6VrrpArgsDict']]]] ipv6_vrrps: Enable VRRP Ipv6
|
|
3164
3186
|
:param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation
|
|
3165
3187
|
- Range: `30`-`600`
|
|
@@ -3209,6 +3231,8 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3209
3231
|
This resource can manage a Service LAN VPN Interface Ethernet Feature.
|
|
3210
3232
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
3211
3233
|
|
|
3234
|
+
## Example Usage
|
|
3235
|
+
|
|
3212
3236
|
## Import
|
|
3213
3237
|
|
|
3214
3238
|
The `pulumi import` command can be used, for example:
|
|
@@ -3264,6 +3288,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3264
3288
|
ip_mtu_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3265
3289
|
ipv4_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3266
3290
|
ipv4_address_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3291
|
+
ipv4_configuration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3267
3292
|
ipv4_dhcp_distance: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3268
3293
|
ipv4_dhcp_distance_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3269
3294
|
ipv4_dhcp_helper_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -3281,8 +3306,6 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3281
3306
|
ipv4_nat_range_start_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3282
3307
|
ipv4_nat_tcp_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3283
3308
|
ipv4_nat_tcp_timeout_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3284
|
-
ipv4_nat_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3285
|
-
ipv4_nat_type_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3286
3309
|
ipv4_nat_udp_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3287
3310
|
ipv4_nat_udp_timeout_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3288
3311
|
ipv4_secondary_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgsDict']]]]] = None,
|
|
@@ -3291,6 +3314,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3291
3314
|
ipv4_vrrps: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgsDict']]]]] = None,
|
|
3292
3315
|
ipv6_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3293
3316
|
ipv6_address_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3317
|
+
ipv6_configuration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3294
3318
|
ipv6_dhcp_helpers: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgsDict']]]]] = None,
|
|
3295
3319
|
ipv6_dhcp_secondary_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgsDict']]]]] = None,
|
|
3296
3320
|
ipv6_nat: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
@@ -3364,6 +3388,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3364
3388
|
__props__.__dict__["ip_mtu_variable"] = ip_mtu_variable
|
|
3365
3389
|
__props__.__dict__["ipv4_address"] = ipv4_address
|
|
3366
3390
|
__props__.__dict__["ipv4_address_variable"] = ipv4_address_variable
|
|
3391
|
+
__props__.__dict__["ipv4_configuration_type"] = ipv4_configuration_type
|
|
3367
3392
|
__props__.__dict__["ipv4_dhcp_distance"] = ipv4_dhcp_distance
|
|
3368
3393
|
__props__.__dict__["ipv4_dhcp_distance_variable"] = ipv4_dhcp_distance_variable
|
|
3369
3394
|
__props__.__dict__["ipv4_dhcp_helper_variable"] = ipv4_dhcp_helper_variable
|
|
@@ -3381,8 +3406,6 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3381
3406
|
__props__.__dict__["ipv4_nat_range_start_variable"] = ipv4_nat_range_start_variable
|
|
3382
3407
|
__props__.__dict__["ipv4_nat_tcp_timeout"] = ipv4_nat_tcp_timeout
|
|
3383
3408
|
__props__.__dict__["ipv4_nat_tcp_timeout_variable"] = ipv4_nat_tcp_timeout_variable
|
|
3384
|
-
__props__.__dict__["ipv4_nat_type"] = ipv4_nat_type
|
|
3385
|
-
__props__.__dict__["ipv4_nat_type_variable"] = ipv4_nat_type_variable
|
|
3386
3409
|
__props__.__dict__["ipv4_nat_udp_timeout"] = ipv4_nat_udp_timeout
|
|
3387
3410
|
__props__.__dict__["ipv4_nat_udp_timeout_variable"] = ipv4_nat_udp_timeout_variable
|
|
3388
3411
|
__props__.__dict__["ipv4_secondary_addresses"] = ipv4_secondary_addresses
|
|
@@ -3391,6 +3414,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3391
3414
|
__props__.__dict__["ipv4_vrrps"] = ipv4_vrrps
|
|
3392
3415
|
__props__.__dict__["ipv6_address"] = ipv6_address
|
|
3393
3416
|
__props__.__dict__["ipv6_address_variable"] = ipv6_address_variable
|
|
3417
|
+
__props__.__dict__["ipv6_configuration_type"] = ipv6_configuration_type
|
|
3394
3418
|
__props__.__dict__["ipv6_dhcp_helpers"] = ipv6_dhcp_helpers
|
|
3395
3419
|
__props__.__dict__["ipv6_dhcp_secondary_addresses"] = ipv6_dhcp_secondary_addresses
|
|
3396
3420
|
__props__.__dict__["ipv6_nat"] = ipv6_nat
|
|
@@ -3466,6 +3490,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3466
3490
|
ip_mtu_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3467
3491
|
ipv4_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3468
3492
|
ipv4_address_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3493
|
+
ipv4_configuration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3469
3494
|
ipv4_dhcp_distance: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3470
3495
|
ipv4_dhcp_distance_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3471
3496
|
ipv4_dhcp_helper_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -3483,8 +3508,6 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3483
3508
|
ipv4_nat_range_start_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3484
3509
|
ipv4_nat_tcp_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3485
3510
|
ipv4_nat_tcp_timeout_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3486
|
-
ipv4_nat_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3487
|
-
ipv4_nat_type_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3488
3511
|
ipv4_nat_udp_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3489
3512
|
ipv4_nat_udp_timeout_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3490
3513
|
ipv4_secondary_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgsDict']]]]] = None,
|
|
@@ -3493,6 +3516,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3493
3516
|
ipv4_vrrps: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgsDict']]]]] = None,
|
|
3494
3517
|
ipv6_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3495
3518
|
ipv6_address_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3519
|
+
ipv6_configuration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3496
3520
|
ipv6_dhcp_helpers: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgsDict']]]]] = None,
|
|
3497
3521
|
ipv6_dhcp_secondary_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgsDict']]]]] = None,
|
|
3498
3522
|
ipv6_nat: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
@@ -3547,7 +3571,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3547
3571
|
:param pulumi.Input[_builtins.str] duplex: Duplex mode
|
|
3548
3572
|
- Choices: `full`, `half`, `auto`
|
|
3549
3573
|
:param pulumi.Input[_builtins.str] duplex_variable: Variable name
|
|
3550
|
-
:param pulumi.Input[_builtins.bool] enable_dhcpv6: Enable DHCPv6
|
|
3574
|
+
:param pulumi.Input[_builtins.bool] enable_dhcpv6: Enable DHCPv6, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
3551
3575
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
3552
3576
|
:param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable
|
|
3553
3577
|
- Default value: `true`
|
|
@@ -3565,11 +3589,15 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3565
3589
|
- Range: `576`-`9216`
|
|
3566
3590
|
- Default value: `1500`
|
|
3567
3591
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
3568
|
-
:param pulumi.Input[_builtins.str] ipv4_address: IP Address
|
|
3569
|
-
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
3570
|
-
:param pulumi.Input[_builtins.
|
|
3592
|
+
:param pulumi.Input[_builtins.str] ipv4_address: IP Address, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
3593
|
+
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
3594
|
+
:param pulumi.Input[_builtins.str] ipv4_configuration_type: IPv4 Configuration Type
|
|
3595
|
+
- Choices: `dynamic`, `static`
|
|
3596
|
+
- Default value: `dynamic`
|
|
3597
|
+
:param pulumi.Input[_builtins.int] ipv4_dhcp_distance: DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
3571
3598
|
- Range: `1`-`65536`
|
|
3572
|
-
|
|
3599
|
+
- Default value: `1`
|
|
3600
|
+
:param pulumi.Input[_builtins.str] ipv4_dhcp_distance_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
3573
3601
|
:param pulumi.Input[_builtins.str] ipv4_dhcp_helper_variable: Variable name
|
|
3574
3602
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ipv4_dhcp_helpers: List of DHCP IPv4 helper addresses (min 1, max 8)
|
|
3575
3603
|
:param pulumi.Input[_builtins.bool] ipv4_nat: enable Network Address Translation on this interface
|
|
@@ -3590,25 +3618,25 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3590
3618
|
- Range: `1`-`8947`
|
|
3591
3619
|
- Default value: `60`
|
|
3592
3620
|
:param pulumi.Input[_builtins.str] ipv4_nat_tcp_timeout_variable: Variable name
|
|
3593
|
-
:param pulumi.Input[_builtins.str] ipv4_nat_type: NAT Type
|
|
3594
|
-
- Choices: `pool`, `loopback`
|
|
3595
|
-
:param pulumi.Input[_builtins.str] ipv4_nat_type_variable: Variable name
|
|
3596
3621
|
:param pulumi.Input[_builtins.int] ipv4_nat_udp_timeout: Set NAT UDP session timeout, in minutes
|
|
3597
3622
|
- Range: `1`-`8947`
|
|
3598
3623
|
- Default value: `1`
|
|
3599
3624
|
:param pulumi.Input[_builtins.str] ipv4_nat_udp_timeout_variable: Variable name
|
|
3600
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgsDict']]]] ipv4_secondary_addresses: Secondary IpV4 Addresses
|
|
3601
|
-
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask
|
|
3625
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgsDict']]]] ipv4_secondary_addresses: Secondary IpV4 Addresses, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
3626
|
+
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
3602
3627
|
- 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`
|
|
3603
|
-
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name
|
|
3628
|
+
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
3604
3629
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgsDict']]]] ipv4_vrrps: Enable VRRP
|
|
3605
|
-
:param pulumi.Input[_builtins.str] ipv6_address: IPv6 Address Secondary
|
|
3606
|
-
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
3607
|
-
:param pulumi.Input[
|
|
3608
|
-
|
|
3630
|
+
:param pulumi.Input[_builtins.str] ipv6_address: IPv6 Address Secondary, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
3631
|
+
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
3632
|
+
:param pulumi.Input[_builtins.str] ipv6_configuration_type: IPv6 Configuration Type
|
|
3633
|
+
- Choices: `dynamic`, `static`, `none`
|
|
3634
|
+
- Default value: `none`
|
|
3635
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgsDict']]]] ipv6_dhcp_helpers: DHCPv6 Helper, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
3636
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgsDict']]]] ipv6_dhcp_secondary_addresses: secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
3609
3637
|
:param pulumi.Input[_builtins.bool] ipv6_nat: enable Network Address Translation ipv6 on this interface
|
|
3610
3638
|
- Default value: `false`
|
|
3611
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgsDict']]]] ipv6_secondary_addresses: Static secondary IPv6 addresses
|
|
3639
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgsDict']]]] ipv6_secondary_addresses: Static secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
3612
3640
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6VrrpArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6VrrpArgsDict']]]] ipv6_vrrps: Enable VRRP Ipv6
|
|
3613
3641
|
:param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation
|
|
3614
3642
|
- Range: `30`-`600`
|
|
@@ -3683,6 +3711,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3683
3711
|
__props__.__dict__["ip_mtu_variable"] = ip_mtu_variable
|
|
3684
3712
|
__props__.__dict__["ipv4_address"] = ipv4_address
|
|
3685
3713
|
__props__.__dict__["ipv4_address_variable"] = ipv4_address_variable
|
|
3714
|
+
__props__.__dict__["ipv4_configuration_type"] = ipv4_configuration_type
|
|
3686
3715
|
__props__.__dict__["ipv4_dhcp_distance"] = ipv4_dhcp_distance
|
|
3687
3716
|
__props__.__dict__["ipv4_dhcp_distance_variable"] = ipv4_dhcp_distance_variable
|
|
3688
3717
|
__props__.__dict__["ipv4_dhcp_helper_variable"] = ipv4_dhcp_helper_variable
|
|
@@ -3700,8 +3729,6 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3700
3729
|
__props__.__dict__["ipv4_nat_range_start_variable"] = ipv4_nat_range_start_variable
|
|
3701
3730
|
__props__.__dict__["ipv4_nat_tcp_timeout"] = ipv4_nat_tcp_timeout
|
|
3702
3731
|
__props__.__dict__["ipv4_nat_tcp_timeout_variable"] = ipv4_nat_tcp_timeout_variable
|
|
3703
|
-
__props__.__dict__["ipv4_nat_type"] = ipv4_nat_type
|
|
3704
|
-
__props__.__dict__["ipv4_nat_type_variable"] = ipv4_nat_type_variable
|
|
3705
3732
|
__props__.__dict__["ipv4_nat_udp_timeout"] = ipv4_nat_udp_timeout
|
|
3706
3733
|
__props__.__dict__["ipv4_nat_udp_timeout_variable"] = ipv4_nat_udp_timeout_variable
|
|
3707
3734
|
__props__.__dict__["ipv4_secondary_addresses"] = ipv4_secondary_addresses
|
|
@@ -3710,6 +3737,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3710
3737
|
__props__.__dict__["ipv4_vrrps"] = ipv4_vrrps
|
|
3711
3738
|
__props__.__dict__["ipv6_address"] = ipv6_address
|
|
3712
3739
|
__props__.__dict__["ipv6_address_variable"] = ipv6_address_variable
|
|
3740
|
+
__props__.__dict__["ipv6_configuration_type"] = ipv6_configuration_type
|
|
3713
3741
|
__props__.__dict__["ipv6_dhcp_helpers"] = ipv6_dhcp_helpers
|
|
3714
3742
|
__props__.__dict__["ipv6_dhcp_secondary_addresses"] = ipv6_dhcp_secondary_addresses
|
|
3715
3743
|
__props__.__dict__["ipv6_nat"] = ipv6_nat
|
|
@@ -3853,7 +3881,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3853
3881
|
@pulumi.getter(name="enableDhcpv6")
|
|
3854
3882
|
def enable_dhcpv6(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
3855
3883
|
"""
|
|
3856
|
-
Enable DHCPv6
|
|
3884
|
+
Enable DHCPv6, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
3857
3885
|
"""
|
|
3858
3886
|
return pulumi.get(self, "enable_dhcpv6")
|
|
3859
3887
|
|
|
@@ -3965,7 +3993,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3965
3993
|
@pulumi.getter(name="ipv4Address")
|
|
3966
3994
|
def ipv4_address(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
3967
3995
|
"""
|
|
3968
|
-
IP Address
|
|
3996
|
+
IP Address, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
3969
3997
|
"""
|
|
3970
3998
|
return pulumi.get(self, "ipv4_address")
|
|
3971
3999
|
|
|
@@ -3973,16 +4001,27 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3973
4001
|
@pulumi.getter(name="ipv4AddressVariable")
|
|
3974
4002
|
def ipv4_address_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
3975
4003
|
"""
|
|
3976
|
-
Variable name
|
|
4004
|
+
Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
3977
4005
|
"""
|
|
3978
4006
|
return pulumi.get(self, "ipv4_address_variable")
|
|
3979
4007
|
|
|
4008
|
+
@_builtins.property
|
|
4009
|
+
@pulumi.getter(name="ipv4ConfigurationType")
|
|
4010
|
+
def ipv4_configuration_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4011
|
+
"""
|
|
4012
|
+
IPv4 Configuration Type
|
|
4013
|
+
- Choices: `dynamic`, `static`
|
|
4014
|
+
- Default value: `dynamic`
|
|
4015
|
+
"""
|
|
4016
|
+
return pulumi.get(self, "ipv4_configuration_type")
|
|
4017
|
+
|
|
3980
4018
|
@_builtins.property
|
|
3981
4019
|
@pulumi.getter(name="ipv4DhcpDistance")
|
|
3982
4020
|
def ipv4_dhcp_distance(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
3983
4021
|
"""
|
|
3984
|
-
DHCP Distance
|
|
4022
|
+
DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
3985
4023
|
- Range: `1`-`65536`
|
|
4024
|
+
- Default value: `1`
|
|
3986
4025
|
"""
|
|
3987
4026
|
return pulumi.get(self, "ipv4_dhcp_distance")
|
|
3988
4027
|
|
|
@@ -3990,7 +4029,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3990
4029
|
@pulumi.getter(name="ipv4DhcpDistanceVariable")
|
|
3991
4030
|
def ipv4_dhcp_distance_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
3992
4031
|
"""
|
|
3993
|
-
Variable name
|
|
4032
|
+
Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
3994
4033
|
"""
|
|
3995
4034
|
return pulumi.get(self, "ipv4_dhcp_distance_variable")
|
|
3996
4035
|
|
|
@@ -4119,23 +4158,6 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4119
4158
|
"""
|
|
4120
4159
|
return pulumi.get(self, "ipv4_nat_tcp_timeout_variable")
|
|
4121
4160
|
|
|
4122
|
-
@_builtins.property
|
|
4123
|
-
@pulumi.getter(name="ipv4NatType")
|
|
4124
|
-
def ipv4_nat_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4125
|
-
"""
|
|
4126
|
-
NAT Type
|
|
4127
|
-
- Choices: `pool`, `loopback`
|
|
4128
|
-
"""
|
|
4129
|
-
return pulumi.get(self, "ipv4_nat_type")
|
|
4130
|
-
|
|
4131
|
-
@_builtins.property
|
|
4132
|
-
@pulumi.getter(name="ipv4NatTypeVariable")
|
|
4133
|
-
def ipv4_nat_type_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4134
|
-
"""
|
|
4135
|
-
Variable name
|
|
4136
|
-
"""
|
|
4137
|
-
return pulumi.get(self, "ipv4_nat_type_variable")
|
|
4138
|
-
|
|
4139
4161
|
@_builtins.property
|
|
4140
4162
|
@pulumi.getter(name="ipv4NatUdpTimeout")
|
|
4141
4163
|
def ipv4_nat_udp_timeout(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
@@ -4158,7 +4180,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4158
4180
|
@pulumi.getter(name="ipv4SecondaryAddresses")
|
|
4159
4181
|
def ipv4_secondary_addresses(self) -> pulumi.Output[Optional[Sequence['outputs.ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddress']]]:
|
|
4160
4182
|
"""
|
|
4161
|
-
Secondary IpV4 Addresses
|
|
4183
|
+
Secondary IpV4 Addresses, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
4162
4184
|
"""
|
|
4163
4185
|
return pulumi.get(self, "ipv4_secondary_addresses")
|
|
4164
4186
|
|
|
@@ -4166,7 +4188,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4166
4188
|
@pulumi.getter(name="ipv4SubnetMask")
|
|
4167
4189
|
def ipv4_subnet_mask(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4168
4190
|
"""
|
|
4169
|
-
Subnet Mask
|
|
4191
|
+
Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
4170
4192
|
- 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`
|
|
4171
4193
|
"""
|
|
4172
4194
|
return pulumi.get(self, "ipv4_subnet_mask")
|
|
@@ -4175,7 +4197,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4175
4197
|
@pulumi.getter(name="ipv4SubnetMaskVariable")
|
|
4176
4198
|
def ipv4_subnet_mask_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4177
4199
|
"""
|
|
4178
|
-
Variable name
|
|
4200
|
+
Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
4179
4201
|
"""
|
|
4180
4202
|
return pulumi.get(self, "ipv4_subnet_mask_variable")
|
|
4181
4203
|
|
|
@@ -4191,7 +4213,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4191
4213
|
@pulumi.getter(name="ipv6Address")
|
|
4192
4214
|
def ipv6_address(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4193
4215
|
"""
|
|
4194
|
-
IPv6 Address Secondary
|
|
4216
|
+
IPv6 Address Secondary, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
4195
4217
|
"""
|
|
4196
4218
|
return pulumi.get(self, "ipv6_address")
|
|
4197
4219
|
|
|
@@ -4199,15 +4221,25 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4199
4221
|
@pulumi.getter(name="ipv6AddressVariable")
|
|
4200
4222
|
def ipv6_address_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4201
4223
|
"""
|
|
4202
|
-
Variable name
|
|
4224
|
+
Variable name, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
4203
4225
|
"""
|
|
4204
4226
|
return pulumi.get(self, "ipv6_address_variable")
|
|
4205
4227
|
|
|
4228
|
+
@_builtins.property
|
|
4229
|
+
@pulumi.getter(name="ipv6ConfigurationType")
|
|
4230
|
+
def ipv6_configuration_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4231
|
+
"""
|
|
4232
|
+
IPv6 Configuration Type
|
|
4233
|
+
- Choices: `dynamic`, `static`, `none`
|
|
4234
|
+
- Default value: `none`
|
|
4235
|
+
"""
|
|
4236
|
+
return pulumi.get(self, "ipv6_configuration_type")
|
|
4237
|
+
|
|
4206
4238
|
@_builtins.property
|
|
4207
4239
|
@pulumi.getter(name="ipv6DhcpHelpers")
|
|
4208
4240
|
def ipv6_dhcp_helpers(self) -> pulumi.Output[Optional[Sequence['outputs.ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelper']]]:
|
|
4209
4241
|
"""
|
|
4210
|
-
DHCPv6 Helper
|
|
4242
|
+
DHCPv6 Helper, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
4211
4243
|
"""
|
|
4212
4244
|
return pulumi.get(self, "ipv6_dhcp_helpers")
|
|
4213
4245
|
|
|
@@ -4215,7 +4247,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4215
4247
|
@pulumi.getter(name="ipv6DhcpSecondaryAddresses")
|
|
4216
4248
|
def ipv6_dhcp_secondary_addresses(self) -> pulumi.Output[Optional[Sequence['outputs.ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddress']]]:
|
|
4217
4249
|
"""
|
|
4218
|
-
secondary IPv6 addresses
|
|
4250
|
+
secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
4219
4251
|
"""
|
|
4220
4252
|
return pulumi.get(self, "ipv6_dhcp_secondary_addresses")
|
|
4221
4253
|
|
|
@@ -4232,7 +4264,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4232
4264
|
@pulumi.getter(name="ipv6SecondaryAddresses")
|
|
4233
4265
|
def ipv6_secondary_addresses(self) -> pulumi.Output[Optional[Sequence['outputs.ServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddress']]]:
|
|
4234
4266
|
"""
|
|
4235
|
-
Static secondary IPv6 addresses
|
|
4267
|
+
Static secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
4236
4268
|
"""
|
|
4237
4269
|
return pulumi.get(self, "ipv6_secondary_addresses")
|
|
4238
4270
|
|