pulumi-sdwan 0.2.0a1730181615__py3-none-any.whl → 0.2.0a1730451699__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 +300 -0
- pulumi_sdwan/_inputs.py +33470 -25249
- 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_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_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_interface_ethernet_feature.py +29 -1
- pulumi_sdwan/other_feature_profile.py +2 -0
- pulumi_sdwan/other_thousandeyes_feature.py +6 -2
- pulumi_sdwan/other_ucse_feature.py +40 -38
- pulumi_sdwan/outputs.py +57639 -47055
- 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_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 +65 -64
- 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 +6 -2
- pulumi_sdwan/system_security_feature.py +6 -2
- pulumi_sdwan/system_snmp_feature.py +6 -2
- 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_interface_cellular_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +198 -86
- 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 +6 -2
- {pulumi_sdwan-0.2.0a1730181615.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.2.0a1730181615.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/RECORD +148 -88
- {pulumi_sdwan-0.2.0a1730181615.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/WHEEL +1 -1
- {pulumi_sdwan-0.2.0a1730181615.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/top_level.txt +0 -0
|
@@ -19,17 +19,9 @@ __all__ = ['ServiceLanVpnInterfaceIpsecFeatureArgs', 'ServiceLanVpnInterfaceIpse
|
|
|
19
19
|
@pulumi.input_type
|
|
20
20
|
class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
21
21
|
def __init__(__self__, *,
|
|
22
|
-
application_tunnel_type: pulumi.Input[str],
|
|
23
22
|
feature_profile_id: pulumi.Input[str],
|
|
24
|
-
ike_preshared_key: pulumi.Input[str],
|
|
25
|
-
interface_name: pulumi.Input[str],
|
|
26
|
-
ipv4_address: pulumi.Input[str],
|
|
27
|
-
ipv4_subnet_mask: pulumi.Input[str],
|
|
28
|
-
tunnel_destination_ipv4_address: pulumi.Input[str],
|
|
29
23
|
tunnel_destination_ipv4_subnet_mask: pulumi.Input[str],
|
|
30
|
-
|
|
31
|
-
tunnel_source_ipv4_address: pulumi.Input[str],
|
|
32
|
-
tunnel_source_ipv4_subnet_mask: pulumi.Input[str],
|
|
24
|
+
application_tunnel_type: Optional[pulumi.Input[str]] = None,
|
|
33
25
|
application_tunnel_type_variable: Optional[pulumi.Input[str]] = None,
|
|
34
26
|
clear_dont_fragment: Optional[pulumi.Input[bool]] = None,
|
|
35
27
|
clear_dont_fragment_variable: Optional[pulumi.Input[str]] = None,
|
|
@@ -48,12 +40,14 @@ class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
|
48
40
|
ike_id_remote_end_point_variable: Optional[pulumi.Input[str]] = None,
|
|
49
41
|
ike_integrity_protocol: Optional[pulumi.Input[str]] = None,
|
|
50
42
|
ike_integrity_protocol_variable: Optional[pulumi.Input[str]] = None,
|
|
43
|
+
ike_preshared_key: Optional[pulumi.Input[str]] = None,
|
|
51
44
|
ike_preshared_key_variable: Optional[pulumi.Input[str]] = None,
|
|
52
45
|
ike_rekey_interval: Optional[pulumi.Input[int]] = None,
|
|
53
46
|
ike_rekey_interval_variable: Optional[pulumi.Input[str]] = None,
|
|
54
47
|
ike_version: Optional[pulumi.Input[int]] = None,
|
|
55
48
|
interface_description: Optional[pulumi.Input[str]] = None,
|
|
56
49
|
interface_description_variable: Optional[pulumi.Input[str]] = None,
|
|
50
|
+
interface_name: Optional[pulumi.Input[str]] = None,
|
|
57
51
|
interface_name_variable: Optional[pulumi.Input[str]] = None,
|
|
58
52
|
ip_mtu: Optional[pulumi.Input[int]] = None,
|
|
59
53
|
ip_mtu_variable: Optional[pulumi.Input[str]] = None,
|
|
@@ -63,7 +57,9 @@ class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
|
63
57
|
ipsec_rekey_interval_variable: Optional[pulumi.Input[str]] = None,
|
|
64
58
|
ipsec_replay_window: Optional[pulumi.Input[int]] = None,
|
|
65
59
|
ipsec_replay_window_variable: Optional[pulumi.Input[str]] = None,
|
|
60
|
+
ipv4_address: Optional[pulumi.Input[str]] = None,
|
|
66
61
|
ipv4_address_variable: Optional[pulumi.Input[str]] = None,
|
|
62
|
+
ipv4_subnet_mask: Optional[pulumi.Input[str]] = None,
|
|
67
63
|
ipv4_subnet_mask_variable: Optional[pulumi.Input[str]] = None,
|
|
68
64
|
name: Optional[pulumi.Input[str]] = None,
|
|
69
65
|
perfect_forward_secrecy: Optional[pulumi.Input[str]] = None,
|
|
@@ -75,35 +71,26 @@ class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
|
75
71
|
tcp_mss_variable: Optional[pulumi.Input[str]] = None,
|
|
76
72
|
tracker_id: Optional[pulumi.Input[str]] = None,
|
|
77
73
|
tracker_id_variable: Optional[pulumi.Input[str]] = None,
|
|
74
|
+
tunnel_destination_ipv4_address: Optional[pulumi.Input[str]] = None,
|
|
78
75
|
tunnel_destination_ipv4_address_variable: Optional[pulumi.Input[str]] = None,
|
|
79
76
|
tunnel_destination_ipv4_subnet_mask_variable: Optional[pulumi.Input[str]] = None,
|
|
80
77
|
tunnel_route_via: Optional[pulumi.Input[str]] = None,
|
|
81
78
|
tunnel_route_via_variable: Optional[pulumi.Input[str]] = None,
|
|
79
|
+
tunnel_source_interface: Optional[pulumi.Input[str]] = None,
|
|
82
80
|
tunnel_source_interface_variable: Optional[pulumi.Input[str]] = None,
|
|
81
|
+
tunnel_source_ipv4_address: Optional[pulumi.Input[str]] = None,
|
|
83
82
|
tunnel_source_ipv4_address_variable: Optional[pulumi.Input[str]] = None,
|
|
83
|
+
tunnel_source_ipv4_subnet_mask: Optional[pulumi.Input[str]] = None,
|
|
84
84
|
tunnel_source_ipv4_subnet_mask_variable: Optional[pulumi.Input[str]] = None):
|
|
85
85
|
"""
|
|
86
86
|
The set of arguments for constructing a ServiceLanVpnInterfaceIpsecFeature resource.
|
|
87
|
-
:param pulumi.Input[str] application_tunnel_type: Enable Application Tunnel Type - Choices: `none`, `sig`
|
|
88
87
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
89
|
-
:param pulumi.Input[str] ike_preshared_key: Use preshared key to authenticate IKE peer
|
|
90
|
-
:param pulumi.Input[str] interface_name: Interface name: IPsec when present
|
|
91
|
-
:param pulumi.Input[str] ipv4_subnet_mask: - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
92
|
-
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
93
|
-
`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`,
|
|
94
|
-
`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`,
|
|
95
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
96
88
|
:param pulumi.Input[str] tunnel_destination_ipv4_subnet_mask: - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
97
89
|
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
98
90
|
`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`,
|
|
99
91
|
`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`,
|
|
100
92
|
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
101
|
-
:param pulumi.Input[str]
|
|
102
|
-
:param pulumi.Input[str] tunnel_source_ipv4_subnet_mask: - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
103
|
-
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
104
|
-
`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`,
|
|
105
|
-
`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`,
|
|
106
|
-
`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
|
+
:param pulumi.Input[str] application_tunnel_type: Enable Application Tunnel Type - Choices: `none`, `sig`
|
|
107
94
|
:param pulumi.Input[str] application_tunnel_type_variable: Variable name
|
|
108
95
|
:param pulumi.Input[bool] clear_dont_fragment: Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value: `false`
|
|
109
96
|
:param pulumi.Input[str] clear_dont_fragment_variable: Variable name
|
|
@@ -123,12 +110,14 @@ class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
|
123
110
|
:param pulumi.Input[str] ike_id_remote_end_point_variable: Variable name
|
|
124
111
|
:param pulumi.Input[str] ike_integrity_protocol: IKE integrity protocol - Choices: `main`, `aggressive` - Default value: `main`
|
|
125
112
|
:param pulumi.Input[str] ike_integrity_protocol_variable: Variable name
|
|
113
|
+
:param pulumi.Input[str] ike_preshared_key: Use preshared key to authenticate IKE peer
|
|
126
114
|
:param pulumi.Input[str] ike_preshared_key_variable: Variable name
|
|
127
115
|
:param pulumi.Input[int] ike_rekey_interval: IKE rekey interval <60..86400> seconds - Range: `60`-`86400` - Default value: `14400`
|
|
128
116
|
:param pulumi.Input[str] ike_rekey_interval_variable: Variable name
|
|
129
117
|
:param pulumi.Input[int] ike_version: IKE Version <1..2> - Range: `1`-`2` - Default value: `1`
|
|
130
118
|
:param pulumi.Input[str] interface_description: Interface description
|
|
131
119
|
:param pulumi.Input[str] interface_description_variable: Variable name
|
|
120
|
+
:param pulumi.Input[str] interface_name: Interface name: IPsec when present
|
|
132
121
|
:param pulumi.Input[str] interface_name_variable: Variable name
|
|
133
122
|
:param pulumi.Input[int] ip_mtu: Interface MTU <68..9216>, in bytes - Range: `68`-`9216` - Default value: `1500`
|
|
134
123
|
:param pulumi.Input[str] ip_mtu_variable: Variable name
|
|
@@ -141,6 +130,11 @@ class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
|
141
130
|
:param pulumi.Input[int] ipsec_replay_window: Replay window size 32..8192 (must be a power of 2) - Range: `64`-`4096` - Default value: `512`
|
|
142
131
|
:param pulumi.Input[str] ipsec_replay_window_variable: Variable name
|
|
143
132
|
:param pulumi.Input[str] ipv4_address_variable: Variable name
|
|
133
|
+
:param pulumi.Input[str] ipv4_subnet_mask: - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
134
|
+
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
135
|
+
`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`,
|
|
136
|
+
`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`,
|
|
137
|
+
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
144
138
|
:param pulumi.Input[str] ipv4_subnet_mask_variable: Variable name
|
|
145
139
|
:param pulumi.Input[str] name: The name of the Feature
|
|
146
140
|
:param pulumi.Input[str] perfect_forward_secrecy: IPsec perfect forward secrecy settings - Choices: `group-1`, `group-2`, `group-5`, `group-14`, `group-15`, `group-16`,
|
|
@@ -157,21 +151,20 @@ class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
|
157
151
|
:param pulumi.Input[str] tunnel_destination_ipv4_subnet_mask_variable: Variable name
|
|
158
152
|
:param pulumi.Input[str] tunnel_route_via: <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
|
|
159
153
|
:param pulumi.Input[str] tunnel_route_via_variable: Variable name
|
|
154
|
+
:param pulumi.Input[str] tunnel_source_interface: <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
|
|
160
155
|
:param pulumi.Input[str] tunnel_source_interface_variable: Variable name
|
|
161
156
|
:param pulumi.Input[str] tunnel_source_ipv4_address_variable: Variable name
|
|
157
|
+
:param pulumi.Input[str] tunnel_source_ipv4_subnet_mask: - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
158
|
+
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
159
|
+
`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`,
|
|
160
|
+
`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`,
|
|
161
|
+
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
162
162
|
:param pulumi.Input[str] tunnel_source_ipv4_subnet_mask_variable: Variable name
|
|
163
163
|
"""
|
|
164
|
-
pulumi.set(__self__, "application_tunnel_type", application_tunnel_type)
|
|
165
164
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
166
|
-
pulumi.set(__self__, "ike_preshared_key", ike_preshared_key)
|
|
167
|
-
pulumi.set(__self__, "interface_name", interface_name)
|
|
168
|
-
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
169
|
-
pulumi.set(__self__, "ipv4_subnet_mask", ipv4_subnet_mask)
|
|
170
|
-
pulumi.set(__self__, "tunnel_destination_ipv4_address", tunnel_destination_ipv4_address)
|
|
171
165
|
pulumi.set(__self__, "tunnel_destination_ipv4_subnet_mask", tunnel_destination_ipv4_subnet_mask)
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
pulumi.set(__self__, "tunnel_source_ipv4_subnet_mask", tunnel_source_ipv4_subnet_mask)
|
|
166
|
+
if application_tunnel_type is not None:
|
|
167
|
+
pulumi.set(__self__, "application_tunnel_type", application_tunnel_type)
|
|
175
168
|
if application_tunnel_type_variable is not None:
|
|
176
169
|
pulumi.set(__self__, "application_tunnel_type_variable", application_tunnel_type_variable)
|
|
177
170
|
if clear_dont_fragment is not None:
|
|
@@ -208,6 +201,8 @@ class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
|
208
201
|
pulumi.set(__self__, "ike_integrity_protocol", ike_integrity_protocol)
|
|
209
202
|
if ike_integrity_protocol_variable is not None:
|
|
210
203
|
pulumi.set(__self__, "ike_integrity_protocol_variable", ike_integrity_protocol_variable)
|
|
204
|
+
if ike_preshared_key is not None:
|
|
205
|
+
pulumi.set(__self__, "ike_preshared_key", ike_preshared_key)
|
|
211
206
|
if ike_preshared_key_variable is not None:
|
|
212
207
|
pulumi.set(__self__, "ike_preshared_key_variable", ike_preshared_key_variable)
|
|
213
208
|
if ike_rekey_interval is not None:
|
|
@@ -220,6 +215,8 @@ class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
|
220
215
|
pulumi.set(__self__, "interface_description", interface_description)
|
|
221
216
|
if interface_description_variable is not None:
|
|
222
217
|
pulumi.set(__self__, "interface_description_variable", interface_description_variable)
|
|
218
|
+
if interface_name is not None:
|
|
219
|
+
pulumi.set(__self__, "interface_name", interface_name)
|
|
223
220
|
if interface_name_variable is not None:
|
|
224
221
|
pulumi.set(__self__, "interface_name_variable", interface_name_variable)
|
|
225
222
|
if ip_mtu is not None:
|
|
@@ -238,8 +235,12 @@ class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
|
238
235
|
pulumi.set(__self__, "ipsec_replay_window", ipsec_replay_window)
|
|
239
236
|
if ipsec_replay_window_variable is not None:
|
|
240
237
|
pulumi.set(__self__, "ipsec_replay_window_variable", ipsec_replay_window_variable)
|
|
238
|
+
if ipv4_address is not None:
|
|
239
|
+
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
241
240
|
if ipv4_address_variable is not None:
|
|
242
241
|
pulumi.set(__self__, "ipv4_address_variable", ipv4_address_variable)
|
|
242
|
+
if ipv4_subnet_mask is not None:
|
|
243
|
+
pulumi.set(__self__, "ipv4_subnet_mask", ipv4_subnet_mask)
|
|
243
244
|
if ipv4_subnet_mask_variable is not None:
|
|
244
245
|
pulumi.set(__self__, "ipv4_subnet_mask_variable", ipv4_subnet_mask_variable)
|
|
245
246
|
if name is not None:
|
|
@@ -262,6 +263,8 @@ class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
|
262
263
|
pulumi.set(__self__, "tracker_id", tracker_id)
|
|
263
264
|
if tracker_id_variable is not None:
|
|
264
265
|
pulumi.set(__self__, "tracker_id_variable", tracker_id_variable)
|
|
266
|
+
if tunnel_destination_ipv4_address is not None:
|
|
267
|
+
pulumi.set(__self__, "tunnel_destination_ipv4_address", tunnel_destination_ipv4_address)
|
|
265
268
|
if tunnel_destination_ipv4_address_variable is not None:
|
|
266
269
|
pulumi.set(__self__, "tunnel_destination_ipv4_address_variable", tunnel_destination_ipv4_address_variable)
|
|
267
270
|
if tunnel_destination_ipv4_subnet_mask_variable is not None:
|
|
@@ -270,25 +273,19 @@ class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
|
270
273
|
pulumi.set(__self__, "tunnel_route_via", tunnel_route_via)
|
|
271
274
|
if tunnel_route_via_variable is not None:
|
|
272
275
|
pulumi.set(__self__, "tunnel_route_via_variable", tunnel_route_via_variable)
|
|
276
|
+
if tunnel_source_interface is not None:
|
|
277
|
+
pulumi.set(__self__, "tunnel_source_interface", tunnel_source_interface)
|
|
273
278
|
if tunnel_source_interface_variable is not None:
|
|
274
279
|
pulumi.set(__self__, "tunnel_source_interface_variable", tunnel_source_interface_variable)
|
|
280
|
+
if tunnel_source_ipv4_address is not None:
|
|
281
|
+
pulumi.set(__self__, "tunnel_source_ipv4_address", tunnel_source_ipv4_address)
|
|
275
282
|
if tunnel_source_ipv4_address_variable is not None:
|
|
276
283
|
pulumi.set(__self__, "tunnel_source_ipv4_address_variable", tunnel_source_ipv4_address_variable)
|
|
284
|
+
if tunnel_source_ipv4_subnet_mask is not None:
|
|
285
|
+
pulumi.set(__self__, "tunnel_source_ipv4_subnet_mask", tunnel_source_ipv4_subnet_mask)
|
|
277
286
|
if tunnel_source_ipv4_subnet_mask_variable is not None:
|
|
278
287
|
pulumi.set(__self__, "tunnel_source_ipv4_subnet_mask_variable", tunnel_source_ipv4_subnet_mask_variable)
|
|
279
288
|
|
|
280
|
-
@property
|
|
281
|
-
@pulumi.getter(name="applicationTunnelType")
|
|
282
|
-
def application_tunnel_type(self) -> pulumi.Input[str]:
|
|
283
|
-
"""
|
|
284
|
-
Enable Application Tunnel Type - Choices: `none`, `sig`
|
|
285
|
-
"""
|
|
286
|
-
return pulumi.get(self, "application_tunnel_type")
|
|
287
|
-
|
|
288
|
-
@application_tunnel_type.setter
|
|
289
|
-
def application_tunnel_type(self, value: pulumi.Input[str]):
|
|
290
|
-
pulumi.set(self, "application_tunnel_type", value)
|
|
291
|
-
|
|
292
289
|
@property
|
|
293
290
|
@pulumi.getter(name="featureProfileId")
|
|
294
291
|
def feature_profile_id(self) -> pulumi.Input[str]:
|
|
@@ -301,64 +298,6 @@ class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
|
301
298
|
def feature_profile_id(self, value: pulumi.Input[str]):
|
|
302
299
|
pulumi.set(self, "feature_profile_id", value)
|
|
303
300
|
|
|
304
|
-
@property
|
|
305
|
-
@pulumi.getter(name="ikePresharedKey")
|
|
306
|
-
def ike_preshared_key(self) -> pulumi.Input[str]:
|
|
307
|
-
"""
|
|
308
|
-
Use preshared key to authenticate IKE peer
|
|
309
|
-
"""
|
|
310
|
-
return pulumi.get(self, "ike_preshared_key")
|
|
311
|
-
|
|
312
|
-
@ike_preshared_key.setter
|
|
313
|
-
def ike_preshared_key(self, value: pulumi.Input[str]):
|
|
314
|
-
pulumi.set(self, "ike_preshared_key", value)
|
|
315
|
-
|
|
316
|
-
@property
|
|
317
|
-
@pulumi.getter(name="interfaceName")
|
|
318
|
-
def interface_name(self) -> pulumi.Input[str]:
|
|
319
|
-
"""
|
|
320
|
-
Interface name: IPsec when present
|
|
321
|
-
"""
|
|
322
|
-
return pulumi.get(self, "interface_name")
|
|
323
|
-
|
|
324
|
-
@interface_name.setter
|
|
325
|
-
def interface_name(self, value: pulumi.Input[str]):
|
|
326
|
-
pulumi.set(self, "interface_name", value)
|
|
327
|
-
|
|
328
|
-
@property
|
|
329
|
-
@pulumi.getter(name="ipv4Address")
|
|
330
|
-
def ipv4_address(self) -> pulumi.Input[str]:
|
|
331
|
-
return pulumi.get(self, "ipv4_address")
|
|
332
|
-
|
|
333
|
-
@ipv4_address.setter
|
|
334
|
-
def ipv4_address(self, value: pulumi.Input[str]):
|
|
335
|
-
pulumi.set(self, "ipv4_address", value)
|
|
336
|
-
|
|
337
|
-
@property
|
|
338
|
-
@pulumi.getter(name="ipv4SubnetMask")
|
|
339
|
-
def ipv4_subnet_mask(self) -> pulumi.Input[str]:
|
|
340
|
-
"""
|
|
341
|
-
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
342
|
-
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
343
|
-
`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`,
|
|
344
|
-
`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`,
|
|
345
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
346
|
-
"""
|
|
347
|
-
return pulumi.get(self, "ipv4_subnet_mask")
|
|
348
|
-
|
|
349
|
-
@ipv4_subnet_mask.setter
|
|
350
|
-
def ipv4_subnet_mask(self, value: pulumi.Input[str]):
|
|
351
|
-
pulumi.set(self, "ipv4_subnet_mask", value)
|
|
352
|
-
|
|
353
|
-
@property
|
|
354
|
-
@pulumi.getter(name="tunnelDestinationIpv4Address")
|
|
355
|
-
def tunnel_destination_ipv4_address(self) -> pulumi.Input[str]:
|
|
356
|
-
return pulumi.get(self, "tunnel_destination_ipv4_address")
|
|
357
|
-
|
|
358
|
-
@tunnel_destination_ipv4_address.setter
|
|
359
|
-
def tunnel_destination_ipv4_address(self, value: pulumi.Input[str]):
|
|
360
|
-
pulumi.set(self, "tunnel_destination_ipv4_address", value)
|
|
361
|
-
|
|
362
301
|
@property
|
|
363
302
|
@pulumi.getter(name="tunnelDestinationIpv4SubnetMask")
|
|
364
303
|
def tunnel_destination_ipv4_subnet_mask(self) -> pulumi.Input[str]:
|
|
@@ -376,41 +315,16 @@ class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
|
376
315
|
pulumi.set(self, "tunnel_destination_ipv4_subnet_mask", value)
|
|
377
316
|
|
|
378
317
|
@property
|
|
379
|
-
@pulumi.getter(name="
|
|
380
|
-
def
|
|
381
|
-
"""
|
|
382
|
-
<1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
|
|
383
|
-
"""
|
|
384
|
-
return pulumi.get(self, "tunnel_source_interface")
|
|
385
|
-
|
|
386
|
-
@tunnel_source_interface.setter
|
|
387
|
-
def tunnel_source_interface(self, value: pulumi.Input[str]):
|
|
388
|
-
pulumi.set(self, "tunnel_source_interface", value)
|
|
389
|
-
|
|
390
|
-
@property
|
|
391
|
-
@pulumi.getter(name="tunnelSourceIpv4Address")
|
|
392
|
-
def tunnel_source_ipv4_address(self) -> pulumi.Input[str]:
|
|
393
|
-
return pulumi.get(self, "tunnel_source_ipv4_address")
|
|
394
|
-
|
|
395
|
-
@tunnel_source_ipv4_address.setter
|
|
396
|
-
def tunnel_source_ipv4_address(self, value: pulumi.Input[str]):
|
|
397
|
-
pulumi.set(self, "tunnel_source_ipv4_address", value)
|
|
398
|
-
|
|
399
|
-
@property
|
|
400
|
-
@pulumi.getter(name="tunnelSourceIpv4SubnetMask")
|
|
401
|
-
def tunnel_source_ipv4_subnet_mask(self) -> pulumi.Input[str]:
|
|
318
|
+
@pulumi.getter(name="applicationTunnelType")
|
|
319
|
+
def application_tunnel_type(self) -> Optional[pulumi.Input[str]]:
|
|
402
320
|
"""
|
|
403
|
-
- Choices: `
|
|
404
|
-
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
405
|
-
`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`,
|
|
406
|
-
`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`,
|
|
407
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
321
|
+
Enable Application Tunnel Type - Choices: `none`, `sig`
|
|
408
322
|
"""
|
|
409
|
-
return pulumi.get(self, "
|
|
323
|
+
return pulumi.get(self, "application_tunnel_type")
|
|
410
324
|
|
|
411
|
-
@
|
|
412
|
-
def
|
|
413
|
-
pulumi.set(self, "
|
|
325
|
+
@application_tunnel_type.setter
|
|
326
|
+
def application_tunnel_type(self, value: Optional[pulumi.Input[str]]):
|
|
327
|
+
pulumi.set(self, "application_tunnel_type", value)
|
|
414
328
|
|
|
415
329
|
@property
|
|
416
330
|
@pulumi.getter(name="applicationTunnelTypeVariable")
|
|
@@ -629,6 +543,18 @@ class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
|
629
543
|
def ike_integrity_protocol_variable(self, value: Optional[pulumi.Input[str]]):
|
|
630
544
|
pulumi.set(self, "ike_integrity_protocol_variable", value)
|
|
631
545
|
|
|
546
|
+
@property
|
|
547
|
+
@pulumi.getter(name="ikePresharedKey")
|
|
548
|
+
def ike_preshared_key(self) -> Optional[pulumi.Input[str]]:
|
|
549
|
+
"""
|
|
550
|
+
Use preshared key to authenticate IKE peer
|
|
551
|
+
"""
|
|
552
|
+
return pulumi.get(self, "ike_preshared_key")
|
|
553
|
+
|
|
554
|
+
@ike_preshared_key.setter
|
|
555
|
+
def ike_preshared_key(self, value: Optional[pulumi.Input[str]]):
|
|
556
|
+
pulumi.set(self, "ike_preshared_key", value)
|
|
557
|
+
|
|
632
558
|
@property
|
|
633
559
|
@pulumi.getter(name="ikePresharedKeyVariable")
|
|
634
560
|
def ike_preshared_key_variable(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -701,6 +627,18 @@ class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
|
701
627
|
def interface_description_variable(self, value: Optional[pulumi.Input[str]]):
|
|
702
628
|
pulumi.set(self, "interface_description_variable", value)
|
|
703
629
|
|
|
630
|
+
@property
|
|
631
|
+
@pulumi.getter(name="interfaceName")
|
|
632
|
+
def interface_name(self) -> Optional[pulumi.Input[str]]:
|
|
633
|
+
"""
|
|
634
|
+
Interface name: IPsec when present
|
|
635
|
+
"""
|
|
636
|
+
return pulumi.get(self, "interface_name")
|
|
637
|
+
|
|
638
|
+
@interface_name.setter
|
|
639
|
+
def interface_name(self, value: Optional[pulumi.Input[str]]):
|
|
640
|
+
pulumi.set(self, "interface_name", value)
|
|
641
|
+
|
|
704
642
|
@property
|
|
705
643
|
@pulumi.getter(name="interfaceNameVariable")
|
|
706
644
|
def interface_name_variable(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -811,6 +749,15 @@ class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
|
811
749
|
def ipsec_replay_window_variable(self, value: Optional[pulumi.Input[str]]):
|
|
812
750
|
pulumi.set(self, "ipsec_replay_window_variable", value)
|
|
813
751
|
|
|
752
|
+
@property
|
|
753
|
+
@pulumi.getter(name="ipv4Address")
|
|
754
|
+
def ipv4_address(self) -> Optional[pulumi.Input[str]]:
|
|
755
|
+
return pulumi.get(self, "ipv4_address")
|
|
756
|
+
|
|
757
|
+
@ipv4_address.setter
|
|
758
|
+
def ipv4_address(self, value: Optional[pulumi.Input[str]]):
|
|
759
|
+
pulumi.set(self, "ipv4_address", value)
|
|
760
|
+
|
|
814
761
|
@property
|
|
815
762
|
@pulumi.getter(name="ipv4AddressVariable")
|
|
816
763
|
def ipv4_address_variable(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -823,6 +770,22 @@ class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
|
823
770
|
def ipv4_address_variable(self, value: Optional[pulumi.Input[str]]):
|
|
824
771
|
pulumi.set(self, "ipv4_address_variable", value)
|
|
825
772
|
|
|
773
|
+
@property
|
|
774
|
+
@pulumi.getter(name="ipv4SubnetMask")
|
|
775
|
+
def ipv4_subnet_mask(self) -> Optional[pulumi.Input[str]]:
|
|
776
|
+
"""
|
|
777
|
+
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
778
|
+
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
779
|
+
`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`,
|
|
780
|
+
`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`,
|
|
781
|
+
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
782
|
+
"""
|
|
783
|
+
return pulumi.get(self, "ipv4_subnet_mask")
|
|
784
|
+
|
|
785
|
+
@ipv4_subnet_mask.setter
|
|
786
|
+
def ipv4_subnet_mask(self, value: Optional[pulumi.Input[str]]):
|
|
787
|
+
pulumi.set(self, "ipv4_subnet_mask", value)
|
|
788
|
+
|
|
826
789
|
@property
|
|
827
790
|
@pulumi.getter(name="ipv4SubnetMaskVariable")
|
|
828
791
|
def ipv4_subnet_mask_variable(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -956,6 +919,15 @@ class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
|
956
919
|
def tracker_id_variable(self, value: Optional[pulumi.Input[str]]):
|
|
957
920
|
pulumi.set(self, "tracker_id_variable", value)
|
|
958
921
|
|
|
922
|
+
@property
|
|
923
|
+
@pulumi.getter(name="tunnelDestinationIpv4Address")
|
|
924
|
+
def tunnel_destination_ipv4_address(self) -> Optional[pulumi.Input[str]]:
|
|
925
|
+
return pulumi.get(self, "tunnel_destination_ipv4_address")
|
|
926
|
+
|
|
927
|
+
@tunnel_destination_ipv4_address.setter
|
|
928
|
+
def tunnel_destination_ipv4_address(self, value: Optional[pulumi.Input[str]]):
|
|
929
|
+
pulumi.set(self, "tunnel_destination_ipv4_address", value)
|
|
930
|
+
|
|
959
931
|
@property
|
|
960
932
|
@pulumi.getter(name="tunnelDestinationIpv4AddressVariable")
|
|
961
933
|
def tunnel_destination_ipv4_address_variable(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1004,6 +976,18 @@ class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
|
1004
976
|
def tunnel_route_via_variable(self, value: Optional[pulumi.Input[str]]):
|
|
1005
977
|
pulumi.set(self, "tunnel_route_via_variable", value)
|
|
1006
978
|
|
|
979
|
+
@property
|
|
980
|
+
@pulumi.getter(name="tunnelSourceInterface")
|
|
981
|
+
def tunnel_source_interface(self) -> Optional[pulumi.Input[str]]:
|
|
982
|
+
"""
|
|
983
|
+
<1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
|
|
984
|
+
"""
|
|
985
|
+
return pulumi.get(self, "tunnel_source_interface")
|
|
986
|
+
|
|
987
|
+
@tunnel_source_interface.setter
|
|
988
|
+
def tunnel_source_interface(self, value: Optional[pulumi.Input[str]]):
|
|
989
|
+
pulumi.set(self, "tunnel_source_interface", value)
|
|
990
|
+
|
|
1007
991
|
@property
|
|
1008
992
|
@pulumi.getter(name="tunnelSourceInterfaceVariable")
|
|
1009
993
|
def tunnel_source_interface_variable(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1016,6 +1000,15 @@ class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
|
1016
1000
|
def tunnel_source_interface_variable(self, value: Optional[pulumi.Input[str]]):
|
|
1017
1001
|
pulumi.set(self, "tunnel_source_interface_variable", value)
|
|
1018
1002
|
|
|
1003
|
+
@property
|
|
1004
|
+
@pulumi.getter(name="tunnelSourceIpv4Address")
|
|
1005
|
+
def tunnel_source_ipv4_address(self) -> Optional[pulumi.Input[str]]:
|
|
1006
|
+
return pulumi.get(self, "tunnel_source_ipv4_address")
|
|
1007
|
+
|
|
1008
|
+
@tunnel_source_ipv4_address.setter
|
|
1009
|
+
def tunnel_source_ipv4_address(self, value: Optional[pulumi.Input[str]]):
|
|
1010
|
+
pulumi.set(self, "tunnel_source_ipv4_address", value)
|
|
1011
|
+
|
|
1019
1012
|
@property
|
|
1020
1013
|
@pulumi.getter(name="tunnelSourceIpv4AddressVariable")
|
|
1021
1014
|
def tunnel_source_ipv4_address_variable(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1028,6 +1021,22 @@ class ServiceLanVpnInterfaceIpsecFeatureArgs:
|
|
|
1028
1021
|
def tunnel_source_ipv4_address_variable(self, value: Optional[pulumi.Input[str]]):
|
|
1029
1022
|
pulumi.set(self, "tunnel_source_ipv4_address_variable", value)
|
|
1030
1023
|
|
|
1024
|
+
@property
|
|
1025
|
+
@pulumi.getter(name="tunnelSourceIpv4SubnetMask")
|
|
1026
|
+
def tunnel_source_ipv4_subnet_mask(self) -> Optional[pulumi.Input[str]]:
|
|
1027
|
+
"""
|
|
1028
|
+
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
1029
|
+
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
1030
|
+
`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`,
|
|
1031
|
+
`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`,
|
|
1032
|
+
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
1033
|
+
"""
|
|
1034
|
+
return pulumi.get(self, "tunnel_source_ipv4_subnet_mask")
|
|
1035
|
+
|
|
1036
|
+
@tunnel_source_ipv4_subnet_mask.setter
|
|
1037
|
+
def tunnel_source_ipv4_subnet_mask(self, value: Optional[pulumi.Input[str]]):
|
|
1038
|
+
pulumi.set(self, "tunnel_source_ipv4_subnet_mask", value)
|
|
1039
|
+
|
|
1031
1040
|
@property
|
|
1032
1041
|
@pulumi.getter(name="tunnelSourceIpv4SubnetMaskVariable")
|
|
1033
1042
|
def tunnel_source_ipv4_subnet_mask_variable(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -2210,8 +2219,10 @@ class ServiceLanVpnInterfaceIpsecFeature(pulumi.CustomResource):
|
|
|
2210
2219
|
|
|
2211
2220
|
## Import
|
|
2212
2221
|
|
|
2222
|
+
Expected import identifier with the format: "service_lan_vpn_interface_ipsec_feature_id,feature_profile_id,service_lan_vpn_feature_id"
|
|
2223
|
+
|
|
2213
2224
|
```sh
|
|
2214
|
-
$ pulumi import sdwan:index/serviceLanVpnInterfaceIpsecFeature:ServiceLanVpnInterfaceIpsecFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
2225
|
+
$ pulumi import sdwan:index/serviceLanVpnInterfaceIpsecFeature:ServiceLanVpnInterfaceIpsecFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
|
|
2215
2226
|
```
|
|
2216
2227
|
|
|
2217
2228
|
:param str resource_name: The name of the resource.
|
|
@@ -2347,8 +2358,10 @@ class ServiceLanVpnInterfaceIpsecFeature(pulumi.CustomResource):
|
|
|
2347
2358
|
|
|
2348
2359
|
## Import
|
|
2349
2360
|
|
|
2361
|
+
Expected import identifier with the format: "service_lan_vpn_interface_ipsec_feature_id,feature_profile_id,service_lan_vpn_feature_id"
|
|
2362
|
+
|
|
2350
2363
|
```sh
|
|
2351
|
-
$ pulumi import sdwan:index/serviceLanVpnInterfaceIpsecFeature:ServiceLanVpnInterfaceIpsecFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
2364
|
+
$ pulumi import sdwan:index/serviceLanVpnInterfaceIpsecFeature:ServiceLanVpnInterfaceIpsecFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
|
|
2352
2365
|
```
|
|
2353
2366
|
|
|
2354
2367
|
:param str resource_name: The name of the resource.
|
|
@@ -2438,8 +2451,6 @@ class ServiceLanVpnInterfaceIpsecFeature(pulumi.CustomResource):
|
|
|
2438
2451
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
2439
2452
|
__props__ = ServiceLanVpnInterfaceIpsecFeatureArgs.__new__(ServiceLanVpnInterfaceIpsecFeatureArgs)
|
|
2440
2453
|
|
|
2441
|
-
if application_tunnel_type is None and not opts.urn:
|
|
2442
|
-
raise TypeError("Missing required property 'application_tunnel_type'")
|
|
2443
2454
|
__props__.__dict__["application_tunnel_type"] = application_tunnel_type
|
|
2444
2455
|
__props__.__dict__["application_tunnel_type_variable"] = application_tunnel_type_variable
|
|
2445
2456
|
__props__.__dict__["clear_dont_fragment"] = clear_dont_fragment
|
|
@@ -2462,8 +2473,6 @@ class ServiceLanVpnInterfaceIpsecFeature(pulumi.CustomResource):
|
|
|
2462
2473
|
__props__.__dict__["ike_id_remote_end_point_variable"] = ike_id_remote_end_point_variable
|
|
2463
2474
|
__props__.__dict__["ike_integrity_protocol"] = ike_integrity_protocol
|
|
2464
2475
|
__props__.__dict__["ike_integrity_protocol_variable"] = ike_integrity_protocol_variable
|
|
2465
|
-
if ike_preshared_key is None and not opts.urn:
|
|
2466
|
-
raise TypeError("Missing required property 'ike_preshared_key'")
|
|
2467
2476
|
__props__.__dict__["ike_preshared_key"] = ike_preshared_key
|
|
2468
2477
|
__props__.__dict__["ike_preshared_key_variable"] = ike_preshared_key_variable
|
|
2469
2478
|
__props__.__dict__["ike_rekey_interval"] = ike_rekey_interval
|
|
@@ -2471,8 +2480,6 @@ class ServiceLanVpnInterfaceIpsecFeature(pulumi.CustomResource):
|
|
|
2471
2480
|
__props__.__dict__["ike_version"] = ike_version
|
|
2472
2481
|
__props__.__dict__["interface_description"] = interface_description
|
|
2473
2482
|
__props__.__dict__["interface_description_variable"] = interface_description_variable
|
|
2474
|
-
if interface_name is None and not opts.urn:
|
|
2475
|
-
raise TypeError("Missing required property 'interface_name'")
|
|
2476
2483
|
__props__.__dict__["interface_name"] = interface_name
|
|
2477
2484
|
__props__.__dict__["interface_name_variable"] = interface_name_variable
|
|
2478
2485
|
__props__.__dict__["ip_mtu"] = ip_mtu
|
|
@@ -2483,12 +2490,8 @@ class ServiceLanVpnInterfaceIpsecFeature(pulumi.CustomResource):
|
|
|
2483
2490
|
__props__.__dict__["ipsec_rekey_interval_variable"] = ipsec_rekey_interval_variable
|
|
2484
2491
|
__props__.__dict__["ipsec_replay_window"] = ipsec_replay_window
|
|
2485
2492
|
__props__.__dict__["ipsec_replay_window_variable"] = ipsec_replay_window_variable
|
|
2486
|
-
if ipv4_address is None and not opts.urn:
|
|
2487
|
-
raise TypeError("Missing required property 'ipv4_address'")
|
|
2488
2493
|
__props__.__dict__["ipv4_address"] = ipv4_address
|
|
2489
2494
|
__props__.__dict__["ipv4_address_variable"] = ipv4_address_variable
|
|
2490
|
-
if ipv4_subnet_mask is None and not opts.urn:
|
|
2491
|
-
raise TypeError("Missing required property 'ipv4_subnet_mask'")
|
|
2492
2495
|
__props__.__dict__["ipv4_subnet_mask"] = ipv4_subnet_mask
|
|
2493
2496
|
__props__.__dict__["ipv4_subnet_mask_variable"] = ipv4_subnet_mask_variable
|
|
2494
2497
|
__props__.__dict__["name"] = name
|
|
@@ -2501,8 +2504,6 @@ class ServiceLanVpnInterfaceIpsecFeature(pulumi.CustomResource):
|
|
|
2501
2504
|
__props__.__dict__["tcp_mss_variable"] = tcp_mss_variable
|
|
2502
2505
|
__props__.__dict__["tracker_id"] = tracker_id
|
|
2503
2506
|
__props__.__dict__["tracker_id_variable"] = tracker_id_variable
|
|
2504
|
-
if tunnel_destination_ipv4_address is None and not opts.urn:
|
|
2505
|
-
raise TypeError("Missing required property 'tunnel_destination_ipv4_address'")
|
|
2506
2507
|
__props__.__dict__["tunnel_destination_ipv4_address"] = tunnel_destination_ipv4_address
|
|
2507
2508
|
__props__.__dict__["tunnel_destination_ipv4_address_variable"] = tunnel_destination_ipv4_address_variable
|
|
2508
2509
|
if tunnel_destination_ipv4_subnet_mask is None and not opts.urn:
|
|
@@ -2511,16 +2512,10 @@ class ServiceLanVpnInterfaceIpsecFeature(pulumi.CustomResource):
|
|
|
2511
2512
|
__props__.__dict__["tunnel_destination_ipv4_subnet_mask_variable"] = tunnel_destination_ipv4_subnet_mask_variable
|
|
2512
2513
|
__props__.__dict__["tunnel_route_via"] = tunnel_route_via
|
|
2513
2514
|
__props__.__dict__["tunnel_route_via_variable"] = tunnel_route_via_variable
|
|
2514
|
-
if tunnel_source_interface is None and not opts.urn:
|
|
2515
|
-
raise TypeError("Missing required property 'tunnel_source_interface'")
|
|
2516
2515
|
__props__.__dict__["tunnel_source_interface"] = tunnel_source_interface
|
|
2517
2516
|
__props__.__dict__["tunnel_source_interface_variable"] = tunnel_source_interface_variable
|
|
2518
|
-
if tunnel_source_ipv4_address is None and not opts.urn:
|
|
2519
|
-
raise TypeError("Missing required property 'tunnel_source_ipv4_address'")
|
|
2520
2517
|
__props__.__dict__["tunnel_source_ipv4_address"] = tunnel_source_ipv4_address
|
|
2521
2518
|
__props__.__dict__["tunnel_source_ipv4_address_variable"] = tunnel_source_ipv4_address_variable
|
|
2522
|
-
if tunnel_source_ipv4_subnet_mask is None and not opts.urn:
|
|
2523
|
-
raise TypeError("Missing required property 'tunnel_source_ipv4_subnet_mask'")
|
|
2524
2519
|
__props__.__dict__["tunnel_source_ipv4_subnet_mask"] = tunnel_source_ipv4_subnet_mask
|
|
2525
2520
|
__props__.__dict__["tunnel_source_ipv4_subnet_mask_variable"] = tunnel_source_ipv4_subnet_mask_variable
|
|
2526
2521
|
__props__.__dict__["version"] = None
|
|
@@ -2755,7 +2750,7 @@ class ServiceLanVpnInterfaceIpsecFeature(pulumi.CustomResource):
|
|
|
2755
2750
|
|
|
2756
2751
|
@property
|
|
2757
2752
|
@pulumi.getter(name="applicationTunnelType")
|
|
2758
|
-
def application_tunnel_type(self) -> pulumi.Output[str]:
|
|
2753
|
+
def application_tunnel_type(self) -> pulumi.Output[Optional[str]]:
|
|
2759
2754
|
"""
|
|
2760
2755
|
Enable Application Tunnel Type - Choices: `none`, `sig`
|
|
2761
2756
|
"""
|
|
@@ -2916,7 +2911,7 @@ class ServiceLanVpnInterfaceIpsecFeature(pulumi.CustomResource):
|
|
|
2916
2911
|
|
|
2917
2912
|
@property
|
|
2918
2913
|
@pulumi.getter(name="ikePresharedKey")
|
|
2919
|
-
def ike_preshared_key(self) -> pulumi.Output[str]:
|
|
2914
|
+
def ike_preshared_key(self) -> pulumi.Output[Optional[str]]:
|
|
2920
2915
|
"""
|
|
2921
2916
|
Use preshared key to authenticate IKE peer
|
|
2922
2917
|
"""
|
|
@@ -2972,7 +2967,7 @@ class ServiceLanVpnInterfaceIpsecFeature(pulumi.CustomResource):
|
|
|
2972
2967
|
|
|
2973
2968
|
@property
|
|
2974
2969
|
@pulumi.getter(name="interfaceName")
|
|
2975
|
-
def interface_name(self) -> pulumi.Output[str]:
|
|
2970
|
+
def interface_name(self) -> pulumi.Output[Optional[str]]:
|
|
2976
2971
|
"""
|
|
2977
2972
|
Interface name: IPsec when present
|
|
2978
2973
|
"""
|
|
@@ -3054,7 +3049,7 @@ class ServiceLanVpnInterfaceIpsecFeature(pulumi.CustomResource):
|
|
|
3054
3049
|
|
|
3055
3050
|
@property
|
|
3056
3051
|
@pulumi.getter(name="ipv4Address")
|
|
3057
|
-
def ipv4_address(self) -> pulumi.Output[str]:
|
|
3052
|
+
def ipv4_address(self) -> pulumi.Output[Optional[str]]:
|
|
3058
3053
|
return pulumi.get(self, "ipv4_address")
|
|
3059
3054
|
|
|
3060
3055
|
@property
|
|
@@ -3067,7 +3062,7 @@ class ServiceLanVpnInterfaceIpsecFeature(pulumi.CustomResource):
|
|
|
3067
3062
|
|
|
3068
3063
|
@property
|
|
3069
3064
|
@pulumi.getter(name="ipv4SubnetMask")
|
|
3070
|
-
def ipv4_subnet_mask(self) -> pulumi.Output[str]:
|
|
3065
|
+
def ipv4_subnet_mask(self) -> pulumi.Output[Optional[str]]:
|
|
3071
3066
|
"""
|
|
3072
3067
|
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
3073
3068
|
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|
|
@@ -3168,7 +3163,7 @@ class ServiceLanVpnInterfaceIpsecFeature(pulumi.CustomResource):
|
|
|
3168
3163
|
|
|
3169
3164
|
@property
|
|
3170
3165
|
@pulumi.getter(name="tunnelDestinationIpv4Address")
|
|
3171
|
-
def tunnel_destination_ipv4_address(self) -> pulumi.Output[str]:
|
|
3166
|
+
def tunnel_destination_ipv4_address(self) -> pulumi.Output[Optional[str]]:
|
|
3172
3167
|
return pulumi.get(self, "tunnel_destination_ipv4_address")
|
|
3173
3168
|
|
|
3174
3169
|
@property
|
|
@@ -3217,7 +3212,7 @@ class ServiceLanVpnInterfaceIpsecFeature(pulumi.CustomResource):
|
|
|
3217
3212
|
|
|
3218
3213
|
@property
|
|
3219
3214
|
@pulumi.getter(name="tunnelSourceInterface")
|
|
3220
|
-
def tunnel_source_interface(self) -> pulumi.Output[str]:
|
|
3215
|
+
def tunnel_source_interface(self) -> pulumi.Output[Optional[str]]:
|
|
3221
3216
|
"""
|
|
3222
3217
|
<1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
|
|
3223
3218
|
"""
|
|
@@ -3233,7 +3228,7 @@ class ServiceLanVpnInterfaceIpsecFeature(pulumi.CustomResource):
|
|
|
3233
3228
|
|
|
3234
3229
|
@property
|
|
3235
3230
|
@pulumi.getter(name="tunnelSourceIpv4Address")
|
|
3236
|
-
def tunnel_source_ipv4_address(self) -> pulumi.Output[str]:
|
|
3231
|
+
def tunnel_source_ipv4_address(self) -> pulumi.Output[Optional[str]]:
|
|
3237
3232
|
return pulumi.get(self, "tunnel_source_ipv4_address")
|
|
3238
3233
|
|
|
3239
3234
|
@property
|
|
@@ -3246,7 +3241,7 @@ class ServiceLanVpnInterfaceIpsecFeature(pulumi.CustomResource):
|
|
|
3246
3241
|
|
|
3247
3242
|
@property
|
|
3248
3243
|
@pulumi.getter(name="tunnelSourceIpv4SubnetMask")
|
|
3249
|
-
def tunnel_source_ipv4_subnet_mask(self) -> pulumi.Output[str]:
|
|
3244
|
+
def tunnel_source_ipv4_subnet_mask(self) -> pulumi.Output[Optional[str]]:
|
|
3250
3245
|
"""
|
|
3251
3246
|
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
|
|
3252
3247
|
`255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
|