pulumi-sdwan 0.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/__init__.py +1393 -0
- pulumi_sdwan/_inputs.py +46464 -0
- pulumi_sdwan/_utilities.py +291 -0
- pulumi_sdwan/activate_centralized_policy.py +145 -0
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +682 -0
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +739 -0
- pulumi_sdwan/allow_url_list_policy_object.py +261 -0
- pulumi_sdwan/app_probe_class_policy_object.py +313 -0
- pulumi_sdwan/application_aware_routing_policy_definition.py +311 -0
- pulumi_sdwan/application_list_policy_object.py +261 -0
- pulumi_sdwan/application_priority_feature_profile.py +227 -0
- pulumi_sdwan/application_priority_qos_policy_profile_parcel.py +425 -0
- pulumi_sdwan/as_path_list_policy_object.py +235 -0
- pulumi_sdwan/attach_feature_device_template.py +195 -0
- pulumi_sdwan/block_url_list_policy_object.py +261 -0
- pulumi_sdwan/cedge_aaa_feature_template.py +1549 -0
- pulumi_sdwan/cedge_global_feature_template.py +2557 -0
- pulumi_sdwan/cedge_igmp_feature_template.py +374 -0
- pulumi_sdwan/cedge_multicast_feature_template.py +637 -0
- pulumi_sdwan/cedge_pim_feature_template.py +1455 -0
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +1021 -0
- pulumi_sdwan/cellular_controller_feature_template.py +844 -0
- pulumi_sdwan/cellular_profile_feature_template.py +1405 -0
- pulumi_sdwan/centralized_policy.py +322 -0
- pulumi_sdwan/cflowd_policy_definition.py +640 -0
- pulumi_sdwan/cisco_banner_feature_template.py +541 -0
- pulumi_sdwan/cisco_bfd_feature_template.py +663 -0
- pulumi_sdwan/cisco_bgp_feature_template.py +2019 -0
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +1173 -0
- pulumi_sdwan/cisco_logging_feature_template.py +750 -0
- pulumi_sdwan/cisco_ntp_feature_template.py +797 -0
- pulumi_sdwan/cisco_omp_feature_template.py +1643 -0
- pulumi_sdwan/cisco_ospf_feature_template.py +1690 -0
- pulumi_sdwan/cisco_ospfv3_feature_template.py +3523 -0
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +609 -0
- pulumi_sdwan/cisco_security_feature_template.py +992 -0
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +1405 -0
- pulumi_sdwan/cisco_snmp_feature_template.py +844 -0
- pulumi_sdwan/cisco_system_feature_template.py +4088 -0
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +374 -0
- pulumi_sdwan/cisco_trustsec_feature_template.py +1798 -0
- pulumi_sdwan/cisco_vpn_feature_template.py +1737 -0
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +9863 -0
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +1697 -0
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +2922 -0
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +1161 -0
- pulumi_sdwan/class_map_policy_object.py +255 -0
- pulumi_sdwan/cli_config_profile_parcel.py +361 -0
- pulumi_sdwan/cli_device_template.py +407 -0
- pulumi_sdwan/cli_feature_profile.py +227 -0
- pulumi_sdwan/cli_template_feature_template.py +402 -0
- pulumi_sdwan/color_list_policy_object.py +261 -0
- pulumi_sdwan/config/__init__.py +8 -0
- pulumi_sdwan/config/__init__.pyi +36 -0
- pulumi_sdwan/config/vars.py +52 -0
- pulumi_sdwan/configuration_group.py +428 -0
- pulumi_sdwan/configuration_group_deploy.py +224 -0
- pulumi_sdwan/configuration_group_device_variables.py +293 -0
- pulumi_sdwan/configuration_group_devices.py +236 -0
- pulumi_sdwan/custom_control_topology_policy_definition.py +358 -0
- pulumi_sdwan/data_fqdn_prefix_list_policy_object.py +261 -0
- pulumi_sdwan/data_ipv4_prefix_list_policy_object.py +261 -0
- pulumi_sdwan/data_ipv6_prefix_list_policy_object.py +261 -0
- pulumi_sdwan/dns_security_policy_definition.py +742 -0
- pulumi_sdwan/domain_list_policy_object.py +261 -0
- pulumi_sdwan/eigrp_feature_template.py +1126 -0
- pulumi_sdwan/expanded_community_list_policy_object.py +261 -0
- pulumi_sdwan/extended_community_list_policy_object.py +261 -0
- pulumi_sdwan/feature_device_template.py +597 -0
- pulumi_sdwan/geo_location_list_policy_object.py +263 -0
- pulumi_sdwan/get_advanced_inspection_profile_policy_definition.py +247 -0
- pulumi_sdwan/get_advanced_malware_protection_policy_definition.py +260 -0
- pulumi_sdwan/get_allow_url_list_policy_object.py +131 -0
- pulumi_sdwan/get_app_probe_class_policy_object.py +144 -0
- pulumi_sdwan/get_application_aware_routing_policy_definition.py +157 -0
- pulumi_sdwan/get_application_list_policy_object.py +131 -0
- pulumi_sdwan/get_application_priority_feature_profile.py +117 -0
- pulumi_sdwan/get_application_priority_qos_policy_profile_parcel.py +190 -0
- pulumi_sdwan/get_as_path_list_policy_object.py +131 -0
- pulumi_sdwan/get_block_url_list_policy_object.py +131 -0
- pulumi_sdwan/get_cedge_aaa_feature_template.py +500 -0
- pulumi_sdwan/get_cedge_global_feature_template.py +759 -0
- pulumi_sdwan/get_cedge_igmp_feature_template.py +175 -0
- pulumi_sdwan/get_cedge_multicast_feature_template.py +239 -0
- pulumi_sdwan/get_cedge_pim_feature_template.py +474 -0
- pulumi_sdwan/get_cellular_cedge_profile_feature_template.py +343 -0
- pulumi_sdwan/get_cellular_controller_feature_template.py +305 -0
- pulumi_sdwan/get_cellular_profile_feature_template.py +447 -0
- pulumi_sdwan/get_centralized_policy.py +144 -0
- pulumi_sdwan/get_cflowd_policy_definition.py +248 -0
- pulumi_sdwan/get_cisco_banner_feature_template.py +213 -0
- pulumi_sdwan/get_cisco_bfd_feature_template.py +253 -0
- pulumi_sdwan/get_cisco_bgp_feature_template.py +630 -0
- pulumi_sdwan/get_cisco_dhcp_server_feature_template.py +396 -0
- pulumi_sdwan/get_cisco_logging_feature_template.py +279 -0
- pulumi_sdwan/get_cisco_ntp_feature_template.py +292 -0
- pulumi_sdwan/get_cisco_omp_feature_template.py +526 -0
- pulumi_sdwan/get_cisco_ospf_feature_template.py +539 -0
- pulumi_sdwan/get_cisco_ospfv3_feature_template.py +1046 -0
- pulumi_sdwan/get_cisco_secure_internet_gateway_feature_template.py +240 -0
- pulumi_sdwan/get_cisco_security_feature_template.py +344 -0
- pulumi_sdwan/get_cisco_sig_credentials_feature_template.py +447 -0
- pulumi_sdwan/get_cisco_snmp_feature_template.py +305 -0
- pulumi_sdwan/get_cisco_system_feature_template.py +1059 -0
- pulumi_sdwan/get_cisco_thousandeyes_feature_template.py +175 -0
- pulumi_sdwan/get_cisco_trustsec_feature_template.py +565 -0
- pulumi_sdwan/get_cisco_vpn_feature_template.py +552 -0
- pulumi_sdwan/get_cisco_vpn_interface_feature_template.py +2788 -0
- pulumi_sdwan/get_cisco_vpn_interface_gre_feature_template.py +539 -0
- pulumi_sdwan/get_cisco_vpn_interface_ipsec_feature_template.py +850 -0
- pulumi_sdwan/get_cisco_wireless_lan_feature_template.py +383 -0
- pulumi_sdwan/get_class_map_policy_object.py +130 -0
- pulumi_sdwan/get_cli_config_profile_parcel.py +163 -0
- pulumi_sdwan/get_cli_device_template.py +169 -0
- pulumi_sdwan/get_cli_feature_profile.py +117 -0
- pulumi_sdwan/get_cli_template_feature_template.py +174 -0
- pulumi_sdwan/get_color_list_policy_object.py +131 -0
- pulumi_sdwan/get_configuration_group.py +170 -0
- pulumi_sdwan/get_configuration_group_device_variables.py +144 -0
- pulumi_sdwan/get_configuration_group_devices.py +118 -0
- pulumi_sdwan/get_custom_control_topology_policy_definition.py +170 -0
- pulumi_sdwan/get_data_fqdn_prefix_list_policy_object.py +131 -0
- pulumi_sdwan/get_data_ipv4_prefix_list_policy_object.py +131 -0
- pulumi_sdwan/get_data_ipv6_prefix_list_policy_object.py +131 -0
- pulumi_sdwan/get_device.py +138 -0
- pulumi_sdwan/get_dns_security_policy_definition.py +261 -0
- pulumi_sdwan/get_domain_list_policy_object.py +131 -0
- pulumi_sdwan/get_eigrp_feature_template.py +383 -0
- pulumi_sdwan/get_expanded_community_list_policy_object.py +131 -0
- pulumi_sdwan/get_extended_community_list_policy_object.py +131 -0
- pulumi_sdwan/get_feature_device_template.py +222 -0
- pulumi_sdwan/get_geo_location_list_policy_object.py +131 -0
- pulumi_sdwan/get_gps_feature_template.py +317 -0
- pulumi_sdwan/get_hub_and_spoke_topology_policy_definition.py +183 -0
- pulumi_sdwan/get_intrusion_prevention_policy_definition.py +221 -0
- pulumi_sdwan/get_ips_signature_list_policy_object.py +131 -0
- pulumi_sdwan/get_ipv4_acl_policy_definition.py +170 -0
- pulumi_sdwan/get_ipv4_device_acl_policy_definition.py +170 -0
- pulumi_sdwan/get_ipv4_prefix_list_policy_object.py +131 -0
- pulumi_sdwan/get_ipv6_acl_policy_definition.py +170 -0
- pulumi_sdwan/get_ipv6_device_acl_policy_definition.py +170 -0
- pulumi_sdwan/get_ipv6_prefix_list_policy_object.py +131 -0
- pulumi_sdwan/get_local_application_list_policy_object.py +131 -0
- pulumi_sdwan/get_localized_policy.py +274 -0
- pulumi_sdwan/get_mesh_topology_policy_definition.py +183 -0
- pulumi_sdwan/get_mirror_policy_object.py +143 -0
- pulumi_sdwan/get_object_group_policy_definition.py +299 -0
- pulumi_sdwan/get_policer_policy_object.py +156 -0
- pulumi_sdwan/get_port_list_policy_object.py +131 -0
- pulumi_sdwan/get_preferred_color_group_policy_object.py +195 -0
- pulumi_sdwan/get_protocol_list_policy_object.py +131 -0
- pulumi_sdwan/get_qos_map_policy_definition.py +157 -0
- pulumi_sdwan/get_region_list_policy_object.py +131 -0
- pulumi_sdwan/get_rewrite_rule_policy_definition.py +157 -0
- pulumi_sdwan/get_route_policy_definition.py +170 -0
- pulumi_sdwan/get_rule_set_policy_definition.py +144 -0
- pulumi_sdwan/get_security_app_hosting_feature_template.py +175 -0
- pulumi_sdwan/get_security_policy.py +284 -0
- pulumi_sdwan/get_service_feature_profile.py +117 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_profile_parcel.py +1255 -0
- pulumi_sdwan/get_service_lan_vpn_profile_parcel.py +617 -0
- pulumi_sdwan/get_service_tracker_profile_parcel.py +430 -0
- pulumi_sdwan/get_site_list_policy_object.py +131 -0
- pulumi_sdwan/get_sla_class_policy_object.py +231 -0
- pulumi_sdwan/get_standard_community_list_policy_object.py +131 -0
- pulumi_sdwan/get_switchport_feature_template.py +253 -0
- pulumi_sdwan/get_system_aaa_profile_parcel.py +333 -0
- pulumi_sdwan/get_system_banner_profile_parcel.py +196 -0
- pulumi_sdwan/get_system_basic_profile_parcel.py +931 -0
- pulumi_sdwan/get_system_bfd_profile_parcel.py +233 -0
- pulumi_sdwan/get_system_feature_profile.py +117 -0
- pulumi_sdwan/get_system_flexible_port_speed_profile_parcel.py +176 -0
- pulumi_sdwan/get_system_global_profile_parcel.py +748 -0
- pulumi_sdwan/get_system_logging_profile_parcel.py +268 -0
- pulumi_sdwan/get_system_mrf_profile_parcel.py +241 -0
- pulumi_sdwan/get_system_ntp_profile_parcel.py +281 -0
- pulumi_sdwan/get_system_omp_profile_parcel.py +904 -0
- pulumi_sdwan/get_system_performance_monitoring_profile_parcel.py +228 -0
- pulumi_sdwan/get_system_remote_access_profile_parcel.py +689 -0
- pulumi_sdwan/get_system_security_profile_parcel.py +307 -0
- pulumi_sdwan/get_system_snmp_profile_parcel.py +294 -0
- pulumi_sdwan/get_tloc_list_policy_object.py +131 -0
- pulumi_sdwan/get_tls_ssl_decryption_policy_definition.py +352 -0
- pulumi_sdwan/get_tls_ssl_profile_policy_definition.py +273 -0
- pulumi_sdwan/get_traffic_data_policy_definition.py +170 -0
- pulumi_sdwan/get_transport_feature_profile.py +117 -0
- pulumi_sdwan/get_transport_ipv6_tracker_profile_parcel.py +384 -0
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_profile_parcel.py +773 -0
- pulumi_sdwan/get_transport_management_vpn_profile_parcel.py +317 -0
- pulumi_sdwan/get_transport_routing_bgp_profile_parcel.py +808 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_profile_parcel.py +2554 -0
- pulumi_sdwan/get_transport_wan_vpn_profile_parcel.py +356 -0
- pulumi_sdwan/get_url_filtering_policy_definition.py +286 -0
- pulumi_sdwan/get_vedge_inventory.py +96 -0
- pulumi_sdwan/get_vpn_interface_cellular_feature_template.py +2047 -0
- pulumi_sdwan/get_vpn_interface_dsl_ipoe_feature_template.py +2216 -0
- pulumi_sdwan/get_vpn_interface_dsl_pppoa_feature_template.py +2073 -0
- pulumi_sdwan/get_vpn_interface_dsl_pppoe_feature_template.py +2177 -0
- pulumi_sdwan/get_vpn_interface_ethernet_pppoe_feature_template.py +2164 -0
- pulumi_sdwan/get_vpn_interface_multilink_feature_template.py +1904 -0
- pulumi_sdwan/get_vpn_interface_svi_feature_template.py +643 -0
- pulumi_sdwan/get_vpn_interface_t1_e1_serial_feature_template.py +1683 -0
- pulumi_sdwan/get_vpn_list_policy_object.py +131 -0
- pulumi_sdwan/get_vpn_membership_policy_definition.py +157 -0
- pulumi_sdwan/get_zone_list_policy_object.py +131 -0
- pulumi_sdwan/gps_feature_template.py +925 -0
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +405 -0
- pulumi_sdwan/intrusion_prevention_policy_definition.py +594 -0
- pulumi_sdwan/ips_signature_list_policy_object.py +235 -0
- pulumi_sdwan/ipv4_acl_policy_definition.py +358 -0
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +358 -0
- pulumi_sdwan/ipv4_prefix_list_policy_object.py +265 -0
- pulumi_sdwan/ipv6_acl_policy_definition.py +358 -0
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +358 -0
- pulumi_sdwan/ipv6_prefix_list_policy_object.py +265 -0
- pulumi_sdwan/local_application_list_policy_object.py +261 -0
- pulumi_sdwan/localized_policy.py +802 -0
- pulumi_sdwan/mesh_topology_policy_definition.py +405 -0
- pulumi_sdwan/mirror_policy_object.py +305 -0
- pulumi_sdwan/object_group_policy_definition.py +874 -0
- pulumi_sdwan/outputs.py +76361 -0
- pulumi_sdwan/policer_policy_object.py +355 -0
- pulumi_sdwan/port_list_policy_object.py +261 -0
- pulumi_sdwan/preferred_color_group_policy_object.py +500 -0
- pulumi_sdwan/protocol_list_policy_object.py +261 -0
- pulumi_sdwan/provider.py +204 -0
- pulumi_sdwan/pulumi-plugin.json +5 -0
- pulumi_sdwan/py.typed +0 -0
- pulumi_sdwan/qos_map_policy_definition.py +311 -0
- pulumi_sdwan/region_list_policy_object.py +235 -0
- pulumi_sdwan/rewrite_rule_policy_definition.py +311 -0
- pulumi_sdwan/route_policy_definition.py +357 -0
- pulumi_sdwan/rule_set_policy_definition.py +283 -0
- pulumi_sdwan/security_app_hosting_feature_template.py +374 -0
- pulumi_sdwan/security_policy.py +794 -0
- pulumi_sdwan/service_feature_profile.py +227 -0
- pulumi_sdwan/service_lan_vpn_interface_ethernet_profile_parcel.py +4283 -0
- pulumi_sdwan/service_lan_vpn_profile_parcel.py +1958 -0
- pulumi_sdwan/service_tracker_profile_parcel.py +1363 -0
- pulumi_sdwan/site_list_policy_object.py +235 -0
- pulumi_sdwan/sla_class_policy_object.py +656 -0
- pulumi_sdwan/standard_community_list_policy_object.py +261 -0
- pulumi_sdwan/switchport_feature_template.py +656 -0
- pulumi_sdwan/system_aaa_profile_parcel.py +943 -0
- pulumi_sdwan/system_banner_profile_parcel.py +472 -0
- pulumi_sdwan/system_basic_profile_parcel.py +3628 -0
- pulumi_sdwan/system_bfd_profile_parcel.py +613 -0
- pulumi_sdwan/system_feature_profile.py +227 -0
- pulumi_sdwan/system_flexible_port_speed_profile_parcel.py +416 -0
- pulumi_sdwan/system_global_profile_parcel.py +2514 -0
- pulumi_sdwan/system_logging_profile_parcel.py +706 -0
- pulumi_sdwan/system_mrf_profile_parcel.py +644 -0
- pulumi_sdwan/system_ntp_profile_parcel.py +753 -0
- pulumi_sdwan/system_omp_profile_parcel.py +3090 -0
- pulumi_sdwan/system_performance_monitoring_profile_parcel.py +599 -0
- pulumi_sdwan/system_remote_access_profile_parcel.py +2324 -0
- pulumi_sdwan/system_security_profile_parcel.py +854 -0
- pulumi_sdwan/system_snmp_profile_parcel.py +800 -0
- pulumi_sdwan/tloc_list_policy_object.py +235 -0
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +1034 -0
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +786 -0
- pulumi_sdwan/traffic_data_policy_definition.py +358 -0
- pulumi_sdwan/transport_feature_profile.py +227 -0
- pulumi_sdwan/transport_ipv6_tracker_profile_parcel.py +1171 -0
- pulumi_sdwan/transport_management_vpn_interface_ethernet_profile_parcel.py +2549 -0
- pulumi_sdwan/transport_management_vpn_profile_parcel.py +881 -0
- pulumi_sdwan/transport_routing_bgp_profile_parcel.py +2662 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_profile_parcel.py +9016 -0
- pulumi_sdwan/transport_wan_vpn_profile_parcel.py +1022 -0
- pulumi_sdwan/url_filtering_policy_definition.py +842 -0
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +7163 -0
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +7774 -0
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +7257 -0
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +7633 -0
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +7586 -0
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +6646 -0
- pulumi_sdwan/vpn_interface_svi_feature_template.py +2066 -0
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +5861 -0
- pulumi_sdwan/vpn_list_policy_object.py +235 -0
- pulumi_sdwan/vpn_membership_policy_definition.py +311 -0
- pulumi_sdwan/zone_list_policy_object.py +261 -0
- pulumi_sdwan-0.1.0.dist-info/METADATA +63 -0
- pulumi_sdwan-0.1.0.dist-info/RECORD +285 -0
- pulumi_sdwan-0.1.0.dist-info/WHEEL +5 -0
- pulumi_sdwan-0.1.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,689 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from . import _utilities
|
|
11
|
+
|
|
12
|
+
__all__ = [
|
|
13
|
+
'GetSystemRemoteAccessProfileParcelResult',
|
|
14
|
+
'AwaitableGetSystemRemoteAccessProfileParcelResult',
|
|
15
|
+
'get_system_remote_access_profile_parcel',
|
|
16
|
+
'get_system_remote_access_profile_parcel_output',
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
@pulumi.output_type
|
|
20
|
+
class GetSystemRemoteAccessProfileParcelResult:
|
|
21
|
+
"""
|
|
22
|
+
A collection of values returned by getSystemRemoteAccessProfileParcel.
|
|
23
|
+
"""
|
|
24
|
+
def __init__(__self__, aaa_derive_name_domain=None, aaa_derive_name_domain_variable=None, aaa_derive_name_identity=None, aaa_derive_name_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, any_connect_eap_profile_download_status=None, any_connect_eap_profile_download_status_variable=None, any_connect_eap_profile_file_name=None, any_connect_eap_profile_file_name_variable=None, connection_type_ssl=None, description=None, enable_crl_check=None, enable_crl_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_domain and not isinstance(aaa_derive_name_domain, str):
|
|
26
|
+
raise TypeError("Expected argument 'aaa_derive_name_domain' to be a str")
|
|
27
|
+
pulumi.set(__self__, "aaa_derive_name_domain", aaa_derive_name_domain)
|
|
28
|
+
if aaa_derive_name_domain_variable and not isinstance(aaa_derive_name_domain_variable, str):
|
|
29
|
+
raise TypeError("Expected argument 'aaa_derive_name_domain_variable' to be a str")
|
|
30
|
+
pulumi.set(__self__, "aaa_derive_name_domain_variable", aaa_derive_name_domain_variable)
|
|
31
|
+
if aaa_derive_name_identity and not isinstance(aaa_derive_name_identity, str):
|
|
32
|
+
raise TypeError("Expected argument 'aaa_derive_name_identity' to be a str")
|
|
33
|
+
pulumi.set(__self__, "aaa_derive_name_identity", aaa_derive_name_identity)
|
|
34
|
+
if aaa_derive_name_identity_variable and not isinstance(aaa_derive_name_identity_variable, str):
|
|
35
|
+
raise TypeError("Expected argument 'aaa_derive_name_identity_variable' to be a str")
|
|
36
|
+
pulumi.set(__self__, "aaa_derive_name_identity_variable", aaa_derive_name_identity_variable)
|
|
37
|
+
if aaa_enable_accounting and not isinstance(aaa_enable_accounting, bool):
|
|
38
|
+
raise TypeError("Expected argument 'aaa_enable_accounting' to be a bool")
|
|
39
|
+
pulumi.set(__self__, "aaa_enable_accounting", aaa_enable_accounting)
|
|
40
|
+
if aaa_enable_accounting_variable and not isinstance(aaa_enable_accounting_variable, str):
|
|
41
|
+
raise TypeError("Expected argument 'aaa_enable_accounting_variable' to be a str")
|
|
42
|
+
pulumi.set(__self__, "aaa_enable_accounting_variable", aaa_enable_accounting_variable)
|
|
43
|
+
if aaa_specify_name_policy_name and not isinstance(aaa_specify_name_policy_name, str):
|
|
44
|
+
raise TypeError("Expected argument 'aaa_specify_name_policy_name' to be a str")
|
|
45
|
+
pulumi.set(__self__, "aaa_specify_name_policy_name", aaa_specify_name_policy_name)
|
|
46
|
+
if aaa_specify_name_policy_name_variable and not isinstance(aaa_specify_name_policy_name_variable, str):
|
|
47
|
+
raise TypeError("Expected argument 'aaa_specify_name_policy_name_variable' to be a str")
|
|
48
|
+
pulumi.set(__self__, "aaa_specify_name_policy_name_variable", aaa_specify_name_policy_name_variable)
|
|
49
|
+
if aaa_specify_name_policy_password and not isinstance(aaa_specify_name_policy_password, str):
|
|
50
|
+
raise TypeError("Expected argument 'aaa_specify_name_policy_password' to be a str")
|
|
51
|
+
pulumi.set(__self__, "aaa_specify_name_policy_password", aaa_specify_name_policy_password)
|
|
52
|
+
if aaa_specify_name_policy_password_variable and not isinstance(aaa_specify_name_policy_password_variable, str):
|
|
53
|
+
raise TypeError("Expected argument 'aaa_specify_name_policy_password_variable' to be a str")
|
|
54
|
+
pulumi.set(__self__, "aaa_specify_name_policy_password_variable", aaa_specify_name_policy_password_variable)
|
|
55
|
+
if any_connect_eap_authentication_type and not isinstance(any_connect_eap_authentication_type, str):
|
|
56
|
+
raise TypeError("Expected argument 'any_connect_eap_authentication_type' to be a str")
|
|
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
|
+
if connection_type_ssl and not isinstance(connection_type_ssl, bool):
|
|
71
|
+
raise TypeError("Expected argument 'connection_type_ssl' to be a bool")
|
|
72
|
+
pulumi.set(__self__, "connection_type_ssl", connection_type_ssl)
|
|
73
|
+
if description and not isinstance(description, str):
|
|
74
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
75
|
+
pulumi.set(__self__, "description", description)
|
|
76
|
+
if enable_crl_check and not isinstance(enable_crl_check, bool):
|
|
77
|
+
raise TypeError("Expected argument 'enable_crl_check' to be a bool")
|
|
78
|
+
pulumi.set(__self__, "enable_crl_check", enable_crl_check)
|
|
79
|
+
if enable_crl_check_variable and not isinstance(enable_crl_check_variable, str):
|
|
80
|
+
raise TypeError("Expected argument 'enable_crl_check_variable' to be a str")
|
|
81
|
+
pulumi.set(__self__, "enable_crl_check_variable", enable_crl_check_variable)
|
|
82
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
83
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
84
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
85
|
+
if id and not isinstance(id, str):
|
|
86
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
87
|
+
pulumi.set(__self__, "id", id)
|
|
88
|
+
if ikev2_anti_dos_threshold and not isinstance(ikev2_anti_dos_threshold, int):
|
|
89
|
+
raise TypeError("Expected argument 'ikev2_anti_dos_threshold' to be a int")
|
|
90
|
+
pulumi.set(__self__, "ikev2_anti_dos_threshold", ikev2_anti_dos_threshold)
|
|
91
|
+
if ikev2_anti_dos_threshold_variable and not isinstance(ikev2_anti_dos_threshold_variable, str):
|
|
92
|
+
raise TypeError("Expected argument 'ikev2_anti_dos_threshold_variable' to be a str")
|
|
93
|
+
pulumi.set(__self__, "ikev2_anti_dos_threshold_variable", ikev2_anti_dos_threshold_variable)
|
|
94
|
+
if ikev2_local_ike_identity_type and not isinstance(ikev2_local_ike_identity_type, str):
|
|
95
|
+
raise TypeError("Expected argument 'ikev2_local_ike_identity_type' to be a str")
|
|
96
|
+
pulumi.set(__self__, "ikev2_local_ike_identity_type", ikev2_local_ike_identity_type)
|
|
97
|
+
if ikev2_local_ike_identity_type_variable and not isinstance(ikev2_local_ike_identity_type_variable, str):
|
|
98
|
+
raise TypeError("Expected argument 'ikev2_local_ike_identity_type_variable' to be a str")
|
|
99
|
+
pulumi.set(__self__, "ikev2_local_ike_identity_type_variable", ikev2_local_ike_identity_type_variable)
|
|
100
|
+
if ikev2_local_ike_identity_value and not isinstance(ikev2_local_ike_identity_value, str):
|
|
101
|
+
raise TypeError("Expected argument 'ikev2_local_ike_identity_value' to be a str")
|
|
102
|
+
pulumi.set(__self__, "ikev2_local_ike_identity_value", ikev2_local_ike_identity_value)
|
|
103
|
+
if ikev2_local_ike_identity_value_variable and not isinstance(ikev2_local_ike_identity_value_variable, str):
|
|
104
|
+
raise TypeError("Expected argument 'ikev2_local_ike_identity_value_variable' to be a str")
|
|
105
|
+
pulumi.set(__self__, "ikev2_local_ike_identity_value_variable", ikev2_local_ike_identity_value_variable)
|
|
106
|
+
if ikev2_security_association_lifetime and not isinstance(ikev2_security_association_lifetime, int):
|
|
107
|
+
raise TypeError("Expected argument 'ikev2_security_association_lifetime' to be a int")
|
|
108
|
+
pulumi.set(__self__, "ikev2_security_association_lifetime", ikev2_security_association_lifetime)
|
|
109
|
+
if ikev2_security_association_lifetime_variable and not isinstance(ikev2_security_association_lifetime_variable, str):
|
|
110
|
+
raise TypeError("Expected argument 'ikev2_security_association_lifetime_variable' to be a str")
|
|
111
|
+
pulumi.set(__self__, "ikev2_security_association_lifetime_variable", ikev2_security_association_lifetime_variable)
|
|
112
|
+
if ipsec_anti_replay_window_size and not isinstance(ipsec_anti_replay_window_size, int):
|
|
113
|
+
raise TypeError("Expected argument 'ipsec_anti_replay_window_size' to be a int")
|
|
114
|
+
pulumi.set(__self__, "ipsec_anti_replay_window_size", ipsec_anti_replay_window_size)
|
|
115
|
+
if ipsec_anti_replay_window_size_variable and not isinstance(ipsec_anti_replay_window_size_variable, str):
|
|
116
|
+
raise TypeError("Expected argument 'ipsec_anti_replay_window_size_variable' to be a str")
|
|
117
|
+
pulumi.set(__self__, "ipsec_anti_replay_window_size_variable", ipsec_anti_replay_window_size_variable)
|
|
118
|
+
if ipsec_enable_anti_replay and not isinstance(ipsec_enable_anti_replay, bool):
|
|
119
|
+
raise TypeError("Expected argument 'ipsec_enable_anti_replay' to be a bool")
|
|
120
|
+
pulumi.set(__self__, "ipsec_enable_anti_replay", ipsec_enable_anti_replay)
|
|
121
|
+
if ipsec_enable_anti_replay_variable and not isinstance(ipsec_enable_anti_replay_variable, str):
|
|
122
|
+
raise TypeError("Expected argument 'ipsec_enable_anti_replay_variable' to be a str")
|
|
123
|
+
pulumi.set(__self__, "ipsec_enable_anti_replay_variable", ipsec_enable_anti_replay_variable)
|
|
124
|
+
if ipsec_enable_perfect_foward_secrecy and not isinstance(ipsec_enable_perfect_foward_secrecy, bool):
|
|
125
|
+
raise TypeError("Expected argument 'ipsec_enable_perfect_foward_secrecy' to be a bool")
|
|
126
|
+
pulumi.set(__self__, "ipsec_enable_perfect_foward_secrecy", ipsec_enable_perfect_foward_secrecy)
|
|
127
|
+
if ipsec_enable_perfect_foward_secrecy_variable and not isinstance(ipsec_enable_perfect_foward_secrecy_variable, str):
|
|
128
|
+
raise TypeError("Expected argument 'ipsec_enable_perfect_foward_secrecy_variable' to be a str")
|
|
129
|
+
pulumi.set(__self__, "ipsec_enable_perfect_foward_secrecy_variable", ipsec_enable_perfect_foward_secrecy_variable)
|
|
130
|
+
if ipsec_security_association_lifetime and not isinstance(ipsec_security_association_lifetime, int):
|
|
131
|
+
raise TypeError("Expected argument 'ipsec_security_association_lifetime' to be a int")
|
|
132
|
+
pulumi.set(__self__, "ipsec_security_association_lifetime", ipsec_security_association_lifetime)
|
|
133
|
+
if ipsec_security_association_lifetime_variable and not isinstance(ipsec_security_association_lifetime_variable, str):
|
|
134
|
+
raise TypeError("Expected argument 'ipsec_security_association_lifetime_variable' to be a str")
|
|
135
|
+
pulumi.set(__self__, "ipsec_security_association_lifetime_variable", ipsec_security_association_lifetime_variable)
|
|
136
|
+
if ipv4_pool_size and not isinstance(ipv4_pool_size, int):
|
|
137
|
+
raise TypeError("Expected argument 'ipv4_pool_size' to be a int")
|
|
138
|
+
pulumi.set(__self__, "ipv4_pool_size", ipv4_pool_size)
|
|
139
|
+
if ipv4_pool_size_variable and not isinstance(ipv4_pool_size_variable, str):
|
|
140
|
+
raise TypeError("Expected argument 'ipv4_pool_size_variable' to be a str")
|
|
141
|
+
pulumi.set(__self__, "ipv4_pool_size_variable", ipv4_pool_size_variable)
|
|
142
|
+
if ipv6_pool_size and not isinstance(ipv6_pool_size, int):
|
|
143
|
+
raise TypeError("Expected argument 'ipv6_pool_size' to be a int")
|
|
144
|
+
pulumi.set(__self__, "ipv6_pool_size", ipv6_pool_size)
|
|
145
|
+
if ipv6_pool_size_variable and not isinstance(ipv6_pool_size_variable, str):
|
|
146
|
+
raise TypeError("Expected argument 'ipv6_pool_size_variable' to be a str")
|
|
147
|
+
pulumi.set(__self__, "ipv6_pool_size_variable", ipv6_pool_size_variable)
|
|
148
|
+
if name and not isinstance(name, str):
|
|
149
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
150
|
+
pulumi.set(__self__, "name", name)
|
|
151
|
+
if psk_authentication_pre_shared_key and not isinstance(psk_authentication_pre_shared_key, str):
|
|
152
|
+
raise TypeError("Expected argument 'psk_authentication_pre_shared_key' to be a str")
|
|
153
|
+
pulumi.set(__self__, "psk_authentication_pre_shared_key", psk_authentication_pre_shared_key)
|
|
154
|
+
if psk_authentication_pre_shared_key_variable and not isinstance(psk_authentication_pre_shared_key_variable, str):
|
|
155
|
+
raise TypeError("Expected argument 'psk_authentication_pre_shared_key_variable' to be a str")
|
|
156
|
+
pulumi.set(__self__, "psk_authentication_pre_shared_key_variable", psk_authentication_pre_shared_key_variable)
|
|
157
|
+
if psk_authentication_type and not isinstance(psk_authentication_type, str):
|
|
158
|
+
raise TypeError("Expected argument 'psk_authentication_type' to be a str")
|
|
159
|
+
pulumi.set(__self__, "psk_authentication_type", psk_authentication_type)
|
|
160
|
+
if psk_authentication_type_variable and not isinstance(psk_authentication_type_variable, str):
|
|
161
|
+
raise TypeError("Expected argument 'psk_authentication_type_variable' to be a str")
|
|
162
|
+
pulumi.set(__self__, "psk_authentication_type_variable", psk_authentication_type_variable)
|
|
163
|
+
if radius_group_name and not isinstance(radius_group_name, str):
|
|
164
|
+
raise TypeError("Expected argument 'radius_group_name' to be a str")
|
|
165
|
+
pulumi.set(__self__, "radius_group_name", radius_group_name)
|
|
166
|
+
if radius_group_name_variable and not isinstance(radius_group_name_variable, str):
|
|
167
|
+
raise TypeError("Expected argument 'radius_group_name_variable' to be a str")
|
|
168
|
+
pulumi.set(__self__, "radius_group_name_variable", radius_group_name_variable)
|
|
169
|
+
if version and not isinstance(version, int):
|
|
170
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
171
|
+
pulumi.set(__self__, "version", version)
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
@pulumi.getter(name="aaaDeriveNameDomain")
|
|
175
|
+
def aaa_derive_name_domain(self) -> str:
|
|
176
|
+
return pulumi.get(self, "aaa_derive_name_domain")
|
|
177
|
+
|
|
178
|
+
@property
|
|
179
|
+
@pulumi.getter(name="aaaDeriveNameDomainVariable")
|
|
180
|
+
def aaa_derive_name_domain_variable(self) -> str:
|
|
181
|
+
"""
|
|
182
|
+
Variable name
|
|
183
|
+
"""
|
|
184
|
+
return pulumi.get(self, "aaa_derive_name_domain_variable")
|
|
185
|
+
|
|
186
|
+
@property
|
|
187
|
+
@pulumi.getter(name="aaaDeriveNameIdentity")
|
|
188
|
+
def aaa_derive_name_identity(self) -> str:
|
|
189
|
+
return pulumi.get(self, "aaa_derive_name_identity")
|
|
190
|
+
|
|
191
|
+
@property
|
|
192
|
+
@pulumi.getter(name="aaaDeriveNameIdentityVariable")
|
|
193
|
+
def aaa_derive_name_identity_variable(self) -> str:
|
|
194
|
+
"""
|
|
195
|
+
Variable name
|
|
196
|
+
"""
|
|
197
|
+
return pulumi.get(self, "aaa_derive_name_identity_variable")
|
|
198
|
+
|
|
199
|
+
@property
|
|
200
|
+
@pulumi.getter(name="aaaEnableAccounting")
|
|
201
|
+
def aaa_enable_accounting(self) -> bool:
|
|
202
|
+
"""
|
|
203
|
+
Enable Accounting
|
|
204
|
+
"""
|
|
205
|
+
return pulumi.get(self, "aaa_enable_accounting")
|
|
206
|
+
|
|
207
|
+
@property
|
|
208
|
+
@pulumi.getter(name="aaaEnableAccountingVariable")
|
|
209
|
+
def aaa_enable_accounting_variable(self) -> str:
|
|
210
|
+
"""
|
|
211
|
+
Variable name
|
|
212
|
+
"""
|
|
213
|
+
return pulumi.get(self, "aaa_enable_accounting_variable")
|
|
214
|
+
|
|
215
|
+
@property
|
|
216
|
+
@pulumi.getter(name="aaaSpecifyNamePolicyName")
|
|
217
|
+
def aaa_specify_name_policy_name(self) -> str:
|
|
218
|
+
return pulumi.get(self, "aaa_specify_name_policy_name")
|
|
219
|
+
|
|
220
|
+
@property
|
|
221
|
+
@pulumi.getter(name="aaaSpecifyNamePolicyNameVariable")
|
|
222
|
+
def aaa_specify_name_policy_name_variable(self) -> str:
|
|
223
|
+
"""
|
|
224
|
+
Variable name
|
|
225
|
+
"""
|
|
226
|
+
return pulumi.get(self, "aaa_specify_name_policy_name_variable")
|
|
227
|
+
|
|
228
|
+
@property
|
|
229
|
+
@pulumi.getter(name="aaaSpecifyNamePolicyPassword")
|
|
230
|
+
def aaa_specify_name_policy_password(self) -> str:
|
|
231
|
+
return pulumi.get(self, "aaa_specify_name_policy_password")
|
|
232
|
+
|
|
233
|
+
@property
|
|
234
|
+
@pulumi.getter(name="aaaSpecifyNamePolicyPasswordVariable")
|
|
235
|
+
def aaa_specify_name_policy_password_variable(self) -> str:
|
|
236
|
+
"""
|
|
237
|
+
Variable name
|
|
238
|
+
"""
|
|
239
|
+
return pulumi.get(self, "aaa_specify_name_policy_password_variable")
|
|
240
|
+
|
|
241
|
+
@property
|
|
242
|
+
@pulumi.getter(name="anyConnectEapAuthenticationType")
|
|
243
|
+
def any_connect_eap_authentication_type(self) -> str:
|
|
244
|
+
return pulumi.get(self, "any_connect_eap_authentication_type")
|
|
245
|
+
|
|
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
|
+
@property
|
|
273
|
+
@pulumi.getter(name="connectionTypeSsl")
|
|
274
|
+
def connection_type_ssl(self) -> bool:
|
|
275
|
+
"""
|
|
276
|
+
Enabled SSL VPN
|
|
277
|
+
"""
|
|
278
|
+
return pulumi.get(self, "connection_type_ssl")
|
|
279
|
+
|
|
280
|
+
@property
|
|
281
|
+
@pulumi.getter
|
|
282
|
+
def description(self) -> str:
|
|
283
|
+
"""
|
|
284
|
+
The description of the profile parcel
|
|
285
|
+
"""
|
|
286
|
+
return pulumi.get(self, "description")
|
|
287
|
+
|
|
288
|
+
@property
|
|
289
|
+
@pulumi.getter(name="enableCrlCheck")
|
|
290
|
+
def enable_crl_check(self) -> bool:
|
|
291
|
+
return pulumi.get(self, "enable_crl_check")
|
|
292
|
+
|
|
293
|
+
@property
|
|
294
|
+
@pulumi.getter(name="enableCrlCheckVariable")
|
|
295
|
+
def enable_crl_check_variable(self) -> str:
|
|
296
|
+
"""
|
|
297
|
+
Variable name
|
|
298
|
+
"""
|
|
299
|
+
return pulumi.get(self, "enable_crl_check_variable")
|
|
300
|
+
|
|
301
|
+
@property
|
|
302
|
+
@pulumi.getter(name="featureProfileId")
|
|
303
|
+
def feature_profile_id(self) -> str:
|
|
304
|
+
"""
|
|
305
|
+
Feature Profile ID
|
|
306
|
+
"""
|
|
307
|
+
return pulumi.get(self, "feature_profile_id")
|
|
308
|
+
|
|
309
|
+
@property
|
|
310
|
+
@pulumi.getter
|
|
311
|
+
def id(self) -> str:
|
|
312
|
+
"""
|
|
313
|
+
The id of the profile parcel
|
|
314
|
+
"""
|
|
315
|
+
return pulumi.get(self, "id")
|
|
316
|
+
|
|
317
|
+
@property
|
|
318
|
+
@pulumi.getter(name="ikev2AntiDosThreshold")
|
|
319
|
+
def ikev2_anti_dos_threshold(self) -> int:
|
|
320
|
+
"""
|
|
321
|
+
Anti-DOS Threshold
|
|
322
|
+
"""
|
|
323
|
+
return pulumi.get(self, "ikev2_anti_dos_threshold")
|
|
324
|
+
|
|
325
|
+
@property
|
|
326
|
+
@pulumi.getter(name="ikev2AntiDosThresholdVariable")
|
|
327
|
+
def ikev2_anti_dos_threshold_variable(self) -> str:
|
|
328
|
+
"""
|
|
329
|
+
Variable name
|
|
330
|
+
"""
|
|
331
|
+
return pulumi.get(self, "ikev2_anti_dos_threshold_variable")
|
|
332
|
+
|
|
333
|
+
@property
|
|
334
|
+
@pulumi.getter(name="ikev2LocalIkeIdentityType")
|
|
335
|
+
def ikev2_local_ike_identity_type(self) -> str:
|
|
336
|
+
return pulumi.get(self, "ikev2_local_ike_identity_type")
|
|
337
|
+
|
|
338
|
+
@property
|
|
339
|
+
@pulumi.getter(name="ikev2LocalIkeIdentityTypeVariable")
|
|
340
|
+
def ikev2_local_ike_identity_type_variable(self) -> str:
|
|
341
|
+
"""
|
|
342
|
+
Variable name
|
|
343
|
+
"""
|
|
344
|
+
return pulumi.get(self, "ikev2_local_ike_identity_type_variable")
|
|
345
|
+
|
|
346
|
+
@property
|
|
347
|
+
@pulumi.getter(name="ikev2LocalIkeIdentityValue")
|
|
348
|
+
def ikev2_local_ike_identity_value(self) -> str:
|
|
349
|
+
return pulumi.get(self, "ikev2_local_ike_identity_value")
|
|
350
|
+
|
|
351
|
+
@property
|
|
352
|
+
@pulumi.getter(name="ikev2LocalIkeIdentityValueVariable")
|
|
353
|
+
def ikev2_local_ike_identity_value_variable(self) -> str:
|
|
354
|
+
"""
|
|
355
|
+
Variable name
|
|
356
|
+
"""
|
|
357
|
+
return pulumi.get(self, "ikev2_local_ike_identity_value_variable")
|
|
358
|
+
|
|
359
|
+
@property
|
|
360
|
+
@pulumi.getter(name="ikev2SecurityAssociationLifetime")
|
|
361
|
+
def ikev2_security_association_lifetime(self) -> int:
|
|
362
|
+
"""
|
|
363
|
+
Security Association Lifetime in Seconds
|
|
364
|
+
"""
|
|
365
|
+
return pulumi.get(self, "ikev2_security_association_lifetime")
|
|
366
|
+
|
|
367
|
+
@property
|
|
368
|
+
@pulumi.getter(name="ikev2SecurityAssociationLifetimeVariable")
|
|
369
|
+
def ikev2_security_association_lifetime_variable(self) -> str:
|
|
370
|
+
"""
|
|
371
|
+
Variable name
|
|
372
|
+
"""
|
|
373
|
+
return pulumi.get(self, "ikev2_security_association_lifetime_variable")
|
|
374
|
+
|
|
375
|
+
@property
|
|
376
|
+
@pulumi.getter(name="ipsecAntiReplayWindowSize")
|
|
377
|
+
def ipsec_anti_replay_window_size(self) -> int:
|
|
378
|
+
"""
|
|
379
|
+
security Association Lifetime
|
|
380
|
+
"""
|
|
381
|
+
return pulumi.get(self, "ipsec_anti_replay_window_size")
|
|
382
|
+
|
|
383
|
+
@property
|
|
384
|
+
@pulumi.getter(name="ipsecAntiReplayWindowSizeVariable")
|
|
385
|
+
def ipsec_anti_replay_window_size_variable(self) -> str:
|
|
386
|
+
"""
|
|
387
|
+
Variable name
|
|
388
|
+
"""
|
|
389
|
+
return pulumi.get(self, "ipsec_anti_replay_window_size_variable")
|
|
390
|
+
|
|
391
|
+
@property
|
|
392
|
+
@pulumi.getter(name="ipsecEnableAntiReplay")
|
|
393
|
+
def ipsec_enable_anti_replay(self) -> bool:
|
|
394
|
+
"""
|
|
395
|
+
Enable Anti-Replay
|
|
396
|
+
"""
|
|
397
|
+
return pulumi.get(self, "ipsec_enable_anti_replay")
|
|
398
|
+
|
|
399
|
+
@property
|
|
400
|
+
@pulumi.getter(name="ipsecEnableAntiReplayVariable")
|
|
401
|
+
def ipsec_enable_anti_replay_variable(self) -> str:
|
|
402
|
+
"""
|
|
403
|
+
Variable name
|
|
404
|
+
"""
|
|
405
|
+
return pulumi.get(self, "ipsec_enable_anti_replay_variable")
|
|
406
|
+
|
|
407
|
+
@property
|
|
408
|
+
@pulumi.getter(name="ipsecEnablePerfectFowardSecrecy")
|
|
409
|
+
def ipsec_enable_perfect_foward_secrecy(self) -> bool:
|
|
410
|
+
"""
|
|
411
|
+
security Association Lifetime
|
|
412
|
+
"""
|
|
413
|
+
return pulumi.get(self, "ipsec_enable_perfect_foward_secrecy")
|
|
414
|
+
|
|
415
|
+
@property
|
|
416
|
+
@pulumi.getter(name="ipsecEnablePerfectFowardSecrecyVariable")
|
|
417
|
+
def ipsec_enable_perfect_foward_secrecy_variable(self) -> str:
|
|
418
|
+
"""
|
|
419
|
+
Variable name
|
|
420
|
+
"""
|
|
421
|
+
return pulumi.get(self, "ipsec_enable_perfect_foward_secrecy_variable")
|
|
422
|
+
|
|
423
|
+
@property
|
|
424
|
+
@pulumi.getter(name="ipsecSecurityAssociationLifetime")
|
|
425
|
+
def ipsec_security_association_lifetime(self) -> int:
|
|
426
|
+
"""
|
|
427
|
+
Security Association Lifetime in Seconds
|
|
428
|
+
"""
|
|
429
|
+
return pulumi.get(self, "ipsec_security_association_lifetime")
|
|
430
|
+
|
|
431
|
+
@property
|
|
432
|
+
@pulumi.getter(name="ipsecSecurityAssociationLifetimeVariable")
|
|
433
|
+
def ipsec_security_association_lifetime_variable(self) -> str:
|
|
434
|
+
"""
|
|
435
|
+
Variable name
|
|
436
|
+
"""
|
|
437
|
+
return pulumi.get(self, "ipsec_security_association_lifetime_variable")
|
|
438
|
+
|
|
439
|
+
@property
|
|
440
|
+
@pulumi.getter(name="ipv4PoolSize")
|
|
441
|
+
def ipv4_pool_size(self) -> int:
|
|
442
|
+
"""
|
|
443
|
+
IPv4 Pool Size
|
|
444
|
+
"""
|
|
445
|
+
return pulumi.get(self, "ipv4_pool_size")
|
|
446
|
+
|
|
447
|
+
@property
|
|
448
|
+
@pulumi.getter(name="ipv4PoolSizeVariable")
|
|
449
|
+
def ipv4_pool_size_variable(self) -> str:
|
|
450
|
+
"""
|
|
451
|
+
Variable name
|
|
452
|
+
"""
|
|
453
|
+
return pulumi.get(self, "ipv4_pool_size_variable")
|
|
454
|
+
|
|
455
|
+
@property
|
|
456
|
+
@pulumi.getter(name="ipv6PoolSize")
|
|
457
|
+
def ipv6_pool_size(self) -> int:
|
|
458
|
+
"""
|
|
459
|
+
IPv6 Pool Size
|
|
460
|
+
"""
|
|
461
|
+
return pulumi.get(self, "ipv6_pool_size")
|
|
462
|
+
|
|
463
|
+
@property
|
|
464
|
+
@pulumi.getter(name="ipv6PoolSizeVariable")
|
|
465
|
+
def ipv6_pool_size_variable(self) -> str:
|
|
466
|
+
"""
|
|
467
|
+
Variable name
|
|
468
|
+
"""
|
|
469
|
+
return pulumi.get(self, "ipv6_pool_size_variable")
|
|
470
|
+
|
|
471
|
+
@property
|
|
472
|
+
@pulumi.getter
|
|
473
|
+
def name(self) -> str:
|
|
474
|
+
"""
|
|
475
|
+
The name of the profile parcel
|
|
476
|
+
"""
|
|
477
|
+
return pulumi.get(self, "name")
|
|
478
|
+
|
|
479
|
+
@property
|
|
480
|
+
@pulumi.getter(name="pskAuthenticationPreSharedKey")
|
|
481
|
+
def psk_authentication_pre_shared_key(self) -> str:
|
|
482
|
+
"""
|
|
483
|
+
PSK Pre Shared Key
|
|
484
|
+
"""
|
|
485
|
+
return pulumi.get(self, "psk_authentication_pre_shared_key")
|
|
486
|
+
|
|
487
|
+
@property
|
|
488
|
+
@pulumi.getter(name="pskAuthenticationPreSharedKeyVariable")
|
|
489
|
+
def psk_authentication_pre_shared_key_variable(self) -> str:
|
|
490
|
+
"""
|
|
491
|
+
Variable name
|
|
492
|
+
"""
|
|
493
|
+
return pulumi.get(self, "psk_authentication_pre_shared_key_variable")
|
|
494
|
+
|
|
495
|
+
@property
|
|
496
|
+
@pulumi.getter(name="pskAuthenticationType")
|
|
497
|
+
def psk_authentication_type(self) -> str:
|
|
498
|
+
"""
|
|
499
|
+
PSK Selection
|
|
500
|
+
"""
|
|
501
|
+
return pulumi.get(self, "psk_authentication_type")
|
|
502
|
+
|
|
503
|
+
@property
|
|
504
|
+
@pulumi.getter(name="pskAuthenticationTypeVariable")
|
|
505
|
+
def psk_authentication_type_variable(self) -> str:
|
|
506
|
+
"""
|
|
507
|
+
Variable name
|
|
508
|
+
"""
|
|
509
|
+
return pulumi.get(self, "psk_authentication_type_variable")
|
|
510
|
+
|
|
511
|
+
@property
|
|
512
|
+
@pulumi.getter(name="radiusGroupName")
|
|
513
|
+
def radius_group_name(self) -> str:
|
|
514
|
+
return pulumi.get(self, "radius_group_name")
|
|
515
|
+
|
|
516
|
+
@property
|
|
517
|
+
@pulumi.getter(name="radiusGroupNameVariable")
|
|
518
|
+
def radius_group_name_variable(self) -> str:
|
|
519
|
+
"""
|
|
520
|
+
Variable name
|
|
521
|
+
"""
|
|
522
|
+
return pulumi.get(self, "radius_group_name_variable")
|
|
523
|
+
|
|
524
|
+
@property
|
|
525
|
+
@pulumi.getter
|
|
526
|
+
def version(self) -> int:
|
|
527
|
+
"""
|
|
528
|
+
The version of the profile parcel
|
|
529
|
+
"""
|
|
530
|
+
return pulumi.get(self, "version")
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
class AwaitableGetSystemRemoteAccessProfileParcelResult(GetSystemRemoteAccessProfileParcelResult):
|
|
534
|
+
# pylint: disable=using-constant-test
|
|
535
|
+
def __await__(self):
|
|
536
|
+
if False:
|
|
537
|
+
yield self
|
|
538
|
+
return GetSystemRemoteAccessProfileParcelResult(
|
|
539
|
+
aaa_derive_name_domain=self.aaa_derive_name_domain,
|
|
540
|
+
aaa_derive_name_domain_variable=self.aaa_derive_name_domain_variable,
|
|
541
|
+
aaa_derive_name_identity=self.aaa_derive_name_identity,
|
|
542
|
+
aaa_derive_name_identity_variable=self.aaa_derive_name_identity_variable,
|
|
543
|
+
aaa_enable_accounting=self.aaa_enable_accounting,
|
|
544
|
+
aaa_enable_accounting_variable=self.aaa_enable_accounting_variable,
|
|
545
|
+
aaa_specify_name_policy_name=self.aaa_specify_name_policy_name,
|
|
546
|
+
aaa_specify_name_policy_name_variable=self.aaa_specify_name_policy_name_variable,
|
|
547
|
+
aaa_specify_name_policy_password=self.aaa_specify_name_policy_password,
|
|
548
|
+
aaa_specify_name_policy_password_variable=self.aaa_specify_name_policy_password_variable,
|
|
549
|
+
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
|
+
connection_type_ssl=self.connection_type_ssl,
|
|
555
|
+
description=self.description,
|
|
556
|
+
enable_crl_check=self.enable_crl_check,
|
|
557
|
+
enable_crl_check_variable=self.enable_crl_check_variable,
|
|
558
|
+
feature_profile_id=self.feature_profile_id,
|
|
559
|
+
id=self.id,
|
|
560
|
+
ikev2_anti_dos_threshold=self.ikev2_anti_dos_threshold,
|
|
561
|
+
ikev2_anti_dos_threshold_variable=self.ikev2_anti_dos_threshold_variable,
|
|
562
|
+
ikev2_local_ike_identity_type=self.ikev2_local_ike_identity_type,
|
|
563
|
+
ikev2_local_ike_identity_type_variable=self.ikev2_local_ike_identity_type_variable,
|
|
564
|
+
ikev2_local_ike_identity_value=self.ikev2_local_ike_identity_value,
|
|
565
|
+
ikev2_local_ike_identity_value_variable=self.ikev2_local_ike_identity_value_variable,
|
|
566
|
+
ikev2_security_association_lifetime=self.ikev2_security_association_lifetime,
|
|
567
|
+
ikev2_security_association_lifetime_variable=self.ikev2_security_association_lifetime_variable,
|
|
568
|
+
ipsec_anti_replay_window_size=self.ipsec_anti_replay_window_size,
|
|
569
|
+
ipsec_anti_replay_window_size_variable=self.ipsec_anti_replay_window_size_variable,
|
|
570
|
+
ipsec_enable_anti_replay=self.ipsec_enable_anti_replay,
|
|
571
|
+
ipsec_enable_anti_replay_variable=self.ipsec_enable_anti_replay_variable,
|
|
572
|
+
ipsec_enable_perfect_foward_secrecy=self.ipsec_enable_perfect_foward_secrecy,
|
|
573
|
+
ipsec_enable_perfect_foward_secrecy_variable=self.ipsec_enable_perfect_foward_secrecy_variable,
|
|
574
|
+
ipsec_security_association_lifetime=self.ipsec_security_association_lifetime,
|
|
575
|
+
ipsec_security_association_lifetime_variable=self.ipsec_security_association_lifetime_variable,
|
|
576
|
+
ipv4_pool_size=self.ipv4_pool_size,
|
|
577
|
+
ipv4_pool_size_variable=self.ipv4_pool_size_variable,
|
|
578
|
+
ipv6_pool_size=self.ipv6_pool_size,
|
|
579
|
+
ipv6_pool_size_variable=self.ipv6_pool_size_variable,
|
|
580
|
+
name=self.name,
|
|
581
|
+
psk_authentication_pre_shared_key=self.psk_authentication_pre_shared_key,
|
|
582
|
+
psk_authentication_pre_shared_key_variable=self.psk_authentication_pre_shared_key_variable,
|
|
583
|
+
psk_authentication_type=self.psk_authentication_type,
|
|
584
|
+
psk_authentication_type_variable=self.psk_authentication_type_variable,
|
|
585
|
+
radius_group_name=self.radius_group_name,
|
|
586
|
+
radius_group_name_variable=self.radius_group_name_variable,
|
|
587
|
+
version=self.version)
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
def get_system_remote_access_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
591
|
+
id: Optional[str] = None,
|
|
592
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemRemoteAccessProfileParcelResult:
|
|
593
|
+
"""
|
|
594
|
+
This data source can read the System Remote Access profile parcel.
|
|
595
|
+
|
|
596
|
+
## Example Usage
|
|
597
|
+
|
|
598
|
+
```python
|
|
599
|
+
import pulumi
|
|
600
|
+
import pulumi_sdwan as sdwan
|
|
601
|
+
|
|
602
|
+
example = sdwan.get_system_remote_access_profile_parcel(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
603
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
604
|
+
```
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
:param str feature_profile_id: Feature Profile ID
|
|
608
|
+
:param str id: The id of the profile parcel
|
|
609
|
+
"""
|
|
610
|
+
__args__ = dict()
|
|
611
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
612
|
+
__args__['id'] = id
|
|
613
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
614
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getSystemRemoteAccessProfileParcel:getSystemRemoteAccessProfileParcel', __args__, opts=opts, typ=GetSystemRemoteAccessProfileParcelResult).value
|
|
615
|
+
|
|
616
|
+
return AwaitableGetSystemRemoteAccessProfileParcelResult(
|
|
617
|
+
aaa_derive_name_domain=pulumi.get(__ret__, 'aaa_derive_name_domain'),
|
|
618
|
+
aaa_derive_name_domain_variable=pulumi.get(__ret__, 'aaa_derive_name_domain_variable'),
|
|
619
|
+
aaa_derive_name_identity=pulumi.get(__ret__, 'aaa_derive_name_identity'),
|
|
620
|
+
aaa_derive_name_identity_variable=pulumi.get(__ret__, 'aaa_derive_name_identity_variable'),
|
|
621
|
+
aaa_enable_accounting=pulumi.get(__ret__, 'aaa_enable_accounting'),
|
|
622
|
+
aaa_enable_accounting_variable=pulumi.get(__ret__, 'aaa_enable_accounting_variable'),
|
|
623
|
+
aaa_specify_name_policy_name=pulumi.get(__ret__, 'aaa_specify_name_policy_name'),
|
|
624
|
+
aaa_specify_name_policy_name_variable=pulumi.get(__ret__, 'aaa_specify_name_policy_name_variable'),
|
|
625
|
+
aaa_specify_name_policy_password=pulumi.get(__ret__, 'aaa_specify_name_policy_password'),
|
|
626
|
+
aaa_specify_name_policy_password_variable=pulumi.get(__ret__, 'aaa_specify_name_policy_password_variable'),
|
|
627
|
+
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
|
+
connection_type_ssl=pulumi.get(__ret__, 'connection_type_ssl'),
|
|
633
|
+
description=pulumi.get(__ret__, 'description'),
|
|
634
|
+
enable_crl_check=pulumi.get(__ret__, 'enable_crl_check'),
|
|
635
|
+
enable_crl_check_variable=pulumi.get(__ret__, 'enable_crl_check_variable'),
|
|
636
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
637
|
+
id=pulumi.get(__ret__, 'id'),
|
|
638
|
+
ikev2_anti_dos_threshold=pulumi.get(__ret__, 'ikev2_anti_dos_threshold'),
|
|
639
|
+
ikev2_anti_dos_threshold_variable=pulumi.get(__ret__, 'ikev2_anti_dos_threshold_variable'),
|
|
640
|
+
ikev2_local_ike_identity_type=pulumi.get(__ret__, 'ikev2_local_ike_identity_type'),
|
|
641
|
+
ikev2_local_ike_identity_type_variable=pulumi.get(__ret__, 'ikev2_local_ike_identity_type_variable'),
|
|
642
|
+
ikev2_local_ike_identity_value=pulumi.get(__ret__, 'ikev2_local_ike_identity_value'),
|
|
643
|
+
ikev2_local_ike_identity_value_variable=pulumi.get(__ret__, 'ikev2_local_ike_identity_value_variable'),
|
|
644
|
+
ikev2_security_association_lifetime=pulumi.get(__ret__, 'ikev2_security_association_lifetime'),
|
|
645
|
+
ikev2_security_association_lifetime_variable=pulumi.get(__ret__, 'ikev2_security_association_lifetime_variable'),
|
|
646
|
+
ipsec_anti_replay_window_size=pulumi.get(__ret__, 'ipsec_anti_replay_window_size'),
|
|
647
|
+
ipsec_anti_replay_window_size_variable=pulumi.get(__ret__, 'ipsec_anti_replay_window_size_variable'),
|
|
648
|
+
ipsec_enable_anti_replay=pulumi.get(__ret__, 'ipsec_enable_anti_replay'),
|
|
649
|
+
ipsec_enable_anti_replay_variable=pulumi.get(__ret__, 'ipsec_enable_anti_replay_variable'),
|
|
650
|
+
ipsec_enable_perfect_foward_secrecy=pulumi.get(__ret__, 'ipsec_enable_perfect_foward_secrecy'),
|
|
651
|
+
ipsec_enable_perfect_foward_secrecy_variable=pulumi.get(__ret__, 'ipsec_enable_perfect_foward_secrecy_variable'),
|
|
652
|
+
ipsec_security_association_lifetime=pulumi.get(__ret__, 'ipsec_security_association_lifetime'),
|
|
653
|
+
ipsec_security_association_lifetime_variable=pulumi.get(__ret__, 'ipsec_security_association_lifetime_variable'),
|
|
654
|
+
ipv4_pool_size=pulumi.get(__ret__, 'ipv4_pool_size'),
|
|
655
|
+
ipv4_pool_size_variable=pulumi.get(__ret__, 'ipv4_pool_size_variable'),
|
|
656
|
+
ipv6_pool_size=pulumi.get(__ret__, 'ipv6_pool_size'),
|
|
657
|
+
ipv6_pool_size_variable=pulumi.get(__ret__, 'ipv6_pool_size_variable'),
|
|
658
|
+
name=pulumi.get(__ret__, 'name'),
|
|
659
|
+
psk_authentication_pre_shared_key=pulumi.get(__ret__, 'psk_authentication_pre_shared_key'),
|
|
660
|
+
psk_authentication_pre_shared_key_variable=pulumi.get(__ret__, 'psk_authentication_pre_shared_key_variable'),
|
|
661
|
+
psk_authentication_type=pulumi.get(__ret__, 'psk_authentication_type'),
|
|
662
|
+
psk_authentication_type_variable=pulumi.get(__ret__, 'psk_authentication_type_variable'),
|
|
663
|
+
radius_group_name=pulumi.get(__ret__, 'radius_group_name'),
|
|
664
|
+
radius_group_name_variable=pulumi.get(__ret__, 'radius_group_name_variable'),
|
|
665
|
+
version=pulumi.get(__ret__, 'version'))
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
@_utilities.lift_output_func(get_system_remote_access_profile_parcel)
|
|
669
|
+
def get_system_remote_access_profile_parcel_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
670
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
671
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSystemRemoteAccessProfileParcelResult]:
|
|
672
|
+
"""
|
|
673
|
+
This data source can read the System Remote Access profile parcel.
|
|
674
|
+
|
|
675
|
+
## Example Usage
|
|
676
|
+
|
|
677
|
+
```python
|
|
678
|
+
import pulumi
|
|
679
|
+
import pulumi_sdwan as sdwan
|
|
680
|
+
|
|
681
|
+
example = sdwan.get_system_remote_access_profile_parcel(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
682
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
683
|
+
```
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
:param str feature_profile_id: Feature Profile ID
|
|
687
|
+
:param str id: The id of the profile parcel
|
|
688
|
+
"""
|
|
689
|
+
...
|