pulumi-sdwan 0.2.0a1730384781__py3-none-any.whl → 0.2.1__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/__init__.py +460 -0
- pulumi_sdwan/_inputs.py +42951 -34707
- pulumi_sdwan/activate_centralized_policy.py +12 -0
- pulumi_sdwan/application_priority_feature_profile.py +2 -0
- pulumi_sdwan/application_priority_qos_policy.py +6 -2
- pulumi_sdwan/application_priority_traffic_policy_policy.py +471 -0
- pulumi_sdwan/attach_feature_device_template.py +16 -0
- pulumi_sdwan/cli_feature_profile.py +2 -0
- pulumi_sdwan/config/__init__.pyi +5 -5
- pulumi_sdwan/config/vars.py +5 -5
- pulumi_sdwan/configuration_group.py +108 -0
- pulumi_sdwan/dns_security_feature_profile.py +234 -0
- pulumi_sdwan/embedded_security_feature_profile.py +234 -0
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +210 -0
- pulumi_sdwan/get_configuration_group.py +29 -1
- pulumi_sdwan/get_dns_security_feature_profile.py +126 -0
- pulumi_sdwan/get_embedded_security_feature_profile.py +126 -0
- pulumi_sdwan/get_policy_object_app_probe_class.py +177 -0
- pulumi_sdwan/get_policy_object_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_as_path_list.py +191 -0
- pulumi_sdwan/get_policy_object_feature_profile.py +30 -2
- pulumi_sdwan/get_policy_object_preferred_color_group.py +177 -0
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_identity_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_ips_signature.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_port_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_url_block_list.py +177 -0
- pulumi_sdwan/get_policy_object_sla_class_list.py +177 -0
- pulumi_sdwan/get_policy_object_standard_community_list.py +177 -0
- pulumi_sdwan/get_policy_object_vpn_group.py +177 -0
- pulumi_sdwan/get_service_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_service_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +45 -1
- pulumi_sdwan/get_service_multicast_feature.py +513 -0
- pulumi_sdwan/get_service_routing_eigrp_feature.py +398 -0
- pulumi_sdwan/get_service_wireless_lan_feature.py +415 -0
- pulumi_sdwan/get_sig_security_feature_profile.py +126 -0
- pulumi_sdwan/get_transport_cellular_controller_feature.py +302 -0
- pulumi_sdwan/get_transport_cellular_profile_feature.py +372 -0
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +29 -1
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +219 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +45 -1
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +73 -1
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +45 -1
- pulumi_sdwan/other_feature_profile.py +2 -0
- pulumi_sdwan/other_thousandeyes_feature.py +6 -2
- pulumi_sdwan/other_ucse_feature.py +91 -84
- pulumi_sdwan/outputs.py +56073 -45464
- pulumi_sdwan/policy_object_app_probe_class.py +341 -0
- pulumi_sdwan/policy_object_application_list.py +371 -0
- pulumi_sdwan/policy_object_as_path_list.py +389 -0
- pulumi_sdwan/policy_object_class_map.py +6 -2
- pulumi_sdwan/policy_object_color_list.py +6 -2
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_expanded_community_list.py +6 -2
- pulumi_sdwan/policy_object_extended_community_list.py +6 -2
- pulumi_sdwan/policy_object_feature_profile.py +2 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_mirror.py +6 -2
- pulumi_sdwan/policy_object_policer.py +6 -2
- pulumi_sdwan/policy_object_preferred_color_group.py +341 -0
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +328 -0
- pulumi_sdwan/policy_object_security_fqdn_list.py +358 -0
- pulumi_sdwan/policy_object_security_geolocation_list.py +371 -0
- pulumi_sdwan/policy_object_security_identity_list.py +370 -0
- pulumi_sdwan/policy_object_security_ips_signature.py +341 -0
- pulumi_sdwan/policy_object_security_local_application_list.py +370 -0
- pulumi_sdwan/policy_object_security_local_domain_list.py +328 -0
- pulumi_sdwan/policy_object_security_port_list.py +371 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +328 -0
- pulumi_sdwan/policy_object_security_url_allow_list.py +371 -0
- pulumi_sdwan/policy_object_security_url_block_list.py +371 -0
- pulumi_sdwan/policy_object_sla_class_list.py +341 -0
- pulumi_sdwan/policy_object_standard_community_list.py +341 -0
- pulumi_sdwan/policy_object_tloc_list.py +6 -2
- pulumi_sdwan/policy_object_vpn_group.py +371 -0
- pulumi_sdwan/provider.py +18 -18
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/service_feature_profile.py +2 -0
- pulumi_sdwan/service_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/service_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/service_lan_vpn_feature.py +6 -2
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +6 -2
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +78 -78
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +158 -163
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +192 -55
- pulumi_sdwan/service_multicast_feature.py +1468 -0
- pulumi_sdwan/service_object_tracker_feature.py +6 -2
- pulumi_sdwan/service_object_tracker_group_feature.py +6 -2
- pulumi_sdwan/service_route_policy_feature.py +6 -2
- pulumi_sdwan/service_routing_bgp_feature.py +6 -2
- pulumi_sdwan/service_routing_eigrp_feature.py +1080 -0
- pulumi_sdwan/service_routing_ospf_feature.py +6 -2
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +6 -2
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +6 -2
- pulumi_sdwan/service_switchport_feature.py +6 -2
- pulumi_sdwan/service_tracker_feature.py +6 -2
- pulumi_sdwan/service_tracker_group_feature.py +6 -2
- pulumi_sdwan/service_wireless_lan_feature.py +1232 -0
- pulumi_sdwan/sig_security_feature_profile.py +234 -0
- pulumi_sdwan/system_aaa_feature.py +6 -2
- pulumi_sdwan/system_banner_feature.py +6 -2
- pulumi_sdwan/system_basic_feature.py +6 -2
- pulumi_sdwan/system_bfd_feature.py +6 -2
- pulumi_sdwan/system_feature_profile.py +2 -0
- pulumi_sdwan/system_flexible_port_speed_feature.py +6 -2
- pulumi_sdwan/system_global_feature.py +6 -2
- pulumi_sdwan/system_ipv4_device_access_feature.py +6 -2
- pulumi_sdwan/system_ipv6_device_access_feature.py +6 -2
- pulumi_sdwan/system_logging_feature.py +6 -2
- pulumi_sdwan/system_mrf_feature.py +6 -2
- pulumi_sdwan/system_ntp_feature.py +6 -2
- pulumi_sdwan/system_omp_feature.py +6 -2
- pulumi_sdwan/system_performance_monitoring_feature.py +6 -2
- pulumi_sdwan/system_remote_access_feature.py +23 -20
- pulumi_sdwan/system_security_feature.py +6 -2
- pulumi_sdwan/system_snmp_feature.py +6 -2
- pulumi_sdwan/transport_cellular_controller_feature.py +796 -0
- pulumi_sdwan/transport_cellular_profile_feature.py +1036 -0
- pulumi_sdwan/transport_feature_profile.py +2 -0
- pulumi_sdwan/transport_gps_feature.py +6 -2
- pulumi_sdwan/transport_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_tracker_feature.py +6 -2
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +6 -2
- pulumi_sdwan/transport_management_vpn_feature.py +6 -2
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +184 -72
- pulumi_sdwan/transport_route_policy_feature.py +6 -2
- pulumi_sdwan/transport_routing_bgp_feature.py +6 -2
- pulumi_sdwan/transport_routing_ospf_feature.py +6 -2
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +6 -2
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +6 -2
- pulumi_sdwan/transport_t1_e1_controller_feature.py +483 -0
- pulumi_sdwan/transport_tracker_feature.py +6 -2
- pulumi_sdwan/transport_tracker_group_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +142 -2
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +334 -86
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +146 -2
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/METADATA +5 -5
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/RECORD +183 -91
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/WHEEL +1 -1
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/top_level.txt +0 -0
|
@@ -22,9 +22,10 @@ __all__ = ['ServiceLanVpnInterfaceSviFeatureArgs', 'ServiceLanVpnInterfaceSviFea
|
|
|
22
22
|
class ServiceLanVpnInterfaceSviFeatureArgs:
|
|
23
23
|
def __init__(__self__, *,
|
|
24
24
|
feature_profile_id: pulumi.Input[str],
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
acl_ipv4_egress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
26
|
+
acl_ipv4_ingress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
27
|
+
acl_ipv6_egress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
acl_ipv6_ingress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
28
29
|
arp_timeout: Optional[pulumi.Input[int]] = None,
|
|
29
30
|
arp_timeout_variable: Optional[pulumi.Input[str]] = None,
|
|
30
31
|
arps: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceSviFeatureArpArgs']]]] = None,
|
|
@@ -37,15 +38,18 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
|
|
|
37
38
|
interface_description_variable: Optional[pulumi.Input[str]] = None,
|
|
38
39
|
interface_mtu: Optional[pulumi.Input[int]] = None,
|
|
39
40
|
interface_mtu_variable: Optional[pulumi.Input[str]] = None,
|
|
41
|
+
interface_name: Optional[pulumi.Input[str]] = None,
|
|
40
42
|
interface_name_variable: Optional[pulumi.Input[str]] = None,
|
|
41
43
|
ip_directed_broadcast: Optional[pulumi.Input[bool]] = None,
|
|
42
44
|
ip_directed_broadcast_variable: Optional[pulumi.Input[str]] = None,
|
|
43
45
|
ip_mtu: Optional[pulumi.Input[int]] = None,
|
|
44
46
|
ip_mtu_variable: Optional[pulumi.Input[str]] = None,
|
|
47
|
+
ipv4_address: Optional[pulumi.Input[str]] = None,
|
|
45
48
|
ipv4_address_variable: Optional[pulumi.Input[str]] = None,
|
|
46
49
|
ipv4_dhcp_helpers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
47
50
|
ipv4_dhcp_helpers_variable: Optional[pulumi.Input[str]] = None,
|
|
48
51
|
ipv4_secondary_addresses: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceSviFeatureIpv4SecondaryAddressArgs']]]] = None,
|
|
52
|
+
ipv4_subnet_mask: Optional[pulumi.Input[str]] = None,
|
|
49
53
|
ipv4_subnet_mask_variable: Optional[pulumi.Input[str]] = None,
|
|
50
54
|
ipv4_vrrps: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceSviFeatureIpv4VrrpArgs']]]] = None,
|
|
51
55
|
ipv6_address: Optional[pulumi.Input[str]] = None,
|
|
@@ -62,13 +66,6 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
|
|
|
62
66
|
"""
|
|
63
67
|
The set of arguments for constructing a ServiceLanVpnInterfaceSviFeature resource.
|
|
64
68
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
65
|
-
:param pulumi.Input[str] interface_name: Interface name: VLAN 1 - VLAN 4094 when present
|
|
66
|
-
:param pulumi.Input[str] ipv4_address: IP Address
|
|
67
|
-
:param pulumi.Input[str] ipv4_subnet_mask: Subnet Mask - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
68
|
-
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
69
|
-
`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`,
|
|
70
|
-
`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`,
|
|
71
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
72
69
|
:param pulumi.Input[int] arp_timeout: Timeout value for dynamically learned ARP entries, <0..2678400> seconds - Range: `0`-`2678400` - Default value: `1200`
|
|
73
70
|
:param pulumi.Input[str] arp_timeout_variable: Variable name
|
|
74
71
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceSviFeatureArpArgs']]] arps: Configure static ARP entries
|
|
@@ -81,15 +78,22 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
|
|
|
81
78
|
:param pulumi.Input[str] interface_description_variable: Variable name
|
|
82
79
|
:param pulumi.Input[int] interface_mtu: Interface MTU <1500..9216> in bytes - Range: `1500`-`9216` - Default value: `1500`
|
|
83
80
|
:param pulumi.Input[str] interface_mtu_variable: Variable name
|
|
81
|
+
:param pulumi.Input[str] interface_name: Interface name: VLAN 1 - VLAN 4094 when present
|
|
84
82
|
:param pulumi.Input[str] interface_name_variable: Variable name
|
|
85
83
|
:param pulumi.Input[bool] ip_directed_broadcast: IP Directed-Broadcast - Default value: `false`
|
|
86
84
|
:param pulumi.Input[str] ip_directed_broadcast_variable: Variable name
|
|
87
85
|
:param pulumi.Input[int] ip_mtu: IP MTU <576..Interface MTU>, in bytes - Range: `576`-`9216` - Default value: `1500`
|
|
88
86
|
:param pulumi.Input[str] ip_mtu_variable: Variable name
|
|
87
|
+
:param pulumi.Input[str] ipv4_address: IP Address
|
|
89
88
|
:param pulumi.Input[str] ipv4_address_variable: Variable name
|
|
90
89
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ipv4_dhcp_helpers: List of DHCP helper addresses
|
|
91
90
|
:param pulumi.Input[str] ipv4_dhcp_helpers_variable: Variable name
|
|
92
91
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceSviFeatureIpv4SecondaryAddressArgs']]] ipv4_secondary_addresses: Assign secondary IP addresses
|
|
92
|
+
:param pulumi.Input[str] ipv4_subnet_mask: Subnet Mask - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
93
|
+
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
94
|
+
`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`,
|
|
95
|
+
`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`,
|
|
96
|
+
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
93
97
|
:param pulumi.Input[str] ipv4_subnet_mask_variable: Variable name
|
|
94
98
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceSviFeatureIpv4VrrpArgs']]] ipv4_vrrps: Enable ipv4 VRRP
|
|
95
99
|
:param pulumi.Input[str] ipv6_address: Assign IPv6 address
|
|
@@ -105,9 +109,14 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
|
|
|
105
109
|
:param pulumi.Input[str] tcp_mss_variable: Variable name
|
|
106
110
|
"""
|
|
107
111
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
112
|
+
if acl_ipv4_egress_feature_id is not None:
|
|
113
|
+
pulumi.set(__self__, "acl_ipv4_egress_feature_id", acl_ipv4_egress_feature_id)
|
|
114
|
+
if acl_ipv4_ingress_feature_id is not None:
|
|
115
|
+
pulumi.set(__self__, "acl_ipv4_ingress_feature_id", acl_ipv4_ingress_feature_id)
|
|
116
|
+
if acl_ipv6_egress_feature_id is not None:
|
|
117
|
+
pulumi.set(__self__, "acl_ipv6_egress_feature_id", acl_ipv6_egress_feature_id)
|
|
118
|
+
if acl_ipv6_ingress_feature_id is not None:
|
|
119
|
+
pulumi.set(__self__, "acl_ipv6_ingress_feature_id", acl_ipv6_ingress_feature_id)
|
|
111
120
|
if arp_timeout is not None:
|
|
112
121
|
pulumi.set(__self__, "arp_timeout", arp_timeout)
|
|
113
122
|
if arp_timeout_variable is not None:
|
|
@@ -132,6 +141,8 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
|
|
|
132
141
|
pulumi.set(__self__, "interface_mtu", interface_mtu)
|
|
133
142
|
if interface_mtu_variable is not None:
|
|
134
143
|
pulumi.set(__self__, "interface_mtu_variable", interface_mtu_variable)
|
|
144
|
+
if interface_name is not None:
|
|
145
|
+
pulumi.set(__self__, "interface_name", interface_name)
|
|
135
146
|
if interface_name_variable is not None:
|
|
136
147
|
pulumi.set(__self__, "interface_name_variable", interface_name_variable)
|
|
137
148
|
if ip_directed_broadcast is not None:
|
|
@@ -142,6 +153,8 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
|
|
|
142
153
|
pulumi.set(__self__, "ip_mtu", ip_mtu)
|
|
143
154
|
if ip_mtu_variable is not None:
|
|
144
155
|
pulumi.set(__self__, "ip_mtu_variable", ip_mtu_variable)
|
|
156
|
+
if ipv4_address is not None:
|
|
157
|
+
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
145
158
|
if ipv4_address_variable is not None:
|
|
146
159
|
pulumi.set(__self__, "ipv4_address_variable", ipv4_address_variable)
|
|
147
160
|
if ipv4_dhcp_helpers is not None:
|
|
@@ -150,6 +163,8 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
|
|
|
150
163
|
pulumi.set(__self__, "ipv4_dhcp_helpers_variable", ipv4_dhcp_helpers_variable)
|
|
151
164
|
if ipv4_secondary_addresses is not None:
|
|
152
165
|
pulumi.set(__self__, "ipv4_secondary_addresses", ipv4_secondary_addresses)
|
|
166
|
+
if ipv4_subnet_mask is not None:
|
|
167
|
+
pulumi.set(__self__, "ipv4_subnet_mask", ipv4_subnet_mask)
|
|
153
168
|
if ipv4_subnet_mask_variable is not None:
|
|
154
169
|
pulumi.set(__self__, "ipv4_subnet_mask_variable", ipv4_subnet_mask_variable)
|
|
155
170
|
if ipv4_vrrps is not None:
|
|
@@ -190,44 +205,40 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
|
|
|
190
205
|
pulumi.set(self, "feature_profile_id", value)
|
|
191
206
|
|
|
192
207
|
@property
|
|
193
|
-
@pulumi.getter(name="
|
|
194
|
-
def
|
|
195
|
-
""
|
|
196
|
-
Interface name: VLAN 1 - VLAN 4094 when present
|
|
197
|
-
"""
|
|
198
|
-
return pulumi.get(self, "interface_name")
|
|
208
|
+
@pulumi.getter(name="aclIpv4EgressFeatureId")
|
|
209
|
+
def acl_ipv4_egress_feature_id(self) -> Optional[pulumi.Input[str]]:
|
|
210
|
+
return pulumi.get(self, "acl_ipv4_egress_feature_id")
|
|
199
211
|
|
|
200
|
-
@
|
|
201
|
-
def
|
|
202
|
-
pulumi.set(self, "
|
|
212
|
+
@acl_ipv4_egress_feature_id.setter
|
|
213
|
+
def acl_ipv4_egress_feature_id(self, value: Optional[pulumi.Input[str]]):
|
|
214
|
+
pulumi.set(self, "acl_ipv4_egress_feature_id", value)
|
|
203
215
|
|
|
204
216
|
@property
|
|
205
|
-
@pulumi.getter(name="
|
|
206
|
-
def
|
|
207
|
-
""
|
|
208
|
-
IP Address
|
|
209
|
-
"""
|
|
210
|
-
return pulumi.get(self, "ipv4_address")
|
|
217
|
+
@pulumi.getter(name="aclIpv4IngressFeatureId")
|
|
218
|
+
def acl_ipv4_ingress_feature_id(self) -> Optional[pulumi.Input[str]]:
|
|
219
|
+
return pulumi.get(self, "acl_ipv4_ingress_feature_id")
|
|
211
220
|
|
|
212
|
-
@
|
|
213
|
-
def
|
|
214
|
-
pulumi.set(self, "
|
|
221
|
+
@acl_ipv4_ingress_feature_id.setter
|
|
222
|
+
def acl_ipv4_ingress_feature_id(self, value: Optional[pulumi.Input[str]]):
|
|
223
|
+
pulumi.set(self, "acl_ipv4_ingress_feature_id", value)
|
|
215
224
|
|
|
216
225
|
@property
|
|
217
|
-
@pulumi.getter(name="
|
|
218
|
-
def
|
|
219
|
-
""
|
|
220
|
-
Subnet Mask - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
221
|
-
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
222
|
-
`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`,
|
|
223
|
-
`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`,
|
|
224
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
225
|
-
"""
|
|
226
|
-
return pulumi.get(self, "ipv4_subnet_mask")
|
|
226
|
+
@pulumi.getter(name="aclIpv6EgressFeatureId")
|
|
227
|
+
def acl_ipv6_egress_feature_id(self) -> Optional[pulumi.Input[str]]:
|
|
228
|
+
return pulumi.get(self, "acl_ipv6_egress_feature_id")
|
|
227
229
|
|
|
228
|
-
@
|
|
229
|
-
def
|
|
230
|
-
pulumi.set(self, "
|
|
230
|
+
@acl_ipv6_egress_feature_id.setter
|
|
231
|
+
def acl_ipv6_egress_feature_id(self, value: Optional[pulumi.Input[str]]):
|
|
232
|
+
pulumi.set(self, "acl_ipv6_egress_feature_id", value)
|
|
233
|
+
|
|
234
|
+
@property
|
|
235
|
+
@pulumi.getter(name="aclIpv6IngressFeatureId")
|
|
236
|
+
def acl_ipv6_ingress_feature_id(self) -> Optional[pulumi.Input[str]]:
|
|
237
|
+
return pulumi.get(self, "acl_ipv6_ingress_feature_id")
|
|
238
|
+
|
|
239
|
+
@acl_ipv6_ingress_feature_id.setter
|
|
240
|
+
def acl_ipv6_ingress_feature_id(self, value: Optional[pulumi.Input[str]]):
|
|
241
|
+
pulumi.set(self, "acl_ipv6_ingress_feature_id", value)
|
|
231
242
|
|
|
232
243
|
@property
|
|
233
244
|
@pulumi.getter(name="arpTimeout")
|
|
@@ -373,6 +384,18 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
|
|
|
373
384
|
def interface_mtu_variable(self, value: Optional[pulumi.Input[str]]):
|
|
374
385
|
pulumi.set(self, "interface_mtu_variable", value)
|
|
375
386
|
|
|
387
|
+
@property
|
|
388
|
+
@pulumi.getter(name="interfaceName")
|
|
389
|
+
def interface_name(self) -> Optional[pulumi.Input[str]]:
|
|
390
|
+
"""
|
|
391
|
+
Interface name: VLAN 1 - VLAN 4094 when present
|
|
392
|
+
"""
|
|
393
|
+
return pulumi.get(self, "interface_name")
|
|
394
|
+
|
|
395
|
+
@interface_name.setter
|
|
396
|
+
def interface_name(self, value: Optional[pulumi.Input[str]]):
|
|
397
|
+
pulumi.set(self, "interface_name", value)
|
|
398
|
+
|
|
376
399
|
@property
|
|
377
400
|
@pulumi.getter(name="interfaceNameVariable")
|
|
378
401
|
def interface_name_variable(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -433,6 +456,18 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
|
|
|
433
456
|
def ip_mtu_variable(self, value: Optional[pulumi.Input[str]]):
|
|
434
457
|
pulumi.set(self, "ip_mtu_variable", value)
|
|
435
458
|
|
|
459
|
+
@property
|
|
460
|
+
@pulumi.getter(name="ipv4Address")
|
|
461
|
+
def ipv4_address(self) -> Optional[pulumi.Input[str]]:
|
|
462
|
+
"""
|
|
463
|
+
IP Address
|
|
464
|
+
"""
|
|
465
|
+
return pulumi.get(self, "ipv4_address")
|
|
466
|
+
|
|
467
|
+
@ipv4_address.setter
|
|
468
|
+
def ipv4_address(self, value: Optional[pulumi.Input[str]]):
|
|
469
|
+
pulumi.set(self, "ipv4_address", value)
|
|
470
|
+
|
|
436
471
|
@property
|
|
437
472
|
@pulumi.getter(name="ipv4AddressVariable")
|
|
438
473
|
def ipv4_address_variable(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -481,6 +516,22 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
|
|
|
481
516
|
def ipv4_secondary_addresses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceSviFeatureIpv4SecondaryAddressArgs']]]]):
|
|
482
517
|
pulumi.set(self, "ipv4_secondary_addresses", value)
|
|
483
518
|
|
|
519
|
+
@property
|
|
520
|
+
@pulumi.getter(name="ipv4SubnetMask")
|
|
521
|
+
def ipv4_subnet_mask(self) -> Optional[pulumi.Input[str]]:
|
|
522
|
+
"""
|
|
523
|
+
Subnet Mask - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
524
|
+
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
525
|
+
`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`,
|
|
526
|
+
`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`,
|
|
527
|
+
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
528
|
+
"""
|
|
529
|
+
return pulumi.get(self, "ipv4_subnet_mask")
|
|
530
|
+
|
|
531
|
+
@ipv4_subnet_mask.setter
|
|
532
|
+
def ipv4_subnet_mask(self, value: Optional[pulumi.Input[str]]):
|
|
533
|
+
pulumi.set(self, "ipv4_subnet_mask", value)
|
|
534
|
+
|
|
484
535
|
@property
|
|
485
536
|
@pulumi.getter(name="ipv4SubnetMaskVariable")
|
|
486
537
|
def ipv4_subnet_mask_variable(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -641,6 +692,10 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
|
|
|
641
692
|
@pulumi.input_type
|
|
642
693
|
class _ServiceLanVpnInterfaceSviFeatureState:
|
|
643
694
|
def __init__(__self__, *,
|
|
695
|
+
acl_ipv4_egress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
696
|
+
acl_ipv4_ingress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
697
|
+
acl_ipv6_egress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
698
|
+
acl_ipv6_ingress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
644
699
|
arp_timeout: Optional[pulumi.Input[int]] = None,
|
|
645
700
|
arp_timeout_variable: Optional[pulumi.Input[str]] = None,
|
|
646
701
|
arps: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceSviFeatureArpArgs']]]] = None,
|
|
@@ -726,6 +781,14 @@ class _ServiceLanVpnInterfaceSviFeatureState:
|
|
|
726
781
|
:param pulumi.Input[str] tcp_mss_variable: Variable name
|
|
727
782
|
:param pulumi.Input[int] version: The version of the Feature
|
|
728
783
|
"""
|
|
784
|
+
if acl_ipv4_egress_feature_id is not None:
|
|
785
|
+
pulumi.set(__self__, "acl_ipv4_egress_feature_id", acl_ipv4_egress_feature_id)
|
|
786
|
+
if acl_ipv4_ingress_feature_id is not None:
|
|
787
|
+
pulumi.set(__self__, "acl_ipv4_ingress_feature_id", acl_ipv4_ingress_feature_id)
|
|
788
|
+
if acl_ipv6_egress_feature_id is not None:
|
|
789
|
+
pulumi.set(__self__, "acl_ipv6_egress_feature_id", acl_ipv6_egress_feature_id)
|
|
790
|
+
if acl_ipv6_ingress_feature_id is not None:
|
|
791
|
+
pulumi.set(__self__, "acl_ipv6_ingress_feature_id", acl_ipv6_ingress_feature_id)
|
|
729
792
|
if arp_timeout is not None:
|
|
730
793
|
pulumi.set(__self__, "arp_timeout", arp_timeout)
|
|
731
794
|
if arp_timeout_variable is not None:
|
|
@@ -805,6 +868,42 @@ class _ServiceLanVpnInterfaceSviFeatureState:
|
|
|
805
868
|
if version is not None:
|
|
806
869
|
pulumi.set(__self__, "version", version)
|
|
807
870
|
|
|
871
|
+
@property
|
|
872
|
+
@pulumi.getter(name="aclIpv4EgressFeatureId")
|
|
873
|
+
def acl_ipv4_egress_feature_id(self) -> Optional[pulumi.Input[str]]:
|
|
874
|
+
return pulumi.get(self, "acl_ipv4_egress_feature_id")
|
|
875
|
+
|
|
876
|
+
@acl_ipv4_egress_feature_id.setter
|
|
877
|
+
def acl_ipv4_egress_feature_id(self, value: Optional[pulumi.Input[str]]):
|
|
878
|
+
pulumi.set(self, "acl_ipv4_egress_feature_id", value)
|
|
879
|
+
|
|
880
|
+
@property
|
|
881
|
+
@pulumi.getter(name="aclIpv4IngressFeatureId")
|
|
882
|
+
def acl_ipv4_ingress_feature_id(self) -> Optional[pulumi.Input[str]]:
|
|
883
|
+
return pulumi.get(self, "acl_ipv4_ingress_feature_id")
|
|
884
|
+
|
|
885
|
+
@acl_ipv4_ingress_feature_id.setter
|
|
886
|
+
def acl_ipv4_ingress_feature_id(self, value: Optional[pulumi.Input[str]]):
|
|
887
|
+
pulumi.set(self, "acl_ipv4_ingress_feature_id", value)
|
|
888
|
+
|
|
889
|
+
@property
|
|
890
|
+
@pulumi.getter(name="aclIpv6EgressFeatureId")
|
|
891
|
+
def acl_ipv6_egress_feature_id(self) -> Optional[pulumi.Input[str]]:
|
|
892
|
+
return pulumi.get(self, "acl_ipv6_egress_feature_id")
|
|
893
|
+
|
|
894
|
+
@acl_ipv6_egress_feature_id.setter
|
|
895
|
+
def acl_ipv6_egress_feature_id(self, value: Optional[pulumi.Input[str]]):
|
|
896
|
+
pulumi.set(self, "acl_ipv6_egress_feature_id", value)
|
|
897
|
+
|
|
898
|
+
@property
|
|
899
|
+
@pulumi.getter(name="aclIpv6IngressFeatureId")
|
|
900
|
+
def acl_ipv6_ingress_feature_id(self) -> Optional[pulumi.Input[str]]:
|
|
901
|
+
return pulumi.get(self, "acl_ipv6_ingress_feature_id")
|
|
902
|
+
|
|
903
|
+
@acl_ipv6_ingress_feature_id.setter
|
|
904
|
+
def acl_ipv6_ingress_feature_id(self, value: Optional[pulumi.Input[str]]):
|
|
905
|
+
pulumi.set(self, "acl_ipv6_ingress_feature_id", value)
|
|
906
|
+
|
|
808
907
|
@property
|
|
809
908
|
@pulumi.getter(name="arpTimeout")
|
|
810
909
|
def arp_timeout(self) -> Optional[pulumi.Input[int]]:
|
|
@@ -1283,6 +1382,10 @@ class ServiceLanVpnInterfaceSviFeature(pulumi.CustomResource):
|
|
|
1283
1382
|
def __init__(__self__,
|
|
1284
1383
|
resource_name: str,
|
|
1285
1384
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
1385
|
+
acl_ipv4_egress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
1386
|
+
acl_ipv4_ingress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
1387
|
+
acl_ipv6_egress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
1388
|
+
acl_ipv6_ingress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
1286
1389
|
arp_timeout: Optional[pulumi.Input[int]] = None,
|
|
1287
1390
|
arp_timeout_variable: Optional[pulumi.Input[str]] = None,
|
|
1288
1391
|
arps: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceSviFeatureArpArgs', 'ServiceLanVpnInterfaceSviFeatureArpArgsDict']]]]] = None,
|
|
@@ -1328,8 +1431,10 @@ class ServiceLanVpnInterfaceSviFeature(pulumi.CustomResource):
|
|
|
1328
1431
|
|
|
1329
1432
|
## Import
|
|
1330
1433
|
|
|
1434
|
+
Expected import identifier with the format: "service_lan_vpn_interface_svi_feature_id,feature_profile_id,service_lan_vpn_feature_id"
|
|
1435
|
+
|
|
1331
1436
|
```sh
|
|
1332
|
-
$ pulumi import sdwan:index/serviceLanVpnInterfaceSviFeature:ServiceLanVpnInterfaceSviFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1437
|
+
$ pulumi import sdwan:index/serviceLanVpnInterfaceSviFeature:ServiceLanVpnInterfaceSviFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
|
|
1333
1438
|
```
|
|
1334
1439
|
|
|
1335
1440
|
:param str resource_name: The name of the resource.
|
|
@@ -1389,8 +1494,10 @@ class ServiceLanVpnInterfaceSviFeature(pulumi.CustomResource):
|
|
|
1389
1494
|
|
|
1390
1495
|
## Import
|
|
1391
1496
|
|
|
1497
|
+
Expected import identifier with the format: "service_lan_vpn_interface_svi_feature_id,feature_profile_id,service_lan_vpn_feature_id"
|
|
1498
|
+
|
|
1392
1499
|
```sh
|
|
1393
|
-
$ pulumi import sdwan:index/serviceLanVpnInterfaceSviFeature:ServiceLanVpnInterfaceSviFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1500
|
+
$ pulumi import sdwan:index/serviceLanVpnInterfaceSviFeature:ServiceLanVpnInterfaceSviFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
|
|
1394
1501
|
```
|
|
1395
1502
|
|
|
1396
1503
|
:param str resource_name: The name of the resource.
|
|
@@ -1408,6 +1515,10 @@ class ServiceLanVpnInterfaceSviFeature(pulumi.CustomResource):
|
|
|
1408
1515
|
def _internal_init(__self__,
|
|
1409
1516
|
resource_name: str,
|
|
1410
1517
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
1518
|
+
acl_ipv4_egress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
1519
|
+
acl_ipv4_ingress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
1520
|
+
acl_ipv6_egress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
1521
|
+
acl_ipv6_ingress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
1411
1522
|
arp_timeout: Optional[pulumi.Input[int]] = None,
|
|
1412
1523
|
arp_timeout_variable: Optional[pulumi.Input[str]] = None,
|
|
1413
1524
|
arps: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceSviFeatureArpArgs', 'ServiceLanVpnInterfaceSviFeatureArpArgsDict']]]]] = None,
|
|
@@ -1455,6 +1566,10 @@ class ServiceLanVpnInterfaceSviFeature(pulumi.CustomResource):
|
|
|
1455
1566
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
1456
1567
|
__props__ = ServiceLanVpnInterfaceSviFeatureArgs.__new__(ServiceLanVpnInterfaceSviFeatureArgs)
|
|
1457
1568
|
|
|
1569
|
+
__props__.__dict__["acl_ipv4_egress_feature_id"] = acl_ipv4_egress_feature_id
|
|
1570
|
+
__props__.__dict__["acl_ipv4_ingress_feature_id"] = acl_ipv4_ingress_feature_id
|
|
1571
|
+
__props__.__dict__["acl_ipv6_egress_feature_id"] = acl_ipv6_egress_feature_id
|
|
1572
|
+
__props__.__dict__["acl_ipv6_ingress_feature_id"] = acl_ipv6_ingress_feature_id
|
|
1458
1573
|
__props__.__dict__["arp_timeout"] = arp_timeout
|
|
1459
1574
|
__props__.__dict__["arp_timeout_variable"] = arp_timeout_variable
|
|
1460
1575
|
__props__.__dict__["arps"] = arps
|
|
@@ -1470,23 +1585,17 @@ class ServiceLanVpnInterfaceSviFeature(pulumi.CustomResource):
|
|
|
1470
1585
|
__props__.__dict__["interface_description_variable"] = interface_description_variable
|
|
1471
1586
|
__props__.__dict__["interface_mtu"] = interface_mtu
|
|
1472
1587
|
__props__.__dict__["interface_mtu_variable"] = interface_mtu_variable
|
|
1473
|
-
if interface_name is None and not opts.urn:
|
|
1474
|
-
raise TypeError("Missing required property 'interface_name'")
|
|
1475
1588
|
__props__.__dict__["interface_name"] = interface_name
|
|
1476
1589
|
__props__.__dict__["interface_name_variable"] = interface_name_variable
|
|
1477
1590
|
__props__.__dict__["ip_directed_broadcast"] = ip_directed_broadcast
|
|
1478
1591
|
__props__.__dict__["ip_directed_broadcast_variable"] = ip_directed_broadcast_variable
|
|
1479
1592
|
__props__.__dict__["ip_mtu"] = ip_mtu
|
|
1480
1593
|
__props__.__dict__["ip_mtu_variable"] = ip_mtu_variable
|
|
1481
|
-
if ipv4_address is None and not opts.urn:
|
|
1482
|
-
raise TypeError("Missing required property 'ipv4_address'")
|
|
1483
1594
|
__props__.__dict__["ipv4_address"] = ipv4_address
|
|
1484
1595
|
__props__.__dict__["ipv4_address_variable"] = ipv4_address_variable
|
|
1485
1596
|
__props__.__dict__["ipv4_dhcp_helpers"] = ipv4_dhcp_helpers
|
|
1486
1597
|
__props__.__dict__["ipv4_dhcp_helpers_variable"] = ipv4_dhcp_helpers_variable
|
|
1487
1598
|
__props__.__dict__["ipv4_secondary_addresses"] = ipv4_secondary_addresses
|
|
1488
|
-
if ipv4_subnet_mask is None and not opts.urn:
|
|
1489
|
-
raise TypeError("Missing required property 'ipv4_subnet_mask'")
|
|
1490
1599
|
__props__.__dict__["ipv4_subnet_mask"] = ipv4_subnet_mask
|
|
1491
1600
|
__props__.__dict__["ipv4_subnet_mask_variable"] = ipv4_subnet_mask_variable
|
|
1492
1601
|
__props__.__dict__["ipv4_vrrps"] = ipv4_vrrps
|
|
@@ -1512,6 +1621,10 @@ class ServiceLanVpnInterfaceSviFeature(pulumi.CustomResource):
|
|
|
1512
1621
|
def get(resource_name: str,
|
|
1513
1622
|
id: pulumi.Input[str],
|
|
1514
1623
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
1624
|
+
acl_ipv4_egress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
1625
|
+
acl_ipv4_ingress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
1626
|
+
acl_ipv6_egress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
1627
|
+
acl_ipv6_ingress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
1515
1628
|
arp_timeout: Optional[pulumi.Input[int]] = None,
|
|
1516
1629
|
arp_timeout_variable: Optional[pulumi.Input[str]] = None,
|
|
1517
1630
|
arps: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceLanVpnInterfaceSviFeatureArpArgs', 'ServiceLanVpnInterfaceSviFeatureArpArgsDict']]]]] = None,
|
|
@@ -1606,6 +1719,10 @@ class ServiceLanVpnInterfaceSviFeature(pulumi.CustomResource):
|
|
|
1606
1719
|
|
|
1607
1720
|
__props__ = _ServiceLanVpnInterfaceSviFeatureState.__new__(_ServiceLanVpnInterfaceSviFeatureState)
|
|
1608
1721
|
|
|
1722
|
+
__props__.__dict__["acl_ipv4_egress_feature_id"] = acl_ipv4_egress_feature_id
|
|
1723
|
+
__props__.__dict__["acl_ipv4_ingress_feature_id"] = acl_ipv4_ingress_feature_id
|
|
1724
|
+
__props__.__dict__["acl_ipv6_egress_feature_id"] = acl_ipv6_egress_feature_id
|
|
1725
|
+
__props__.__dict__["acl_ipv6_ingress_feature_id"] = acl_ipv6_ingress_feature_id
|
|
1609
1726
|
__props__.__dict__["arp_timeout"] = arp_timeout
|
|
1610
1727
|
__props__.__dict__["arp_timeout_variable"] = arp_timeout_variable
|
|
1611
1728
|
__props__.__dict__["arps"] = arps
|
|
@@ -1647,6 +1764,26 @@ class ServiceLanVpnInterfaceSviFeature(pulumi.CustomResource):
|
|
|
1647
1764
|
__props__.__dict__["version"] = version
|
|
1648
1765
|
return ServiceLanVpnInterfaceSviFeature(resource_name, opts=opts, __props__=__props__)
|
|
1649
1766
|
|
|
1767
|
+
@property
|
|
1768
|
+
@pulumi.getter(name="aclIpv4EgressFeatureId")
|
|
1769
|
+
def acl_ipv4_egress_feature_id(self) -> pulumi.Output[Optional[str]]:
|
|
1770
|
+
return pulumi.get(self, "acl_ipv4_egress_feature_id")
|
|
1771
|
+
|
|
1772
|
+
@property
|
|
1773
|
+
@pulumi.getter(name="aclIpv4IngressFeatureId")
|
|
1774
|
+
def acl_ipv4_ingress_feature_id(self) -> pulumi.Output[Optional[str]]:
|
|
1775
|
+
return pulumi.get(self, "acl_ipv4_ingress_feature_id")
|
|
1776
|
+
|
|
1777
|
+
@property
|
|
1778
|
+
@pulumi.getter(name="aclIpv6EgressFeatureId")
|
|
1779
|
+
def acl_ipv6_egress_feature_id(self) -> pulumi.Output[Optional[str]]:
|
|
1780
|
+
return pulumi.get(self, "acl_ipv6_egress_feature_id")
|
|
1781
|
+
|
|
1782
|
+
@property
|
|
1783
|
+
@pulumi.getter(name="aclIpv6IngressFeatureId")
|
|
1784
|
+
def acl_ipv6_ingress_feature_id(self) -> pulumi.Output[Optional[str]]:
|
|
1785
|
+
return pulumi.get(self, "acl_ipv6_ingress_feature_id")
|
|
1786
|
+
|
|
1650
1787
|
@property
|
|
1651
1788
|
@pulumi.getter(name="arpTimeout")
|
|
1652
1789
|
def arp_timeout(self) -> pulumi.Output[Optional[int]]:
|
|
@@ -1753,7 +1890,7 @@ class ServiceLanVpnInterfaceSviFeature(pulumi.CustomResource):
|
|
|
1753
1890
|
|
|
1754
1891
|
@property
|
|
1755
1892
|
@pulumi.getter(name="interfaceName")
|
|
1756
|
-
def interface_name(self) -> pulumi.Output[str]:
|
|
1893
|
+
def interface_name(self) -> pulumi.Output[Optional[str]]:
|
|
1757
1894
|
"""
|
|
1758
1895
|
Interface name: VLAN 1 - VLAN 4094 when present
|
|
1759
1896
|
"""
|
|
@@ -1801,7 +1938,7 @@ class ServiceLanVpnInterfaceSviFeature(pulumi.CustomResource):
|
|
|
1801
1938
|
|
|
1802
1939
|
@property
|
|
1803
1940
|
@pulumi.getter(name="ipv4Address")
|
|
1804
|
-
def ipv4_address(self) -> pulumi.Output[str]:
|
|
1941
|
+
def ipv4_address(self) -> pulumi.Output[Optional[str]]:
|
|
1805
1942
|
"""
|
|
1806
1943
|
IP Address
|
|
1807
1944
|
"""
|
|
@@ -1841,7 +1978,7 @@ class ServiceLanVpnInterfaceSviFeature(pulumi.CustomResource):
|
|
|
1841
1978
|
|
|
1842
1979
|
@property
|
|
1843
1980
|
@pulumi.getter(name="ipv4SubnetMask")
|
|
1844
|
-
def ipv4_subnet_mask(self) -> pulumi.Output[str]:
|
|
1981
|
+
def ipv4_subnet_mask(self) -> pulumi.Output[Optional[str]]:
|
|
1845
1982
|
"""
|
|
1846
1983
|
Subnet Mask - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
1847
1984
|
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|