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
|
@@ -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,
|
|
@@ -114,89 +114,119 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
114
114
|
The set of arguments for constructing a ServiceLanVpnInterfaceEthernetFeature resource.
|
|
115
115
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
116
116
|
:param pulumi.Input[_builtins.str] service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
117
|
-
:param pulumi.Input[_builtins.int] acl_shaping_rate: Shaping Rate (Kbps)
|
|
117
|
+
:param pulumi.Input[_builtins.int] acl_shaping_rate: Shaping Rate (Kbps)
|
|
118
|
+
- Range: `8`-`100000000`
|
|
118
119
|
:param pulumi.Input[_builtins.str] acl_shaping_rate_variable: Variable name
|
|
119
|
-
:param pulumi.Input[_builtins.int] arp_timeout: Timeout value for dynamically learned ARP entries, <0..2678400> seconds
|
|
120
|
+
:param pulumi.Input[_builtins.int] arp_timeout: Timeout value for dynamically learned ARP entries, <0..2678400> seconds
|
|
121
|
+
- Range: `0`-`2147483`
|
|
122
|
+
- Default value: `1200`
|
|
120
123
|
:param pulumi.Input[_builtins.str] arp_timeout_variable: Variable name
|
|
121
124
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureArpArgs']]] arps: Configure ARP entries
|
|
122
125
|
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
123
126
|
:param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
|
|
124
127
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
125
|
-
:param pulumi.Input[_builtins.str] duplex: Duplex mode
|
|
128
|
+
:param pulumi.Input[_builtins.str] duplex: Duplex mode
|
|
129
|
+
- Choices: `full`, `half`, `auto`
|
|
126
130
|
:param pulumi.Input[_builtins.str] duplex_variable: Variable name
|
|
127
|
-
:param pulumi.Input[_builtins.bool] enable_dhcpv6: Enable DHCPv6
|
|
128
|
-
:param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable
|
|
131
|
+
:param pulumi.Input[_builtins.bool] enable_dhcpv6: Enable DHCPv6, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
132
|
+
:param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable
|
|
133
|
+
- Default value: `true`
|
|
129
134
|
:param pulumi.Input[_builtins.str] icmp_redirect_disable_variable: Variable name
|
|
130
135
|
:param pulumi.Input[_builtins.str] interface_description_variable: Variable name
|
|
131
|
-
:param pulumi.Input[_builtins.int] interface_mtu: Interface MTU
|
|
136
|
+
:param pulumi.Input[_builtins.int] interface_mtu: Interface MTU
|
|
137
|
+
- Range: `1500`-`9216`
|
|
138
|
+
- Default value: `1500`
|
|
132
139
|
:param pulumi.Input[_builtins.str] interface_mtu_variable: Variable name
|
|
133
140
|
:param pulumi.Input[_builtins.str] interface_name_variable: Variable name
|
|
134
|
-
:param pulumi.Input[_builtins.bool] ip_directed_broadcast: IP Directed-Broadcast
|
|
141
|
+
:param pulumi.Input[_builtins.bool] ip_directed_broadcast: IP Directed-Broadcast
|
|
142
|
+
- Default value: `false`
|
|
135
143
|
:param pulumi.Input[_builtins.str] ip_directed_broadcast_variable: Variable name
|
|
136
|
-
:param pulumi.Input[_builtins.int] ip_mtu: IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces
|
|
137
|
-
|
|
144
|
+
:param pulumi.Input[_builtins.int] ip_mtu: IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes
|
|
145
|
+
- Range: `576`-`9216`
|
|
146
|
+
- Default value: `1500`
|
|
138
147
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
139
|
-
:param pulumi.Input[_builtins.str] ipv4_address: IP Address
|
|
140
|
-
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
141
|
-
:param pulumi.Input[_builtins.
|
|
142
|
-
|
|
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`
|
|
154
|
+
- Range: `1`-`65536`
|
|
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`
|
|
143
157
|
:param pulumi.Input[_builtins.str] ipv4_dhcp_helper_variable: Variable name
|
|
144
158
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ipv4_dhcp_helpers: List of DHCP IPv4 helper addresses (min 1, max 8)
|
|
145
|
-
:param pulumi.Input[_builtins.bool] ipv4_nat: enable Network Address Translation on this interface
|
|
159
|
+
:param pulumi.Input[_builtins.bool] ipv4_nat: enable Network Address Translation on this interface
|
|
160
|
+
- Default value: `false`
|
|
146
161
|
:param pulumi.Input[_builtins.str] ipv4_nat_loopback: NAT Inside Source Loopback Interface
|
|
147
162
|
:param pulumi.Input[_builtins.str] ipv4_nat_loopback_variable: Variable name
|
|
148
|
-
:param pulumi.Input[_builtins.bool] ipv4_nat_overload: NAT Overload
|
|
163
|
+
:param pulumi.Input[_builtins.bool] ipv4_nat_overload: NAT Overload
|
|
164
|
+
- Default value: `true`
|
|
149
165
|
:param pulumi.Input[_builtins.str] ipv4_nat_overload_variable: Variable name
|
|
150
|
-
:param pulumi.Input[_builtins.int] ipv4_nat_prefix_length: NAT Pool Prefix Length
|
|
166
|
+
:param pulumi.Input[_builtins.int] ipv4_nat_prefix_length: NAT Pool Prefix Length
|
|
167
|
+
- Range: `1`-`32`
|
|
151
168
|
:param pulumi.Input[_builtins.str] ipv4_nat_prefix_length_variable: Variable name
|
|
152
169
|
:param pulumi.Input[_builtins.str] ipv4_nat_range_end: NAT Pool Range End
|
|
153
170
|
:param pulumi.Input[_builtins.str] ipv4_nat_range_end_variable: Variable name
|
|
154
171
|
:param pulumi.Input[_builtins.str] ipv4_nat_range_start: NAT Pool Range Start
|
|
155
172
|
:param pulumi.Input[_builtins.str] ipv4_nat_range_start_variable: Variable name
|
|
156
|
-
:param pulumi.Input[_builtins.int] ipv4_nat_tcp_timeout: Set NAT TCP session timeout, in minutes
|
|
173
|
+
:param pulumi.Input[_builtins.int] ipv4_nat_tcp_timeout: Set NAT TCP session timeout, in minutes
|
|
174
|
+
- Range: `1`-`8947`
|
|
175
|
+
- Default value: `60`
|
|
157
176
|
:param pulumi.Input[_builtins.str] ipv4_nat_tcp_timeout_variable: Variable name
|
|
158
|
-
:param pulumi.Input[_builtins.
|
|
159
|
-
|
|
160
|
-
|
|
177
|
+
:param pulumi.Input[_builtins.int] ipv4_nat_udp_timeout: Set NAT UDP session timeout, in minutes
|
|
178
|
+
- Range: `1`-`8947`
|
|
179
|
+
- Default value: `1`
|
|
161
180
|
:param pulumi.Input[_builtins.str] ipv4_nat_udp_timeout_variable: Variable name
|
|
162
|
-
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs']]] ipv4_secondary_addresses: Secondary IpV4 Addresses
|
|
163
|
-
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
`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`,
|
|
167
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
168
|
-
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name
|
|
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`
|
|
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`
|
|
184
|
+
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
169
185
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgs']]] ipv4_vrrps: Enable VRRP
|
|
170
|
-
:param pulumi.Input[_builtins.str] ipv6_address: IPv6 Address Secondary
|
|
171
|
-
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
172
|
-
:param pulumi.Input[
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
:param pulumi.Input[Sequence[pulumi.Input['
|
|
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`
|
|
193
|
+
:param pulumi.Input[_builtins.bool] ipv6_nat: enable Network Address Translation ipv6 on this interface
|
|
194
|
+
- Default value: `false`
|
|
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`
|
|
176
196
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6VrrpArgs']]] ipv6_vrrps: Enable VRRP Ipv6
|
|
177
|
-
:param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation
|
|
197
|
+
:param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation
|
|
198
|
+
- Range: `30`-`600`
|
|
199
|
+
- Default value: `30`
|
|
178
200
|
:param pulumi.Input[_builtins.str] load_interval_variable: Variable name
|
|
179
201
|
:param pulumi.Input[_builtins.str] mac_address: MAC Address
|
|
180
202
|
:param pulumi.Input[_builtins.str] mac_address_variable: Variable name
|
|
181
|
-
:param pulumi.Input[_builtins.str] media_type: Media type
|
|
203
|
+
:param pulumi.Input[_builtins.str] media_type: Media type
|
|
204
|
+
- Choices: `auto-select`, `rj45`, `sfp`
|
|
182
205
|
:param pulumi.Input[_builtins.str] media_type_variable: Variable name
|
|
183
206
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
184
|
-
:param pulumi.Input[_builtins.bool] nat64: NAT64 on this interface
|
|
207
|
+
:param pulumi.Input[_builtins.bool] nat64: NAT64 on this interface
|
|
208
|
+
- Default value: `false`
|
|
185
209
|
:param pulumi.Input[_builtins.bool] shutdown: - Default value: `true`
|
|
186
210
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
187
|
-
:param pulumi.Input[_builtins.str] speed: Set interface speed
|
|
211
|
+
:param pulumi.Input[_builtins.str] speed: Set interface speed
|
|
212
|
+
- Choices: `10`, `100`, `1000`, `2500`, `10000`
|
|
188
213
|
:param pulumi.Input[_builtins.str] speed_variable: Variable name
|
|
189
214
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureStaticNatArgs']]] static_nats: static NAT
|
|
190
|
-
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
215
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
216
|
+
- Range: `500`-`1460`
|
|
191
217
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
192
218
|
:param pulumi.Input[_builtins.str] tracker: Enable tracker for this interface
|
|
193
219
|
:param pulumi.Input[_builtins.str] tracker_variable: Variable name
|
|
194
220
|
:param pulumi.Input[_builtins.bool] trustsec_enable_enforced_propogation: Enable/Disable SGT Enforcement on an interface
|
|
195
|
-
:param pulumi.Input[_builtins.bool] trustsec_enable_sgt_propogation: Indicates that the interface is trustworthy for CTS
|
|
196
|
-
|
|
221
|
+
:param pulumi.Input[_builtins.bool] trustsec_enable_sgt_propogation: Indicates that the interface is trustworthy for CTS
|
|
222
|
+
- Default value: `false`
|
|
223
|
+
:param pulumi.Input[_builtins.int] trustsec_enforced_security_group_tag: SGT value between 2 and 65519
|
|
224
|
+
- Range: `2`-`65519`
|
|
197
225
|
:param pulumi.Input[_builtins.str] trustsec_enforced_security_group_tag_variable: Variable name
|
|
198
|
-
:param pulumi.Input[_builtins.bool] trustsec_propogate: Enables the interface for CTS SGT authorization and forwarding
|
|
199
|
-
|
|
226
|
+
:param pulumi.Input[_builtins.bool] trustsec_propogate: Enables the interface for CTS SGT authorization and forwarding
|
|
227
|
+
- Default value: `true`
|
|
228
|
+
:param pulumi.Input[_builtins.int] trustsec_security_group_tag: SGT value between 2 and 65519
|
|
229
|
+
- Range: `2`-`65519`
|
|
200
230
|
:param pulumi.Input[_builtins.str] trustsec_security_group_tag_variable: Variable name
|
|
201
231
|
:param pulumi.Input[_builtins.str] xconnect: Extend remote TLOC over a GRE tunnel to a local LAN interface
|
|
202
232
|
:param pulumi.Input[_builtins.str] xconnect_variable: Variable name
|
|
@@ -261,6 +291,8 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
261
291
|
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
262
292
|
if ipv4_address_variable is not None:
|
|
263
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)
|
|
264
296
|
if ipv4_dhcp_distance is not None:
|
|
265
297
|
pulumi.set(__self__, "ipv4_dhcp_distance", ipv4_dhcp_distance)
|
|
266
298
|
if ipv4_dhcp_distance_variable is not None:
|
|
@@ -295,10 +327,6 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
295
327
|
pulumi.set(__self__, "ipv4_nat_tcp_timeout", ipv4_nat_tcp_timeout)
|
|
296
328
|
if ipv4_nat_tcp_timeout_variable is not None:
|
|
297
329
|
pulumi.set(__self__, "ipv4_nat_tcp_timeout_variable", ipv4_nat_tcp_timeout_variable)
|
|
298
|
-
if ipv4_nat_type is not None:
|
|
299
|
-
pulumi.set(__self__, "ipv4_nat_type", ipv4_nat_type)
|
|
300
|
-
if ipv4_nat_type_variable is not None:
|
|
301
|
-
pulumi.set(__self__, "ipv4_nat_type_variable", ipv4_nat_type_variable)
|
|
302
330
|
if ipv4_nat_udp_timeout is not None:
|
|
303
331
|
pulumi.set(__self__, "ipv4_nat_udp_timeout", ipv4_nat_udp_timeout)
|
|
304
332
|
if ipv4_nat_udp_timeout_variable is not None:
|
|
@@ -315,6 +343,8 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
315
343
|
pulumi.set(__self__, "ipv6_address", ipv6_address)
|
|
316
344
|
if ipv6_address_variable is not None:
|
|
317
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)
|
|
318
348
|
if ipv6_dhcp_helpers is not None:
|
|
319
349
|
pulumi.set(__self__, "ipv6_dhcp_helpers", ipv6_dhcp_helpers)
|
|
320
350
|
if ipv6_dhcp_secondary_addresses is not None:
|
|
@@ -442,7 +472,8 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
442
472
|
@pulumi.getter(name="aclShapingRate")
|
|
443
473
|
def acl_shaping_rate(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
444
474
|
"""
|
|
445
|
-
Shaping Rate (Kbps)
|
|
475
|
+
Shaping Rate (Kbps)
|
|
476
|
+
- Range: `8`-`100000000`
|
|
446
477
|
"""
|
|
447
478
|
return pulumi.get(self, "acl_shaping_rate")
|
|
448
479
|
|
|
@@ -466,7 +497,9 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
466
497
|
@pulumi.getter(name="arpTimeout")
|
|
467
498
|
def arp_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
468
499
|
"""
|
|
469
|
-
Timeout value for dynamically learned ARP entries, <0..2678400> seconds
|
|
500
|
+
Timeout value for dynamically learned ARP entries, <0..2678400> seconds
|
|
501
|
+
- Range: `0`-`2147483`
|
|
502
|
+
- Default value: `1200`
|
|
470
503
|
"""
|
|
471
504
|
return pulumi.get(self, "arp_timeout")
|
|
472
505
|
|
|
@@ -538,7 +571,8 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
538
571
|
@pulumi.getter
|
|
539
572
|
def duplex(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
540
573
|
"""
|
|
541
|
-
Duplex mode
|
|
574
|
+
Duplex mode
|
|
575
|
+
- Choices: `full`, `half`, `auto`
|
|
542
576
|
"""
|
|
543
577
|
return pulumi.get(self, "duplex")
|
|
544
578
|
|
|
@@ -562,7 +596,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
562
596
|
@pulumi.getter(name="enableDhcpv6")
|
|
563
597
|
def enable_dhcpv6(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
564
598
|
"""
|
|
565
|
-
Enable DHCPv6
|
|
599
|
+
Enable DHCPv6, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
566
600
|
"""
|
|
567
601
|
return pulumi.get(self, "enable_dhcpv6")
|
|
568
602
|
|
|
@@ -574,7 +608,8 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
574
608
|
@pulumi.getter(name="icmpRedirectDisable")
|
|
575
609
|
def icmp_redirect_disable(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
576
610
|
"""
|
|
577
|
-
ICMP/ICMPv6 Redirect Disable
|
|
611
|
+
ICMP/ICMPv6 Redirect Disable
|
|
612
|
+
- Default value: `true`
|
|
578
613
|
"""
|
|
579
614
|
return pulumi.get(self, "icmp_redirect_disable")
|
|
580
615
|
|
|
@@ -619,7 +654,9 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
619
654
|
@pulumi.getter(name="interfaceMtu")
|
|
620
655
|
def interface_mtu(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
621
656
|
"""
|
|
622
|
-
Interface MTU
|
|
657
|
+
Interface MTU
|
|
658
|
+
- Range: `1500`-`9216`
|
|
659
|
+
- Default value: `1500`
|
|
623
660
|
"""
|
|
624
661
|
return pulumi.get(self, "interface_mtu")
|
|
625
662
|
|
|
@@ -664,7 +701,8 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
664
701
|
@pulumi.getter(name="ipDirectedBroadcast")
|
|
665
702
|
def ip_directed_broadcast(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
666
703
|
"""
|
|
667
|
-
IP Directed-Broadcast
|
|
704
|
+
IP Directed-Broadcast
|
|
705
|
+
- Default value: `false`
|
|
668
706
|
"""
|
|
669
707
|
return pulumi.get(self, "ip_directed_broadcast")
|
|
670
708
|
|
|
@@ -688,8 +726,9 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
688
726
|
@pulumi.getter(name="ipMtu")
|
|
689
727
|
def ip_mtu(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
690
728
|
"""
|
|
691
|
-
IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces
|
|
692
|
-
|
|
729
|
+
IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes
|
|
730
|
+
- Range: `576`-`9216`
|
|
731
|
+
- Default value: `1500`
|
|
693
732
|
"""
|
|
694
733
|
return pulumi.get(self, "ip_mtu")
|
|
695
734
|
|
|
@@ -713,7 +752,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
713
752
|
@pulumi.getter(name="ipv4Address")
|
|
714
753
|
def ipv4_address(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
715
754
|
"""
|
|
716
|
-
IP Address
|
|
755
|
+
IP Address, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
717
756
|
"""
|
|
718
757
|
return pulumi.get(self, "ipv4_address")
|
|
719
758
|
|
|
@@ -725,7 +764,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
725
764
|
@pulumi.getter(name="ipv4AddressVariable")
|
|
726
765
|
def ipv4_address_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
727
766
|
"""
|
|
728
|
-
Variable name
|
|
767
|
+
Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
729
768
|
"""
|
|
730
769
|
return pulumi.get(self, "ipv4_address_variable")
|
|
731
770
|
|
|
@@ -733,11 +772,27 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
733
772
|
def ipv4_address_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
734
773
|
pulumi.set(self, "ipv4_address_variable", value)
|
|
735
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
|
+
|
|
736
789
|
@_builtins.property
|
|
737
790
|
@pulumi.getter(name="ipv4DhcpDistance")
|
|
738
791
|
def ipv4_dhcp_distance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
739
792
|
"""
|
|
740
|
-
DHCP Distance
|
|
793
|
+
DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
794
|
+
- Range: `1`-`65536`
|
|
795
|
+
- Default value: `1`
|
|
741
796
|
"""
|
|
742
797
|
return pulumi.get(self, "ipv4_dhcp_distance")
|
|
743
798
|
|
|
@@ -749,7 +804,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
749
804
|
@pulumi.getter(name="ipv4DhcpDistanceVariable")
|
|
750
805
|
def ipv4_dhcp_distance_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
751
806
|
"""
|
|
752
|
-
Variable name
|
|
807
|
+
Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
753
808
|
"""
|
|
754
809
|
return pulumi.get(self, "ipv4_dhcp_distance_variable")
|
|
755
810
|
|
|
@@ -785,7 +840,8 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
785
840
|
@pulumi.getter(name="ipv4Nat")
|
|
786
841
|
def ipv4_nat(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
787
842
|
"""
|
|
788
|
-
enable Network Address Translation on this interface
|
|
843
|
+
enable Network Address Translation on this interface
|
|
844
|
+
- Default value: `false`
|
|
789
845
|
"""
|
|
790
846
|
return pulumi.get(self, "ipv4_nat")
|
|
791
847
|
|
|
@@ -821,7 +877,8 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
821
877
|
@pulumi.getter(name="ipv4NatOverload")
|
|
822
878
|
def ipv4_nat_overload(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
823
879
|
"""
|
|
824
|
-
NAT Overload
|
|
880
|
+
NAT Overload
|
|
881
|
+
- Default value: `true`
|
|
825
882
|
"""
|
|
826
883
|
return pulumi.get(self, "ipv4_nat_overload")
|
|
827
884
|
|
|
@@ -845,7 +902,8 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
845
902
|
@pulumi.getter(name="ipv4NatPrefixLength")
|
|
846
903
|
def ipv4_nat_prefix_length(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
847
904
|
"""
|
|
848
|
-
NAT Pool Prefix Length
|
|
905
|
+
NAT Pool Prefix Length
|
|
906
|
+
- Range: `1`-`32`
|
|
849
907
|
"""
|
|
850
908
|
return pulumi.get(self, "ipv4_nat_prefix_length")
|
|
851
909
|
|
|
@@ -917,7 +975,9 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
917
975
|
@pulumi.getter(name="ipv4NatTcpTimeout")
|
|
918
976
|
def ipv4_nat_tcp_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
919
977
|
"""
|
|
920
|
-
Set NAT TCP session timeout, in minutes
|
|
978
|
+
Set NAT TCP session timeout, in minutes
|
|
979
|
+
- Range: `1`-`8947`
|
|
980
|
+
- Default value: `60`
|
|
921
981
|
"""
|
|
922
982
|
return pulumi.get(self, "ipv4_nat_tcp_timeout")
|
|
923
983
|
|
|
@@ -937,35 +997,13 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
937
997
|
def ipv4_nat_tcp_timeout_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
938
998
|
pulumi.set(self, "ipv4_nat_tcp_timeout_variable", value)
|
|
939
999
|
|
|
940
|
-
@_builtins.property
|
|
941
|
-
@pulumi.getter(name="ipv4NatType")
|
|
942
|
-
def ipv4_nat_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
943
|
-
"""
|
|
944
|
-
NAT Type - Choices: `pool`, `loopback`
|
|
945
|
-
"""
|
|
946
|
-
return pulumi.get(self, "ipv4_nat_type")
|
|
947
|
-
|
|
948
|
-
@ipv4_nat_type.setter
|
|
949
|
-
def ipv4_nat_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
950
|
-
pulumi.set(self, "ipv4_nat_type", value)
|
|
951
|
-
|
|
952
|
-
@_builtins.property
|
|
953
|
-
@pulumi.getter(name="ipv4NatTypeVariable")
|
|
954
|
-
def ipv4_nat_type_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
955
|
-
"""
|
|
956
|
-
Variable name
|
|
957
|
-
"""
|
|
958
|
-
return pulumi.get(self, "ipv4_nat_type_variable")
|
|
959
|
-
|
|
960
|
-
@ipv4_nat_type_variable.setter
|
|
961
|
-
def ipv4_nat_type_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
962
|
-
pulumi.set(self, "ipv4_nat_type_variable", value)
|
|
963
|
-
|
|
964
1000
|
@_builtins.property
|
|
965
1001
|
@pulumi.getter(name="ipv4NatUdpTimeout")
|
|
966
1002
|
def ipv4_nat_udp_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
967
1003
|
"""
|
|
968
|
-
Set NAT UDP session timeout, in minutes
|
|
1004
|
+
Set NAT UDP session timeout, in minutes
|
|
1005
|
+
- Range: `1`-`8947`
|
|
1006
|
+
- Default value: `1`
|
|
969
1007
|
"""
|
|
970
1008
|
return pulumi.get(self, "ipv4_nat_udp_timeout")
|
|
971
1009
|
|
|
@@ -989,7 +1027,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
989
1027
|
@pulumi.getter(name="ipv4SecondaryAddresses")
|
|
990
1028
|
def ipv4_secondary_addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs']]]]:
|
|
991
1029
|
"""
|
|
992
|
-
Secondary IpV4 Addresses
|
|
1030
|
+
Secondary IpV4 Addresses, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
993
1031
|
"""
|
|
994
1032
|
return pulumi.get(self, "ipv4_secondary_addresses")
|
|
995
1033
|
|
|
@@ -1001,11 +1039,8 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1001
1039
|
@pulumi.getter(name="ipv4SubnetMask")
|
|
1002
1040
|
def ipv4_subnet_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1003
1041
|
"""
|
|
1004
|
-
Subnet Mask
|
|
1005
|
-
|
|
1006
|
-
`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`,
|
|
1007
|
-
`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`,
|
|
1008
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
1042
|
+
Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
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`
|
|
1009
1044
|
"""
|
|
1010
1045
|
return pulumi.get(self, "ipv4_subnet_mask")
|
|
1011
1046
|
|
|
@@ -1017,7 +1052,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1017
1052
|
@pulumi.getter(name="ipv4SubnetMaskVariable")
|
|
1018
1053
|
def ipv4_subnet_mask_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1019
1054
|
"""
|
|
1020
|
-
Variable name
|
|
1055
|
+
Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
1021
1056
|
"""
|
|
1022
1057
|
return pulumi.get(self, "ipv4_subnet_mask_variable")
|
|
1023
1058
|
|
|
@@ -1041,7 +1076,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1041
1076
|
@pulumi.getter(name="ipv6Address")
|
|
1042
1077
|
def ipv6_address(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1043
1078
|
"""
|
|
1044
|
-
IPv6 Address Secondary
|
|
1079
|
+
IPv6 Address Secondary, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
1045
1080
|
"""
|
|
1046
1081
|
return pulumi.get(self, "ipv6_address")
|
|
1047
1082
|
|
|
@@ -1053,7 +1088,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1053
1088
|
@pulumi.getter(name="ipv6AddressVariable")
|
|
1054
1089
|
def ipv6_address_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1055
1090
|
"""
|
|
1056
|
-
Variable name
|
|
1091
|
+
Variable name, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
1057
1092
|
"""
|
|
1058
1093
|
return pulumi.get(self, "ipv6_address_variable")
|
|
1059
1094
|
|
|
@@ -1061,11 +1096,25 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1061
1096
|
def ipv6_address_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1062
1097
|
pulumi.set(self, "ipv6_address_variable", value)
|
|
1063
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
|
+
|
|
1064
1113
|
@_builtins.property
|
|
1065
1114
|
@pulumi.getter(name="ipv6DhcpHelpers")
|
|
1066
1115
|
def ipv6_dhcp_helpers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgs']]]]:
|
|
1067
1116
|
"""
|
|
1068
|
-
DHCPv6 Helper
|
|
1117
|
+
DHCPv6 Helper, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
1069
1118
|
"""
|
|
1070
1119
|
return pulumi.get(self, "ipv6_dhcp_helpers")
|
|
1071
1120
|
|
|
@@ -1077,7 +1126,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1077
1126
|
@pulumi.getter(name="ipv6DhcpSecondaryAddresses")
|
|
1078
1127
|
def ipv6_dhcp_secondary_addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs']]]]:
|
|
1079
1128
|
"""
|
|
1080
|
-
secondary IPv6 addresses
|
|
1129
|
+
secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
1081
1130
|
"""
|
|
1082
1131
|
return pulumi.get(self, "ipv6_dhcp_secondary_addresses")
|
|
1083
1132
|
|
|
@@ -1089,7 +1138,8 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1089
1138
|
@pulumi.getter(name="ipv6Nat")
|
|
1090
1139
|
def ipv6_nat(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1091
1140
|
"""
|
|
1092
|
-
enable Network Address Translation ipv6 on this interface
|
|
1141
|
+
enable Network Address Translation ipv6 on this interface
|
|
1142
|
+
- Default value: `false`
|
|
1093
1143
|
"""
|
|
1094
1144
|
return pulumi.get(self, "ipv6_nat")
|
|
1095
1145
|
|
|
@@ -1101,7 +1151,7 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1101
1151
|
@pulumi.getter(name="ipv6SecondaryAddresses")
|
|
1102
1152
|
def ipv6_secondary_addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs']]]]:
|
|
1103
1153
|
"""
|
|
1104
|
-
Static secondary IPv6 addresses
|
|
1154
|
+
Static secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
1105
1155
|
"""
|
|
1106
1156
|
return pulumi.get(self, "ipv6_secondary_addresses")
|
|
1107
1157
|
|
|
@@ -1125,7 +1175,9 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1125
1175
|
@pulumi.getter(name="loadInterval")
|
|
1126
1176
|
def load_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1127
1177
|
"""
|
|
1128
|
-
Interval for interface load calculation
|
|
1178
|
+
Interval for interface load calculation
|
|
1179
|
+
- Range: `30`-`600`
|
|
1180
|
+
- Default value: `30`
|
|
1129
1181
|
"""
|
|
1130
1182
|
return pulumi.get(self, "load_interval")
|
|
1131
1183
|
|
|
@@ -1173,7 +1225,8 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1173
1225
|
@pulumi.getter(name="mediaType")
|
|
1174
1226
|
def media_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1175
1227
|
"""
|
|
1176
|
-
Media type
|
|
1228
|
+
Media type
|
|
1229
|
+
- Choices: `auto-select`, `rj45`, `sfp`
|
|
1177
1230
|
"""
|
|
1178
1231
|
return pulumi.get(self, "media_type")
|
|
1179
1232
|
|
|
@@ -1209,7 +1262,8 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1209
1262
|
@pulumi.getter
|
|
1210
1263
|
def nat64(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1211
1264
|
"""
|
|
1212
|
-
NAT64 on this interface
|
|
1265
|
+
NAT64 on this interface
|
|
1266
|
+
- Default value: `false`
|
|
1213
1267
|
"""
|
|
1214
1268
|
return pulumi.get(self, "nat64")
|
|
1215
1269
|
|
|
@@ -1245,7 +1299,8 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1245
1299
|
@pulumi.getter
|
|
1246
1300
|
def speed(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1247
1301
|
"""
|
|
1248
|
-
Set interface speed
|
|
1302
|
+
Set interface speed
|
|
1303
|
+
- Choices: `10`, `100`, `1000`, `2500`, `10000`
|
|
1249
1304
|
"""
|
|
1250
1305
|
return pulumi.get(self, "speed")
|
|
1251
1306
|
|
|
@@ -1281,7 +1336,8 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1281
1336
|
@pulumi.getter(name="tcpMss")
|
|
1282
1337
|
def tcp_mss(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1283
1338
|
"""
|
|
1284
|
-
TCP MSS on SYN packets, in bytes
|
|
1339
|
+
TCP MSS on SYN packets, in bytes
|
|
1340
|
+
- Range: `500`-`1460`
|
|
1285
1341
|
"""
|
|
1286
1342
|
return pulumi.get(self, "tcp_mss")
|
|
1287
1343
|
|
|
@@ -1341,7 +1397,8 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1341
1397
|
@pulumi.getter(name="trustsecEnableSgtPropogation")
|
|
1342
1398
|
def trustsec_enable_sgt_propogation(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1343
1399
|
"""
|
|
1344
|
-
Indicates that the interface is trustworthy for CTS
|
|
1400
|
+
Indicates that the interface is trustworthy for CTS
|
|
1401
|
+
- Default value: `false`
|
|
1345
1402
|
"""
|
|
1346
1403
|
return pulumi.get(self, "trustsec_enable_sgt_propogation")
|
|
1347
1404
|
|
|
@@ -1353,7 +1410,8 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1353
1410
|
@pulumi.getter(name="trustsecEnforcedSecurityGroupTag")
|
|
1354
1411
|
def trustsec_enforced_security_group_tag(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1355
1412
|
"""
|
|
1356
|
-
SGT value between 2 and 65519
|
|
1413
|
+
SGT value between 2 and 65519
|
|
1414
|
+
- Range: `2`-`65519`
|
|
1357
1415
|
"""
|
|
1358
1416
|
return pulumi.get(self, "trustsec_enforced_security_group_tag")
|
|
1359
1417
|
|
|
@@ -1377,7 +1435,8 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1377
1435
|
@pulumi.getter(name="trustsecPropogate")
|
|
1378
1436
|
def trustsec_propogate(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1379
1437
|
"""
|
|
1380
|
-
Enables the interface for CTS SGT authorization and forwarding
|
|
1438
|
+
Enables the interface for CTS SGT authorization and forwarding
|
|
1439
|
+
- Default value: `true`
|
|
1381
1440
|
"""
|
|
1382
1441
|
return pulumi.get(self, "trustsec_propogate")
|
|
1383
1442
|
|
|
@@ -1389,7 +1448,8 @@ class ServiceLanVpnInterfaceEthernetFeatureArgs:
|
|
|
1389
1448
|
@pulumi.getter(name="trustsecSecurityGroupTag")
|
|
1390
1449
|
def trustsec_security_group_tag(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1391
1450
|
"""
|
|
1392
|
-
SGT value between 2 and 65519
|
|
1451
|
+
SGT value between 2 and 65519
|
|
1452
|
+
- Range: `2`-`65519`
|
|
1393
1453
|
"""
|
|
1394
1454
|
return pulumi.get(self, "trustsec_security_group_tag")
|
|
1395
1455
|
|
|
@@ -1467,6 +1527,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
1467
1527
|
ip_mtu_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1468
1528
|
ipv4_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1469
1529
|
ipv4_address_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1530
|
+
ipv4_configuration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1470
1531
|
ipv4_dhcp_distance: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1471
1532
|
ipv4_dhcp_distance_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1472
1533
|
ipv4_dhcp_helper_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -1484,8 +1545,6 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
1484
1545
|
ipv4_nat_range_start_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1485
1546
|
ipv4_nat_tcp_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1486
1547
|
ipv4_nat_tcp_timeout_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1487
|
-
ipv4_nat_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1488
|
-
ipv4_nat_type_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1489
1548
|
ipv4_nat_udp_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1490
1549
|
ipv4_nat_udp_timeout_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1491
1550
|
ipv4_secondary_addresses: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs']]]] = None,
|
|
@@ -1494,6 +1553,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
1494
1553
|
ipv4_vrrps: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgs']]]] = None,
|
|
1495
1554
|
ipv6_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1496
1555
|
ipv6_address_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1556
|
+
ipv6_configuration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1497
1557
|
ipv6_dhcp_helpers: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgs']]]] = None,
|
|
1498
1558
|
ipv6_dhcp_secondary_addresses: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs']]]] = None,
|
|
1499
1559
|
ipv6_nat: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
@@ -1529,91 +1589,121 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
1529
1589
|
xconnect_variable: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1530
1590
|
"""
|
|
1531
1591
|
Input properties used for looking up and filtering ServiceLanVpnInterfaceEthernetFeature resources.
|
|
1532
|
-
:param pulumi.Input[_builtins.int] acl_shaping_rate: Shaping Rate (Kbps)
|
|
1592
|
+
:param pulumi.Input[_builtins.int] acl_shaping_rate: Shaping Rate (Kbps)
|
|
1593
|
+
- Range: `8`-`100000000`
|
|
1533
1594
|
:param pulumi.Input[_builtins.str] acl_shaping_rate_variable: Variable name
|
|
1534
|
-
:param pulumi.Input[_builtins.int] arp_timeout: Timeout value for dynamically learned ARP entries, <0..2678400> seconds
|
|
1595
|
+
:param pulumi.Input[_builtins.int] arp_timeout: Timeout value for dynamically learned ARP entries, <0..2678400> seconds
|
|
1596
|
+
- Range: `0`-`2147483`
|
|
1597
|
+
- Default value: `1200`
|
|
1535
1598
|
:param pulumi.Input[_builtins.str] arp_timeout_variable: Variable name
|
|
1536
1599
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureArpArgs']]] arps: Configure ARP entries
|
|
1537
1600
|
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
1538
1601
|
:param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
|
|
1539
1602
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
1540
|
-
:param pulumi.Input[_builtins.str] duplex: Duplex mode
|
|
1603
|
+
:param pulumi.Input[_builtins.str] duplex: Duplex mode
|
|
1604
|
+
- Choices: `full`, `half`, `auto`
|
|
1541
1605
|
:param pulumi.Input[_builtins.str] duplex_variable: Variable name
|
|
1542
|
-
: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`
|
|
1543
1607
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
1544
|
-
:param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable
|
|
1608
|
+
:param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable
|
|
1609
|
+
- Default value: `true`
|
|
1545
1610
|
:param pulumi.Input[_builtins.str] icmp_redirect_disable_variable: Variable name
|
|
1546
1611
|
:param pulumi.Input[_builtins.str] interface_description_variable: Variable name
|
|
1547
|
-
:param pulumi.Input[_builtins.int] interface_mtu: Interface MTU
|
|
1612
|
+
:param pulumi.Input[_builtins.int] interface_mtu: Interface MTU
|
|
1613
|
+
- Range: `1500`-`9216`
|
|
1614
|
+
- Default value: `1500`
|
|
1548
1615
|
:param pulumi.Input[_builtins.str] interface_mtu_variable: Variable name
|
|
1549
1616
|
:param pulumi.Input[_builtins.str] interface_name_variable: Variable name
|
|
1550
|
-
:param pulumi.Input[_builtins.bool] ip_directed_broadcast: IP Directed-Broadcast
|
|
1617
|
+
:param pulumi.Input[_builtins.bool] ip_directed_broadcast: IP Directed-Broadcast
|
|
1618
|
+
- Default value: `false`
|
|
1551
1619
|
:param pulumi.Input[_builtins.str] ip_directed_broadcast_variable: Variable name
|
|
1552
|
-
:param pulumi.Input[_builtins.int] ip_mtu: IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces
|
|
1553
|
-
|
|
1620
|
+
:param pulumi.Input[_builtins.int] ip_mtu: IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes
|
|
1621
|
+
- Range: `576`-`9216`
|
|
1622
|
+
- Default value: `1500`
|
|
1554
1623
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
1555
|
-
:param pulumi.Input[_builtins.str] ipv4_address: IP Address
|
|
1556
|
-
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
1557
|
-
:param pulumi.Input[_builtins.
|
|
1558
|
-
|
|
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`
|
|
1630
|
+
- Range: `1`-`65536`
|
|
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`
|
|
1559
1633
|
:param pulumi.Input[_builtins.str] ipv4_dhcp_helper_variable: Variable name
|
|
1560
1634
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ipv4_dhcp_helpers: List of DHCP IPv4 helper addresses (min 1, max 8)
|
|
1561
|
-
:param pulumi.Input[_builtins.bool] ipv4_nat: enable Network Address Translation on this interface
|
|
1635
|
+
:param pulumi.Input[_builtins.bool] ipv4_nat: enable Network Address Translation on this interface
|
|
1636
|
+
- Default value: `false`
|
|
1562
1637
|
:param pulumi.Input[_builtins.str] ipv4_nat_loopback: NAT Inside Source Loopback Interface
|
|
1563
1638
|
:param pulumi.Input[_builtins.str] ipv4_nat_loopback_variable: Variable name
|
|
1564
|
-
:param pulumi.Input[_builtins.bool] ipv4_nat_overload: NAT Overload
|
|
1639
|
+
:param pulumi.Input[_builtins.bool] ipv4_nat_overload: NAT Overload
|
|
1640
|
+
- Default value: `true`
|
|
1565
1641
|
:param pulumi.Input[_builtins.str] ipv4_nat_overload_variable: Variable name
|
|
1566
|
-
:param pulumi.Input[_builtins.int] ipv4_nat_prefix_length: NAT Pool Prefix Length
|
|
1642
|
+
:param pulumi.Input[_builtins.int] ipv4_nat_prefix_length: NAT Pool Prefix Length
|
|
1643
|
+
- Range: `1`-`32`
|
|
1567
1644
|
:param pulumi.Input[_builtins.str] ipv4_nat_prefix_length_variable: Variable name
|
|
1568
1645
|
:param pulumi.Input[_builtins.str] ipv4_nat_range_end: NAT Pool Range End
|
|
1569
1646
|
:param pulumi.Input[_builtins.str] ipv4_nat_range_end_variable: Variable name
|
|
1570
1647
|
:param pulumi.Input[_builtins.str] ipv4_nat_range_start: NAT Pool Range Start
|
|
1571
1648
|
:param pulumi.Input[_builtins.str] ipv4_nat_range_start_variable: Variable name
|
|
1572
|
-
:param pulumi.Input[_builtins.int] ipv4_nat_tcp_timeout: Set NAT TCP session timeout, in minutes
|
|
1649
|
+
:param pulumi.Input[_builtins.int] ipv4_nat_tcp_timeout: Set NAT TCP session timeout, in minutes
|
|
1650
|
+
- Range: `1`-`8947`
|
|
1651
|
+
- Default value: `60`
|
|
1573
1652
|
:param pulumi.Input[_builtins.str] ipv4_nat_tcp_timeout_variable: Variable name
|
|
1574
|
-
:param pulumi.Input[_builtins.
|
|
1575
|
-
|
|
1576
|
-
|
|
1653
|
+
:param pulumi.Input[_builtins.int] ipv4_nat_udp_timeout: Set NAT UDP session timeout, in minutes
|
|
1654
|
+
- Range: `1`-`8947`
|
|
1655
|
+
- Default value: `1`
|
|
1577
1656
|
:param pulumi.Input[_builtins.str] ipv4_nat_udp_timeout_variable: Variable name
|
|
1578
|
-
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs']]] ipv4_secondary_addresses: Secondary IpV4 Addresses
|
|
1579
|
-
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
`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`,
|
|
1583
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
1584
|
-
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name
|
|
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`
|
|
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`
|
|
1660
|
+
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
1585
1661
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgs']]] ipv4_vrrps: Enable VRRP
|
|
1586
|
-
:param pulumi.Input[_builtins.str] ipv6_address: IPv6 Address Secondary
|
|
1587
|
-
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
1588
|
-
:param pulumi.Input[
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
:param pulumi.Input[Sequence[pulumi.Input['
|
|
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`
|
|
1669
|
+
:param pulumi.Input[_builtins.bool] ipv6_nat: enable Network Address Translation ipv6 on this interface
|
|
1670
|
+
- Default value: `false`
|
|
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`
|
|
1592
1672
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6VrrpArgs']]] ipv6_vrrps: Enable VRRP Ipv6
|
|
1593
|
-
:param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation
|
|
1673
|
+
:param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation
|
|
1674
|
+
- Range: `30`-`600`
|
|
1675
|
+
- Default value: `30`
|
|
1594
1676
|
:param pulumi.Input[_builtins.str] load_interval_variable: Variable name
|
|
1595
1677
|
:param pulumi.Input[_builtins.str] mac_address: MAC Address
|
|
1596
1678
|
:param pulumi.Input[_builtins.str] mac_address_variable: Variable name
|
|
1597
|
-
:param pulumi.Input[_builtins.str] media_type: Media type
|
|
1679
|
+
:param pulumi.Input[_builtins.str] media_type: Media type
|
|
1680
|
+
- Choices: `auto-select`, `rj45`, `sfp`
|
|
1598
1681
|
:param pulumi.Input[_builtins.str] media_type_variable: Variable name
|
|
1599
1682
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
1600
|
-
:param pulumi.Input[_builtins.bool] nat64: NAT64 on this interface
|
|
1683
|
+
:param pulumi.Input[_builtins.bool] nat64: NAT64 on this interface
|
|
1684
|
+
- Default value: `false`
|
|
1601
1685
|
:param pulumi.Input[_builtins.str] service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
1602
1686
|
:param pulumi.Input[_builtins.bool] shutdown: - Default value: `true`
|
|
1603
1687
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
1604
|
-
:param pulumi.Input[_builtins.str] speed: Set interface speed
|
|
1688
|
+
:param pulumi.Input[_builtins.str] speed: Set interface speed
|
|
1689
|
+
- Choices: `10`, `100`, `1000`, `2500`, `10000`
|
|
1605
1690
|
:param pulumi.Input[_builtins.str] speed_variable: Variable name
|
|
1606
1691
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureStaticNatArgs']]] static_nats: static NAT
|
|
1607
|
-
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
1692
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
1693
|
+
- Range: `500`-`1460`
|
|
1608
1694
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
1609
1695
|
:param pulumi.Input[_builtins.str] tracker: Enable tracker for this interface
|
|
1610
1696
|
:param pulumi.Input[_builtins.str] tracker_variable: Variable name
|
|
1611
1697
|
:param pulumi.Input[_builtins.bool] trustsec_enable_enforced_propogation: Enable/Disable SGT Enforcement on an interface
|
|
1612
|
-
:param pulumi.Input[_builtins.bool] trustsec_enable_sgt_propogation: Indicates that the interface is trustworthy for CTS
|
|
1613
|
-
|
|
1698
|
+
:param pulumi.Input[_builtins.bool] trustsec_enable_sgt_propogation: Indicates that the interface is trustworthy for CTS
|
|
1699
|
+
- Default value: `false`
|
|
1700
|
+
:param pulumi.Input[_builtins.int] trustsec_enforced_security_group_tag: SGT value between 2 and 65519
|
|
1701
|
+
- Range: `2`-`65519`
|
|
1614
1702
|
:param pulumi.Input[_builtins.str] trustsec_enforced_security_group_tag_variable: Variable name
|
|
1615
|
-
:param pulumi.Input[_builtins.bool] trustsec_propogate: Enables the interface for CTS SGT authorization and forwarding
|
|
1616
|
-
|
|
1703
|
+
:param pulumi.Input[_builtins.bool] trustsec_propogate: Enables the interface for CTS SGT authorization and forwarding
|
|
1704
|
+
- Default value: `true`
|
|
1705
|
+
:param pulumi.Input[_builtins.int] trustsec_security_group_tag: SGT value between 2 and 65519
|
|
1706
|
+
- Range: `2`-`65519`
|
|
1617
1707
|
:param pulumi.Input[_builtins.str] trustsec_security_group_tag_variable: Variable name
|
|
1618
1708
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
1619
1709
|
:param pulumi.Input[_builtins.str] xconnect: Extend remote TLOC over a GRE tunnel to a local LAN interface
|
|
@@ -1679,6 +1769,8 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
1679
1769
|
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
1680
1770
|
if ipv4_address_variable is not None:
|
|
1681
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)
|
|
1682
1774
|
if ipv4_dhcp_distance is not None:
|
|
1683
1775
|
pulumi.set(__self__, "ipv4_dhcp_distance", ipv4_dhcp_distance)
|
|
1684
1776
|
if ipv4_dhcp_distance_variable is not None:
|
|
@@ -1713,10 +1805,6 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
1713
1805
|
pulumi.set(__self__, "ipv4_nat_tcp_timeout", ipv4_nat_tcp_timeout)
|
|
1714
1806
|
if ipv4_nat_tcp_timeout_variable is not None:
|
|
1715
1807
|
pulumi.set(__self__, "ipv4_nat_tcp_timeout_variable", ipv4_nat_tcp_timeout_variable)
|
|
1716
|
-
if ipv4_nat_type is not None:
|
|
1717
|
-
pulumi.set(__self__, "ipv4_nat_type", ipv4_nat_type)
|
|
1718
|
-
if ipv4_nat_type_variable is not None:
|
|
1719
|
-
pulumi.set(__self__, "ipv4_nat_type_variable", ipv4_nat_type_variable)
|
|
1720
1808
|
if ipv4_nat_udp_timeout is not None:
|
|
1721
1809
|
pulumi.set(__self__, "ipv4_nat_udp_timeout", ipv4_nat_udp_timeout)
|
|
1722
1810
|
if ipv4_nat_udp_timeout_variable is not None:
|
|
@@ -1733,6 +1821,8 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
1733
1821
|
pulumi.set(__self__, "ipv6_address", ipv6_address)
|
|
1734
1822
|
if ipv6_address_variable is not None:
|
|
1735
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)
|
|
1736
1826
|
if ipv6_dhcp_helpers is not None:
|
|
1737
1827
|
pulumi.set(__self__, "ipv6_dhcp_helpers", ipv6_dhcp_helpers)
|
|
1738
1828
|
if ipv6_dhcp_secondary_addresses is not None:
|
|
@@ -1840,7 +1930,8 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
1840
1930
|
@pulumi.getter(name="aclShapingRate")
|
|
1841
1931
|
def acl_shaping_rate(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1842
1932
|
"""
|
|
1843
|
-
Shaping Rate (Kbps)
|
|
1933
|
+
Shaping Rate (Kbps)
|
|
1934
|
+
- Range: `8`-`100000000`
|
|
1844
1935
|
"""
|
|
1845
1936
|
return pulumi.get(self, "acl_shaping_rate")
|
|
1846
1937
|
|
|
@@ -1864,7 +1955,9 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
1864
1955
|
@pulumi.getter(name="arpTimeout")
|
|
1865
1956
|
def arp_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1866
1957
|
"""
|
|
1867
|
-
Timeout value for dynamically learned ARP entries, <0..2678400> seconds
|
|
1958
|
+
Timeout value for dynamically learned ARP entries, <0..2678400> seconds
|
|
1959
|
+
- Range: `0`-`2147483`
|
|
1960
|
+
- Default value: `1200`
|
|
1868
1961
|
"""
|
|
1869
1962
|
return pulumi.get(self, "arp_timeout")
|
|
1870
1963
|
|
|
@@ -1936,7 +2029,8 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
1936
2029
|
@pulumi.getter
|
|
1937
2030
|
def duplex(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1938
2031
|
"""
|
|
1939
|
-
Duplex mode
|
|
2032
|
+
Duplex mode
|
|
2033
|
+
- Choices: `full`, `half`, `auto`
|
|
1940
2034
|
"""
|
|
1941
2035
|
return pulumi.get(self, "duplex")
|
|
1942
2036
|
|
|
@@ -1960,7 +2054,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
1960
2054
|
@pulumi.getter(name="enableDhcpv6")
|
|
1961
2055
|
def enable_dhcpv6(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1962
2056
|
"""
|
|
1963
|
-
Enable DHCPv6
|
|
2057
|
+
Enable DHCPv6, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
1964
2058
|
"""
|
|
1965
2059
|
return pulumi.get(self, "enable_dhcpv6")
|
|
1966
2060
|
|
|
@@ -1984,7 +2078,8 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
1984
2078
|
@pulumi.getter(name="icmpRedirectDisable")
|
|
1985
2079
|
def icmp_redirect_disable(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1986
2080
|
"""
|
|
1987
|
-
ICMP/ICMPv6 Redirect Disable
|
|
2081
|
+
ICMP/ICMPv6 Redirect Disable
|
|
2082
|
+
- Default value: `true`
|
|
1988
2083
|
"""
|
|
1989
2084
|
return pulumi.get(self, "icmp_redirect_disable")
|
|
1990
2085
|
|
|
@@ -2029,7 +2124,9 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2029
2124
|
@pulumi.getter(name="interfaceMtu")
|
|
2030
2125
|
def interface_mtu(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2031
2126
|
"""
|
|
2032
|
-
Interface MTU
|
|
2127
|
+
Interface MTU
|
|
2128
|
+
- Range: `1500`-`9216`
|
|
2129
|
+
- Default value: `1500`
|
|
2033
2130
|
"""
|
|
2034
2131
|
return pulumi.get(self, "interface_mtu")
|
|
2035
2132
|
|
|
@@ -2074,7 +2171,8 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2074
2171
|
@pulumi.getter(name="ipDirectedBroadcast")
|
|
2075
2172
|
def ip_directed_broadcast(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2076
2173
|
"""
|
|
2077
|
-
IP Directed-Broadcast
|
|
2174
|
+
IP Directed-Broadcast
|
|
2175
|
+
- Default value: `false`
|
|
2078
2176
|
"""
|
|
2079
2177
|
return pulumi.get(self, "ip_directed_broadcast")
|
|
2080
2178
|
|
|
@@ -2098,8 +2196,9 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2098
2196
|
@pulumi.getter(name="ipMtu")
|
|
2099
2197
|
def ip_mtu(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2100
2198
|
"""
|
|
2101
|
-
IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces
|
|
2102
|
-
|
|
2199
|
+
IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes
|
|
2200
|
+
- Range: `576`-`9216`
|
|
2201
|
+
- Default value: `1500`
|
|
2103
2202
|
"""
|
|
2104
2203
|
return pulumi.get(self, "ip_mtu")
|
|
2105
2204
|
|
|
@@ -2123,7 +2222,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2123
2222
|
@pulumi.getter(name="ipv4Address")
|
|
2124
2223
|
def ipv4_address(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2125
2224
|
"""
|
|
2126
|
-
IP Address
|
|
2225
|
+
IP Address, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
2127
2226
|
"""
|
|
2128
2227
|
return pulumi.get(self, "ipv4_address")
|
|
2129
2228
|
|
|
@@ -2135,7 +2234,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2135
2234
|
@pulumi.getter(name="ipv4AddressVariable")
|
|
2136
2235
|
def ipv4_address_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2137
2236
|
"""
|
|
2138
|
-
Variable name
|
|
2237
|
+
Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
2139
2238
|
"""
|
|
2140
2239
|
return pulumi.get(self, "ipv4_address_variable")
|
|
2141
2240
|
|
|
@@ -2143,11 +2242,27 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2143
2242
|
def ipv4_address_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2144
2243
|
pulumi.set(self, "ipv4_address_variable", value)
|
|
2145
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
|
+
|
|
2146
2259
|
@_builtins.property
|
|
2147
2260
|
@pulumi.getter(name="ipv4DhcpDistance")
|
|
2148
2261
|
def ipv4_dhcp_distance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2149
2262
|
"""
|
|
2150
|
-
DHCP Distance
|
|
2263
|
+
DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
2264
|
+
- Range: `1`-`65536`
|
|
2265
|
+
- Default value: `1`
|
|
2151
2266
|
"""
|
|
2152
2267
|
return pulumi.get(self, "ipv4_dhcp_distance")
|
|
2153
2268
|
|
|
@@ -2159,7 +2274,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2159
2274
|
@pulumi.getter(name="ipv4DhcpDistanceVariable")
|
|
2160
2275
|
def ipv4_dhcp_distance_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2161
2276
|
"""
|
|
2162
|
-
Variable name
|
|
2277
|
+
Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
2163
2278
|
"""
|
|
2164
2279
|
return pulumi.get(self, "ipv4_dhcp_distance_variable")
|
|
2165
2280
|
|
|
@@ -2195,7 +2310,8 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2195
2310
|
@pulumi.getter(name="ipv4Nat")
|
|
2196
2311
|
def ipv4_nat(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2197
2312
|
"""
|
|
2198
|
-
enable Network Address Translation on this interface
|
|
2313
|
+
enable Network Address Translation on this interface
|
|
2314
|
+
- Default value: `false`
|
|
2199
2315
|
"""
|
|
2200
2316
|
return pulumi.get(self, "ipv4_nat")
|
|
2201
2317
|
|
|
@@ -2231,7 +2347,8 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2231
2347
|
@pulumi.getter(name="ipv4NatOverload")
|
|
2232
2348
|
def ipv4_nat_overload(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2233
2349
|
"""
|
|
2234
|
-
NAT Overload
|
|
2350
|
+
NAT Overload
|
|
2351
|
+
- Default value: `true`
|
|
2235
2352
|
"""
|
|
2236
2353
|
return pulumi.get(self, "ipv4_nat_overload")
|
|
2237
2354
|
|
|
@@ -2255,7 +2372,8 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2255
2372
|
@pulumi.getter(name="ipv4NatPrefixLength")
|
|
2256
2373
|
def ipv4_nat_prefix_length(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2257
2374
|
"""
|
|
2258
|
-
NAT Pool Prefix Length
|
|
2375
|
+
NAT Pool Prefix Length
|
|
2376
|
+
- Range: `1`-`32`
|
|
2259
2377
|
"""
|
|
2260
2378
|
return pulumi.get(self, "ipv4_nat_prefix_length")
|
|
2261
2379
|
|
|
@@ -2327,7 +2445,9 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2327
2445
|
@pulumi.getter(name="ipv4NatTcpTimeout")
|
|
2328
2446
|
def ipv4_nat_tcp_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2329
2447
|
"""
|
|
2330
|
-
Set NAT TCP session timeout, in minutes
|
|
2448
|
+
Set NAT TCP session timeout, in minutes
|
|
2449
|
+
- Range: `1`-`8947`
|
|
2450
|
+
- Default value: `60`
|
|
2331
2451
|
"""
|
|
2332
2452
|
return pulumi.get(self, "ipv4_nat_tcp_timeout")
|
|
2333
2453
|
|
|
@@ -2347,35 +2467,13 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2347
2467
|
def ipv4_nat_tcp_timeout_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2348
2468
|
pulumi.set(self, "ipv4_nat_tcp_timeout_variable", value)
|
|
2349
2469
|
|
|
2350
|
-
@_builtins.property
|
|
2351
|
-
@pulumi.getter(name="ipv4NatType")
|
|
2352
|
-
def ipv4_nat_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2353
|
-
"""
|
|
2354
|
-
NAT Type - Choices: `pool`, `loopback`
|
|
2355
|
-
"""
|
|
2356
|
-
return pulumi.get(self, "ipv4_nat_type")
|
|
2357
|
-
|
|
2358
|
-
@ipv4_nat_type.setter
|
|
2359
|
-
def ipv4_nat_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2360
|
-
pulumi.set(self, "ipv4_nat_type", value)
|
|
2361
|
-
|
|
2362
|
-
@_builtins.property
|
|
2363
|
-
@pulumi.getter(name="ipv4NatTypeVariable")
|
|
2364
|
-
def ipv4_nat_type_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2365
|
-
"""
|
|
2366
|
-
Variable name
|
|
2367
|
-
"""
|
|
2368
|
-
return pulumi.get(self, "ipv4_nat_type_variable")
|
|
2369
|
-
|
|
2370
|
-
@ipv4_nat_type_variable.setter
|
|
2371
|
-
def ipv4_nat_type_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2372
|
-
pulumi.set(self, "ipv4_nat_type_variable", value)
|
|
2373
|
-
|
|
2374
2470
|
@_builtins.property
|
|
2375
2471
|
@pulumi.getter(name="ipv4NatUdpTimeout")
|
|
2376
2472
|
def ipv4_nat_udp_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2377
2473
|
"""
|
|
2378
|
-
Set NAT UDP session timeout, in minutes
|
|
2474
|
+
Set NAT UDP session timeout, in minutes
|
|
2475
|
+
- Range: `1`-`8947`
|
|
2476
|
+
- Default value: `1`
|
|
2379
2477
|
"""
|
|
2380
2478
|
return pulumi.get(self, "ipv4_nat_udp_timeout")
|
|
2381
2479
|
|
|
@@ -2399,7 +2497,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2399
2497
|
@pulumi.getter(name="ipv4SecondaryAddresses")
|
|
2400
2498
|
def ipv4_secondary_addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs']]]]:
|
|
2401
2499
|
"""
|
|
2402
|
-
Secondary IpV4 Addresses
|
|
2500
|
+
Secondary IpV4 Addresses, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
2403
2501
|
"""
|
|
2404
2502
|
return pulumi.get(self, "ipv4_secondary_addresses")
|
|
2405
2503
|
|
|
@@ -2411,11 +2509,8 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2411
2509
|
@pulumi.getter(name="ipv4SubnetMask")
|
|
2412
2510
|
def ipv4_subnet_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2413
2511
|
"""
|
|
2414
|
-
Subnet Mask
|
|
2415
|
-
|
|
2416
|
-
`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`,
|
|
2417
|
-
`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`,
|
|
2418
|
-
`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
|
+
Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
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`
|
|
2419
2514
|
"""
|
|
2420
2515
|
return pulumi.get(self, "ipv4_subnet_mask")
|
|
2421
2516
|
|
|
@@ -2427,7 +2522,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2427
2522
|
@pulumi.getter(name="ipv4SubnetMaskVariable")
|
|
2428
2523
|
def ipv4_subnet_mask_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2429
2524
|
"""
|
|
2430
|
-
Variable name
|
|
2525
|
+
Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
2431
2526
|
"""
|
|
2432
2527
|
return pulumi.get(self, "ipv4_subnet_mask_variable")
|
|
2433
2528
|
|
|
@@ -2451,7 +2546,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2451
2546
|
@pulumi.getter(name="ipv6Address")
|
|
2452
2547
|
def ipv6_address(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2453
2548
|
"""
|
|
2454
|
-
IPv6 Address Secondary
|
|
2549
|
+
IPv6 Address Secondary, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
2455
2550
|
"""
|
|
2456
2551
|
return pulumi.get(self, "ipv6_address")
|
|
2457
2552
|
|
|
@@ -2463,7 +2558,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2463
2558
|
@pulumi.getter(name="ipv6AddressVariable")
|
|
2464
2559
|
def ipv6_address_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2465
2560
|
"""
|
|
2466
|
-
Variable name
|
|
2561
|
+
Variable name, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
2467
2562
|
"""
|
|
2468
2563
|
return pulumi.get(self, "ipv6_address_variable")
|
|
2469
2564
|
|
|
@@ -2471,11 +2566,25 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2471
2566
|
def ipv6_address_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2472
2567
|
pulumi.set(self, "ipv6_address_variable", value)
|
|
2473
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
|
+
|
|
2474
2583
|
@_builtins.property
|
|
2475
2584
|
@pulumi.getter(name="ipv6DhcpHelpers")
|
|
2476
2585
|
def ipv6_dhcp_helpers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgs']]]]:
|
|
2477
2586
|
"""
|
|
2478
|
-
DHCPv6 Helper
|
|
2587
|
+
DHCPv6 Helper, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
2479
2588
|
"""
|
|
2480
2589
|
return pulumi.get(self, "ipv6_dhcp_helpers")
|
|
2481
2590
|
|
|
@@ -2487,7 +2596,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2487
2596
|
@pulumi.getter(name="ipv6DhcpSecondaryAddresses")
|
|
2488
2597
|
def ipv6_dhcp_secondary_addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs']]]]:
|
|
2489
2598
|
"""
|
|
2490
|
-
secondary IPv6 addresses
|
|
2599
|
+
secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
2491
2600
|
"""
|
|
2492
2601
|
return pulumi.get(self, "ipv6_dhcp_secondary_addresses")
|
|
2493
2602
|
|
|
@@ -2499,7 +2608,8 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2499
2608
|
@pulumi.getter(name="ipv6Nat")
|
|
2500
2609
|
def ipv6_nat(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2501
2610
|
"""
|
|
2502
|
-
enable Network Address Translation ipv6 on this interface
|
|
2611
|
+
enable Network Address Translation ipv6 on this interface
|
|
2612
|
+
- Default value: `false`
|
|
2503
2613
|
"""
|
|
2504
2614
|
return pulumi.get(self, "ipv6_nat")
|
|
2505
2615
|
|
|
@@ -2511,7 +2621,7 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2511
2621
|
@pulumi.getter(name="ipv6SecondaryAddresses")
|
|
2512
2622
|
def ipv6_secondary_addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs']]]]:
|
|
2513
2623
|
"""
|
|
2514
|
-
Static secondary IPv6 addresses
|
|
2624
|
+
Static secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
2515
2625
|
"""
|
|
2516
2626
|
return pulumi.get(self, "ipv6_secondary_addresses")
|
|
2517
2627
|
|
|
@@ -2535,7 +2645,9 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2535
2645
|
@pulumi.getter(name="loadInterval")
|
|
2536
2646
|
def load_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2537
2647
|
"""
|
|
2538
|
-
Interval for interface load calculation
|
|
2648
|
+
Interval for interface load calculation
|
|
2649
|
+
- Range: `30`-`600`
|
|
2650
|
+
- Default value: `30`
|
|
2539
2651
|
"""
|
|
2540
2652
|
return pulumi.get(self, "load_interval")
|
|
2541
2653
|
|
|
@@ -2583,7 +2695,8 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2583
2695
|
@pulumi.getter(name="mediaType")
|
|
2584
2696
|
def media_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2585
2697
|
"""
|
|
2586
|
-
Media type
|
|
2698
|
+
Media type
|
|
2699
|
+
- Choices: `auto-select`, `rj45`, `sfp`
|
|
2587
2700
|
"""
|
|
2588
2701
|
return pulumi.get(self, "media_type")
|
|
2589
2702
|
|
|
@@ -2619,7 +2732,8 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2619
2732
|
@pulumi.getter
|
|
2620
2733
|
def nat64(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2621
2734
|
"""
|
|
2622
|
-
NAT64 on this interface
|
|
2735
|
+
NAT64 on this interface
|
|
2736
|
+
- Default value: `false`
|
|
2623
2737
|
"""
|
|
2624
2738
|
return pulumi.get(self, "nat64")
|
|
2625
2739
|
|
|
@@ -2667,7 +2781,8 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2667
2781
|
@pulumi.getter
|
|
2668
2782
|
def speed(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2669
2783
|
"""
|
|
2670
|
-
Set interface speed
|
|
2784
|
+
Set interface speed
|
|
2785
|
+
- Choices: `10`, `100`, `1000`, `2500`, `10000`
|
|
2671
2786
|
"""
|
|
2672
2787
|
return pulumi.get(self, "speed")
|
|
2673
2788
|
|
|
@@ -2703,7 +2818,8 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2703
2818
|
@pulumi.getter(name="tcpMss")
|
|
2704
2819
|
def tcp_mss(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2705
2820
|
"""
|
|
2706
|
-
TCP MSS on SYN packets, in bytes
|
|
2821
|
+
TCP MSS on SYN packets, in bytes
|
|
2822
|
+
- Range: `500`-`1460`
|
|
2707
2823
|
"""
|
|
2708
2824
|
return pulumi.get(self, "tcp_mss")
|
|
2709
2825
|
|
|
@@ -2763,7 +2879,8 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2763
2879
|
@pulumi.getter(name="trustsecEnableSgtPropogation")
|
|
2764
2880
|
def trustsec_enable_sgt_propogation(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2765
2881
|
"""
|
|
2766
|
-
Indicates that the interface is trustworthy for CTS
|
|
2882
|
+
Indicates that the interface is trustworthy for CTS
|
|
2883
|
+
- Default value: `false`
|
|
2767
2884
|
"""
|
|
2768
2885
|
return pulumi.get(self, "trustsec_enable_sgt_propogation")
|
|
2769
2886
|
|
|
@@ -2775,7 +2892,8 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2775
2892
|
@pulumi.getter(name="trustsecEnforcedSecurityGroupTag")
|
|
2776
2893
|
def trustsec_enforced_security_group_tag(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2777
2894
|
"""
|
|
2778
|
-
SGT value between 2 and 65519
|
|
2895
|
+
SGT value between 2 and 65519
|
|
2896
|
+
- Range: `2`-`65519`
|
|
2779
2897
|
"""
|
|
2780
2898
|
return pulumi.get(self, "trustsec_enforced_security_group_tag")
|
|
2781
2899
|
|
|
@@ -2799,7 +2917,8 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2799
2917
|
@pulumi.getter(name="trustsecPropogate")
|
|
2800
2918
|
def trustsec_propogate(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2801
2919
|
"""
|
|
2802
|
-
Enables the interface for CTS SGT authorization and forwarding
|
|
2920
|
+
Enables the interface for CTS SGT authorization and forwarding
|
|
2921
|
+
- Default value: `true`
|
|
2803
2922
|
"""
|
|
2804
2923
|
return pulumi.get(self, "trustsec_propogate")
|
|
2805
2924
|
|
|
@@ -2811,7 +2930,8 @@ class _ServiceLanVpnInterfaceEthernetFeatureState:
|
|
|
2811
2930
|
@pulumi.getter(name="trustsecSecurityGroupTag")
|
|
2812
2931
|
def trustsec_security_group_tag(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2813
2932
|
"""
|
|
2814
|
-
SGT value between 2 and 65519
|
|
2933
|
+
SGT value between 2 and 65519
|
|
2934
|
+
- Range: `2`-`65519`
|
|
2815
2935
|
"""
|
|
2816
2936
|
return pulumi.get(self, "trustsec_security_group_tag")
|
|
2817
2937
|
|
|
@@ -2904,6 +3024,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
2904
3024
|
ip_mtu_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2905
3025
|
ipv4_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2906
3026
|
ipv4_address_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3027
|
+
ipv4_configuration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2907
3028
|
ipv4_dhcp_distance: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2908
3029
|
ipv4_dhcp_distance_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2909
3030
|
ipv4_dhcp_helper_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -2921,8 +3042,6 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
2921
3042
|
ipv4_nat_range_start_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2922
3043
|
ipv4_nat_tcp_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2923
3044
|
ipv4_nat_tcp_timeout_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2924
|
-
ipv4_nat_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2925
|
-
ipv4_nat_type_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2926
3045
|
ipv4_nat_udp_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2927
3046
|
ipv4_nat_udp_timeout_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2928
3047
|
ipv4_secondary_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgsDict']]]]] = None,
|
|
@@ -2931,6 +3050,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
2931
3050
|
ipv4_vrrps: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgsDict']]]]] = None,
|
|
2932
3051
|
ipv6_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2933
3052
|
ipv6_address_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3053
|
+
ipv6_configuration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2934
3054
|
ipv6_dhcp_helpers: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgsDict']]]]] = None,
|
|
2935
3055
|
ipv6_dhcp_secondary_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgsDict']]]]] = None,
|
|
2936
3056
|
ipv6_nat: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
@@ -2968,6 +3088,8 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
2968
3088
|
This resource can manage a Service LAN VPN Interface Ethernet Feature.
|
|
2969
3089
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
2970
3090
|
|
|
3091
|
+
## Example Usage
|
|
3092
|
+
|
|
2971
3093
|
## Import
|
|
2972
3094
|
|
|
2973
3095
|
The `pulumi import` command can be used, for example:
|
|
@@ -2980,91 +3102,121 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
2980
3102
|
|
|
2981
3103
|
:param str resource_name: The name of the resource.
|
|
2982
3104
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
2983
|
-
:param pulumi.Input[_builtins.int] acl_shaping_rate: Shaping Rate (Kbps)
|
|
3105
|
+
:param pulumi.Input[_builtins.int] acl_shaping_rate: Shaping Rate (Kbps)
|
|
3106
|
+
- Range: `8`-`100000000`
|
|
2984
3107
|
:param pulumi.Input[_builtins.str] acl_shaping_rate_variable: Variable name
|
|
2985
|
-
:param pulumi.Input[_builtins.int] arp_timeout: Timeout value for dynamically learned ARP entries, <0..2678400> seconds
|
|
3108
|
+
:param pulumi.Input[_builtins.int] arp_timeout: Timeout value for dynamically learned ARP entries, <0..2678400> seconds
|
|
3109
|
+
- Range: `0`-`2147483`
|
|
3110
|
+
- Default value: `1200`
|
|
2986
3111
|
:param pulumi.Input[_builtins.str] arp_timeout_variable: Variable name
|
|
2987
3112
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureArpArgs', 'ServiceLanVpnInterfaceEthernetFeatureArpArgsDict']]]] arps: Configure ARP entries
|
|
2988
3113
|
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
2989
3114
|
:param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
|
|
2990
3115
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
2991
|
-
:param pulumi.Input[_builtins.str] duplex: Duplex mode
|
|
3116
|
+
:param pulumi.Input[_builtins.str] duplex: Duplex mode
|
|
3117
|
+
- Choices: `full`, `half`, `auto`
|
|
2992
3118
|
:param pulumi.Input[_builtins.str] duplex_variable: Variable name
|
|
2993
|
-
: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`
|
|
2994
3120
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
2995
|
-
:param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable
|
|
3121
|
+
:param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable
|
|
3122
|
+
- Default value: `true`
|
|
2996
3123
|
:param pulumi.Input[_builtins.str] icmp_redirect_disable_variable: Variable name
|
|
2997
3124
|
:param pulumi.Input[_builtins.str] interface_description_variable: Variable name
|
|
2998
|
-
:param pulumi.Input[_builtins.int] interface_mtu: Interface MTU
|
|
3125
|
+
:param pulumi.Input[_builtins.int] interface_mtu: Interface MTU
|
|
3126
|
+
- Range: `1500`-`9216`
|
|
3127
|
+
- Default value: `1500`
|
|
2999
3128
|
:param pulumi.Input[_builtins.str] interface_mtu_variable: Variable name
|
|
3000
3129
|
:param pulumi.Input[_builtins.str] interface_name_variable: Variable name
|
|
3001
|
-
:param pulumi.Input[_builtins.bool] ip_directed_broadcast: IP Directed-Broadcast
|
|
3130
|
+
:param pulumi.Input[_builtins.bool] ip_directed_broadcast: IP Directed-Broadcast
|
|
3131
|
+
- Default value: `false`
|
|
3002
3132
|
:param pulumi.Input[_builtins.str] ip_directed_broadcast_variable: Variable name
|
|
3003
|
-
:param pulumi.Input[_builtins.int] ip_mtu: IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces
|
|
3004
|
-
|
|
3133
|
+
:param pulumi.Input[_builtins.int] ip_mtu: IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes
|
|
3134
|
+
- Range: `576`-`9216`
|
|
3135
|
+
- Default value: `1500`
|
|
3005
3136
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
3006
|
-
:param pulumi.Input[_builtins.str] ipv4_address: IP Address
|
|
3007
|
-
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
3008
|
-
:param pulumi.Input[_builtins.
|
|
3009
|
-
|
|
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`
|
|
3143
|
+
- Range: `1`-`65536`
|
|
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`
|
|
3010
3146
|
:param pulumi.Input[_builtins.str] ipv4_dhcp_helper_variable: Variable name
|
|
3011
3147
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ipv4_dhcp_helpers: List of DHCP IPv4 helper addresses (min 1, max 8)
|
|
3012
|
-
:param pulumi.Input[_builtins.bool] ipv4_nat: enable Network Address Translation on this interface
|
|
3148
|
+
:param pulumi.Input[_builtins.bool] ipv4_nat: enable Network Address Translation on this interface
|
|
3149
|
+
- Default value: `false`
|
|
3013
3150
|
:param pulumi.Input[_builtins.str] ipv4_nat_loopback: NAT Inside Source Loopback Interface
|
|
3014
3151
|
:param pulumi.Input[_builtins.str] ipv4_nat_loopback_variable: Variable name
|
|
3015
|
-
:param pulumi.Input[_builtins.bool] ipv4_nat_overload: NAT Overload
|
|
3152
|
+
:param pulumi.Input[_builtins.bool] ipv4_nat_overload: NAT Overload
|
|
3153
|
+
- Default value: `true`
|
|
3016
3154
|
:param pulumi.Input[_builtins.str] ipv4_nat_overload_variable: Variable name
|
|
3017
|
-
:param pulumi.Input[_builtins.int] ipv4_nat_prefix_length: NAT Pool Prefix Length
|
|
3155
|
+
:param pulumi.Input[_builtins.int] ipv4_nat_prefix_length: NAT Pool Prefix Length
|
|
3156
|
+
- Range: `1`-`32`
|
|
3018
3157
|
:param pulumi.Input[_builtins.str] ipv4_nat_prefix_length_variable: Variable name
|
|
3019
3158
|
:param pulumi.Input[_builtins.str] ipv4_nat_range_end: NAT Pool Range End
|
|
3020
3159
|
:param pulumi.Input[_builtins.str] ipv4_nat_range_end_variable: Variable name
|
|
3021
3160
|
:param pulumi.Input[_builtins.str] ipv4_nat_range_start: NAT Pool Range Start
|
|
3022
3161
|
:param pulumi.Input[_builtins.str] ipv4_nat_range_start_variable: Variable name
|
|
3023
|
-
:param pulumi.Input[_builtins.int] ipv4_nat_tcp_timeout: Set NAT TCP session timeout, in minutes
|
|
3162
|
+
:param pulumi.Input[_builtins.int] ipv4_nat_tcp_timeout: Set NAT TCP session timeout, in minutes
|
|
3163
|
+
- Range: `1`-`8947`
|
|
3164
|
+
- Default value: `60`
|
|
3024
3165
|
:param pulumi.Input[_builtins.str] ipv4_nat_tcp_timeout_variable: Variable name
|
|
3025
|
-
:param pulumi.Input[_builtins.
|
|
3026
|
-
|
|
3027
|
-
|
|
3166
|
+
:param pulumi.Input[_builtins.int] ipv4_nat_udp_timeout: Set NAT UDP session timeout, in minutes
|
|
3167
|
+
- Range: `1`-`8947`
|
|
3168
|
+
- Default value: `1`
|
|
3028
3169
|
:param pulumi.Input[_builtins.str] ipv4_nat_udp_timeout_variable: Variable name
|
|
3029
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgsDict']]]] ipv4_secondary_addresses: Secondary IpV4 Addresses
|
|
3030
|
-
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
`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`,
|
|
3034
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
3035
|
-
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name
|
|
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`
|
|
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`
|
|
3173
|
+
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
3036
3174
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgsDict']]]] ipv4_vrrps: Enable VRRP
|
|
3037
|
-
:param pulumi.Input[_builtins.str] ipv6_address: IPv6 Address Secondary
|
|
3038
|
-
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
3039
|
-
:param pulumi.Input[
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['
|
|
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`
|
|
3182
|
+
:param pulumi.Input[_builtins.bool] ipv6_nat: enable Network Address Translation ipv6 on this interface
|
|
3183
|
+
- Default value: `false`
|
|
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`
|
|
3043
3185
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6VrrpArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6VrrpArgsDict']]]] ipv6_vrrps: Enable VRRP Ipv6
|
|
3044
|
-
:param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation
|
|
3186
|
+
:param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation
|
|
3187
|
+
- Range: `30`-`600`
|
|
3188
|
+
- Default value: `30`
|
|
3045
3189
|
:param pulumi.Input[_builtins.str] load_interval_variable: Variable name
|
|
3046
3190
|
:param pulumi.Input[_builtins.str] mac_address: MAC Address
|
|
3047
3191
|
:param pulumi.Input[_builtins.str] mac_address_variable: Variable name
|
|
3048
|
-
:param pulumi.Input[_builtins.str] media_type: Media type
|
|
3192
|
+
:param pulumi.Input[_builtins.str] media_type: Media type
|
|
3193
|
+
- Choices: `auto-select`, `rj45`, `sfp`
|
|
3049
3194
|
:param pulumi.Input[_builtins.str] media_type_variable: Variable name
|
|
3050
3195
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
3051
|
-
:param pulumi.Input[_builtins.bool] nat64: NAT64 on this interface
|
|
3196
|
+
:param pulumi.Input[_builtins.bool] nat64: NAT64 on this interface
|
|
3197
|
+
- Default value: `false`
|
|
3052
3198
|
:param pulumi.Input[_builtins.str] service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
3053
3199
|
:param pulumi.Input[_builtins.bool] shutdown: - Default value: `true`
|
|
3054
3200
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
3055
|
-
:param pulumi.Input[_builtins.str] speed: Set interface speed
|
|
3201
|
+
:param pulumi.Input[_builtins.str] speed: Set interface speed
|
|
3202
|
+
- Choices: `10`, `100`, `1000`, `2500`, `10000`
|
|
3056
3203
|
:param pulumi.Input[_builtins.str] speed_variable: Variable name
|
|
3057
3204
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureStaticNatArgs', 'ServiceLanVpnInterfaceEthernetFeatureStaticNatArgsDict']]]] static_nats: static NAT
|
|
3058
|
-
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
3205
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
3206
|
+
- Range: `500`-`1460`
|
|
3059
3207
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
3060
3208
|
:param pulumi.Input[_builtins.str] tracker: Enable tracker for this interface
|
|
3061
3209
|
:param pulumi.Input[_builtins.str] tracker_variable: Variable name
|
|
3062
3210
|
:param pulumi.Input[_builtins.bool] trustsec_enable_enforced_propogation: Enable/Disable SGT Enforcement on an interface
|
|
3063
|
-
:param pulumi.Input[_builtins.bool] trustsec_enable_sgt_propogation: Indicates that the interface is trustworthy for CTS
|
|
3064
|
-
|
|
3211
|
+
:param pulumi.Input[_builtins.bool] trustsec_enable_sgt_propogation: Indicates that the interface is trustworthy for CTS
|
|
3212
|
+
- Default value: `false`
|
|
3213
|
+
:param pulumi.Input[_builtins.int] trustsec_enforced_security_group_tag: SGT value between 2 and 65519
|
|
3214
|
+
- Range: `2`-`65519`
|
|
3065
3215
|
:param pulumi.Input[_builtins.str] trustsec_enforced_security_group_tag_variable: Variable name
|
|
3066
|
-
:param pulumi.Input[_builtins.bool] trustsec_propogate: Enables the interface for CTS SGT authorization and forwarding
|
|
3067
|
-
|
|
3216
|
+
:param pulumi.Input[_builtins.bool] trustsec_propogate: Enables the interface for CTS SGT authorization and forwarding
|
|
3217
|
+
- Default value: `true`
|
|
3218
|
+
:param pulumi.Input[_builtins.int] trustsec_security_group_tag: SGT value between 2 and 65519
|
|
3219
|
+
- Range: `2`-`65519`
|
|
3068
3220
|
:param pulumi.Input[_builtins.str] trustsec_security_group_tag_variable: Variable name
|
|
3069
3221
|
:param pulumi.Input[_builtins.str] xconnect: Extend remote TLOC over a GRE tunnel to a local LAN interface
|
|
3070
3222
|
:param pulumi.Input[_builtins.str] xconnect_variable: Variable name
|
|
@@ -3079,6 +3231,8 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3079
3231
|
This resource can manage a Service LAN VPN Interface Ethernet Feature.
|
|
3080
3232
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
3081
3233
|
|
|
3234
|
+
## Example Usage
|
|
3235
|
+
|
|
3082
3236
|
## Import
|
|
3083
3237
|
|
|
3084
3238
|
The `pulumi import` command can be used, for example:
|
|
@@ -3134,6 +3288,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3134
3288
|
ip_mtu_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3135
3289
|
ipv4_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3136
3290
|
ipv4_address_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3291
|
+
ipv4_configuration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3137
3292
|
ipv4_dhcp_distance: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3138
3293
|
ipv4_dhcp_distance_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3139
3294
|
ipv4_dhcp_helper_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -3151,8 +3306,6 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3151
3306
|
ipv4_nat_range_start_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3152
3307
|
ipv4_nat_tcp_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3153
3308
|
ipv4_nat_tcp_timeout_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3154
|
-
ipv4_nat_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3155
|
-
ipv4_nat_type_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3156
3309
|
ipv4_nat_udp_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3157
3310
|
ipv4_nat_udp_timeout_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3158
3311
|
ipv4_secondary_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgsDict']]]]] = None,
|
|
@@ -3161,6 +3314,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3161
3314
|
ipv4_vrrps: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgsDict']]]]] = None,
|
|
3162
3315
|
ipv6_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3163
3316
|
ipv6_address_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3317
|
+
ipv6_configuration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3164
3318
|
ipv6_dhcp_helpers: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgsDict']]]]] = None,
|
|
3165
3319
|
ipv6_dhcp_secondary_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgsDict']]]]] = None,
|
|
3166
3320
|
ipv6_nat: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
@@ -3234,6 +3388,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3234
3388
|
__props__.__dict__["ip_mtu_variable"] = ip_mtu_variable
|
|
3235
3389
|
__props__.__dict__["ipv4_address"] = ipv4_address
|
|
3236
3390
|
__props__.__dict__["ipv4_address_variable"] = ipv4_address_variable
|
|
3391
|
+
__props__.__dict__["ipv4_configuration_type"] = ipv4_configuration_type
|
|
3237
3392
|
__props__.__dict__["ipv4_dhcp_distance"] = ipv4_dhcp_distance
|
|
3238
3393
|
__props__.__dict__["ipv4_dhcp_distance_variable"] = ipv4_dhcp_distance_variable
|
|
3239
3394
|
__props__.__dict__["ipv4_dhcp_helper_variable"] = ipv4_dhcp_helper_variable
|
|
@@ -3251,8 +3406,6 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3251
3406
|
__props__.__dict__["ipv4_nat_range_start_variable"] = ipv4_nat_range_start_variable
|
|
3252
3407
|
__props__.__dict__["ipv4_nat_tcp_timeout"] = ipv4_nat_tcp_timeout
|
|
3253
3408
|
__props__.__dict__["ipv4_nat_tcp_timeout_variable"] = ipv4_nat_tcp_timeout_variable
|
|
3254
|
-
__props__.__dict__["ipv4_nat_type"] = ipv4_nat_type
|
|
3255
|
-
__props__.__dict__["ipv4_nat_type_variable"] = ipv4_nat_type_variable
|
|
3256
3409
|
__props__.__dict__["ipv4_nat_udp_timeout"] = ipv4_nat_udp_timeout
|
|
3257
3410
|
__props__.__dict__["ipv4_nat_udp_timeout_variable"] = ipv4_nat_udp_timeout_variable
|
|
3258
3411
|
__props__.__dict__["ipv4_secondary_addresses"] = ipv4_secondary_addresses
|
|
@@ -3261,6 +3414,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3261
3414
|
__props__.__dict__["ipv4_vrrps"] = ipv4_vrrps
|
|
3262
3415
|
__props__.__dict__["ipv6_address"] = ipv6_address
|
|
3263
3416
|
__props__.__dict__["ipv6_address_variable"] = ipv6_address_variable
|
|
3417
|
+
__props__.__dict__["ipv6_configuration_type"] = ipv6_configuration_type
|
|
3264
3418
|
__props__.__dict__["ipv6_dhcp_helpers"] = ipv6_dhcp_helpers
|
|
3265
3419
|
__props__.__dict__["ipv6_dhcp_secondary_addresses"] = ipv6_dhcp_secondary_addresses
|
|
3266
3420
|
__props__.__dict__["ipv6_nat"] = ipv6_nat
|
|
@@ -3336,6 +3490,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3336
3490
|
ip_mtu_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3337
3491
|
ipv4_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3338
3492
|
ipv4_address_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3493
|
+
ipv4_configuration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3339
3494
|
ipv4_dhcp_distance: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3340
3495
|
ipv4_dhcp_distance_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3341
3496
|
ipv4_dhcp_helper_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -3353,8 +3508,6 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3353
3508
|
ipv4_nat_range_start_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3354
3509
|
ipv4_nat_tcp_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3355
3510
|
ipv4_nat_tcp_timeout_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3356
|
-
ipv4_nat_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3357
|
-
ipv4_nat_type_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3358
3511
|
ipv4_nat_udp_timeout: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3359
3512
|
ipv4_nat_udp_timeout_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3360
3513
|
ipv4_secondary_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgsDict']]]]] = None,
|
|
@@ -3363,6 +3516,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3363
3516
|
ipv4_vrrps: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgsDict']]]]] = None,
|
|
3364
3517
|
ipv6_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3365
3518
|
ipv6_address_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3519
|
+
ipv6_configuration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3366
3520
|
ipv6_dhcp_helpers: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelperArgsDict']]]]] = None,
|
|
3367
3521
|
ipv6_dhcp_secondary_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgsDict']]]]] = None,
|
|
3368
3522
|
ipv6_nat: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
@@ -3403,91 +3557,121 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3403
3557
|
:param str resource_name: The unique name of the resulting resource.
|
|
3404
3558
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
3405
3559
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
3406
|
-
:param pulumi.Input[_builtins.int] acl_shaping_rate: Shaping Rate (Kbps)
|
|
3560
|
+
:param pulumi.Input[_builtins.int] acl_shaping_rate: Shaping Rate (Kbps)
|
|
3561
|
+
- Range: `8`-`100000000`
|
|
3407
3562
|
:param pulumi.Input[_builtins.str] acl_shaping_rate_variable: Variable name
|
|
3408
|
-
:param pulumi.Input[_builtins.int] arp_timeout: Timeout value for dynamically learned ARP entries, <0..2678400> seconds
|
|
3563
|
+
:param pulumi.Input[_builtins.int] arp_timeout: Timeout value for dynamically learned ARP entries, <0..2678400> seconds
|
|
3564
|
+
- Range: `0`-`2147483`
|
|
3565
|
+
- Default value: `1200`
|
|
3409
3566
|
:param pulumi.Input[_builtins.str] arp_timeout_variable: Variable name
|
|
3410
3567
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureArpArgs', 'ServiceLanVpnInterfaceEthernetFeatureArpArgsDict']]]] arps: Configure ARP entries
|
|
3411
3568
|
:param pulumi.Input[_builtins.bool] autonegotiate: Link autonegotiation
|
|
3412
3569
|
:param pulumi.Input[_builtins.str] autonegotiate_variable: Variable name
|
|
3413
3570
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
3414
|
-
:param pulumi.Input[_builtins.str] duplex: Duplex mode
|
|
3571
|
+
:param pulumi.Input[_builtins.str] duplex: Duplex mode
|
|
3572
|
+
- Choices: `full`, `half`, `auto`
|
|
3415
3573
|
:param pulumi.Input[_builtins.str] duplex_variable: Variable name
|
|
3416
|
-
: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`
|
|
3417
3575
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
3418
|
-
:param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable
|
|
3576
|
+
:param pulumi.Input[_builtins.bool] icmp_redirect_disable: ICMP/ICMPv6 Redirect Disable
|
|
3577
|
+
- Default value: `true`
|
|
3419
3578
|
:param pulumi.Input[_builtins.str] icmp_redirect_disable_variable: Variable name
|
|
3420
3579
|
:param pulumi.Input[_builtins.str] interface_description_variable: Variable name
|
|
3421
|
-
:param pulumi.Input[_builtins.int] interface_mtu: Interface MTU
|
|
3580
|
+
:param pulumi.Input[_builtins.int] interface_mtu: Interface MTU
|
|
3581
|
+
- Range: `1500`-`9216`
|
|
3582
|
+
- Default value: `1500`
|
|
3422
3583
|
:param pulumi.Input[_builtins.str] interface_mtu_variable: Variable name
|
|
3423
3584
|
:param pulumi.Input[_builtins.str] interface_name_variable: Variable name
|
|
3424
|
-
:param pulumi.Input[_builtins.bool] ip_directed_broadcast: IP Directed-Broadcast
|
|
3585
|
+
:param pulumi.Input[_builtins.bool] ip_directed_broadcast: IP Directed-Broadcast
|
|
3586
|
+
- Default value: `false`
|
|
3425
3587
|
:param pulumi.Input[_builtins.str] ip_directed_broadcast_variable: Variable name
|
|
3426
|
-
:param pulumi.Input[_builtins.int] ip_mtu: IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces
|
|
3427
|
-
|
|
3588
|
+
:param pulumi.Input[_builtins.int] ip_mtu: IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes
|
|
3589
|
+
- Range: `576`-`9216`
|
|
3590
|
+
- Default value: `1500`
|
|
3428
3591
|
:param pulumi.Input[_builtins.str] ip_mtu_variable: Variable name
|
|
3429
|
-
:param pulumi.Input[_builtins.str] ipv4_address: IP Address
|
|
3430
|
-
:param pulumi.Input[_builtins.str] ipv4_address_variable: Variable name
|
|
3431
|
-
:param pulumi.Input[_builtins.
|
|
3432
|
-
|
|
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`
|
|
3598
|
+
- Range: `1`-`65536`
|
|
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`
|
|
3433
3601
|
:param pulumi.Input[_builtins.str] ipv4_dhcp_helper_variable: Variable name
|
|
3434
3602
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ipv4_dhcp_helpers: List of DHCP IPv4 helper addresses (min 1, max 8)
|
|
3435
|
-
:param pulumi.Input[_builtins.bool] ipv4_nat: enable Network Address Translation on this interface
|
|
3603
|
+
:param pulumi.Input[_builtins.bool] ipv4_nat: enable Network Address Translation on this interface
|
|
3604
|
+
- Default value: `false`
|
|
3436
3605
|
:param pulumi.Input[_builtins.str] ipv4_nat_loopback: NAT Inside Source Loopback Interface
|
|
3437
3606
|
:param pulumi.Input[_builtins.str] ipv4_nat_loopback_variable: Variable name
|
|
3438
|
-
:param pulumi.Input[_builtins.bool] ipv4_nat_overload: NAT Overload
|
|
3607
|
+
:param pulumi.Input[_builtins.bool] ipv4_nat_overload: NAT Overload
|
|
3608
|
+
- Default value: `true`
|
|
3439
3609
|
:param pulumi.Input[_builtins.str] ipv4_nat_overload_variable: Variable name
|
|
3440
|
-
:param pulumi.Input[_builtins.int] ipv4_nat_prefix_length: NAT Pool Prefix Length
|
|
3610
|
+
:param pulumi.Input[_builtins.int] ipv4_nat_prefix_length: NAT Pool Prefix Length
|
|
3611
|
+
- Range: `1`-`32`
|
|
3441
3612
|
:param pulumi.Input[_builtins.str] ipv4_nat_prefix_length_variable: Variable name
|
|
3442
3613
|
:param pulumi.Input[_builtins.str] ipv4_nat_range_end: NAT Pool Range End
|
|
3443
3614
|
:param pulumi.Input[_builtins.str] ipv4_nat_range_end_variable: Variable name
|
|
3444
3615
|
:param pulumi.Input[_builtins.str] ipv4_nat_range_start: NAT Pool Range Start
|
|
3445
3616
|
:param pulumi.Input[_builtins.str] ipv4_nat_range_start_variable: Variable name
|
|
3446
|
-
:param pulumi.Input[_builtins.int] ipv4_nat_tcp_timeout: Set NAT TCP session timeout, in minutes
|
|
3617
|
+
:param pulumi.Input[_builtins.int] ipv4_nat_tcp_timeout: Set NAT TCP session timeout, in minutes
|
|
3618
|
+
- Range: `1`-`8947`
|
|
3619
|
+
- Default value: `60`
|
|
3447
3620
|
:param pulumi.Input[_builtins.str] ipv4_nat_tcp_timeout_variable: Variable name
|
|
3448
|
-
:param pulumi.Input[_builtins.
|
|
3449
|
-
|
|
3450
|
-
|
|
3621
|
+
:param pulumi.Input[_builtins.int] ipv4_nat_udp_timeout: Set NAT UDP session timeout, in minutes
|
|
3622
|
+
- Range: `1`-`8947`
|
|
3623
|
+
- Default value: `1`
|
|
3451
3624
|
:param pulumi.Input[_builtins.str] ipv4_nat_udp_timeout_variable: Variable name
|
|
3452
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgsDict']]]] ipv4_secondary_addresses: Secondary IpV4 Addresses
|
|
3453
|
-
:param pulumi.Input[_builtins.str] ipv4_subnet_mask: Subnet Mask
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
`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`,
|
|
3457
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
3458
|
-
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name
|
|
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`
|
|
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`
|
|
3628
|
+
:param pulumi.Input[_builtins.str] ipv4_subnet_mask_variable: Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
3459
3629
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv4VrrpArgsDict']]]] ipv4_vrrps: Enable VRRP
|
|
3460
|
-
:param pulumi.Input[_builtins.str] ipv6_address: IPv6 Address Secondary
|
|
3461
|
-
:param pulumi.Input[_builtins.str] ipv6_address_variable: Variable name
|
|
3462
|
-
:param pulumi.Input[
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['
|
|
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`
|
|
3637
|
+
:param pulumi.Input[_builtins.bool] ipv6_nat: enable Network Address Translation ipv6 on this interface
|
|
3638
|
+
- Default value: `false`
|
|
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`
|
|
3466
3640
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureIpv6VrrpArgs', 'ServiceLanVpnInterfaceEthernetFeatureIpv6VrrpArgsDict']]]] ipv6_vrrps: Enable VRRP Ipv6
|
|
3467
|
-
:param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation
|
|
3641
|
+
:param pulumi.Input[_builtins.int] load_interval: Interval for interface load calculation
|
|
3642
|
+
- Range: `30`-`600`
|
|
3643
|
+
- Default value: `30`
|
|
3468
3644
|
:param pulumi.Input[_builtins.str] load_interval_variable: Variable name
|
|
3469
3645
|
:param pulumi.Input[_builtins.str] mac_address: MAC Address
|
|
3470
3646
|
:param pulumi.Input[_builtins.str] mac_address_variable: Variable name
|
|
3471
|
-
:param pulumi.Input[_builtins.str] media_type: Media type
|
|
3647
|
+
:param pulumi.Input[_builtins.str] media_type: Media type
|
|
3648
|
+
- Choices: `auto-select`, `rj45`, `sfp`
|
|
3472
3649
|
:param pulumi.Input[_builtins.str] media_type_variable: Variable name
|
|
3473
3650
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
3474
|
-
:param pulumi.Input[_builtins.bool] nat64: NAT64 on this interface
|
|
3651
|
+
:param pulumi.Input[_builtins.bool] nat64: NAT64 on this interface
|
|
3652
|
+
- Default value: `false`
|
|
3475
3653
|
:param pulumi.Input[_builtins.str] service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
3476
3654
|
:param pulumi.Input[_builtins.bool] shutdown: - Default value: `true`
|
|
3477
3655
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
3478
|
-
:param pulumi.Input[_builtins.str] speed: Set interface speed
|
|
3656
|
+
:param pulumi.Input[_builtins.str] speed: Set interface speed
|
|
3657
|
+
- Choices: `10`, `100`, `1000`, `2500`, `10000`
|
|
3479
3658
|
:param pulumi.Input[_builtins.str] speed_variable: Variable name
|
|
3480
3659
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceEthernetFeatureStaticNatArgs', 'ServiceLanVpnInterfaceEthernetFeatureStaticNatArgsDict']]]] static_nats: static NAT
|
|
3481
|
-
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
3660
|
+
:param pulumi.Input[_builtins.int] tcp_mss: TCP MSS on SYN packets, in bytes
|
|
3661
|
+
- Range: `500`-`1460`
|
|
3482
3662
|
:param pulumi.Input[_builtins.str] tcp_mss_variable: Variable name
|
|
3483
3663
|
:param pulumi.Input[_builtins.str] tracker: Enable tracker for this interface
|
|
3484
3664
|
:param pulumi.Input[_builtins.str] tracker_variable: Variable name
|
|
3485
3665
|
:param pulumi.Input[_builtins.bool] trustsec_enable_enforced_propogation: Enable/Disable SGT Enforcement on an interface
|
|
3486
|
-
:param pulumi.Input[_builtins.bool] trustsec_enable_sgt_propogation: Indicates that the interface is trustworthy for CTS
|
|
3487
|
-
|
|
3666
|
+
:param pulumi.Input[_builtins.bool] trustsec_enable_sgt_propogation: Indicates that the interface is trustworthy for CTS
|
|
3667
|
+
- Default value: `false`
|
|
3668
|
+
:param pulumi.Input[_builtins.int] trustsec_enforced_security_group_tag: SGT value between 2 and 65519
|
|
3669
|
+
- Range: `2`-`65519`
|
|
3488
3670
|
:param pulumi.Input[_builtins.str] trustsec_enforced_security_group_tag_variable: Variable name
|
|
3489
|
-
:param pulumi.Input[_builtins.bool] trustsec_propogate: Enables the interface for CTS SGT authorization and forwarding
|
|
3490
|
-
|
|
3671
|
+
:param pulumi.Input[_builtins.bool] trustsec_propogate: Enables the interface for CTS SGT authorization and forwarding
|
|
3672
|
+
- Default value: `true`
|
|
3673
|
+
:param pulumi.Input[_builtins.int] trustsec_security_group_tag: SGT value between 2 and 65519
|
|
3674
|
+
- Range: `2`-`65519`
|
|
3491
3675
|
:param pulumi.Input[_builtins.str] trustsec_security_group_tag_variable: Variable name
|
|
3492
3676
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
3493
3677
|
:param pulumi.Input[_builtins.str] xconnect: Extend remote TLOC over a GRE tunnel to a local LAN interface
|
|
@@ -3527,6 +3711,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3527
3711
|
__props__.__dict__["ip_mtu_variable"] = ip_mtu_variable
|
|
3528
3712
|
__props__.__dict__["ipv4_address"] = ipv4_address
|
|
3529
3713
|
__props__.__dict__["ipv4_address_variable"] = ipv4_address_variable
|
|
3714
|
+
__props__.__dict__["ipv4_configuration_type"] = ipv4_configuration_type
|
|
3530
3715
|
__props__.__dict__["ipv4_dhcp_distance"] = ipv4_dhcp_distance
|
|
3531
3716
|
__props__.__dict__["ipv4_dhcp_distance_variable"] = ipv4_dhcp_distance_variable
|
|
3532
3717
|
__props__.__dict__["ipv4_dhcp_helper_variable"] = ipv4_dhcp_helper_variable
|
|
@@ -3544,8 +3729,6 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3544
3729
|
__props__.__dict__["ipv4_nat_range_start_variable"] = ipv4_nat_range_start_variable
|
|
3545
3730
|
__props__.__dict__["ipv4_nat_tcp_timeout"] = ipv4_nat_tcp_timeout
|
|
3546
3731
|
__props__.__dict__["ipv4_nat_tcp_timeout_variable"] = ipv4_nat_tcp_timeout_variable
|
|
3547
|
-
__props__.__dict__["ipv4_nat_type"] = ipv4_nat_type
|
|
3548
|
-
__props__.__dict__["ipv4_nat_type_variable"] = ipv4_nat_type_variable
|
|
3549
3732
|
__props__.__dict__["ipv4_nat_udp_timeout"] = ipv4_nat_udp_timeout
|
|
3550
3733
|
__props__.__dict__["ipv4_nat_udp_timeout_variable"] = ipv4_nat_udp_timeout_variable
|
|
3551
3734
|
__props__.__dict__["ipv4_secondary_addresses"] = ipv4_secondary_addresses
|
|
@@ -3554,6 +3737,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3554
3737
|
__props__.__dict__["ipv4_vrrps"] = ipv4_vrrps
|
|
3555
3738
|
__props__.__dict__["ipv6_address"] = ipv6_address
|
|
3556
3739
|
__props__.__dict__["ipv6_address_variable"] = ipv6_address_variable
|
|
3740
|
+
__props__.__dict__["ipv6_configuration_type"] = ipv6_configuration_type
|
|
3557
3741
|
__props__.__dict__["ipv6_dhcp_helpers"] = ipv6_dhcp_helpers
|
|
3558
3742
|
__props__.__dict__["ipv6_dhcp_secondary_addresses"] = ipv6_dhcp_secondary_addresses
|
|
3559
3743
|
__props__.__dict__["ipv6_nat"] = ipv6_nat
|
|
@@ -3613,7 +3797,8 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3613
3797
|
@pulumi.getter(name="aclShapingRate")
|
|
3614
3798
|
def acl_shaping_rate(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
3615
3799
|
"""
|
|
3616
|
-
Shaping Rate (Kbps)
|
|
3800
|
+
Shaping Rate (Kbps)
|
|
3801
|
+
- Range: `8`-`100000000`
|
|
3617
3802
|
"""
|
|
3618
3803
|
return pulumi.get(self, "acl_shaping_rate")
|
|
3619
3804
|
|
|
@@ -3629,7 +3814,9 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3629
3814
|
@pulumi.getter(name="arpTimeout")
|
|
3630
3815
|
def arp_timeout(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
3631
3816
|
"""
|
|
3632
|
-
Timeout value for dynamically learned ARP entries, <0..2678400> seconds
|
|
3817
|
+
Timeout value for dynamically learned ARP entries, <0..2678400> seconds
|
|
3818
|
+
- Range: `0`-`2147483`
|
|
3819
|
+
- Default value: `1200`
|
|
3633
3820
|
"""
|
|
3634
3821
|
return pulumi.get(self, "arp_timeout")
|
|
3635
3822
|
|
|
@@ -3677,7 +3864,8 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3677
3864
|
@pulumi.getter
|
|
3678
3865
|
def duplex(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
3679
3866
|
"""
|
|
3680
|
-
Duplex mode
|
|
3867
|
+
Duplex mode
|
|
3868
|
+
- Choices: `full`, `half`, `auto`
|
|
3681
3869
|
"""
|
|
3682
3870
|
return pulumi.get(self, "duplex")
|
|
3683
3871
|
|
|
@@ -3693,7 +3881,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3693
3881
|
@pulumi.getter(name="enableDhcpv6")
|
|
3694
3882
|
def enable_dhcpv6(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
3695
3883
|
"""
|
|
3696
|
-
Enable DHCPv6
|
|
3884
|
+
Enable DHCPv6, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
3697
3885
|
"""
|
|
3698
3886
|
return pulumi.get(self, "enable_dhcpv6")
|
|
3699
3887
|
|
|
@@ -3709,7 +3897,8 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3709
3897
|
@pulumi.getter(name="icmpRedirectDisable")
|
|
3710
3898
|
def icmp_redirect_disable(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
3711
3899
|
"""
|
|
3712
|
-
ICMP/ICMPv6 Redirect Disable
|
|
3900
|
+
ICMP/ICMPv6 Redirect Disable
|
|
3901
|
+
- Default value: `true`
|
|
3713
3902
|
"""
|
|
3714
3903
|
return pulumi.get(self, "icmp_redirect_disable")
|
|
3715
3904
|
|
|
@@ -3738,7 +3927,9 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3738
3927
|
@pulumi.getter(name="interfaceMtu")
|
|
3739
3928
|
def interface_mtu(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
3740
3929
|
"""
|
|
3741
|
-
Interface MTU
|
|
3930
|
+
Interface MTU
|
|
3931
|
+
- Range: `1500`-`9216`
|
|
3932
|
+
- Default value: `1500`
|
|
3742
3933
|
"""
|
|
3743
3934
|
return pulumi.get(self, "interface_mtu")
|
|
3744
3935
|
|
|
@@ -3767,7 +3958,8 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3767
3958
|
@pulumi.getter(name="ipDirectedBroadcast")
|
|
3768
3959
|
def ip_directed_broadcast(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
3769
3960
|
"""
|
|
3770
|
-
IP Directed-Broadcast
|
|
3961
|
+
IP Directed-Broadcast
|
|
3962
|
+
- Default value: `false`
|
|
3771
3963
|
"""
|
|
3772
3964
|
return pulumi.get(self, "ip_directed_broadcast")
|
|
3773
3965
|
|
|
@@ -3783,8 +3975,9 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3783
3975
|
@pulumi.getter(name="ipMtu")
|
|
3784
3976
|
def ip_mtu(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
3785
3977
|
"""
|
|
3786
|
-
IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces
|
|
3787
|
-
|
|
3978
|
+
IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes
|
|
3979
|
+
- Range: `576`-`9216`
|
|
3980
|
+
- Default value: `1500`
|
|
3788
3981
|
"""
|
|
3789
3982
|
return pulumi.get(self, "ip_mtu")
|
|
3790
3983
|
|
|
@@ -3800,7 +3993,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3800
3993
|
@pulumi.getter(name="ipv4Address")
|
|
3801
3994
|
def ipv4_address(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
3802
3995
|
"""
|
|
3803
|
-
IP Address
|
|
3996
|
+
IP Address, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
3804
3997
|
"""
|
|
3805
3998
|
return pulumi.get(self, "ipv4_address")
|
|
3806
3999
|
|
|
@@ -3808,15 +4001,27 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3808
4001
|
@pulumi.getter(name="ipv4AddressVariable")
|
|
3809
4002
|
def ipv4_address_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
3810
4003
|
"""
|
|
3811
|
-
Variable name
|
|
4004
|
+
Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
3812
4005
|
"""
|
|
3813
4006
|
return pulumi.get(self, "ipv4_address_variable")
|
|
3814
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
|
+
|
|
3815
4018
|
@_builtins.property
|
|
3816
4019
|
@pulumi.getter(name="ipv4DhcpDistance")
|
|
3817
4020
|
def ipv4_dhcp_distance(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
3818
4021
|
"""
|
|
3819
|
-
DHCP Distance
|
|
4022
|
+
DHCP Distance, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
4023
|
+
- Range: `1`-`65536`
|
|
4024
|
+
- Default value: `1`
|
|
3820
4025
|
"""
|
|
3821
4026
|
return pulumi.get(self, "ipv4_dhcp_distance")
|
|
3822
4027
|
|
|
@@ -3824,7 +4029,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3824
4029
|
@pulumi.getter(name="ipv4DhcpDistanceVariable")
|
|
3825
4030
|
def ipv4_dhcp_distance_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
3826
4031
|
"""
|
|
3827
|
-
Variable name
|
|
4032
|
+
Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `dynamic`
|
|
3828
4033
|
"""
|
|
3829
4034
|
return pulumi.get(self, "ipv4_dhcp_distance_variable")
|
|
3830
4035
|
|
|
@@ -3848,7 +4053,8 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3848
4053
|
@pulumi.getter(name="ipv4Nat")
|
|
3849
4054
|
def ipv4_nat(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
3850
4055
|
"""
|
|
3851
|
-
enable Network Address Translation on this interface
|
|
4056
|
+
enable Network Address Translation on this interface
|
|
4057
|
+
- Default value: `false`
|
|
3852
4058
|
"""
|
|
3853
4059
|
return pulumi.get(self, "ipv4_nat")
|
|
3854
4060
|
|
|
@@ -3872,7 +4078,8 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3872
4078
|
@pulumi.getter(name="ipv4NatOverload")
|
|
3873
4079
|
def ipv4_nat_overload(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
3874
4080
|
"""
|
|
3875
|
-
NAT Overload
|
|
4081
|
+
NAT Overload
|
|
4082
|
+
- Default value: `true`
|
|
3876
4083
|
"""
|
|
3877
4084
|
return pulumi.get(self, "ipv4_nat_overload")
|
|
3878
4085
|
|
|
@@ -3888,7 +4095,8 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3888
4095
|
@pulumi.getter(name="ipv4NatPrefixLength")
|
|
3889
4096
|
def ipv4_nat_prefix_length(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
3890
4097
|
"""
|
|
3891
|
-
NAT Pool Prefix Length
|
|
4098
|
+
NAT Pool Prefix Length
|
|
4099
|
+
- Range: `1`-`32`
|
|
3892
4100
|
"""
|
|
3893
4101
|
return pulumi.get(self, "ipv4_nat_prefix_length")
|
|
3894
4102
|
|
|
@@ -3936,7 +4144,9 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3936
4144
|
@pulumi.getter(name="ipv4NatTcpTimeout")
|
|
3937
4145
|
def ipv4_nat_tcp_timeout(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
3938
4146
|
"""
|
|
3939
|
-
Set NAT TCP session timeout, in minutes
|
|
4147
|
+
Set NAT TCP session timeout, in minutes
|
|
4148
|
+
- Range: `1`-`8947`
|
|
4149
|
+
- Default value: `60`
|
|
3940
4150
|
"""
|
|
3941
4151
|
return pulumi.get(self, "ipv4_nat_tcp_timeout")
|
|
3942
4152
|
|
|
@@ -3948,27 +4158,13 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3948
4158
|
"""
|
|
3949
4159
|
return pulumi.get(self, "ipv4_nat_tcp_timeout_variable")
|
|
3950
4160
|
|
|
3951
|
-
@_builtins.property
|
|
3952
|
-
@pulumi.getter(name="ipv4NatType")
|
|
3953
|
-
def ipv4_nat_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
3954
|
-
"""
|
|
3955
|
-
NAT Type - Choices: `pool`, `loopback`
|
|
3956
|
-
"""
|
|
3957
|
-
return pulumi.get(self, "ipv4_nat_type")
|
|
3958
|
-
|
|
3959
|
-
@_builtins.property
|
|
3960
|
-
@pulumi.getter(name="ipv4NatTypeVariable")
|
|
3961
|
-
def ipv4_nat_type_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
3962
|
-
"""
|
|
3963
|
-
Variable name
|
|
3964
|
-
"""
|
|
3965
|
-
return pulumi.get(self, "ipv4_nat_type_variable")
|
|
3966
|
-
|
|
3967
4161
|
@_builtins.property
|
|
3968
4162
|
@pulumi.getter(name="ipv4NatUdpTimeout")
|
|
3969
4163
|
def ipv4_nat_udp_timeout(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
3970
4164
|
"""
|
|
3971
|
-
Set NAT UDP session timeout, in minutes
|
|
4165
|
+
Set NAT UDP session timeout, in minutes
|
|
4166
|
+
- Range: `1`-`8947`
|
|
4167
|
+
- Default value: `1`
|
|
3972
4168
|
"""
|
|
3973
4169
|
return pulumi.get(self, "ipv4_nat_udp_timeout")
|
|
3974
4170
|
|
|
@@ -3984,7 +4180,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3984
4180
|
@pulumi.getter(name="ipv4SecondaryAddresses")
|
|
3985
4181
|
def ipv4_secondary_addresses(self) -> pulumi.Output[Optional[Sequence['outputs.ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddress']]]:
|
|
3986
4182
|
"""
|
|
3987
|
-
Secondary IpV4 Addresses
|
|
4183
|
+
Secondary IpV4 Addresses, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
3988
4184
|
"""
|
|
3989
4185
|
return pulumi.get(self, "ipv4_secondary_addresses")
|
|
3990
4186
|
|
|
@@ -3992,11 +4188,8 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
3992
4188
|
@pulumi.getter(name="ipv4SubnetMask")
|
|
3993
4189
|
def ipv4_subnet_mask(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
3994
4190
|
"""
|
|
3995
|
-
Subnet Mask
|
|
3996
|
-
|
|
3997
|
-
`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`,
|
|
3998
|
-
`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`,
|
|
3999
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
4191
|
+
Subnet Mask, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
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`
|
|
4000
4193
|
"""
|
|
4001
4194
|
return pulumi.get(self, "ipv4_subnet_mask")
|
|
4002
4195
|
|
|
@@ -4004,7 +4197,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4004
4197
|
@pulumi.getter(name="ipv4SubnetMaskVariable")
|
|
4005
4198
|
def ipv4_subnet_mask_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4006
4199
|
"""
|
|
4007
|
-
Variable name
|
|
4200
|
+
Variable name, Attribute conditional on `ipv4_configuration_type` being equal to `static`
|
|
4008
4201
|
"""
|
|
4009
4202
|
return pulumi.get(self, "ipv4_subnet_mask_variable")
|
|
4010
4203
|
|
|
@@ -4020,7 +4213,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4020
4213
|
@pulumi.getter(name="ipv6Address")
|
|
4021
4214
|
def ipv6_address(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4022
4215
|
"""
|
|
4023
|
-
IPv6 Address Secondary
|
|
4216
|
+
IPv6 Address Secondary, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
4024
4217
|
"""
|
|
4025
4218
|
return pulumi.get(self, "ipv6_address")
|
|
4026
4219
|
|
|
@@ -4028,15 +4221,25 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4028
4221
|
@pulumi.getter(name="ipv6AddressVariable")
|
|
4029
4222
|
def ipv6_address_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4030
4223
|
"""
|
|
4031
|
-
Variable name
|
|
4224
|
+
Variable name, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
4032
4225
|
"""
|
|
4033
4226
|
return pulumi.get(self, "ipv6_address_variable")
|
|
4034
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
|
+
|
|
4035
4238
|
@_builtins.property
|
|
4036
4239
|
@pulumi.getter(name="ipv6DhcpHelpers")
|
|
4037
4240
|
def ipv6_dhcp_helpers(self) -> pulumi.Output[Optional[Sequence['outputs.ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelper']]]:
|
|
4038
4241
|
"""
|
|
4039
|
-
DHCPv6 Helper
|
|
4242
|
+
DHCPv6 Helper, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
4040
4243
|
"""
|
|
4041
4244
|
return pulumi.get(self, "ipv6_dhcp_helpers")
|
|
4042
4245
|
|
|
@@ -4044,7 +4247,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4044
4247
|
@pulumi.getter(name="ipv6DhcpSecondaryAddresses")
|
|
4045
4248
|
def ipv6_dhcp_secondary_addresses(self) -> pulumi.Output[Optional[Sequence['outputs.ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddress']]]:
|
|
4046
4249
|
"""
|
|
4047
|
-
secondary IPv6 addresses
|
|
4250
|
+
secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `dynamic`
|
|
4048
4251
|
"""
|
|
4049
4252
|
return pulumi.get(self, "ipv6_dhcp_secondary_addresses")
|
|
4050
4253
|
|
|
@@ -4052,7 +4255,8 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4052
4255
|
@pulumi.getter(name="ipv6Nat")
|
|
4053
4256
|
def ipv6_nat(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4054
4257
|
"""
|
|
4055
|
-
enable Network Address Translation ipv6 on this interface
|
|
4258
|
+
enable Network Address Translation ipv6 on this interface
|
|
4259
|
+
- Default value: `false`
|
|
4056
4260
|
"""
|
|
4057
4261
|
return pulumi.get(self, "ipv6_nat")
|
|
4058
4262
|
|
|
@@ -4060,7 +4264,7 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4060
4264
|
@pulumi.getter(name="ipv6SecondaryAddresses")
|
|
4061
4265
|
def ipv6_secondary_addresses(self) -> pulumi.Output[Optional[Sequence['outputs.ServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddress']]]:
|
|
4062
4266
|
"""
|
|
4063
|
-
Static secondary IPv6 addresses
|
|
4267
|
+
Static secondary IPv6 addresses, Attribute conditional on `ipv6_configuration_type` being equal to `static`
|
|
4064
4268
|
"""
|
|
4065
4269
|
return pulumi.get(self, "ipv6_secondary_addresses")
|
|
4066
4270
|
|
|
@@ -4076,7 +4280,9 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4076
4280
|
@pulumi.getter(name="loadInterval")
|
|
4077
4281
|
def load_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
4078
4282
|
"""
|
|
4079
|
-
Interval for interface load calculation
|
|
4283
|
+
Interval for interface load calculation
|
|
4284
|
+
- Range: `30`-`600`
|
|
4285
|
+
- Default value: `30`
|
|
4080
4286
|
"""
|
|
4081
4287
|
return pulumi.get(self, "load_interval")
|
|
4082
4288
|
|
|
@@ -4108,7 +4314,8 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4108
4314
|
@pulumi.getter(name="mediaType")
|
|
4109
4315
|
def media_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4110
4316
|
"""
|
|
4111
|
-
Media type
|
|
4317
|
+
Media type
|
|
4318
|
+
- Choices: `auto-select`, `rj45`, `sfp`
|
|
4112
4319
|
"""
|
|
4113
4320
|
return pulumi.get(self, "media_type")
|
|
4114
4321
|
|
|
@@ -4132,7 +4339,8 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4132
4339
|
@pulumi.getter
|
|
4133
4340
|
def nat64(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4134
4341
|
"""
|
|
4135
|
-
NAT64 on this interface
|
|
4342
|
+
NAT64 on this interface
|
|
4343
|
+
- Default value: `false`
|
|
4136
4344
|
"""
|
|
4137
4345
|
return pulumi.get(self, "nat64")
|
|
4138
4346
|
|
|
@@ -4164,7 +4372,8 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4164
4372
|
@pulumi.getter
|
|
4165
4373
|
def speed(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
4166
4374
|
"""
|
|
4167
|
-
Set interface speed
|
|
4375
|
+
Set interface speed
|
|
4376
|
+
- Choices: `10`, `100`, `1000`, `2500`, `10000`
|
|
4168
4377
|
"""
|
|
4169
4378
|
return pulumi.get(self, "speed")
|
|
4170
4379
|
|
|
@@ -4188,7 +4397,8 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4188
4397
|
@pulumi.getter(name="tcpMss")
|
|
4189
4398
|
def tcp_mss(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
4190
4399
|
"""
|
|
4191
|
-
TCP MSS on SYN packets, in bytes
|
|
4400
|
+
TCP MSS on SYN packets, in bytes
|
|
4401
|
+
- Range: `500`-`1460`
|
|
4192
4402
|
"""
|
|
4193
4403
|
return pulumi.get(self, "tcp_mss")
|
|
4194
4404
|
|
|
@@ -4228,7 +4438,8 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4228
4438
|
@pulumi.getter(name="trustsecEnableSgtPropogation")
|
|
4229
4439
|
def trustsec_enable_sgt_propogation(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4230
4440
|
"""
|
|
4231
|
-
Indicates that the interface is trustworthy for CTS
|
|
4441
|
+
Indicates that the interface is trustworthy for CTS
|
|
4442
|
+
- Default value: `false`
|
|
4232
4443
|
"""
|
|
4233
4444
|
return pulumi.get(self, "trustsec_enable_sgt_propogation")
|
|
4234
4445
|
|
|
@@ -4236,7 +4447,8 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4236
4447
|
@pulumi.getter(name="trustsecEnforcedSecurityGroupTag")
|
|
4237
4448
|
def trustsec_enforced_security_group_tag(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
4238
4449
|
"""
|
|
4239
|
-
SGT value between 2 and 65519
|
|
4450
|
+
SGT value between 2 and 65519
|
|
4451
|
+
- Range: `2`-`65519`
|
|
4240
4452
|
"""
|
|
4241
4453
|
return pulumi.get(self, "trustsec_enforced_security_group_tag")
|
|
4242
4454
|
|
|
@@ -4252,7 +4464,8 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4252
4464
|
@pulumi.getter(name="trustsecPropogate")
|
|
4253
4465
|
def trustsec_propogate(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
4254
4466
|
"""
|
|
4255
|
-
Enables the interface for CTS SGT authorization and forwarding
|
|
4467
|
+
Enables the interface for CTS SGT authorization and forwarding
|
|
4468
|
+
- Default value: `true`
|
|
4256
4469
|
"""
|
|
4257
4470
|
return pulumi.get(self, "trustsec_propogate")
|
|
4258
4471
|
|
|
@@ -4260,7 +4473,8 @@ class ServiceLanVpnInterfaceEthernetFeature(pulumi.CustomResource):
|
|
|
4260
4473
|
@pulumi.getter(name="trustsecSecurityGroupTag")
|
|
4261
4474
|
def trustsec_security_group_tag(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
4262
4475
|
"""
|
|
4263
|
-
SGT value between 2 and 65519
|
|
4476
|
+
SGT value between 2 and 65519
|
|
4477
|
+
- Range: `2`-`65519`
|
|
4264
4478
|
"""
|
|
4265
4479
|
return pulumi.get(self, "trustsec_security_group_tag")
|
|
4266
4480
|
|