pulumi-sdwan 0.2.0a1726034734__py3-none-any.whl → 0.2.0a1726207515__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 +520 -129
- pulumi_sdwan/_inputs.py +19584 -8750
- pulumi_sdwan/{application_priority_qos_policy_profile_parcel.py → application_priority_qos_policy.py} +52 -52
- pulumi_sdwan/{cli_config_profile_parcel.py → cli_config_feature.py} +36 -36
- pulumi_sdwan/custom_control_topology_policy_definition.py +18 -19
- pulumi_sdwan/dns_security_policy_definition.py +2 -2
- pulumi_sdwan/{get_application_priority_qos_policy_profile_parcel.py → get_application_priority_qos_policy.py} +28 -28
- pulumi_sdwan/{get_cli_config_profile_parcel.py → get_cli_config_feature.py} +23 -23
- pulumi_sdwan/get_device.py +2 -2
- pulumi_sdwan/get_other_feature_profile.py +117 -0
- pulumi_sdwan/get_other_thousandeyes_feature.py +164 -0
- pulumi_sdwan/get_other_ucse_feature.py +327 -0
- pulumi_sdwan/get_policy_object_class_map.py +164 -0
- pulumi_sdwan/get_policy_object_color_list.py +164 -0
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_expanded_community_list.py +176 -0
- pulumi_sdwan/get_policy_object_extended_community_list.py +164 -0
- pulumi_sdwan/get_policy_object_feature_profile.py +90 -0
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_mirror.py +164 -0
- pulumi_sdwan/get_policy_object_policer.py +164 -0
- pulumi_sdwan/get_policy_object_tloc_list.py +164 -0
- pulumi_sdwan/{get_service_lan_vpn_profile_parcel.py → get_service_lan_vpn_feature.py} +47 -47
- pulumi_sdwan/{get_service_lan_vpn_interface_ethernet_profile_parcel.py → get_service_lan_vpn_interface_ethernet_feature.py} +75 -75
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +528 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +919 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +613 -0
- pulumi_sdwan/get_service_object_tracker_feature.py +293 -0
- pulumi_sdwan/get_service_object_tracker_group_feature.py +216 -0
- pulumi_sdwan/get_service_route_policy_feature.py +177 -0
- pulumi_sdwan/get_service_routing_bgp_feature.py +795 -0
- pulumi_sdwan/get_service_routing_ospf_feature.py +525 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +603 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +603 -0
- pulumi_sdwan/get_service_switchport_feature.py +203 -0
- pulumi_sdwan/{get_service_tracker_profile_parcel.py → get_service_tracker_feature.py} +27 -27
- pulumi_sdwan/get_service_tracker_group_feature.py +190 -0
- pulumi_sdwan/{get_system_aaa_profile_parcel.py → get_system_aaa_feature.py} +32 -32
- pulumi_sdwan/{get_system_banner_profile_parcel.py → get_system_banner_feature.py} +27 -27
- pulumi_sdwan/{get_system_basic_profile_parcel.py → get_system_basic_feature.py} +35 -35
- pulumi_sdwan/{get_system_bfd_profile_parcel.py → get_system_bfd_feature.py} +28 -28
- pulumi_sdwan/{get_system_flexible_port_speed_profile_parcel.py → get_system_flexible_port_speed_feature.py} +27 -27
- pulumi_sdwan/{get_system_global_profile_parcel.py → get_system_global_feature.py} +27 -27
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +177 -0
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +177 -0
- pulumi_sdwan/{get_system_logging_profile_parcel.py → get_system_logging_feature.py} +30 -30
- pulumi_sdwan/{get_system_mrf_profile_parcel.py → get_system_mrf_feature.py} +27 -27
- pulumi_sdwan/{get_system_ntp_profile_parcel.py → get_system_ntp_feature.py} +29 -29
- pulumi_sdwan/{get_system_omp_profile_parcel.py → get_system_omp_feature.py} +27 -27
- pulumi_sdwan/{get_system_performance_monitoring_profile_parcel.py → get_system_performance_monitoring_feature.py} +27 -27
- pulumi_sdwan/{get_system_remote_access_profile_parcel.py → get_system_remote_access_feature.py} +76 -122
- pulumi_sdwan/{get_system_security_profile_parcel.py → get_system_security_feature.py} +29 -29
- pulumi_sdwan/{get_system_snmp_profile_parcel.py → get_system_snmp_feature.py} +32 -32
- pulumi_sdwan/get_transport_gps_feature.py +306 -0
- pulumi_sdwan/{get_transport_ipv6_tracker_profile_parcel.py → get_transport_ipv6_tracker_feature.py} +27 -27
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +216 -0
- pulumi_sdwan/{get_transport_management_vpn_profile_parcel.py → get_transport_management_vpn_feature.py} +59 -59
- pulumi_sdwan/{get_transport_management_vpn_interface_ethernet_profile_parcel.py → get_transport_management_vpn_interface_ethernet_feature.py} +69 -69
- pulumi_sdwan/get_transport_route_policy_feature.py +177 -0
- pulumi_sdwan/{get_transport_routing_bgp_profile_parcel.py → get_transport_routing_bgp_feature.py} +36 -36
- pulumi_sdwan/get_transport_routing_ospf_feature.py +525 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +603 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +603 -0
- pulumi_sdwan/get_transport_tracker_feature.py +384 -0
- pulumi_sdwan/get_transport_tracker_group_feature.py +190 -0
- pulumi_sdwan/{get_transport_wan_vpn_profile_parcel.py → get_transport_wan_vpn_feature.py} +32 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +1774 -0
- pulumi_sdwan/{get_transport_wan_vpn_interface_ethernet_profile_parcel.py → get_transport_wan_vpn_interface_ethernet_feature.py} +133 -133
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +528 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +919 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +1465 -0
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +177 -0
- pulumi_sdwan/other_feature_profile.py +227 -0
- pulumi_sdwan/other_thousandeyes_feature.py +331 -0
- pulumi_sdwan/other_ucse_feature.py +948 -0
- pulumi_sdwan/outputs.py +46733 -29015
- pulumi_sdwan/policy_object_class_map.py +362 -0
- pulumi_sdwan/policy_object_color_list.py +362 -0
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_expanded_community_list.py +403 -0
- pulumi_sdwan/policy_object_extended_community_list.py +332 -0
- pulumi_sdwan/policy_object_feature_profile.py +227 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_mirror.py +332 -0
- pulumi_sdwan/policy_object_policer.py +332 -0
- pulumi_sdwan/policy_object_tloc_list.py +332 -0
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/security_policy.py +8 -8
- pulumi_sdwan/{service_lan_vpn_profile_parcel.py → service_lan_vpn_feature.py} +298 -298
- pulumi_sdwan/{service_lan_vpn_interface_ethernet_profile_parcel.py → service_lan_vpn_interface_ethernet_feature.py} +264 -264
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +1712 -0
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +3269 -0
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +1960 -0
- pulumi_sdwan/service_object_tracker_feature.py +858 -0
- pulumi_sdwan/service_object_tracker_group_feature.py +519 -0
- pulumi_sdwan/service_route_policy_feature.py +378 -0
- pulumi_sdwan/service_routing_bgp_feature.py +2614 -0
- pulumi_sdwan/service_routing_ospf_feature.py +1634 -0
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +1916 -0
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +1916 -0
- pulumi_sdwan/service_switchport_feature.py +472 -0
- pulumi_sdwan/{service_tracker_profile_parcel.py → service_tracker_feature.py} +57 -58
- pulumi_sdwan/service_tracker_group_feature.py +425 -0
- pulumi_sdwan/{system_aaa_profile_parcel.py → system_aaa_feature.py} +108 -108
- pulumi_sdwan/{system_banner_profile_parcel.py → system_banner_feature.py} +40 -40
- pulumi_sdwan/{system_basic_profile_parcel.py → system_basic_feature.py} +94 -94
- pulumi_sdwan/{system_bfd_profile_parcel.py → system_bfd_feature.py} +52 -52
- pulumi_sdwan/{system_flexible_port_speed_profile_parcel.py → system_flexible_port_speed_feature.py} +40 -40
- pulumi_sdwan/{system_global_profile_parcel.py → system_global_feature.py} +40 -40
- pulumi_sdwan/system_ipv4_device_access_feature.py +378 -0
- pulumi_sdwan/system_ipv6_device_access_feature.py +378 -0
- pulumi_sdwan/{system_logging_profile_parcel.py → system_logging_feature.py} +80 -80
- pulumi_sdwan/{system_mrf_profile_parcel.py → system_mrf_feature.py} +40 -40
- pulumi_sdwan/{system_ntp_profile_parcel.py → system_ntp_feature.py} +66 -66
- pulumi_sdwan/{system_omp_profile_parcel.py → system_omp_feature.py} +40 -40
- pulumi_sdwan/{system_performance_monitoring_profile_parcel.py → system_performance_monitoring_feature.py} +40 -40
- pulumi_sdwan/{system_remote_access_profile_parcel.py → system_remote_access_feature.py} +368 -470
- pulumi_sdwan/{system_security_profile_parcel.py → system_security_feature.py} +66 -66
- pulumi_sdwan/{system_snmp_profile_parcel.py → system_snmp_feature.py} +107 -107
- pulumi_sdwan/transport_gps_feature.py +882 -0
- pulumi_sdwan/{transport_ipv6_tracker_profile_parcel.py → transport_ipv6_tracker_feature.py} +57 -58
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +520 -0
- pulumi_sdwan/{transport_management_vpn_profile_parcel.py → transport_management_vpn_feature.py} +172 -172
- pulumi_sdwan/{transport_management_vpn_interface_ethernet_profile_parcel.py → transport_management_vpn_interface_ethernet_feature.py} +193 -194
- pulumi_sdwan/transport_route_policy_feature.py +378 -0
- pulumi_sdwan/{transport_routing_bgp_profile_parcel.py → transport_routing_bgp_feature.py} +181 -182
- pulumi_sdwan/transport_routing_ospf_feature.py +1634 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +1916 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +1916 -0
- pulumi_sdwan/transport_tracker_feature.py +1170 -0
- pulumi_sdwan/transport_tracker_group_feature.py +425 -0
- pulumi_sdwan/{transport_wan_vpn_profile_parcel.py → transport_wan_vpn_feature.py} +104 -104
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +6168 -0
- pulumi_sdwan/{transport_wan_vpn_interface_ethernet_profile_parcel.py → transport_wan_vpn_interface_ethernet_feature.py} +483 -483
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +1708 -0
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +3259 -0
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +5215 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +401 -0
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/RECORD +146 -67
- pulumi_sdwan/configuration_group_deploy.py +0 -224
- pulumi_sdwan/configuration_group_device_variables.py +0 -293
- pulumi_sdwan/configuration_group_devices.py +0 -236
- pulumi_sdwan/get_configuration_group_device_variables.py +0 -144
- pulumi_sdwan/get_configuration_group_devices.py +0 -118
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/top_level.txt +0 -0
pulumi_sdwan/{get_system_remote_access_profile_parcel.py → get_system_remote_access_feature.py}
RENAMED
|
@@ -10,30 +10,30 @@ from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
|
10
10
|
from . import _utilities
|
|
11
11
|
|
|
12
12
|
__all__ = [
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
13
|
+
'GetSystemRemoteAccessFeatureResult',
|
|
14
|
+
'AwaitableGetSystemRemoteAccessFeatureResult',
|
|
15
|
+
'get_system_remote_access_feature',
|
|
16
|
+
'get_system_remote_access_feature_output',
|
|
17
17
|
]
|
|
18
18
|
|
|
19
19
|
@pulumi.output_type
|
|
20
|
-
class
|
|
20
|
+
class GetSystemRemoteAccessFeatureResult:
|
|
21
21
|
"""
|
|
22
|
-
A collection of values returned by
|
|
22
|
+
A collection of values returned by getSystemRemoteAccessFeature.
|
|
23
23
|
"""
|
|
24
|
-
def __init__(__self__,
|
|
25
|
-
if
|
|
26
|
-
raise TypeError("Expected argument '
|
|
27
|
-
pulumi.set(__self__, "
|
|
28
|
-
if
|
|
29
|
-
raise TypeError("Expected argument '
|
|
30
|
-
pulumi.set(__self__, "
|
|
31
|
-
if
|
|
32
|
-
raise TypeError("Expected argument '
|
|
33
|
-
pulumi.set(__self__, "
|
|
34
|
-
if
|
|
35
|
-
raise TypeError("Expected argument '
|
|
36
|
-
pulumi.set(__self__, "
|
|
24
|
+
def __init__(__self__, aaa_derive_name_from_peer_domain=None, aaa_derive_name_from_peer_domain_variable=None, aaa_derive_name_from_peer_identity=None, aaa_derive_name_from_peer_identity_variable=None, aaa_enable_accounting=None, aaa_enable_accounting_variable=None, aaa_specify_name_policy_name=None, aaa_specify_name_policy_name_variable=None, aaa_specify_name_policy_password=None, aaa_specify_name_policy_password_variable=None, any_connect_eap_authentication_type=None, connection_type_ssl=None, description=None, enable_certificate_list_check=None, enable_certificate_list_check_variable=None, feature_profile_id=None, id=None, ikev2_anti_dos_threshold=None, ikev2_anti_dos_threshold_variable=None, ikev2_local_ike_identity_type=None, ikev2_local_ike_identity_type_variable=None, ikev2_local_ike_identity_value=None, ikev2_local_ike_identity_value_variable=None, ikev2_security_association_lifetime=None, ikev2_security_association_lifetime_variable=None, ipsec_anti_replay_window_size=None, ipsec_anti_replay_window_size_variable=None, ipsec_enable_anti_replay=None, ipsec_enable_anti_replay_variable=None, ipsec_enable_perfect_foward_secrecy=None, ipsec_enable_perfect_foward_secrecy_variable=None, ipsec_security_association_lifetime=None, ipsec_security_association_lifetime_variable=None, ipv4_pool_size=None, ipv4_pool_size_variable=None, ipv6_pool_size=None, ipv6_pool_size_variable=None, name=None, psk_authentication_pre_shared_key=None, psk_authentication_pre_shared_key_variable=None, psk_authentication_type=None, psk_authentication_type_variable=None, radius_group_name=None, radius_group_name_variable=None, version=None):
|
|
25
|
+
if aaa_derive_name_from_peer_domain and not isinstance(aaa_derive_name_from_peer_domain, str):
|
|
26
|
+
raise TypeError("Expected argument 'aaa_derive_name_from_peer_domain' to be a str")
|
|
27
|
+
pulumi.set(__self__, "aaa_derive_name_from_peer_domain", aaa_derive_name_from_peer_domain)
|
|
28
|
+
if aaa_derive_name_from_peer_domain_variable and not isinstance(aaa_derive_name_from_peer_domain_variable, str):
|
|
29
|
+
raise TypeError("Expected argument 'aaa_derive_name_from_peer_domain_variable' to be a str")
|
|
30
|
+
pulumi.set(__self__, "aaa_derive_name_from_peer_domain_variable", aaa_derive_name_from_peer_domain_variable)
|
|
31
|
+
if aaa_derive_name_from_peer_identity and not isinstance(aaa_derive_name_from_peer_identity, str):
|
|
32
|
+
raise TypeError("Expected argument 'aaa_derive_name_from_peer_identity' to be a str")
|
|
33
|
+
pulumi.set(__self__, "aaa_derive_name_from_peer_identity", aaa_derive_name_from_peer_identity)
|
|
34
|
+
if aaa_derive_name_from_peer_identity_variable and not isinstance(aaa_derive_name_from_peer_identity_variable, str):
|
|
35
|
+
raise TypeError("Expected argument 'aaa_derive_name_from_peer_identity_variable' to be a str")
|
|
36
|
+
pulumi.set(__self__, "aaa_derive_name_from_peer_identity_variable", aaa_derive_name_from_peer_identity_variable)
|
|
37
37
|
if aaa_enable_accounting and not isinstance(aaa_enable_accounting, bool):
|
|
38
38
|
raise TypeError("Expected argument 'aaa_enable_accounting' to be a bool")
|
|
39
39
|
pulumi.set(__self__, "aaa_enable_accounting", aaa_enable_accounting)
|
|
@@ -55,30 +55,18 @@ class GetSystemRemoteAccessProfileParcelResult:
|
|
|
55
55
|
if any_connect_eap_authentication_type and not isinstance(any_connect_eap_authentication_type, str):
|
|
56
56
|
raise TypeError("Expected argument 'any_connect_eap_authentication_type' to be a str")
|
|
57
57
|
pulumi.set(__self__, "any_connect_eap_authentication_type", any_connect_eap_authentication_type)
|
|
58
|
-
if any_connect_eap_profile_download_status and not isinstance(any_connect_eap_profile_download_status, str):
|
|
59
|
-
raise TypeError("Expected argument 'any_connect_eap_profile_download_status' to be a str")
|
|
60
|
-
pulumi.set(__self__, "any_connect_eap_profile_download_status", any_connect_eap_profile_download_status)
|
|
61
|
-
if any_connect_eap_profile_download_status_variable and not isinstance(any_connect_eap_profile_download_status_variable, str):
|
|
62
|
-
raise TypeError("Expected argument 'any_connect_eap_profile_download_status_variable' to be a str")
|
|
63
|
-
pulumi.set(__self__, "any_connect_eap_profile_download_status_variable", any_connect_eap_profile_download_status_variable)
|
|
64
|
-
if any_connect_eap_profile_file_name and not isinstance(any_connect_eap_profile_file_name, str):
|
|
65
|
-
raise TypeError("Expected argument 'any_connect_eap_profile_file_name' to be a str")
|
|
66
|
-
pulumi.set(__self__, "any_connect_eap_profile_file_name", any_connect_eap_profile_file_name)
|
|
67
|
-
if any_connect_eap_profile_file_name_variable and not isinstance(any_connect_eap_profile_file_name_variable, str):
|
|
68
|
-
raise TypeError("Expected argument 'any_connect_eap_profile_file_name_variable' to be a str")
|
|
69
|
-
pulumi.set(__self__, "any_connect_eap_profile_file_name_variable", any_connect_eap_profile_file_name_variable)
|
|
70
58
|
if connection_type_ssl and not isinstance(connection_type_ssl, bool):
|
|
71
59
|
raise TypeError("Expected argument 'connection_type_ssl' to be a bool")
|
|
72
60
|
pulumi.set(__self__, "connection_type_ssl", connection_type_ssl)
|
|
73
61
|
if description and not isinstance(description, str):
|
|
74
62
|
raise TypeError("Expected argument 'description' to be a str")
|
|
75
63
|
pulumi.set(__self__, "description", description)
|
|
76
|
-
if
|
|
77
|
-
raise TypeError("Expected argument '
|
|
78
|
-
pulumi.set(__self__, "
|
|
79
|
-
if
|
|
80
|
-
raise TypeError("Expected argument '
|
|
81
|
-
pulumi.set(__self__, "
|
|
64
|
+
if enable_certificate_list_check and not isinstance(enable_certificate_list_check, bool):
|
|
65
|
+
raise TypeError("Expected argument 'enable_certificate_list_check' to be a bool")
|
|
66
|
+
pulumi.set(__self__, "enable_certificate_list_check", enable_certificate_list_check)
|
|
67
|
+
if enable_certificate_list_check_variable and not isinstance(enable_certificate_list_check_variable, str):
|
|
68
|
+
raise TypeError("Expected argument 'enable_certificate_list_check_variable' to be a str")
|
|
69
|
+
pulumi.set(__self__, "enable_certificate_list_check_variable", enable_certificate_list_check_variable)
|
|
82
70
|
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
83
71
|
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
84
72
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -171,30 +159,30 @@ class GetSystemRemoteAccessProfileParcelResult:
|
|
|
171
159
|
pulumi.set(__self__, "version", version)
|
|
172
160
|
|
|
173
161
|
@property
|
|
174
|
-
@pulumi.getter(name="
|
|
175
|
-
def
|
|
176
|
-
return pulumi.get(self, "
|
|
162
|
+
@pulumi.getter(name="aaaDeriveNameFromPeerDomain")
|
|
163
|
+
def aaa_derive_name_from_peer_domain(self) -> str:
|
|
164
|
+
return pulumi.get(self, "aaa_derive_name_from_peer_domain")
|
|
177
165
|
|
|
178
166
|
@property
|
|
179
|
-
@pulumi.getter(name="
|
|
180
|
-
def
|
|
167
|
+
@pulumi.getter(name="aaaDeriveNameFromPeerDomainVariable")
|
|
168
|
+
def aaa_derive_name_from_peer_domain_variable(self) -> str:
|
|
181
169
|
"""
|
|
182
170
|
Variable name
|
|
183
171
|
"""
|
|
184
|
-
return pulumi.get(self, "
|
|
172
|
+
return pulumi.get(self, "aaa_derive_name_from_peer_domain_variable")
|
|
185
173
|
|
|
186
174
|
@property
|
|
187
|
-
@pulumi.getter(name="
|
|
188
|
-
def
|
|
189
|
-
return pulumi.get(self, "
|
|
175
|
+
@pulumi.getter(name="aaaDeriveNameFromPeerIdentity")
|
|
176
|
+
def aaa_derive_name_from_peer_identity(self) -> str:
|
|
177
|
+
return pulumi.get(self, "aaa_derive_name_from_peer_identity")
|
|
190
178
|
|
|
191
179
|
@property
|
|
192
|
-
@pulumi.getter(name="
|
|
193
|
-
def
|
|
180
|
+
@pulumi.getter(name="aaaDeriveNameFromPeerIdentityVariable")
|
|
181
|
+
def aaa_derive_name_from_peer_identity_variable(self) -> str:
|
|
194
182
|
"""
|
|
195
183
|
Variable name
|
|
196
184
|
"""
|
|
197
|
-
return pulumi.get(self, "
|
|
185
|
+
return pulumi.get(self, "aaa_derive_name_from_peer_identity_variable")
|
|
198
186
|
|
|
199
187
|
@property
|
|
200
188
|
@pulumi.getter(name="aaaEnableAccounting")
|
|
@@ -243,32 +231,6 @@ class GetSystemRemoteAccessProfileParcelResult:
|
|
|
243
231
|
def any_connect_eap_authentication_type(self) -> str:
|
|
244
232
|
return pulumi.get(self, "any_connect_eap_authentication_type")
|
|
245
233
|
|
|
246
|
-
@property
|
|
247
|
-
@pulumi.getter(name="anyConnectEapProfileDownloadStatus")
|
|
248
|
-
def any_connect_eap_profile_download_status(self) -> str:
|
|
249
|
-
return pulumi.get(self, "any_connect_eap_profile_download_status")
|
|
250
|
-
|
|
251
|
-
@property
|
|
252
|
-
@pulumi.getter(name="anyConnectEapProfileDownloadStatusVariable")
|
|
253
|
-
def any_connect_eap_profile_download_status_variable(self) -> str:
|
|
254
|
-
"""
|
|
255
|
-
Variable name
|
|
256
|
-
"""
|
|
257
|
-
return pulumi.get(self, "any_connect_eap_profile_download_status_variable")
|
|
258
|
-
|
|
259
|
-
@property
|
|
260
|
-
@pulumi.getter(name="anyConnectEapProfileFileName")
|
|
261
|
-
def any_connect_eap_profile_file_name(self) -> str:
|
|
262
|
-
return pulumi.get(self, "any_connect_eap_profile_file_name")
|
|
263
|
-
|
|
264
|
-
@property
|
|
265
|
-
@pulumi.getter(name="anyConnectEapProfileFileNameVariable")
|
|
266
|
-
def any_connect_eap_profile_file_name_variable(self) -> str:
|
|
267
|
-
"""
|
|
268
|
-
Variable name
|
|
269
|
-
"""
|
|
270
|
-
return pulumi.get(self, "any_connect_eap_profile_file_name_variable")
|
|
271
|
-
|
|
272
234
|
@property
|
|
273
235
|
@pulumi.getter(name="connectionTypeSsl")
|
|
274
236
|
def connection_type_ssl(self) -> bool:
|
|
@@ -281,22 +243,22 @@ class GetSystemRemoteAccessProfileParcelResult:
|
|
|
281
243
|
@pulumi.getter
|
|
282
244
|
def description(self) -> str:
|
|
283
245
|
"""
|
|
284
|
-
The description of the
|
|
246
|
+
The description of the Feature
|
|
285
247
|
"""
|
|
286
248
|
return pulumi.get(self, "description")
|
|
287
249
|
|
|
288
250
|
@property
|
|
289
|
-
@pulumi.getter(name="
|
|
290
|
-
def
|
|
291
|
-
return pulumi.get(self, "
|
|
251
|
+
@pulumi.getter(name="enableCertificateListCheck")
|
|
252
|
+
def enable_certificate_list_check(self) -> bool:
|
|
253
|
+
return pulumi.get(self, "enable_certificate_list_check")
|
|
292
254
|
|
|
293
255
|
@property
|
|
294
|
-
@pulumi.getter(name="
|
|
295
|
-
def
|
|
256
|
+
@pulumi.getter(name="enableCertificateListCheckVariable")
|
|
257
|
+
def enable_certificate_list_check_variable(self) -> str:
|
|
296
258
|
"""
|
|
297
259
|
Variable name
|
|
298
260
|
"""
|
|
299
|
-
return pulumi.get(self, "
|
|
261
|
+
return pulumi.get(self, "enable_certificate_list_check_variable")
|
|
300
262
|
|
|
301
263
|
@property
|
|
302
264
|
@pulumi.getter(name="featureProfileId")
|
|
@@ -310,7 +272,7 @@ class GetSystemRemoteAccessProfileParcelResult:
|
|
|
310
272
|
@pulumi.getter
|
|
311
273
|
def id(self) -> str:
|
|
312
274
|
"""
|
|
313
|
-
The id of the
|
|
275
|
+
The id of the Feature
|
|
314
276
|
"""
|
|
315
277
|
return pulumi.get(self, "id")
|
|
316
278
|
|
|
@@ -472,7 +434,7 @@ class GetSystemRemoteAccessProfileParcelResult:
|
|
|
472
434
|
@pulumi.getter
|
|
473
435
|
def name(self) -> str:
|
|
474
436
|
"""
|
|
475
|
-
The name of the
|
|
437
|
+
The name of the Feature
|
|
476
438
|
"""
|
|
477
439
|
return pulumi.get(self, "name")
|
|
478
440
|
|
|
@@ -525,21 +487,21 @@ class GetSystemRemoteAccessProfileParcelResult:
|
|
|
525
487
|
@pulumi.getter
|
|
526
488
|
def version(self) -> int:
|
|
527
489
|
"""
|
|
528
|
-
The version of the
|
|
490
|
+
The version of the Feature
|
|
529
491
|
"""
|
|
530
492
|
return pulumi.get(self, "version")
|
|
531
493
|
|
|
532
494
|
|
|
533
|
-
class
|
|
495
|
+
class AwaitableGetSystemRemoteAccessFeatureResult(GetSystemRemoteAccessFeatureResult):
|
|
534
496
|
# pylint: disable=using-constant-test
|
|
535
497
|
def __await__(self):
|
|
536
498
|
if False:
|
|
537
499
|
yield self
|
|
538
|
-
return
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
500
|
+
return GetSystemRemoteAccessFeatureResult(
|
|
501
|
+
aaa_derive_name_from_peer_domain=self.aaa_derive_name_from_peer_domain,
|
|
502
|
+
aaa_derive_name_from_peer_domain_variable=self.aaa_derive_name_from_peer_domain_variable,
|
|
503
|
+
aaa_derive_name_from_peer_identity=self.aaa_derive_name_from_peer_identity,
|
|
504
|
+
aaa_derive_name_from_peer_identity_variable=self.aaa_derive_name_from_peer_identity_variable,
|
|
543
505
|
aaa_enable_accounting=self.aaa_enable_accounting,
|
|
544
506
|
aaa_enable_accounting_variable=self.aaa_enable_accounting_variable,
|
|
545
507
|
aaa_specify_name_policy_name=self.aaa_specify_name_policy_name,
|
|
@@ -547,14 +509,10 @@ class AwaitableGetSystemRemoteAccessProfileParcelResult(GetSystemRemoteAccessPro
|
|
|
547
509
|
aaa_specify_name_policy_password=self.aaa_specify_name_policy_password,
|
|
548
510
|
aaa_specify_name_policy_password_variable=self.aaa_specify_name_policy_password_variable,
|
|
549
511
|
any_connect_eap_authentication_type=self.any_connect_eap_authentication_type,
|
|
550
|
-
any_connect_eap_profile_download_status=self.any_connect_eap_profile_download_status,
|
|
551
|
-
any_connect_eap_profile_download_status_variable=self.any_connect_eap_profile_download_status_variable,
|
|
552
|
-
any_connect_eap_profile_file_name=self.any_connect_eap_profile_file_name,
|
|
553
|
-
any_connect_eap_profile_file_name_variable=self.any_connect_eap_profile_file_name_variable,
|
|
554
512
|
connection_type_ssl=self.connection_type_ssl,
|
|
555
513
|
description=self.description,
|
|
556
|
-
|
|
557
|
-
|
|
514
|
+
enable_certificate_list_check=self.enable_certificate_list_check,
|
|
515
|
+
enable_certificate_list_check_variable=self.enable_certificate_list_check_variable,
|
|
558
516
|
feature_profile_id=self.feature_profile_id,
|
|
559
517
|
id=self.id,
|
|
560
518
|
ikev2_anti_dos_threshold=self.ikev2_anti_dos_threshold,
|
|
@@ -587,11 +545,11 @@ class AwaitableGetSystemRemoteAccessProfileParcelResult(GetSystemRemoteAccessPro
|
|
|
587
545
|
version=self.version)
|
|
588
546
|
|
|
589
547
|
|
|
590
|
-
def
|
|
591
|
-
|
|
592
|
-
|
|
548
|
+
def get_system_remote_access_feature(feature_profile_id: Optional[str] = None,
|
|
549
|
+
id: Optional[str] = None,
|
|
550
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemRemoteAccessFeatureResult:
|
|
593
551
|
"""
|
|
594
|
-
This data source can read the System Remote Access
|
|
552
|
+
This data source can read the System Remote Access Feature.
|
|
595
553
|
|
|
596
554
|
## Example Usage
|
|
597
555
|
|
|
@@ -599,25 +557,25 @@ def get_system_remote_access_profile_parcel(feature_profile_id: Optional[str] =
|
|
|
599
557
|
import pulumi
|
|
600
558
|
import pulumi_sdwan as sdwan
|
|
601
559
|
|
|
602
|
-
example = sdwan.
|
|
560
|
+
example = sdwan.get_system_remote_access_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
603
561
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
604
562
|
```
|
|
605
563
|
|
|
606
564
|
|
|
607
565
|
:param str feature_profile_id: Feature Profile ID
|
|
608
|
-
:param str id: The id of the
|
|
566
|
+
:param str id: The id of the Feature
|
|
609
567
|
"""
|
|
610
568
|
__args__ = dict()
|
|
611
569
|
__args__['featureProfileId'] = feature_profile_id
|
|
612
570
|
__args__['id'] = id
|
|
613
571
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
614
|
-
__ret__ = pulumi.runtime.invoke('sdwan:index/
|
|
572
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getSystemRemoteAccessFeature:getSystemRemoteAccessFeature', __args__, opts=opts, typ=GetSystemRemoteAccessFeatureResult).value
|
|
615
573
|
|
|
616
|
-
return
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
574
|
+
return AwaitableGetSystemRemoteAccessFeatureResult(
|
|
575
|
+
aaa_derive_name_from_peer_domain=pulumi.get(__ret__, 'aaa_derive_name_from_peer_domain'),
|
|
576
|
+
aaa_derive_name_from_peer_domain_variable=pulumi.get(__ret__, 'aaa_derive_name_from_peer_domain_variable'),
|
|
577
|
+
aaa_derive_name_from_peer_identity=pulumi.get(__ret__, 'aaa_derive_name_from_peer_identity'),
|
|
578
|
+
aaa_derive_name_from_peer_identity_variable=pulumi.get(__ret__, 'aaa_derive_name_from_peer_identity_variable'),
|
|
621
579
|
aaa_enable_accounting=pulumi.get(__ret__, 'aaa_enable_accounting'),
|
|
622
580
|
aaa_enable_accounting_variable=pulumi.get(__ret__, 'aaa_enable_accounting_variable'),
|
|
623
581
|
aaa_specify_name_policy_name=pulumi.get(__ret__, 'aaa_specify_name_policy_name'),
|
|
@@ -625,14 +583,10 @@ def get_system_remote_access_profile_parcel(feature_profile_id: Optional[str] =
|
|
|
625
583
|
aaa_specify_name_policy_password=pulumi.get(__ret__, 'aaa_specify_name_policy_password'),
|
|
626
584
|
aaa_specify_name_policy_password_variable=pulumi.get(__ret__, 'aaa_specify_name_policy_password_variable'),
|
|
627
585
|
any_connect_eap_authentication_type=pulumi.get(__ret__, 'any_connect_eap_authentication_type'),
|
|
628
|
-
any_connect_eap_profile_download_status=pulumi.get(__ret__, 'any_connect_eap_profile_download_status'),
|
|
629
|
-
any_connect_eap_profile_download_status_variable=pulumi.get(__ret__, 'any_connect_eap_profile_download_status_variable'),
|
|
630
|
-
any_connect_eap_profile_file_name=pulumi.get(__ret__, 'any_connect_eap_profile_file_name'),
|
|
631
|
-
any_connect_eap_profile_file_name_variable=pulumi.get(__ret__, 'any_connect_eap_profile_file_name_variable'),
|
|
632
586
|
connection_type_ssl=pulumi.get(__ret__, 'connection_type_ssl'),
|
|
633
587
|
description=pulumi.get(__ret__, 'description'),
|
|
634
|
-
|
|
635
|
-
|
|
588
|
+
enable_certificate_list_check=pulumi.get(__ret__, 'enable_certificate_list_check'),
|
|
589
|
+
enable_certificate_list_check_variable=pulumi.get(__ret__, 'enable_certificate_list_check_variable'),
|
|
636
590
|
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
637
591
|
id=pulumi.get(__ret__, 'id'),
|
|
638
592
|
ikev2_anti_dos_threshold=pulumi.get(__ret__, 'ikev2_anti_dos_threshold'),
|
|
@@ -665,12 +619,12 @@ def get_system_remote_access_profile_parcel(feature_profile_id: Optional[str] =
|
|
|
665
619
|
version=pulumi.get(__ret__, 'version'))
|
|
666
620
|
|
|
667
621
|
|
|
668
|
-
@_utilities.lift_output_func(
|
|
669
|
-
def
|
|
670
|
-
|
|
671
|
-
|
|
622
|
+
@_utilities.lift_output_func(get_system_remote_access_feature)
|
|
623
|
+
def get_system_remote_access_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
624
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
625
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSystemRemoteAccessFeatureResult]:
|
|
672
626
|
"""
|
|
673
|
-
This data source can read the System Remote Access
|
|
627
|
+
This data source can read the System Remote Access Feature.
|
|
674
628
|
|
|
675
629
|
## Example Usage
|
|
676
630
|
|
|
@@ -678,12 +632,12 @@ def get_system_remote_access_profile_parcel_output(feature_profile_id: Optional[
|
|
|
678
632
|
import pulumi
|
|
679
633
|
import pulumi_sdwan as sdwan
|
|
680
634
|
|
|
681
|
-
example = sdwan.
|
|
635
|
+
example = sdwan.get_system_remote_access_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
682
636
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
683
637
|
```
|
|
684
638
|
|
|
685
639
|
|
|
686
640
|
:param str feature_profile_id: Feature Profile ID
|
|
687
|
-
:param str id: The id of the
|
|
641
|
+
:param str id: The id of the Feature
|
|
688
642
|
"""
|
|
689
643
|
...
|
|
@@ -11,16 +11,16 @@ from . import _utilities
|
|
|
11
11
|
from . import outputs
|
|
12
12
|
|
|
13
13
|
__all__ = [
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
14
|
+
'GetSystemSecurityFeatureResult',
|
|
15
|
+
'AwaitableGetSystemSecurityFeatureResult',
|
|
16
|
+
'get_system_security_feature',
|
|
17
|
+
'get_system_security_feature_output',
|
|
18
18
|
]
|
|
19
19
|
|
|
20
20
|
@pulumi.output_type
|
|
21
|
-
class
|
|
21
|
+
class GetSystemSecurityFeatureResult:
|
|
22
22
|
"""
|
|
23
|
-
A collection of values returned by
|
|
23
|
+
A collection of values returned by getSystemSecurityFeature.
|
|
24
24
|
"""
|
|
25
25
|
def __init__(__self__, anti_replay_window=None, anti_replay_window_variable=None, description=None, extended_anti_replay_window=None, extended_anti_replay_window_variable=None, feature_profile_id=None, id=None, integrity_type_variable=None, integrity_types=None, ipsec_pairwise_keying=None, ipsec_pairwise_keying_variable=None, keychains=None, keys=None, name=None, rekey=None, rekey_variable=None, version=None):
|
|
26
26
|
if anti_replay_window and not isinstance(anti_replay_window, str):
|
|
@@ -95,7 +95,7 @@ class GetSystemSecurityProfileParcelResult:
|
|
|
95
95
|
@pulumi.getter
|
|
96
96
|
def description(self) -> str:
|
|
97
97
|
"""
|
|
98
|
-
The description of the
|
|
98
|
+
The description of the Feature
|
|
99
99
|
"""
|
|
100
100
|
return pulumi.get(self, "description")
|
|
101
101
|
|
|
@@ -127,7 +127,7 @@ class GetSystemSecurityProfileParcelResult:
|
|
|
127
127
|
@pulumi.getter
|
|
128
128
|
def id(self) -> str:
|
|
129
129
|
"""
|
|
130
|
-
The id of the
|
|
130
|
+
The id of the Feature
|
|
131
131
|
"""
|
|
132
132
|
return pulumi.get(self, "id")
|
|
133
133
|
|
|
@@ -165,7 +165,7 @@ class GetSystemSecurityProfileParcelResult:
|
|
|
165
165
|
|
|
166
166
|
@property
|
|
167
167
|
@pulumi.getter
|
|
168
|
-
def keychains(self) -> Sequence['outputs.
|
|
168
|
+
def keychains(self) -> Sequence['outputs.GetSystemSecurityFeatureKeychainResult']:
|
|
169
169
|
"""
|
|
170
170
|
Configure a Keychain
|
|
171
171
|
"""
|
|
@@ -173,7 +173,7 @@ class GetSystemSecurityProfileParcelResult:
|
|
|
173
173
|
|
|
174
174
|
@property
|
|
175
175
|
@pulumi.getter
|
|
176
|
-
def keys(self) -> Sequence['outputs.
|
|
176
|
+
def keys(self) -> Sequence['outputs.GetSystemSecurityFeatureKeyResult']:
|
|
177
177
|
"""
|
|
178
178
|
Configure a Key
|
|
179
179
|
"""
|
|
@@ -183,7 +183,7 @@ class GetSystemSecurityProfileParcelResult:
|
|
|
183
183
|
@pulumi.getter
|
|
184
184
|
def name(self) -> str:
|
|
185
185
|
"""
|
|
186
|
-
The name of the
|
|
186
|
+
The name of the Feature
|
|
187
187
|
"""
|
|
188
188
|
return pulumi.get(self, "name")
|
|
189
189
|
|
|
@@ -207,17 +207,17 @@ class GetSystemSecurityProfileParcelResult:
|
|
|
207
207
|
@pulumi.getter
|
|
208
208
|
def version(self) -> int:
|
|
209
209
|
"""
|
|
210
|
-
The version of the
|
|
210
|
+
The version of the Feature
|
|
211
211
|
"""
|
|
212
212
|
return pulumi.get(self, "version")
|
|
213
213
|
|
|
214
214
|
|
|
215
|
-
class
|
|
215
|
+
class AwaitableGetSystemSecurityFeatureResult(GetSystemSecurityFeatureResult):
|
|
216
216
|
# pylint: disable=using-constant-test
|
|
217
217
|
def __await__(self):
|
|
218
218
|
if False:
|
|
219
219
|
yield self
|
|
220
|
-
return
|
|
220
|
+
return GetSystemSecurityFeatureResult(
|
|
221
221
|
anti_replay_window=self.anti_replay_window,
|
|
222
222
|
anti_replay_window_variable=self.anti_replay_window_variable,
|
|
223
223
|
description=self.description,
|
|
@@ -237,11 +237,11 @@ class AwaitableGetSystemSecurityProfileParcelResult(GetSystemSecurityProfileParc
|
|
|
237
237
|
version=self.version)
|
|
238
238
|
|
|
239
239
|
|
|
240
|
-
def
|
|
241
|
-
|
|
242
|
-
|
|
240
|
+
def get_system_security_feature(feature_profile_id: Optional[str] = None,
|
|
241
|
+
id: Optional[str] = None,
|
|
242
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemSecurityFeatureResult:
|
|
243
243
|
"""
|
|
244
|
-
This data source can read the System Security
|
|
244
|
+
This data source can read the System Security Feature.
|
|
245
245
|
|
|
246
246
|
## Example Usage
|
|
247
247
|
|
|
@@ -249,21 +249,21 @@ def get_system_security_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
249
249
|
import pulumi
|
|
250
250
|
import pulumi_sdwan as sdwan
|
|
251
251
|
|
|
252
|
-
example = sdwan.
|
|
252
|
+
example = sdwan.get_system_security_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
253
253
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
254
254
|
```
|
|
255
255
|
|
|
256
256
|
|
|
257
257
|
:param str feature_profile_id: Feature Profile ID
|
|
258
|
-
:param str id: The id of the
|
|
258
|
+
:param str id: The id of the Feature
|
|
259
259
|
"""
|
|
260
260
|
__args__ = dict()
|
|
261
261
|
__args__['featureProfileId'] = feature_profile_id
|
|
262
262
|
__args__['id'] = id
|
|
263
263
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
264
|
-
__ret__ = pulumi.runtime.invoke('sdwan:index/
|
|
264
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getSystemSecurityFeature:getSystemSecurityFeature', __args__, opts=opts, typ=GetSystemSecurityFeatureResult).value
|
|
265
265
|
|
|
266
|
-
return
|
|
266
|
+
return AwaitableGetSystemSecurityFeatureResult(
|
|
267
267
|
anti_replay_window=pulumi.get(__ret__, 'anti_replay_window'),
|
|
268
268
|
anti_replay_window_variable=pulumi.get(__ret__, 'anti_replay_window_variable'),
|
|
269
269
|
description=pulumi.get(__ret__, 'description'),
|
|
@@ -283,12 +283,12 @@ def get_system_security_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
283
283
|
version=pulumi.get(__ret__, 'version'))
|
|
284
284
|
|
|
285
285
|
|
|
286
|
-
@_utilities.lift_output_func(
|
|
287
|
-
def
|
|
288
|
-
|
|
289
|
-
|
|
286
|
+
@_utilities.lift_output_func(get_system_security_feature)
|
|
287
|
+
def get_system_security_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
288
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
289
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSystemSecurityFeatureResult]:
|
|
290
290
|
"""
|
|
291
|
-
This data source can read the System Security
|
|
291
|
+
This data source can read the System Security Feature.
|
|
292
292
|
|
|
293
293
|
## Example Usage
|
|
294
294
|
|
|
@@ -296,12 +296,12 @@ def get_system_security_profile_parcel_output(feature_profile_id: Optional[pulum
|
|
|
296
296
|
import pulumi
|
|
297
297
|
import pulumi_sdwan as sdwan
|
|
298
298
|
|
|
299
|
-
example = sdwan.
|
|
299
|
+
example = sdwan.get_system_security_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
300
300
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
301
301
|
```
|
|
302
302
|
|
|
303
303
|
|
|
304
304
|
:param str feature_profile_id: Feature Profile ID
|
|
305
|
-
:param str id: The id of the
|
|
305
|
+
:param str id: The id of the Feature
|
|
306
306
|
"""
|
|
307
307
|
...
|