pulumi-sdwan 0.2.0a1730384781__py3-none-any.whl → 0.2.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/__init__.py +460 -0
- pulumi_sdwan/_inputs.py +42951 -34707
- pulumi_sdwan/activate_centralized_policy.py +12 -0
- pulumi_sdwan/application_priority_feature_profile.py +2 -0
- pulumi_sdwan/application_priority_qos_policy.py +6 -2
- pulumi_sdwan/application_priority_traffic_policy_policy.py +471 -0
- pulumi_sdwan/attach_feature_device_template.py +16 -0
- pulumi_sdwan/cli_feature_profile.py +2 -0
- pulumi_sdwan/config/__init__.pyi +5 -5
- pulumi_sdwan/config/vars.py +5 -5
- pulumi_sdwan/configuration_group.py +108 -0
- pulumi_sdwan/dns_security_feature_profile.py +234 -0
- pulumi_sdwan/embedded_security_feature_profile.py +234 -0
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +210 -0
- pulumi_sdwan/get_configuration_group.py +29 -1
- pulumi_sdwan/get_dns_security_feature_profile.py +126 -0
- pulumi_sdwan/get_embedded_security_feature_profile.py +126 -0
- pulumi_sdwan/get_policy_object_app_probe_class.py +177 -0
- pulumi_sdwan/get_policy_object_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_as_path_list.py +191 -0
- pulumi_sdwan/get_policy_object_feature_profile.py +30 -2
- pulumi_sdwan/get_policy_object_preferred_color_group.py +177 -0
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_identity_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_ips_signature.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_port_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_url_block_list.py +177 -0
- pulumi_sdwan/get_policy_object_sla_class_list.py +177 -0
- pulumi_sdwan/get_policy_object_standard_community_list.py +177 -0
- pulumi_sdwan/get_policy_object_vpn_group.py +177 -0
- pulumi_sdwan/get_service_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_service_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +45 -1
- pulumi_sdwan/get_service_multicast_feature.py +513 -0
- pulumi_sdwan/get_service_routing_eigrp_feature.py +398 -0
- pulumi_sdwan/get_service_wireless_lan_feature.py +415 -0
- pulumi_sdwan/get_sig_security_feature_profile.py +126 -0
- pulumi_sdwan/get_transport_cellular_controller_feature.py +302 -0
- pulumi_sdwan/get_transport_cellular_profile_feature.py +372 -0
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +29 -1
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +219 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +45 -1
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +73 -1
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +45 -1
- pulumi_sdwan/other_feature_profile.py +2 -0
- pulumi_sdwan/other_thousandeyes_feature.py +6 -2
- pulumi_sdwan/other_ucse_feature.py +91 -84
- pulumi_sdwan/outputs.py +56073 -45464
- pulumi_sdwan/policy_object_app_probe_class.py +341 -0
- pulumi_sdwan/policy_object_application_list.py +371 -0
- pulumi_sdwan/policy_object_as_path_list.py +389 -0
- pulumi_sdwan/policy_object_class_map.py +6 -2
- pulumi_sdwan/policy_object_color_list.py +6 -2
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_expanded_community_list.py +6 -2
- pulumi_sdwan/policy_object_extended_community_list.py +6 -2
- pulumi_sdwan/policy_object_feature_profile.py +2 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_mirror.py +6 -2
- pulumi_sdwan/policy_object_policer.py +6 -2
- pulumi_sdwan/policy_object_preferred_color_group.py +341 -0
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +328 -0
- pulumi_sdwan/policy_object_security_fqdn_list.py +358 -0
- pulumi_sdwan/policy_object_security_geolocation_list.py +371 -0
- pulumi_sdwan/policy_object_security_identity_list.py +370 -0
- pulumi_sdwan/policy_object_security_ips_signature.py +341 -0
- pulumi_sdwan/policy_object_security_local_application_list.py +370 -0
- pulumi_sdwan/policy_object_security_local_domain_list.py +328 -0
- pulumi_sdwan/policy_object_security_port_list.py +371 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +328 -0
- pulumi_sdwan/policy_object_security_url_allow_list.py +371 -0
- pulumi_sdwan/policy_object_security_url_block_list.py +371 -0
- pulumi_sdwan/policy_object_sla_class_list.py +341 -0
- pulumi_sdwan/policy_object_standard_community_list.py +341 -0
- pulumi_sdwan/policy_object_tloc_list.py +6 -2
- pulumi_sdwan/policy_object_vpn_group.py +371 -0
- pulumi_sdwan/provider.py +18 -18
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/service_feature_profile.py +2 -0
- pulumi_sdwan/service_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/service_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/service_lan_vpn_feature.py +6 -2
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +6 -2
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +78 -78
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +158 -163
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +192 -55
- pulumi_sdwan/service_multicast_feature.py +1468 -0
- pulumi_sdwan/service_object_tracker_feature.py +6 -2
- pulumi_sdwan/service_object_tracker_group_feature.py +6 -2
- pulumi_sdwan/service_route_policy_feature.py +6 -2
- pulumi_sdwan/service_routing_bgp_feature.py +6 -2
- pulumi_sdwan/service_routing_eigrp_feature.py +1080 -0
- pulumi_sdwan/service_routing_ospf_feature.py +6 -2
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +6 -2
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +6 -2
- pulumi_sdwan/service_switchport_feature.py +6 -2
- pulumi_sdwan/service_tracker_feature.py +6 -2
- pulumi_sdwan/service_tracker_group_feature.py +6 -2
- pulumi_sdwan/service_wireless_lan_feature.py +1232 -0
- pulumi_sdwan/sig_security_feature_profile.py +234 -0
- pulumi_sdwan/system_aaa_feature.py +6 -2
- pulumi_sdwan/system_banner_feature.py +6 -2
- pulumi_sdwan/system_basic_feature.py +6 -2
- pulumi_sdwan/system_bfd_feature.py +6 -2
- pulumi_sdwan/system_feature_profile.py +2 -0
- pulumi_sdwan/system_flexible_port_speed_feature.py +6 -2
- pulumi_sdwan/system_global_feature.py +6 -2
- pulumi_sdwan/system_ipv4_device_access_feature.py +6 -2
- pulumi_sdwan/system_ipv6_device_access_feature.py +6 -2
- pulumi_sdwan/system_logging_feature.py +6 -2
- pulumi_sdwan/system_mrf_feature.py +6 -2
- pulumi_sdwan/system_ntp_feature.py +6 -2
- pulumi_sdwan/system_omp_feature.py +6 -2
- pulumi_sdwan/system_performance_monitoring_feature.py +6 -2
- pulumi_sdwan/system_remote_access_feature.py +23 -20
- pulumi_sdwan/system_security_feature.py +6 -2
- pulumi_sdwan/system_snmp_feature.py +6 -2
- pulumi_sdwan/transport_cellular_controller_feature.py +796 -0
- pulumi_sdwan/transport_cellular_profile_feature.py +1036 -0
- pulumi_sdwan/transport_feature_profile.py +2 -0
- pulumi_sdwan/transport_gps_feature.py +6 -2
- pulumi_sdwan/transport_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_tracker_feature.py +6 -2
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +6 -2
- pulumi_sdwan/transport_management_vpn_feature.py +6 -2
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +184 -72
- pulumi_sdwan/transport_route_policy_feature.py +6 -2
- pulumi_sdwan/transport_routing_bgp_feature.py +6 -2
- pulumi_sdwan/transport_routing_ospf_feature.py +6 -2
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +6 -2
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +6 -2
- pulumi_sdwan/transport_t1_e1_controller_feature.py +483 -0
- pulumi_sdwan/transport_tracker_feature.py +6 -2
- pulumi_sdwan/transport_tracker_group_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +142 -2
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +334 -86
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +146 -2
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/METADATA +5 -5
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/RECORD +183 -91
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/WHEEL +1 -1
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,234 @@
|
|
|
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 sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
|
|
17
|
+
__all__ = ['EmbeddedSecurityFeatureProfileArgs', 'EmbeddedSecurityFeatureProfile']
|
|
18
|
+
|
|
19
|
+
@pulumi.input_type
|
|
20
|
+
class EmbeddedSecurityFeatureProfileArgs:
|
|
21
|
+
def __init__(__self__, *,
|
|
22
|
+
description: pulumi.Input[str],
|
|
23
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
24
|
+
"""
|
|
25
|
+
The set of arguments for constructing a EmbeddedSecurityFeatureProfile resource.
|
|
26
|
+
:param pulumi.Input[str] description: Description
|
|
27
|
+
:param pulumi.Input[str] name: The name of the embedded security feature profile
|
|
28
|
+
"""
|
|
29
|
+
pulumi.set(__self__, "description", description)
|
|
30
|
+
if name is not None:
|
|
31
|
+
pulumi.set(__self__, "name", name)
|
|
32
|
+
|
|
33
|
+
@property
|
|
34
|
+
@pulumi.getter
|
|
35
|
+
def description(self) -> pulumi.Input[str]:
|
|
36
|
+
"""
|
|
37
|
+
Description
|
|
38
|
+
"""
|
|
39
|
+
return pulumi.get(self, "description")
|
|
40
|
+
|
|
41
|
+
@description.setter
|
|
42
|
+
def description(self, value: pulumi.Input[str]):
|
|
43
|
+
pulumi.set(self, "description", value)
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
@pulumi.getter
|
|
47
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
48
|
+
"""
|
|
49
|
+
The name of the embedded security feature profile
|
|
50
|
+
"""
|
|
51
|
+
return pulumi.get(self, "name")
|
|
52
|
+
|
|
53
|
+
@name.setter
|
|
54
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
55
|
+
pulumi.set(self, "name", value)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
@pulumi.input_type
|
|
59
|
+
class _EmbeddedSecurityFeatureProfileState:
|
|
60
|
+
def __init__(__self__, *,
|
|
61
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
62
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
63
|
+
"""
|
|
64
|
+
Input properties used for looking up and filtering EmbeddedSecurityFeatureProfile resources.
|
|
65
|
+
:param pulumi.Input[str] description: Description
|
|
66
|
+
:param pulumi.Input[str] name: The name of the embedded security feature profile
|
|
67
|
+
"""
|
|
68
|
+
if description is not None:
|
|
69
|
+
pulumi.set(__self__, "description", description)
|
|
70
|
+
if name is not None:
|
|
71
|
+
pulumi.set(__self__, "name", name)
|
|
72
|
+
|
|
73
|
+
@property
|
|
74
|
+
@pulumi.getter
|
|
75
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
76
|
+
"""
|
|
77
|
+
Description
|
|
78
|
+
"""
|
|
79
|
+
return pulumi.get(self, "description")
|
|
80
|
+
|
|
81
|
+
@description.setter
|
|
82
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
83
|
+
pulumi.set(self, "description", value)
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
88
|
+
"""
|
|
89
|
+
The name of the embedded security feature profile
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "name")
|
|
92
|
+
|
|
93
|
+
@name.setter
|
|
94
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
95
|
+
pulumi.set(self, "name", value)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
class EmbeddedSecurityFeatureProfile(pulumi.CustomResource):
|
|
99
|
+
@overload
|
|
100
|
+
def __init__(__self__,
|
|
101
|
+
resource_name: str,
|
|
102
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
103
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
104
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
105
|
+
__props__=None):
|
|
106
|
+
"""
|
|
107
|
+
This resource can manage a Embedded Security Feature Profile .
|
|
108
|
+
- Minimum SD-WAN Manager version: `20.12.0`
|
|
109
|
+
|
|
110
|
+
## Example Usage
|
|
111
|
+
|
|
112
|
+
```python
|
|
113
|
+
import pulumi
|
|
114
|
+
import pulumi_sdwan as sdwan
|
|
115
|
+
|
|
116
|
+
example = sdwan.EmbeddedSecurityFeatureProfile("example",
|
|
117
|
+
name="EMBEDDED_SECURITY_FP_1",
|
|
118
|
+
description="My embedded security feature profile 1")
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
## Import
|
|
122
|
+
|
|
123
|
+
```sh
|
|
124
|
+
$ pulumi import sdwan:index/embeddedSecurityFeatureProfile:EmbeddedSecurityFeatureProfile example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
:param str resource_name: The name of the resource.
|
|
128
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
129
|
+
:param pulumi.Input[str] description: Description
|
|
130
|
+
:param pulumi.Input[str] name: The name of the embedded security feature profile
|
|
131
|
+
"""
|
|
132
|
+
...
|
|
133
|
+
@overload
|
|
134
|
+
def __init__(__self__,
|
|
135
|
+
resource_name: str,
|
|
136
|
+
args: EmbeddedSecurityFeatureProfileArgs,
|
|
137
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
138
|
+
"""
|
|
139
|
+
This resource can manage a Embedded Security Feature Profile .
|
|
140
|
+
- Minimum SD-WAN Manager version: `20.12.0`
|
|
141
|
+
|
|
142
|
+
## Example Usage
|
|
143
|
+
|
|
144
|
+
```python
|
|
145
|
+
import pulumi
|
|
146
|
+
import pulumi_sdwan as sdwan
|
|
147
|
+
|
|
148
|
+
example = sdwan.EmbeddedSecurityFeatureProfile("example",
|
|
149
|
+
name="EMBEDDED_SECURITY_FP_1",
|
|
150
|
+
description="My embedded security feature profile 1")
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
## Import
|
|
154
|
+
|
|
155
|
+
```sh
|
|
156
|
+
$ pulumi import sdwan:index/embeddedSecurityFeatureProfile:EmbeddedSecurityFeatureProfile example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
:param str resource_name: The name of the resource.
|
|
160
|
+
:param EmbeddedSecurityFeatureProfileArgs args: The arguments to use to populate this resource's properties.
|
|
161
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
162
|
+
"""
|
|
163
|
+
...
|
|
164
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
165
|
+
resource_args, opts = _utilities.get_resource_args_opts(EmbeddedSecurityFeatureProfileArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
166
|
+
if resource_args is not None:
|
|
167
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
168
|
+
else:
|
|
169
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
170
|
+
|
|
171
|
+
def _internal_init(__self__,
|
|
172
|
+
resource_name: str,
|
|
173
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
174
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
175
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
176
|
+
__props__=None):
|
|
177
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
178
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
179
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
180
|
+
if opts.id is None:
|
|
181
|
+
if __props__ is not None:
|
|
182
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
183
|
+
__props__ = EmbeddedSecurityFeatureProfileArgs.__new__(EmbeddedSecurityFeatureProfileArgs)
|
|
184
|
+
|
|
185
|
+
if description is None and not opts.urn:
|
|
186
|
+
raise TypeError("Missing required property 'description'")
|
|
187
|
+
__props__.__dict__["description"] = description
|
|
188
|
+
__props__.__dict__["name"] = name
|
|
189
|
+
super(EmbeddedSecurityFeatureProfile, __self__).__init__(
|
|
190
|
+
'sdwan:index/embeddedSecurityFeatureProfile:EmbeddedSecurityFeatureProfile',
|
|
191
|
+
resource_name,
|
|
192
|
+
__props__,
|
|
193
|
+
opts)
|
|
194
|
+
|
|
195
|
+
@staticmethod
|
|
196
|
+
def get(resource_name: str,
|
|
197
|
+
id: pulumi.Input[str],
|
|
198
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
199
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
200
|
+
name: Optional[pulumi.Input[str]] = None) -> 'EmbeddedSecurityFeatureProfile':
|
|
201
|
+
"""
|
|
202
|
+
Get an existing EmbeddedSecurityFeatureProfile resource's state with the given name, id, and optional extra
|
|
203
|
+
properties used to qualify the lookup.
|
|
204
|
+
|
|
205
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
206
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
207
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
208
|
+
:param pulumi.Input[str] description: Description
|
|
209
|
+
:param pulumi.Input[str] name: The name of the embedded security feature profile
|
|
210
|
+
"""
|
|
211
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
212
|
+
|
|
213
|
+
__props__ = _EmbeddedSecurityFeatureProfileState.__new__(_EmbeddedSecurityFeatureProfileState)
|
|
214
|
+
|
|
215
|
+
__props__.__dict__["description"] = description
|
|
216
|
+
__props__.__dict__["name"] = name
|
|
217
|
+
return EmbeddedSecurityFeatureProfile(resource_name, opts=opts, __props__=__props__)
|
|
218
|
+
|
|
219
|
+
@property
|
|
220
|
+
@pulumi.getter
|
|
221
|
+
def description(self) -> pulumi.Output[str]:
|
|
222
|
+
"""
|
|
223
|
+
Description
|
|
224
|
+
"""
|
|
225
|
+
return pulumi.get(self, "description")
|
|
226
|
+
|
|
227
|
+
@property
|
|
228
|
+
@pulumi.getter
|
|
229
|
+
def name(self) -> pulumi.Output[str]:
|
|
230
|
+
"""
|
|
231
|
+
The name of the embedded security feature profile
|
|
232
|
+
"""
|
|
233
|
+
return pulumi.get(self, "name")
|
|
234
|
+
|
|
@@ -0,0 +1,210 @@
|
|
|
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 sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetApplicationPriorityTrafficPolicyPolicyResult',
|
|
20
|
+
'AwaitableGetApplicationPriorityTrafficPolicyPolicyResult',
|
|
21
|
+
'get_application_priority_traffic_policy_policy',
|
|
22
|
+
'get_application_priority_traffic_policy_policy_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetApplicationPriorityTrafficPolicyPolicyResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getApplicationPriorityTrafficPolicyPolicy.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, default_action=None, description=None, direction=None, feature_profile_id=None, id=None, name=None, sequences=None, version=None, vpns=None):
|
|
31
|
+
if default_action and not isinstance(default_action, str):
|
|
32
|
+
raise TypeError("Expected argument 'default_action' to be a str")
|
|
33
|
+
pulumi.set(__self__, "default_action", default_action)
|
|
34
|
+
if description and not isinstance(description, str):
|
|
35
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
36
|
+
pulumi.set(__self__, "description", description)
|
|
37
|
+
if direction and not isinstance(direction, str):
|
|
38
|
+
raise TypeError("Expected argument 'direction' to be a str")
|
|
39
|
+
pulumi.set(__self__, "direction", direction)
|
|
40
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
41
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
43
|
+
if id and not isinstance(id, str):
|
|
44
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
45
|
+
pulumi.set(__self__, "id", id)
|
|
46
|
+
if name and not isinstance(name, str):
|
|
47
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
48
|
+
pulumi.set(__self__, "name", name)
|
|
49
|
+
if sequences and not isinstance(sequences, list):
|
|
50
|
+
raise TypeError("Expected argument 'sequences' to be a list")
|
|
51
|
+
pulumi.set(__self__, "sequences", sequences)
|
|
52
|
+
if version and not isinstance(version, int):
|
|
53
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
54
|
+
pulumi.set(__self__, "version", version)
|
|
55
|
+
if vpns and not isinstance(vpns, list):
|
|
56
|
+
raise TypeError("Expected argument 'vpns' to be a list")
|
|
57
|
+
pulumi.set(__self__, "vpns", vpns)
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter(name="defaultAction")
|
|
61
|
+
def default_action(self) -> str:
|
|
62
|
+
return pulumi.get(self, "default_action")
|
|
63
|
+
|
|
64
|
+
@property
|
|
65
|
+
@pulumi.getter
|
|
66
|
+
def description(self) -> str:
|
|
67
|
+
"""
|
|
68
|
+
The description of the Policy
|
|
69
|
+
"""
|
|
70
|
+
return pulumi.get(self, "description")
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
@pulumi.getter
|
|
74
|
+
def direction(self) -> str:
|
|
75
|
+
return pulumi.get(self, "direction")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter(name="featureProfileId")
|
|
79
|
+
def feature_profile_id(self) -> str:
|
|
80
|
+
"""
|
|
81
|
+
Feature Profile ID
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "feature_profile_id")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def id(self) -> str:
|
|
88
|
+
"""
|
|
89
|
+
The id of the Policy
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "id")
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter
|
|
95
|
+
def name(self) -> str:
|
|
96
|
+
"""
|
|
97
|
+
The name of the Policy
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "name")
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter
|
|
103
|
+
def sequences(self) -> Sequence['outputs.GetApplicationPriorityTrafficPolicyPolicySequenceResult']:
|
|
104
|
+
"""
|
|
105
|
+
Traffic policy sequence list
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "sequences")
|
|
108
|
+
|
|
109
|
+
@property
|
|
110
|
+
@pulumi.getter
|
|
111
|
+
def version(self) -> int:
|
|
112
|
+
"""
|
|
113
|
+
The version of the Policy
|
|
114
|
+
"""
|
|
115
|
+
return pulumi.get(self, "version")
|
|
116
|
+
|
|
117
|
+
@property
|
|
118
|
+
@pulumi.getter
|
|
119
|
+
def vpns(self) -> Sequence[str]:
|
|
120
|
+
return pulumi.get(self, "vpns")
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
class AwaitableGetApplicationPriorityTrafficPolicyPolicyResult(GetApplicationPriorityTrafficPolicyPolicyResult):
|
|
124
|
+
# pylint: disable=using-constant-test
|
|
125
|
+
def __await__(self):
|
|
126
|
+
if False:
|
|
127
|
+
yield self
|
|
128
|
+
return GetApplicationPriorityTrafficPolicyPolicyResult(
|
|
129
|
+
default_action=self.default_action,
|
|
130
|
+
description=self.description,
|
|
131
|
+
direction=self.direction,
|
|
132
|
+
feature_profile_id=self.feature_profile_id,
|
|
133
|
+
id=self.id,
|
|
134
|
+
name=self.name,
|
|
135
|
+
sequences=self.sequences,
|
|
136
|
+
version=self.version,
|
|
137
|
+
vpns=self.vpns)
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
def get_application_priority_traffic_policy_policy(feature_profile_id: Optional[str] = None,
|
|
141
|
+
id: Optional[str] = None,
|
|
142
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetApplicationPriorityTrafficPolicyPolicyResult:
|
|
143
|
+
"""
|
|
144
|
+
This data source can read the Application Priority Traffic Policy Policy.
|
|
145
|
+
|
|
146
|
+
## Example Usage
|
|
147
|
+
|
|
148
|
+
```python
|
|
149
|
+
import pulumi
|
|
150
|
+
import pulumi_sdwan as sdwan
|
|
151
|
+
|
|
152
|
+
example = sdwan.get_application_priority_traffic_policy_policy(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
153
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
:param str feature_profile_id: Feature Profile ID
|
|
158
|
+
:param str id: The id of the Policy
|
|
159
|
+
"""
|
|
160
|
+
__args__ = dict()
|
|
161
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
162
|
+
__args__['id'] = id
|
|
163
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
164
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getApplicationPriorityTrafficPolicyPolicy:getApplicationPriorityTrafficPolicyPolicy', __args__, opts=opts, typ=GetApplicationPriorityTrafficPolicyPolicyResult).value
|
|
165
|
+
|
|
166
|
+
return AwaitableGetApplicationPriorityTrafficPolicyPolicyResult(
|
|
167
|
+
default_action=pulumi.get(__ret__, 'default_action'),
|
|
168
|
+
description=pulumi.get(__ret__, 'description'),
|
|
169
|
+
direction=pulumi.get(__ret__, 'direction'),
|
|
170
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
171
|
+
id=pulumi.get(__ret__, 'id'),
|
|
172
|
+
name=pulumi.get(__ret__, 'name'),
|
|
173
|
+
sequences=pulumi.get(__ret__, 'sequences'),
|
|
174
|
+
version=pulumi.get(__ret__, 'version'),
|
|
175
|
+
vpns=pulumi.get(__ret__, 'vpns'))
|
|
176
|
+
def get_application_priority_traffic_policy_policy_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
177
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
178
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetApplicationPriorityTrafficPolicyPolicyResult]:
|
|
179
|
+
"""
|
|
180
|
+
This data source can read the Application Priority Traffic Policy Policy.
|
|
181
|
+
|
|
182
|
+
## Example Usage
|
|
183
|
+
|
|
184
|
+
```python
|
|
185
|
+
import pulumi
|
|
186
|
+
import pulumi_sdwan as sdwan
|
|
187
|
+
|
|
188
|
+
example = sdwan.get_application_priority_traffic_policy_policy(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
189
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
:param str feature_profile_id: Feature Profile ID
|
|
194
|
+
:param str id: The id of the Policy
|
|
195
|
+
"""
|
|
196
|
+
__args__ = dict()
|
|
197
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
198
|
+
__args__['id'] = id
|
|
199
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
200
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getApplicationPriorityTrafficPolicyPolicy:getApplicationPriorityTrafficPolicyPolicy', __args__, opts=opts, typ=GetApplicationPriorityTrafficPolicyPolicyResult)
|
|
201
|
+
return __ret__.apply(lambda __response__: GetApplicationPriorityTrafficPolicyPolicyResult(
|
|
202
|
+
default_action=pulumi.get(__response__, 'default_action'),
|
|
203
|
+
description=pulumi.get(__response__, 'description'),
|
|
204
|
+
direction=pulumi.get(__response__, 'direction'),
|
|
205
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
206
|
+
id=pulumi.get(__response__, 'id'),
|
|
207
|
+
name=pulumi.get(__response__, 'name'),
|
|
208
|
+
sequences=pulumi.get(__response__, 'sequences'),
|
|
209
|
+
version=pulumi.get(__response__, 'version'),
|
|
210
|
+
vpns=pulumi.get(__response__, 'vpns')))
|
|
@@ -27,13 +27,19 @@ class GetConfigurationGroupResult:
|
|
|
27
27
|
"""
|
|
28
28
|
A collection of values returned by getConfigurationGroup.
|
|
29
29
|
"""
|
|
30
|
-
def __init__(__self__, description=None, feature_profiles=None, id=None, name=None, solution=None, topology_devices=None, topology_site_devices=None):
|
|
30
|
+
def __init__(__self__, description=None, devices=None, feature_profiles=None, feature_versions=None, id=None, name=None, solution=None, topology_devices=None, topology_site_devices=None):
|
|
31
31
|
if description and not isinstance(description, str):
|
|
32
32
|
raise TypeError("Expected argument 'description' to be a str")
|
|
33
33
|
pulumi.set(__self__, "description", description)
|
|
34
|
+
if devices and not isinstance(devices, list):
|
|
35
|
+
raise TypeError("Expected argument 'devices' to be a list")
|
|
36
|
+
pulumi.set(__self__, "devices", devices)
|
|
34
37
|
if feature_profiles and not isinstance(feature_profiles, list):
|
|
35
38
|
raise TypeError("Expected argument 'feature_profiles' to be a list")
|
|
36
39
|
pulumi.set(__self__, "feature_profiles", feature_profiles)
|
|
40
|
+
if feature_versions and not isinstance(feature_versions, list):
|
|
41
|
+
raise TypeError("Expected argument 'feature_versions' to be a list")
|
|
42
|
+
pulumi.set(__self__, "feature_versions", feature_versions)
|
|
37
43
|
if id and not isinstance(id, str):
|
|
38
44
|
raise TypeError("Expected argument 'id' to be a str")
|
|
39
45
|
pulumi.set(__self__, "id", id)
|
|
@@ -58,6 +64,14 @@ class GetConfigurationGroupResult:
|
|
|
58
64
|
"""
|
|
59
65
|
return pulumi.get(self, "description")
|
|
60
66
|
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter
|
|
69
|
+
def devices(self) -> Sequence['outputs.GetConfigurationGroupDeviceResult']:
|
|
70
|
+
"""
|
|
71
|
+
List of devices
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "devices")
|
|
74
|
+
|
|
61
75
|
@property
|
|
62
76
|
@pulumi.getter(name="featureProfiles")
|
|
63
77
|
def feature_profiles(self) -> Sequence['outputs.GetConfigurationGroupFeatureProfileResult']:
|
|
@@ -66,6 +80,14 @@ class GetConfigurationGroupResult:
|
|
|
66
80
|
"""
|
|
67
81
|
return pulumi.get(self, "feature_profiles")
|
|
68
82
|
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter(name="featureVersions")
|
|
85
|
+
def feature_versions(self) -> Sequence[str]:
|
|
86
|
+
"""
|
|
87
|
+
List of all associated feature versions
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "feature_versions")
|
|
90
|
+
|
|
69
91
|
@property
|
|
70
92
|
@pulumi.getter
|
|
71
93
|
def id(self) -> str:
|
|
@@ -114,7 +136,9 @@ class AwaitableGetConfigurationGroupResult(GetConfigurationGroupResult):
|
|
|
114
136
|
yield self
|
|
115
137
|
return GetConfigurationGroupResult(
|
|
116
138
|
description=self.description,
|
|
139
|
+
devices=self.devices,
|
|
117
140
|
feature_profiles=self.feature_profiles,
|
|
141
|
+
feature_versions=self.feature_versions,
|
|
118
142
|
id=self.id,
|
|
119
143
|
name=self.name,
|
|
120
144
|
solution=self.solution,
|
|
@@ -146,7 +170,9 @@ def get_configuration_group(id: Optional[str] = None,
|
|
|
146
170
|
|
|
147
171
|
return AwaitableGetConfigurationGroupResult(
|
|
148
172
|
description=pulumi.get(__ret__, 'description'),
|
|
173
|
+
devices=pulumi.get(__ret__, 'devices'),
|
|
149
174
|
feature_profiles=pulumi.get(__ret__, 'feature_profiles'),
|
|
175
|
+
feature_versions=pulumi.get(__ret__, 'feature_versions'),
|
|
150
176
|
id=pulumi.get(__ret__, 'id'),
|
|
151
177
|
name=pulumi.get(__ret__, 'name'),
|
|
152
178
|
solution=pulumi.get(__ret__, 'solution'),
|
|
@@ -175,7 +201,9 @@ def get_configuration_group_output(id: Optional[pulumi.Input[str]] = None,
|
|
|
175
201
|
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getConfigurationGroup:getConfigurationGroup', __args__, opts=opts, typ=GetConfigurationGroupResult)
|
|
176
202
|
return __ret__.apply(lambda __response__: GetConfigurationGroupResult(
|
|
177
203
|
description=pulumi.get(__response__, 'description'),
|
|
204
|
+
devices=pulumi.get(__response__, 'devices'),
|
|
178
205
|
feature_profiles=pulumi.get(__response__, 'feature_profiles'),
|
|
206
|
+
feature_versions=pulumi.get(__response__, 'feature_versions'),
|
|
179
207
|
id=pulumi.get(__response__, 'id'),
|
|
180
208
|
name=pulumi.get(__response__, 'name'),
|
|
181
209
|
solution=pulumi.get(__response__, 'solution'),
|
|
@@ -0,0 +1,126 @@
|
|
|
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 sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
|
|
17
|
+
__all__ = [
|
|
18
|
+
'GetDnsSecurityFeatureProfileResult',
|
|
19
|
+
'AwaitableGetDnsSecurityFeatureProfileResult',
|
|
20
|
+
'get_dns_security_feature_profile',
|
|
21
|
+
'get_dns_security_feature_profile_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetDnsSecurityFeatureProfileResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getDnsSecurityFeatureProfile.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, description=None, id=None, name=None):
|
|
30
|
+
if description and not isinstance(description, str):
|
|
31
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
32
|
+
pulumi.set(__self__, "description", description)
|
|
33
|
+
if id and not isinstance(id, str):
|
|
34
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
35
|
+
pulumi.set(__self__, "id", id)
|
|
36
|
+
if name and not isinstance(name, str):
|
|
37
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
38
|
+
pulumi.set(__self__, "name", name)
|
|
39
|
+
|
|
40
|
+
@property
|
|
41
|
+
@pulumi.getter
|
|
42
|
+
def description(self) -> str:
|
|
43
|
+
"""
|
|
44
|
+
Description
|
|
45
|
+
"""
|
|
46
|
+
return pulumi.get(self, "description")
|
|
47
|
+
|
|
48
|
+
@property
|
|
49
|
+
@pulumi.getter
|
|
50
|
+
def id(self) -> str:
|
|
51
|
+
"""
|
|
52
|
+
The id of the object
|
|
53
|
+
"""
|
|
54
|
+
return pulumi.get(self, "id")
|
|
55
|
+
|
|
56
|
+
@property
|
|
57
|
+
@pulumi.getter
|
|
58
|
+
def name(self) -> str:
|
|
59
|
+
"""
|
|
60
|
+
The name of the dns security feature profile
|
|
61
|
+
"""
|
|
62
|
+
return pulumi.get(self, "name")
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
class AwaitableGetDnsSecurityFeatureProfileResult(GetDnsSecurityFeatureProfileResult):
|
|
66
|
+
# pylint: disable=using-constant-test
|
|
67
|
+
def __await__(self):
|
|
68
|
+
if False:
|
|
69
|
+
yield self
|
|
70
|
+
return GetDnsSecurityFeatureProfileResult(
|
|
71
|
+
description=self.description,
|
|
72
|
+
id=self.id,
|
|
73
|
+
name=self.name)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
def get_dns_security_feature_profile(id: Optional[str] = None,
|
|
77
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDnsSecurityFeatureProfileResult:
|
|
78
|
+
"""
|
|
79
|
+
This data source can read the DNS Security Feature Profile .
|
|
80
|
+
|
|
81
|
+
## Example Usage
|
|
82
|
+
|
|
83
|
+
```python
|
|
84
|
+
import pulumi
|
|
85
|
+
import pulumi_sdwan as sdwan
|
|
86
|
+
|
|
87
|
+
example = sdwan.get_dns_security_feature_profile(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
:param str id: The id of the object
|
|
92
|
+
"""
|
|
93
|
+
__args__ = dict()
|
|
94
|
+
__args__['id'] = id
|
|
95
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
96
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getDnsSecurityFeatureProfile:getDnsSecurityFeatureProfile', __args__, opts=opts, typ=GetDnsSecurityFeatureProfileResult).value
|
|
97
|
+
|
|
98
|
+
return AwaitableGetDnsSecurityFeatureProfileResult(
|
|
99
|
+
description=pulumi.get(__ret__, 'description'),
|
|
100
|
+
id=pulumi.get(__ret__, 'id'),
|
|
101
|
+
name=pulumi.get(__ret__, 'name'))
|
|
102
|
+
def get_dns_security_feature_profile_output(id: Optional[pulumi.Input[str]] = None,
|
|
103
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDnsSecurityFeatureProfileResult]:
|
|
104
|
+
"""
|
|
105
|
+
This data source can read the DNS Security Feature Profile .
|
|
106
|
+
|
|
107
|
+
## Example Usage
|
|
108
|
+
|
|
109
|
+
```python
|
|
110
|
+
import pulumi
|
|
111
|
+
import pulumi_sdwan as sdwan
|
|
112
|
+
|
|
113
|
+
example = sdwan.get_dns_security_feature_profile(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
:param str id: The id of the object
|
|
118
|
+
"""
|
|
119
|
+
__args__ = dict()
|
|
120
|
+
__args__['id'] = id
|
|
121
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
122
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getDnsSecurityFeatureProfile:getDnsSecurityFeatureProfile', __args__, opts=opts, typ=GetDnsSecurityFeatureProfileResult)
|
|
123
|
+
return __ret__.apply(lambda __response__: GetDnsSecurityFeatureProfileResult(
|
|
124
|
+
description=pulumi.get(__response__, 'description'),
|
|
125
|
+
id=pulumi.get(__response__, 'id'),
|
|
126
|
+
name=pulumi.get(__response__, 'name')))
|