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,356 @@
|
|
|
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
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetTransportWanVpnProfileParcelResult',
|
|
15
|
+
'AwaitableGetTransportWanVpnProfileParcelResult',
|
|
16
|
+
'get_transport_wan_vpn_profile_parcel',
|
|
17
|
+
'get_transport_wan_vpn_profile_parcel_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetTransportWanVpnProfileParcelResult:
|
|
22
|
+
"""
|
|
23
|
+
A collection of values returned by getTransportWanVpnProfileParcel.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, description=None, enhance_ecmp_keying=None, enhance_ecmp_keying_variable=None, feature_profile_id=None, id=None, ipv4_static_routes=None, ipv6_static_routes=None, name=None, nat64_v4_pools=None, new_host_mappings=None, primary_dns_address_ipv4=None, primary_dns_address_ipv4_variable=None, primary_dns_address_ipv6=None, primary_dns_address_ipv6_variable=None, secondary_dns_address_ipv4=None, secondary_dns_address_ipv4_variable=None, secondary_dns_address_ipv6=None, secondary_dns_address_ipv6_variable=None, services=None, version=None, vpn=None):
|
|
26
|
+
if description and not isinstance(description, str):
|
|
27
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
28
|
+
pulumi.set(__self__, "description", description)
|
|
29
|
+
if enhance_ecmp_keying and not isinstance(enhance_ecmp_keying, bool):
|
|
30
|
+
raise TypeError("Expected argument 'enhance_ecmp_keying' to be a bool")
|
|
31
|
+
pulumi.set(__self__, "enhance_ecmp_keying", enhance_ecmp_keying)
|
|
32
|
+
if enhance_ecmp_keying_variable and not isinstance(enhance_ecmp_keying_variable, str):
|
|
33
|
+
raise TypeError("Expected argument 'enhance_ecmp_keying_variable' to be a str")
|
|
34
|
+
pulumi.set(__self__, "enhance_ecmp_keying_variable", enhance_ecmp_keying_variable)
|
|
35
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
36
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
37
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
38
|
+
if id and not isinstance(id, str):
|
|
39
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
40
|
+
pulumi.set(__self__, "id", id)
|
|
41
|
+
if ipv4_static_routes and not isinstance(ipv4_static_routes, list):
|
|
42
|
+
raise TypeError("Expected argument 'ipv4_static_routes' to be a list")
|
|
43
|
+
pulumi.set(__self__, "ipv4_static_routes", ipv4_static_routes)
|
|
44
|
+
if ipv6_static_routes and not isinstance(ipv6_static_routes, list):
|
|
45
|
+
raise TypeError("Expected argument 'ipv6_static_routes' to be a list")
|
|
46
|
+
pulumi.set(__self__, "ipv6_static_routes", ipv6_static_routes)
|
|
47
|
+
if name and not isinstance(name, str):
|
|
48
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
49
|
+
pulumi.set(__self__, "name", name)
|
|
50
|
+
if nat64_v4_pools and not isinstance(nat64_v4_pools, list):
|
|
51
|
+
raise TypeError("Expected argument 'nat64_v4_pools' to be a list")
|
|
52
|
+
pulumi.set(__self__, "nat64_v4_pools", nat64_v4_pools)
|
|
53
|
+
if new_host_mappings and not isinstance(new_host_mappings, list):
|
|
54
|
+
raise TypeError("Expected argument 'new_host_mappings' to be a list")
|
|
55
|
+
pulumi.set(__self__, "new_host_mappings", new_host_mappings)
|
|
56
|
+
if primary_dns_address_ipv4 and not isinstance(primary_dns_address_ipv4, str):
|
|
57
|
+
raise TypeError("Expected argument 'primary_dns_address_ipv4' to be a str")
|
|
58
|
+
pulumi.set(__self__, "primary_dns_address_ipv4", primary_dns_address_ipv4)
|
|
59
|
+
if primary_dns_address_ipv4_variable and not isinstance(primary_dns_address_ipv4_variable, str):
|
|
60
|
+
raise TypeError("Expected argument 'primary_dns_address_ipv4_variable' to be a str")
|
|
61
|
+
pulumi.set(__self__, "primary_dns_address_ipv4_variable", primary_dns_address_ipv4_variable)
|
|
62
|
+
if primary_dns_address_ipv6 and not isinstance(primary_dns_address_ipv6, str):
|
|
63
|
+
raise TypeError("Expected argument 'primary_dns_address_ipv6' to be a str")
|
|
64
|
+
pulumi.set(__self__, "primary_dns_address_ipv6", primary_dns_address_ipv6)
|
|
65
|
+
if primary_dns_address_ipv6_variable and not isinstance(primary_dns_address_ipv6_variable, str):
|
|
66
|
+
raise TypeError("Expected argument 'primary_dns_address_ipv6_variable' to be a str")
|
|
67
|
+
pulumi.set(__self__, "primary_dns_address_ipv6_variable", primary_dns_address_ipv6_variable)
|
|
68
|
+
if secondary_dns_address_ipv4 and not isinstance(secondary_dns_address_ipv4, str):
|
|
69
|
+
raise TypeError("Expected argument 'secondary_dns_address_ipv4' to be a str")
|
|
70
|
+
pulumi.set(__self__, "secondary_dns_address_ipv4", secondary_dns_address_ipv4)
|
|
71
|
+
if secondary_dns_address_ipv4_variable and not isinstance(secondary_dns_address_ipv4_variable, str):
|
|
72
|
+
raise TypeError("Expected argument 'secondary_dns_address_ipv4_variable' to be a str")
|
|
73
|
+
pulumi.set(__self__, "secondary_dns_address_ipv4_variable", secondary_dns_address_ipv4_variable)
|
|
74
|
+
if secondary_dns_address_ipv6 and not isinstance(secondary_dns_address_ipv6, str):
|
|
75
|
+
raise TypeError("Expected argument 'secondary_dns_address_ipv6' to be a str")
|
|
76
|
+
pulumi.set(__self__, "secondary_dns_address_ipv6", secondary_dns_address_ipv6)
|
|
77
|
+
if secondary_dns_address_ipv6_variable and not isinstance(secondary_dns_address_ipv6_variable, str):
|
|
78
|
+
raise TypeError("Expected argument 'secondary_dns_address_ipv6_variable' to be a str")
|
|
79
|
+
pulumi.set(__self__, "secondary_dns_address_ipv6_variable", secondary_dns_address_ipv6_variable)
|
|
80
|
+
if services and not isinstance(services, list):
|
|
81
|
+
raise TypeError("Expected argument 'services' to be a list")
|
|
82
|
+
pulumi.set(__self__, "services", services)
|
|
83
|
+
if version and not isinstance(version, int):
|
|
84
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
85
|
+
pulumi.set(__self__, "version", version)
|
|
86
|
+
if vpn and not isinstance(vpn, int):
|
|
87
|
+
raise TypeError("Expected argument 'vpn' to be a int")
|
|
88
|
+
pulumi.set(__self__, "vpn", vpn)
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter
|
|
92
|
+
def description(self) -> str:
|
|
93
|
+
"""
|
|
94
|
+
The description of the profile parcel
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "description")
|
|
97
|
+
|
|
98
|
+
@property
|
|
99
|
+
@pulumi.getter(name="enhanceEcmpKeying")
|
|
100
|
+
def enhance_ecmp_keying(self) -> bool:
|
|
101
|
+
"""
|
|
102
|
+
Enhance ECMP Keying
|
|
103
|
+
"""
|
|
104
|
+
return pulumi.get(self, "enhance_ecmp_keying")
|
|
105
|
+
|
|
106
|
+
@property
|
|
107
|
+
@pulumi.getter(name="enhanceEcmpKeyingVariable")
|
|
108
|
+
def enhance_ecmp_keying_variable(self) -> str:
|
|
109
|
+
"""
|
|
110
|
+
Variable name
|
|
111
|
+
"""
|
|
112
|
+
return pulumi.get(self, "enhance_ecmp_keying_variable")
|
|
113
|
+
|
|
114
|
+
@property
|
|
115
|
+
@pulumi.getter(name="featureProfileId")
|
|
116
|
+
def feature_profile_id(self) -> str:
|
|
117
|
+
"""
|
|
118
|
+
Feature Profile ID
|
|
119
|
+
"""
|
|
120
|
+
return pulumi.get(self, "feature_profile_id")
|
|
121
|
+
|
|
122
|
+
@property
|
|
123
|
+
@pulumi.getter
|
|
124
|
+
def id(self) -> str:
|
|
125
|
+
"""
|
|
126
|
+
The id of the profile parcel
|
|
127
|
+
"""
|
|
128
|
+
return pulumi.get(self, "id")
|
|
129
|
+
|
|
130
|
+
@property
|
|
131
|
+
@pulumi.getter(name="ipv4StaticRoutes")
|
|
132
|
+
def ipv4_static_routes(self) -> Sequence['outputs.GetTransportWanVpnProfileParcelIpv4StaticRouteResult']:
|
|
133
|
+
"""
|
|
134
|
+
IPv4 Static Route
|
|
135
|
+
"""
|
|
136
|
+
return pulumi.get(self, "ipv4_static_routes")
|
|
137
|
+
|
|
138
|
+
@property
|
|
139
|
+
@pulumi.getter(name="ipv6StaticRoutes")
|
|
140
|
+
def ipv6_static_routes(self) -> Sequence['outputs.GetTransportWanVpnProfileParcelIpv6StaticRouteResult']:
|
|
141
|
+
"""
|
|
142
|
+
IPv6 Static Route
|
|
143
|
+
"""
|
|
144
|
+
return pulumi.get(self, "ipv6_static_routes")
|
|
145
|
+
|
|
146
|
+
@property
|
|
147
|
+
@pulumi.getter
|
|
148
|
+
def name(self) -> str:
|
|
149
|
+
"""
|
|
150
|
+
The name of the profile parcel
|
|
151
|
+
"""
|
|
152
|
+
return pulumi.get(self, "name")
|
|
153
|
+
|
|
154
|
+
@property
|
|
155
|
+
@pulumi.getter(name="nat64V4Pools")
|
|
156
|
+
def nat64_v4_pools(self) -> Sequence['outputs.GetTransportWanVpnProfileParcelNat64V4PoolResult']:
|
|
157
|
+
"""
|
|
158
|
+
NAT64 V4 Pool
|
|
159
|
+
"""
|
|
160
|
+
return pulumi.get(self, "nat64_v4_pools")
|
|
161
|
+
|
|
162
|
+
@property
|
|
163
|
+
@pulumi.getter(name="newHostMappings")
|
|
164
|
+
def new_host_mappings(self) -> Sequence['outputs.GetTransportWanVpnProfileParcelNewHostMappingResult']:
|
|
165
|
+
return pulumi.get(self, "new_host_mappings")
|
|
166
|
+
|
|
167
|
+
@property
|
|
168
|
+
@pulumi.getter(name="primaryDnsAddressIpv4")
|
|
169
|
+
def primary_dns_address_ipv4(self) -> str:
|
|
170
|
+
"""
|
|
171
|
+
Primary DNS Address (IPv4)
|
|
172
|
+
"""
|
|
173
|
+
return pulumi.get(self, "primary_dns_address_ipv4")
|
|
174
|
+
|
|
175
|
+
@property
|
|
176
|
+
@pulumi.getter(name="primaryDnsAddressIpv4Variable")
|
|
177
|
+
def primary_dns_address_ipv4_variable(self) -> str:
|
|
178
|
+
"""
|
|
179
|
+
Variable name
|
|
180
|
+
"""
|
|
181
|
+
return pulumi.get(self, "primary_dns_address_ipv4_variable")
|
|
182
|
+
|
|
183
|
+
@property
|
|
184
|
+
@pulumi.getter(name="primaryDnsAddressIpv6")
|
|
185
|
+
def primary_dns_address_ipv6(self) -> str:
|
|
186
|
+
"""
|
|
187
|
+
Primary DNS Address (IPv6)
|
|
188
|
+
"""
|
|
189
|
+
return pulumi.get(self, "primary_dns_address_ipv6")
|
|
190
|
+
|
|
191
|
+
@property
|
|
192
|
+
@pulumi.getter(name="primaryDnsAddressIpv6Variable")
|
|
193
|
+
def primary_dns_address_ipv6_variable(self) -> str:
|
|
194
|
+
"""
|
|
195
|
+
Variable name
|
|
196
|
+
"""
|
|
197
|
+
return pulumi.get(self, "primary_dns_address_ipv6_variable")
|
|
198
|
+
|
|
199
|
+
@property
|
|
200
|
+
@pulumi.getter(name="secondaryDnsAddressIpv4")
|
|
201
|
+
def secondary_dns_address_ipv4(self) -> str:
|
|
202
|
+
"""
|
|
203
|
+
Secondary DNS Address (IPv4)
|
|
204
|
+
"""
|
|
205
|
+
return pulumi.get(self, "secondary_dns_address_ipv4")
|
|
206
|
+
|
|
207
|
+
@property
|
|
208
|
+
@pulumi.getter(name="secondaryDnsAddressIpv4Variable")
|
|
209
|
+
def secondary_dns_address_ipv4_variable(self) -> str:
|
|
210
|
+
"""
|
|
211
|
+
Variable name
|
|
212
|
+
"""
|
|
213
|
+
return pulumi.get(self, "secondary_dns_address_ipv4_variable")
|
|
214
|
+
|
|
215
|
+
@property
|
|
216
|
+
@pulumi.getter(name="secondaryDnsAddressIpv6")
|
|
217
|
+
def secondary_dns_address_ipv6(self) -> str:
|
|
218
|
+
"""
|
|
219
|
+
Secondary DNS Address (IPv6)
|
|
220
|
+
"""
|
|
221
|
+
return pulumi.get(self, "secondary_dns_address_ipv6")
|
|
222
|
+
|
|
223
|
+
@property
|
|
224
|
+
@pulumi.getter(name="secondaryDnsAddressIpv6Variable")
|
|
225
|
+
def secondary_dns_address_ipv6_variable(self) -> str:
|
|
226
|
+
"""
|
|
227
|
+
Variable name
|
|
228
|
+
"""
|
|
229
|
+
return pulumi.get(self, "secondary_dns_address_ipv6_variable")
|
|
230
|
+
|
|
231
|
+
@property
|
|
232
|
+
@pulumi.getter
|
|
233
|
+
def services(self) -> Sequence['outputs.GetTransportWanVpnProfileParcelServiceResult']:
|
|
234
|
+
"""
|
|
235
|
+
Service
|
|
236
|
+
"""
|
|
237
|
+
return pulumi.get(self, "services")
|
|
238
|
+
|
|
239
|
+
@property
|
|
240
|
+
@pulumi.getter
|
|
241
|
+
def version(self) -> int:
|
|
242
|
+
"""
|
|
243
|
+
The version of the profile parcel
|
|
244
|
+
"""
|
|
245
|
+
return pulumi.get(self, "version")
|
|
246
|
+
|
|
247
|
+
@property
|
|
248
|
+
@pulumi.getter
|
|
249
|
+
def vpn(self) -> int:
|
|
250
|
+
"""
|
|
251
|
+
VPN
|
|
252
|
+
"""
|
|
253
|
+
return pulumi.get(self, "vpn")
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
class AwaitableGetTransportWanVpnProfileParcelResult(GetTransportWanVpnProfileParcelResult):
|
|
257
|
+
# pylint: disable=using-constant-test
|
|
258
|
+
def __await__(self):
|
|
259
|
+
if False:
|
|
260
|
+
yield self
|
|
261
|
+
return GetTransportWanVpnProfileParcelResult(
|
|
262
|
+
description=self.description,
|
|
263
|
+
enhance_ecmp_keying=self.enhance_ecmp_keying,
|
|
264
|
+
enhance_ecmp_keying_variable=self.enhance_ecmp_keying_variable,
|
|
265
|
+
feature_profile_id=self.feature_profile_id,
|
|
266
|
+
id=self.id,
|
|
267
|
+
ipv4_static_routes=self.ipv4_static_routes,
|
|
268
|
+
ipv6_static_routes=self.ipv6_static_routes,
|
|
269
|
+
name=self.name,
|
|
270
|
+
nat64_v4_pools=self.nat64_v4_pools,
|
|
271
|
+
new_host_mappings=self.new_host_mappings,
|
|
272
|
+
primary_dns_address_ipv4=self.primary_dns_address_ipv4,
|
|
273
|
+
primary_dns_address_ipv4_variable=self.primary_dns_address_ipv4_variable,
|
|
274
|
+
primary_dns_address_ipv6=self.primary_dns_address_ipv6,
|
|
275
|
+
primary_dns_address_ipv6_variable=self.primary_dns_address_ipv6_variable,
|
|
276
|
+
secondary_dns_address_ipv4=self.secondary_dns_address_ipv4,
|
|
277
|
+
secondary_dns_address_ipv4_variable=self.secondary_dns_address_ipv4_variable,
|
|
278
|
+
secondary_dns_address_ipv6=self.secondary_dns_address_ipv6,
|
|
279
|
+
secondary_dns_address_ipv6_variable=self.secondary_dns_address_ipv6_variable,
|
|
280
|
+
services=self.services,
|
|
281
|
+
version=self.version,
|
|
282
|
+
vpn=self.vpn)
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
def get_transport_wan_vpn_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
286
|
+
id: Optional[str] = None,
|
|
287
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnProfileParcelResult:
|
|
288
|
+
"""
|
|
289
|
+
This data source can read the Transport WAN VPN profile parcel.
|
|
290
|
+
|
|
291
|
+
## Example Usage
|
|
292
|
+
|
|
293
|
+
```python
|
|
294
|
+
import pulumi
|
|
295
|
+
import pulumi_sdwan as sdwan
|
|
296
|
+
|
|
297
|
+
example = sdwan.get_transport_wan_vpn_profile_parcel(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
298
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
299
|
+
```
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
:param str feature_profile_id: Feature Profile ID
|
|
303
|
+
:param str id: The id of the profile parcel
|
|
304
|
+
"""
|
|
305
|
+
__args__ = dict()
|
|
306
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
307
|
+
__args__['id'] = id
|
|
308
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
309
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getTransportWanVpnProfileParcel:getTransportWanVpnProfileParcel', __args__, opts=opts, typ=GetTransportWanVpnProfileParcelResult).value
|
|
310
|
+
|
|
311
|
+
return AwaitableGetTransportWanVpnProfileParcelResult(
|
|
312
|
+
description=pulumi.get(__ret__, 'description'),
|
|
313
|
+
enhance_ecmp_keying=pulumi.get(__ret__, 'enhance_ecmp_keying'),
|
|
314
|
+
enhance_ecmp_keying_variable=pulumi.get(__ret__, 'enhance_ecmp_keying_variable'),
|
|
315
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
316
|
+
id=pulumi.get(__ret__, 'id'),
|
|
317
|
+
ipv4_static_routes=pulumi.get(__ret__, 'ipv4_static_routes'),
|
|
318
|
+
ipv6_static_routes=pulumi.get(__ret__, 'ipv6_static_routes'),
|
|
319
|
+
name=pulumi.get(__ret__, 'name'),
|
|
320
|
+
nat64_v4_pools=pulumi.get(__ret__, 'nat64_v4_pools'),
|
|
321
|
+
new_host_mappings=pulumi.get(__ret__, 'new_host_mappings'),
|
|
322
|
+
primary_dns_address_ipv4=pulumi.get(__ret__, 'primary_dns_address_ipv4'),
|
|
323
|
+
primary_dns_address_ipv4_variable=pulumi.get(__ret__, 'primary_dns_address_ipv4_variable'),
|
|
324
|
+
primary_dns_address_ipv6=pulumi.get(__ret__, 'primary_dns_address_ipv6'),
|
|
325
|
+
primary_dns_address_ipv6_variable=pulumi.get(__ret__, 'primary_dns_address_ipv6_variable'),
|
|
326
|
+
secondary_dns_address_ipv4=pulumi.get(__ret__, 'secondary_dns_address_ipv4'),
|
|
327
|
+
secondary_dns_address_ipv4_variable=pulumi.get(__ret__, 'secondary_dns_address_ipv4_variable'),
|
|
328
|
+
secondary_dns_address_ipv6=pulumi.get(__ret__, 'secondary_dns_address_ipv6'),
|
|
329
|
+
secondary_dns_address_ipv6_variable=pulumi.get(__ret__, 'secondary_dns_address_ipv6_variable'),
|
|
330
|
+
services=pulumi.get(__ret__, 'services'),
|
|
331
|
+
version=pulumi.get(__ret__, 'version'),
|
|
332
|
+
vpn=pulumi.get(__ret__, 'vpn'))
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
@_utilities.lift_output_func(get_transport_wan_vpn_profile_parcel)
|
|
336
|
+
def get_transport_wan_vpn_profile_parcel_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
337
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
338
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTransportWanVpnProfileParcelResult]:
|
|
339
|
+
"""
|
|
340
|
+
This data source can read the Transport WAN VPN profile parcel.
|
|
341
|
+
|
|
342
|
+
## Example Usage
|
|
343
|
+
|
|
344
|
+
```python
|
|
345
|
+
import pulumi
|
|
346
|
+
import pulumi_sdwan as sdwan
|
|
347
|
+
|
|
348
|
+
example = sdwan.get_transport_wan_vpn_profile_parcel(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
349
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
350
|
+
```
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
:param str feature_profile_id: Feature Profile ID
|
|
354
|
+
:param str id: The id of the profile parcel
|
|
355
|
+
"""
|
|
356
|
+
...
|
|
@@ -0,0 +1,286 @@
|
|
|
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
|
+
'GetUrlFilteringPolicyDefinitionResult',
|
|
14
|
+
'AwaitableGetUrlFilteringPolicyDefinitionResult',
|
|
15
|
+
'get_url_filtering_policy_definition',
|
|
16
|
+
'get_url_filtering_policy_definition_output',
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
@pulumi.output_type
|
|
20
|
+
class GetUrlFilteringPolicyDefinitionResult:
|
|
21
|
+
"""
|
|
22
|
+
A collection of values returned by getUrlFilteringPolicyDefinition.
|
|
23
|
+
"""
|
|
24
|
+
def __init__(__self__, alerts=None, allow_url_list_id=None, allow_url_list_version=None, block_page_action=None, block_page_contents=None, block_url_list_id=None, block_url_list_version=None, description=None, id=None, mode=None, name=None, target_vpns=None, version=None, web_categories=None, web_categories_action=None, web_reputation=None):
|
|
25
|
+
if alerts and not isinstance(alerts, list):
|
|
26
|
+
raise TypeError("Expected argument 'alerts' to be a list")
|
|
27
|
+
pulumi.set(__self__, "alerts", alerts)
|
|
28
|
+
if allow_url_list_id and not isinstance(allow_url_list_id, str):
|
|
29
|
+
raise TypeError("Expected argument 'allow_url_list_id' to be a str")
|
|
30
|
+
pulumi.set(__self__, "allow_url_list_id", allow_url_list_id)
|
|
31
|
+
if allow_url_list_version and not isinstance(allow_url_list_version, int):
|
|
32
|
+
raise TypeError("Expected argument 'allow_url_list_version' to be a int")
|
|
33
|
+
pulumi.set(__self__, "allow_url_list_version", allow_url_list_version)
|
|
34
|
+
if block_page_action and not isinstance(block_page_action, str):
|
|
35
|
+
raise TypeError("Expected argument 'block_page_action' to be a str")
|
|
36
|
+
pulumi.set(__self__, "block_page_action", block_page_action)
|
|
37
|
+
if block_page_contents and not isinstance(block_page_contents, str):
|
|
38
|
+
raise TypeError("Expected argument 'block_page_contents' to be a str")
|
|
39
|
+
pulumi.set(__self__, "block_page_contents", block_page_contents)
|
|
40
|
+
if block_url_list_id and not isinstance(block_url_list_id, str):
|
|
41
|
+
raise TypeError("Expected argument 'block_url_list_id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "block_url_list_id", block_url_list_id)
|
|
43
|
+
if block_url_list_version and not isinstance(block_url_list_version, int):
|
|
44
|
+
raise TypeError("Expected argument 'block_url_list_version' to be a int")
|
|
45
|
+
pulumi.set(__self__, "block_url_list_version", block_url_list_version)
|
|
46
|
+
if description and not isinstance(description, str):
|
|
47
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
48
|
+
pulumi.set(__self__, "description", description)
|
|
49
|
+
if id and not isinstance(id, str):
|
|
50
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
51
|
+
pulumi.set(__self__, "id", id)
|
|
52
|
+
if mode and not isinstance(mode, str):
|
|
53
|
+
raise TypeError("Expected argument 'mode' to be a str")
|
|
54
|
+
pulumi.set(__self__, "mode", mode)
|
|
55
|
+
if name and not isinstance(name, str):
|
|
56
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
57
|
+
pulumi.set(__self__, "name", name)
|
|
58
|
+
if target_vpns and not isinstance(target_vpns, list):
|
|
59
|
+
raise TypeError("Expected argument 'target_vpns' to be a list")
|
|
60
|
+
pulumi.set(__self__, "target_vpns", target_vpns)
|
|
61
|
+
if version and not isinstance(version, int):
|
|
62
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
63
|
+
pulumi.set(__self__, "version", version)
|
|
64
|
+
if web_categories and not isinstance(web_categories, list):
|
|
65
|
+
raise TypeError("Expected argument 'web_categories' to be a list")
|
|
66
|
+
pulumi.set(__self__, "web_categories", web_categories)
|
|
67
|
+
if web_categories_action and not isinstance(web_categories_action, str):
|
|
68
|
+
raise TypeError("Expected argument 'web_categories_action' to be a str")
|
|
69
|
+
pulumi.set(__self__, "web_categories_action", web_categories_action)
|
|
70
|
+
if web_reputation and not isinstance(web_reputation, str):
|
|
71
|
+
raise TypeError("Expected argument 'web_reputation' to be a str")
|
|
72
|
+
pulumi.set(__self__, "web_reputation", web_reputation)
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter
|
|
76
|
+
def alerts(self) -> Sequence[str]:
|
|
77
|
+
"""
|
|
78
|
+
List of alerts options that will be exported as syslog messages
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "alerts")
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter(name="allowUrlListId")
|
|
84
|
+
def allow_url_list_id(self) -> str:
|
|
85
|
+
"""
|
|
86
|
+
Allow URL list ID
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "allow_url_list_id")
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter(name="allowUrlListVersion")
|
|
92
|
+
def allow_url_list_version(self) -> int:
|
|
93
|
+
"""
|
|
94
|
+
Allow URL list version
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "allow_url_list_version")
|
|
97
|
+
|
|
98
|
+
@property
|
|
99
|
+
@pulumi.getter(name="blockPageAction")
|
|
100
|
+
def block_page_action(self) -> str:
|
|
101
|
+
"""
|
|
102
|
+
Redirect to a URL or display a message when a blocked page is accessed.
|
|
103
|
+
"""
|
|
104
|
+
return pulumi.get(self, "block_page_action")
|
|
105
|
+
|
|
106
|
+
@property
|
|
107
|
+
@pulumi.getter(name="blockPageContents")
|
|
108
|
+
def block_page_contents(self) -> str:
|
|
109
|
+
"""
|
|
110
|
+
The message displayed or URL redirected to when a blocked page is accessed.
|
|
111
|
+
"""
|
|
112
|
+
return pulumi.get(self, "block_page_contents")
|
|
113
|
+
|
|
114
|
+
@property
|
|
115
|
+
@pulumi.getter(name="blockUrlListId")
|
|
116
|
+
def block_url_list_id(self) -> str:
|
|
117
|
+
"""
|
|
118
|
+
Block URL list ID
|
|
119
|
+
"""
|
|
120
|
+
return pulumi.get(self, "block_url_list_id")
|
|
121
|
+
|
|
122
|
+
@property
|
|
123
|
+
@pulumi.getter(name="blockUrlListVersion")
|
|
124
|
+
def block_url_list_version(self) -> int:
|
|
125
|
+
"""
|
|
126
|
+
Block URL list version
|
|
127
|
+
"""
|
|
128
|
+
return pulumi.get(self, "block_url_list_version")
|
|
129
|
+
|
|
130
|
+
@property
|
|
131
|
+
@pulumi.getter
|
|
132
|
+
def description(self) -> str:
|
|
133
|
+
"""
|
|
134
|
+
The description of the policy definition.
|
|
135
|
+
"""
|
|
136
|
+
return pulumi.get(self, "description")
|
|
137
|
+
|
|
138
|
+
@property
|
|
139
|
+
@pulumi.getter
|
|
140
|
+
def id(self) -> str:
|
|
141
|
+
"""
|
|
142
|
+
The id of the object
|
|
143
|
+
"""
|
|
144
|
+
return pulumi.get(self, "id")
|
|
145
|
+
|
|
146
|
+
@property
|
|
147
|
+
@pulumi.getter
|
|
148
|
+
def mode(self) -> str:
|
|
149
|
+
"""
|
|
150
|
+
The policy mode
|
|
151
|
+
"""
|
|
152
|
+
return pulumi.get(self, "mode")
|
|
153
|
+
|
|
154
|
+
@property
|
|
155
|
+
@pulumi.getter
|
|
156
|
+
def name(self) -> str:
|
|
157
|
+
"""
|
|
158
|
+
The name of the policy definition.
|
|
159
|
+
"""
|
|
160
|
+
return pulumi.get(self, "name")
|
|
161
|
+
|
|
162
|
+
@property
|
|
163
|
+
@pulumi.getter(name="targetVpns")
|
|
164
|
+
def target_vpns(self) -> Sequence[str]:
|
|
165
|
+
"""
|
|
166
|
+
List of VPN IDs
|
|
167
|
+
"""
|
|
168
|
+
return pulumi.get(self, "target_vpns")
|
|
169
|
+
|
|
170
|
+
@property
|
|
171
|
+
@pulumi.getter
|
|
172
|
+
def version(self) -> int:
|
|
173
|
+
"""
|
|
174
|
+
The version of the object
|
|
175
|
+
"""
|
|
176
|
+
return pulumi.get(self, "version")
|
|
177
|
+
|
|
178
|
+
@property
|
|
179
|
+
@pulumi.getter(name="webCategories")
|
|
180
|
+
def web_categories(self) -> Sequence[str]:
|
|
181
|
+
"""
|
|
182
|
+
List of categories to block or allow
|
|
183
|
+
"""
|
|
184
|
+
return pulumi.get(self, "web_categories")
|
|
185
|
+
|
|
186
|
+
@property
|
|
187
|
+
@pulumi.getter(name="webCategoriesAction")
|
|
188
|
+
def web_categories_action(self) -> str:
|
|
189
|
+
"""
|
|
190
|
+
whether the selected web categories should be blocked or allowed.
|
|
191
|
+
"""
|
|
192
|
+
return pulumi.get(self, "web_categories_action")
|
|
193
|
+
|
|
194
|
+
@property
|
|
195
|
+
@pulumi.getter(name="webReputation")
|
|
196
|
+
def web_reputation(self) -> str:
|
|
197
|
+
"""
|
|
198
|
+
The web reputation of the policy definition
|
|
199
|
+
"""
|
|
200
|
+
return pulumi.get(self, "web_reputation")
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
class AwaitableGetUrlFilteringPolicyDefinitionResult(GetUrlFilteringPolicyDefinitionResult):
|
|
204
|
+
# pylint: disable=using-constant-test
|
|
205
|
+
def __await__(self):
|
|
206
|
+
if False:
|
|
207
|
+
yield self
|
|
208
|
+
return GetUrlFilteringPolicyDefinitionResult(
|
|
209
|
+
alerts=self.alerts,
|
|
210
|
+
allow_url_list_id=self.allow_url_list_id,
|
|
211
|
+
allow_url_list_version=self.allow_url_list_version,
|
|
212
|
+
block_page_action=self.block_page_action,
|
|
213
|
+
block_page_contents=self.block_page_contents,
|
|
214
|
+
block_url_list_id=self.block_url_list_id,
|
|
215
|
+
block_url_list_version=self.block_url_list_version,
|
|
216
|
+
description=self.description,
|
|
217
|
+
id=self.id,
|
|
218
|
+
mode=self.mode,
|
|
219
|
+
name=self.name,
|
|
220
|
+
target_vpns=self.target_vpns,
|
|
221
|
+
version=self.version,
|
|
222
|
+
web_categories=self.web_categories,
|
|
223
|
+
web_categories_action=self.web_categories_action,
|
|
224
|
+
web_reputation=self.web_reputation)
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
def get_url_filtering_policy_definition(id: Optional[str] = None,
|
|
228
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetUrlFilteringPolicyDefinitionResult:
|
|
229
|
+
"""
|
|
230
|
+
This data source can read the URL Filtering Policy Definition .
|
|
231
|
+
|
|
232
|
+
## Example Usage
|
|
233
|
+
|
|
234
|
+
```python
|
|
235
|
+
import pulumi
|
|
236
|
+
import pulumi_sdwan as sdwan
|
|
237
|
+
|
|
238
|
+
example = sdwan.get_url_filtering_policy_definition(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
239
|
+
```
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
:param str id: The id of the object
|
|
243
|
+
"""
|
|
244
|
+
__args__ = dict()
|
|
245
|
+
__args__['id'] = id
|
|
246
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
247
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getUrlFilteringPolicyDefinition:getUrlFilteringPolicyDefinition', __args__, opts=opts, typ=GetUrlFilteringPolicyDefinitionResult).value
|
|
248
|
+
|
|
249
|
+
return AwaitableGetUrlFilteringPolicyDefinitionResult(
|
|
250
|
+
alerts=pulumi.get(__ret__, 'alerts'),
|
|
251
|
+
allow_url_list_id=pulumi.get(__ret__, 'allow_url_list_id'),
|
|
252
|
+
allow_url_list_version=pulumi.get(__ret__, 'allow_url_list_version'),
|
|
253
|
+
block_page_action=pulumi.get(__ret__, 'block_page_action'),
|
|
254
|
+
block_page_contents=pulumi.get(__ret__, 'block_page_contents'),
|
|
255
|
+
block_url_list_id=pulumi.get(__ret__, 'block_url_list_id'),
|
|
256
|
+
block_url_list_version=pulumi.get(__ret__, 'block_url_list_version'),
|
|
257
|
+
description=pulumi.get(__ret__, 'description'),
|
|
258
|
+
id=pulumi.get(__ret__, 'id'),
|
|
259
|
+
mode=pulumi.get(__ret__, 'mode'),
|
|
260
|
+
name=pulumi.get(__ret__, 'name'),
|
|
261
|
+
target_vpns=pulumi.get(__ret__, 'target_vpns'),
|
|
262
|
+
version=pulumi.get(__ret__, 'version'),
|
|
263
|
+
web_categories=pulumi.get(__ret__, 'web_categories'),
|
|
264
|
+
web_categories_action=pulumi.get(__ret__, 'web_categories_action'),
|
|
265
|
+
web_reputation=pulumi.get(__ret__, 'web_reputation'))
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
@_utilities.lift_output_func(get_url_filtering_policy_definition)
|
|
269
|
+
def get_url_filtering_policy_definition_output(id: Optional[pulumi.Input[str]] = None,
|
|
270
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetUrlFilteringPolicyDefinitionResult]:
|
|
271
|
+
"""
|
|
272
|
+
This data source can read the URL Filtering Policy Definition .
|
|
273
|
+
|
|
274
|
+
## Example Usage
|
|
275
|
+
|
|
276
|
+
```python
|
|
277
|
+
import pulumi
|
|
278
|
+
import pulumi_sdwan as sdwan
|
|
279
|
+
|
|
280
|
+
example = sdwan.get_url_filtering_policy_definition(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
281
|
+
```
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
:param str id: The id of the object
|
|
285
|
+
"""
|
|
286
|
+
...
|