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,191 @@
|
|
|
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
|
+
'GetServiceIpv4AclFeatureResult',
|
|
20
|
+
'AwaitableGetServiceIpv4AclFeatureResult',
|
|
21
|
+
'get_service_ipv4_acl_feature',
|
|
22
|
+
'get_service_ipv4_acl_feature_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetServiceIpv4AclFeatureResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getServiceIpv4AclFeature.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, default_action=None, description=None, feature_profile_id=None, id=None, name=None, sequences=None, version=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 feature_profile_id and not isinstance(feature_profile_id, str):
|
|
38
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
39
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
40
|
+
if id and not isinstance(id, str):
|
|
41
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "id", id)
|
|
43
|
+
if name and not isinstance(name, str):
|
|
44
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
45
|
+
pulumi.set(__self__, "name", name)
|
|
46
|
+
if sequences and not isinstance(sequences, list):
|
|
47
|
+
raise TypeError("Expected argument 'sequences' to be a list")
|
|
48
|
+
pulumi.set(__self__, "sequences", sequences)
|
|
49
|
+
if version and not isinstance(version, int):
|
|
50
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
51
|
+
pulumi.set(__self__, "version", version)
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter(name="defaultAction")
|
|
55
|
+
def default_action(self) -> str:
|
|
56
|
+
"""
|
|
57
|
+
Default Action
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "default_action")
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter
|
|
63
|
+
def description(self) -> str:
|
|
64
|
+
"""
|
|
65
|
+
The description of the Feature
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "description")
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter(name="featureProfileId")
|
|
71
|
+
def feature_profile_id(self) -> str:
|
|
72
|
+
"""
|
|
73
|
+
Feature Profile ID
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "feature_profile_id")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def id(self) -> str:
|
|
80
|
+
"""
|
|
81
|
+
The id of the Feature
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "id")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def name(self) -> str:
|
|
88
|
+
"""
|
|
89
|
+
The name of the Feature
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "name")
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter
|
|
95
|
+
def sequences(self) -> Sequence['outputs.GetServiceIpv4AclFeatureSequenceResult']:
|
|
96
|
+
"""
|
|
97
|
+
Access Control List
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "sequences")
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter
|
|
103
|
+
def version(self) -> int:
|
|
104
|
+
"""
|
|
105
|
+
The version of the Feature
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "version")
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
class AwaitableGetServiceIpv4AclFeatureResult(GetServiceIpv4AclFeatureResult):
|
|
111
|
+
# pylint: disable=using-constant-test
|
|
112
|
+
def __await__(self):
|
|
113
|
+
if False:
|
|
114
|
+
yield self
|
|
115
|
+
return GetServiceIpv4AclFeatureResult(
|
|
116
|
+
default_action=self.default_action,
|
|
117
|
+
description=self.description,
|
|
118
|
+
feature_profile_id=self.feature_profile_id,
|
|
119
|
+
id=self.id,
|
|
120
|
+
name=self.name,
|
|
121
|
+
sequences=self.sequences,
|
|
122
|
+
version=self.version)
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
def get_service_ipv4_acl_feature(feature_profile_id: Optional[str] = None,
|
|
126
|
+
id: Optional[str] = None,
|
|
127
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceIpv4AclFeatureResult:
|
|
128
|
+
"""
|
|
129
|
+
This data source can read the Service IPv4 ACL Feature.
|
|
130
|
+
|
|
131
|
+
## Example Usage
|
|
132
|
+
|
|
133
|
+
```python
|
|
134
|
+
import pulumi
|
|
135
|
+
import pulumi_sdwan as sdwan
|
|
136
|
+
|
|
137
|
+
example = sdwan.get_service_ipv4_acl_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
138
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
:param str feature_profile_id: Feature Profile ID
|
|
143
|
+
:param str id: The id of the Feature
|
|
144
|
+
"""
|
|
145
|
+
__args__ = dict()
|
|
146
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
147
|
+
__args__['id'] = id
|
|
148
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
149
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getServiceIpv4AclFeature:getServiceIpv4AclFeature', __args__, opts=opts, typ=GetServiceIpv4AclFeatureResult).value
|
|
150
|
+
|
|
151
|
+
return AwaitableGetServiceIpv4AclFeatureResult(
|
|
152
|
+
default_action=pulumi.get(__ret__, 'default_action'),
|
|
153
|
+
description=pulumi.get(__ret__, 'description'),
|
|
154
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
155
|
+
id=pulumi.get(__ret__, 'id'),
|
|
156
|
+
name=pulumi.get(__ret__, 'name'),
|
|
157
|
+
sequences=pulumi.get(__ret__, 'sequences'),
|
|
158
|
+
version=pulumi.get(__ret__, 'version'))
|
|
159
|
+
def get_service_ipv4_acl_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
160
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
161
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceIpv4AclFeatureResult]:
|
|
162
|
+
"""
|
|
163
|
+
This data source can read the Service IPv4 ACL Feature.
|
|
164
|
+
|
|
165
|
+
## Example Usage
|
|
166
|
+
|
|
167
|
+
```python
|
|
168
|
+
import pulumi
|
|
169
|
+
import pulumi_sdwan as sdwan
|
|
170
|
+
|
|
171
|
+
example = sdwan.get_service_ipv4_acl_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
172
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
:param str feature_profile_id: Feature Profile ID
|
|
177
|
+
:param str id: The id of the Feature
|
|
178
|
+
"""
|
|
179
|
+
__args__ = dict()
|
|
180
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
181
|
+
__args__['id'] = id
|
|
182
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
183
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getServiceIpv4AclFeature:getServiceIpv4AclFeature', __args__, opts=opts, typ=GetServiceIpv4AclFeatureResult)
|
|
184
|
+
return __ret__.apply(lambda __response__: GetServiceIpv4AclFeatureResult(
|
|
185
|
+
default_action=pulumi.get(__response__, 'default_action'),
|
|
186
|
+
description=pulumi.get(__response__, 'description'),
|
|
187
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
188
|
+
id=pulumi.get(__response__, 'id'),
|
|
189
|
+
name=pulumi.get(__response__, 'name'),
|
|
190
|
+
sequences=pulumi.get(__response__, 'sequences'),
|
|
191
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -0,0 +1,191 @@
|
|
|
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
|
+
'GetServiceIpv6AclFeatureResult',
|
|
20
|
+
'AwaitableGetServiceIpv6AclFeatureResult',
|
|
21
|
+
'get_service_ipv6_acl_feature',
|
|
22
|
+
'get_service_ipv6_acl_feature_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetServiceIpv6AclFeatureResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getServiceIpv6AclFeature.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, default_action=None, description=None, feature_profile_id=None, id=None, name=None, sequences=None, version=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 feature_profile_id and not isinstance(feature_profile_id, str):
|
|
38
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
39
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
40
|
+
if id and not isinstance(id, str):
|
|
41
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "id", id)
|
|
43
|
+
if name and not isinstance(name, str):
|
|
44
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
45
|
+
pulumi.set(__self__, "name", name)
|
|
46
|
+
if sequences and not isinstance(sequences, list):
|
|
47
|
+
raise TypeError("Expected argument 'sequences' to be a list")
|
|
48
|
+
pulumi.set(__self__, "sequences", sequences)
|
|
49
|
+
if version and not isinstance(version, int):
|
|
50
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
51
|
+
pulumi.set(__self__, "version", version)
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter(name="defaultAction")
|
|
55
|
+
def default_action(self) -> str:
|
|
56
|
+
"""
|
|
57
|
+
Default Action
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "default_action")
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter
|
|
63
|
+
def description(self) -> str:
|
|
64
|
+
"""
|
|
65
|
+
The description of the Feature
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "description")
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter(name="featureProfileId")
|
|
71
|
+
def feature_profile_id(self) -> str:
|
|
72
|
+
"""
|
|
73
|
+
Feature Profile ID
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "feature_profile_id")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def id(self) -> str:
|
|
80
|
+
"""
|
|
81
|
+
The id of the Feature
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "id")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def name(self) -> str:
|
|
88
|
+
"""
|
|
89
|
+
The name of the Feature
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "name")
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter
|
|
95
|
+
def sequences(self) -> Sequence['outputs.GetServiceIpv6AclFeatureSequenceResult']:
|
|
96
|
+
"""
|
|
97
|
+
Access Control List
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "sequences")
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter
|
|
103
|
+
def version(self) -> int:
|
|
104
|
+
"""
|
|
105
|
+
The version of the Feature
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "version")
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
class AwaitableGetServiceIpv6AclFeatureResult(GetServiceIpv6AclFeatureResult):
|
|
111
|
+
# pylint: disable=using-constant-test
|
|
112
|
+
def __await__(self):
|
|
113
|
+
if False:
|
|
114
|
+
yield self
|
|
115
|
+
return GetServiceIpv6AclFeatureResult(
|
|
116
|
+
default_action=self.default_action,
|
|
117
|
+
description=self.description,
|
|
118
|
+
feature_profile_id=self.feature_profile_id,
|
|
119
|
+
id=self.id,
|
|
120
|
+
name=self.name,
|
|
121
|
+
sequences=self.sequences,
|
|
122
|
+
version=self.version)
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
def get_service_ipv6_acl_feature(feature_profile_id: Optional[str] = None,
|
|
126
|
+
id: Optional[str] = None,
|
|
127
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceIpv6AclFeatureResult:
|
|
128
|
+
"""
|
|
129
|
+
This data source can read the Service IPv6 ACL Feature.
|
|
130
|
+
|
|
131
|
+
## Example Usage
|
|
132
|
+
|
|
133
|
+
```python
|
|
134
|
+
import pulumi
|
|
135
|
+
import pulumi_sdwan as sdwan
|
|
136
|
+
|
|
137
|
+
example = sdwan.get_service_ipv6_acl_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
138
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
:param str feature_profile_id: Feature Profile ID
|
|
143
|
+
:param str id: The id of the Feature
|
|
144
|
+
"""
|
|
145
|
+
__args__ = dict()
|
|
146
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
147
|
+
__args__['id'] = id
|
|
148
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
149
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getServiceIpv6AclFeature:getServiceIpv6AclFeature', __args__, opts=opts, typ=GetServiceIpv6AclFeatureResult).value
|
|
150
|
+
|
|
151
|
+
return AwaitableGetServiceIpv6AclFeatureResult(
|
|
152
|
+
default_action=pulumi.get(__ret__, 'default_action'),
|
|
153
|
+
description=pulumi.get(__ret__, 'description'),
|
|
154
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
155
|
+
id=pulumi.get(__ret__, 'id'),
|
|
156
|
+
name=pulumi.get(__ret__, 'name'),
|
|
157
|
+
sequences=pulumi.get(__ret__, 'sequences'),
|
|
158
|
+
version=pulumi.get(__ret__, 'version'))
|
|
159
|
+
def get_service_ipv6_acl_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
160
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
161
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceIpv6AclFeatureResult]:
|
|
162
|
+
"""
|
|
163
|
+
This data source can read the Service IPv6 ACL Feature.
|
|
164
|
+
|
|
165
|
+
## Example Usage
|
|
166
|
+
|
|
167
|
+
```python
|
|
168
|
+
import pulumi
|
|
169
|
+
import pulumi_sdwan as sdwan
|
|
170
|
+
|
|
171
|
+
example = sdwan.get_service_ipv6_acl_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
172
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
:param str feature_profile_id: Feature Profile ID
|
|
177
|
+
:param str id: The id of the Feature
|
|
178
|
+
"""
|
|
179
|
+
__args__ = dict()
|
|
180
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
181
|
+
__args__['id'] = id
|
|
182
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
183
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getServiceIpv6AclFeature:getServiceIpv6AclFeature', __args__, opts=opts, typ=GetServiceIpv6AclFeatureResult)
|
|
184
|
+
return __ret__.apply(lambda __response__: GetServiceIpv6AclFeatureResult(
|
|
185
|
+
default_action=pulumi.get(__response__, 'default_action'),
|
|
186
|
+
description=pulumi.get(__response__, 'description'),
|
|
187
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
188
|
+
id=pulumi.get(__response__, 'id'),
|
|
189
|
+
name=pulumi.get(__response__, 'name'),
|
|
190
|
+
sequences=pulumi.get(__response__, 'sequences'),
|
|
191
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -0,0 +1,156 @@
|
|
|
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
|
+
'GetServiceLanVpnFeatureAssociateMulticastFeatureResult',
|
|
19
|
+
'AwaitableGetServiceLanVpnFeatureAssociateMulticastFeatureResult',
|
|
20
|
+
'get_service_lan_vpn_feature_associate_multicast_feature',
|
|
21
|
+
'get_service_lan_vpn_feature_associate_multicast_feature_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetServiceLanVpnFeatureAssociateMulticastFeatureResult:
|
|
26
|
+
"""
|
|
27
|
+
A collection of values returned by getServiceLanVpnFeatureAssociateMulticastFeature.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, service_lan_vpn_feature_id=None, service_multicast_feature_id=None):
|
|
30
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
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 service_lan_vpn_feature_id and not isinstance(service_lan_vpn_feature_id, str):
|
|
37
|
+
raise TypeError("Expected argument 'service_lan_vpn_feature_id' to be a str")
|
|
38
|
+
pulumi.set(__self__, "service_lan_vpn_feature_id", service_lan_vpn_feature_id)
|
|
39
|
+
if service_multicast_feature_id and not isinstance(service_multicast_feature_id, str):
|
|
40
|
+
raise TypeError("Expected argument 'service_multicast_feature_id' to be a str")
|
|
41
|
+
pulumi.set(__self__, "service_multicast_feature_id", service_multicast_feature_id)
|
|
42
|
+
|
|
43
|
+
@property
|
|
44
|
+
@pulumi.getter(name="featureProfileId")
|
|
45
|
+
def feature_profile_id(self) -> str:
|
|
46
|
+
"""
|
|
47
|
+
Feature Profile ID
|
|
48
|
+
"""
|
|
49
|
+
return pulumi.get(self, "feature_profile_id")
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
@pulumi.getter
|
|
53
|
+
def id(self) -> str:
|
|
54
|
+
"""
|
|
55
|
+
The id of the object
|
|
56
|
+
"""
|
|
57
|
+
return pulumi.get(self, "id")
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter(name="serviceLanVpnFeatureId")
|
|
61
|
+
def service_lan_vpn_feature_id(self) -> str:
|
|
62
|
+
"""
|
|
63
|
+
Service LAN VPN Feature ID
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "service_lan_vpn_feature_id")
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter(name="serviceMulticastFeatureId")
|
|
69
|
+
def service_multicast_feature_id(self) -> str:
|
|
70
|
+
"""
|
|
71
|
+
Service Multicast Feature ID
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "service_multicast_feature_id")
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
class AwaitableGetServiceLanVpnFeatureAssociateMulticastFeatureResult(GetServiceLanVpnFeatureAssociateMulticastFeatureResult):
|
|
77
|
+
# pylint: disable=using-constant-test
|
|
78
|
+
def __await__(self):
|
|
79
|
+
if False:
|
|
80
|
+
yield self
|
|
81
|
+
return GetServiceLanVpnFeatureAssociateMulticastFeatureResult(
|
|
82
|
+
feature_profile_id=self.feature_profile_id,
|
|
83
|
+
id=self.id,
|
|
84
|
+
service_lan_vpn_feature_id=self.service_lan_vpn_feature_id,
|
|
85
|
+
service_multicast_feature_id=self.service_multicast_feature_id)
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
def get_service_lan_vpn_feature_associate_multicast_feature(feature_profile_id: Optional[str] = None,
|
|
89
|
+
id: Optional[str] = None,
|
|
90
|
+
service_lan_vpn_feature_id: Optional[str] = None,
|
|
91
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceLanVpnFeatureAssociateMulticastFeatureResult:
|
|
92
|
+
"""
|
|
93
|
+
This data source can read the Service LAN VPN Feature Associate Multicast Feature .
|
|
94
|
+
|
|
95
|
+
## Example Usage
|
|
96
|
+
|
|
97
|
+
```python
|
|
98
|
+
import pulumi
|
|
99
|
+
import pulumi_sdwan as sdwan
|
|
100
|
+
|
|
101
|
+
example = sdwan.get_service_lan_vpn_feature_associate_multicast_feature(feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
102
|
+
service_lan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
103
|
+
id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
:param str feature_profile_id: Feature Profile ID
|
|
108
|
+
:param str id: The id of the object
|
|
109
|
+
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
110
|
+
"""
|
|
111
|
+
__args__ = dict()
|
|
112
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
113
|
+
__args__['id'] = id
|
|
114
|
+
__args__['serviceLanVpnFeatureId'] = service_lan_vpn_feature_id
|
|
115
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
116
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getServiceLanVpnFeatureAssociateMulticastFeature:getServiceLanVpnFeatureAssociateMulticastFeature', __args__, opts=opts, typ=GetServiceLanVpnFeatureAssociateMulticastFeatureResult).value
|
|
117
|
+
|
|
118
|
+
return AwaitableGetServiceLanVpnFeatureAssociateMulticastFeatureResult(
|
|
119
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
120
|
+
id=pulumi.get(__ret__, 'id'),
|
|
121
|
+
service_lan_vpn_feature_id=pulumi.get(__ret__, 'service_lan_vpn_feature_id'),
|
|
122
|
+
service_multicast_feature_id=pulumi.get(__ret__, 'service_multicast_feature_id'))
|
|
123
|
+
def get_service_lan_vpn_feature_associate_multicast_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
124
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
125
|
+
service_lan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
126
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceLanVpnFeatureAssociateMulticastFeatureResult]:
|
|
127
|
+
"""
|
|
128
|
+
This data source can read the Service LAN VPN Feature Associate Multicast Feature .
|
|
129
|
+
|
|
130
|
+
## Example Usage
|
|
131
|
+
|
|
132
|
+
```python
|
|
133
|
+
import pulumi
|
|
134
|
+
import pulumi_sdwan as sdwan
|
|
135
|
+
|
|
136
|
+
example = sdwan.get_service_lan_vpn_feature_associate_multicast_feature(feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
137
|
+
service_lan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
|
|
138
|
+
id="f6b2c44c-693c-4763-b010-895aa3d236bd")
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
:param str feature_profile_id: Feature Profile ID
|
|
143
|
+
:param str id: The id of the object
|
|
144
|
+
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
145
|
+
"""
|
|
146
|
+
__args__ = dict()
|
|
147
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
148
|
+
__args__['id'] = id
|
|
149
|
+
__args__['serviceLanVpnFeatureId'] = service_lan_vpn_feature_id
|
|
150
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
151
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getServiceLanVpnFeatureAssociateMulticastFeature:getServiceLanVpnFeatureAssociateMulticastFeature', __args__, opts=opts, typ=GetServiceLanVpnFeatureAssociateMulticastFeatureResult)
|
|
152
|
+
return __ret__.apply(lambda __response__: GetServiceLanVpnFeatureAssociateMulticastFeatureResult(
|
|
153
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
154
|
+
id=pulumi.get(__response__, 'id'),
|
|
155
|
+
service_lan_vpn_feature_id=pulumi.get(__response__, 'service_lan_vpn_feature_id'),
|
|
156
|
+
service_multicast_feature_id=pulumi.get(__response__, 'service_multicast_feature_id')))
|