pulumi-sdwan 0.2.0a1726034734__py3-none-any.whl → 0.2.0a1726207515__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/__init__.py +520 -129
- pulumi_sdwan/_inputs.py +19584 -8750
- pulumi_sdwan/{application_priority_qos_policy_profile_parcel.py → application_priority_qos_policy.py} +52 -52
- pulumi_sdwan/{cli_config_profile_parcel.py → cli_config_feature.py} +36 -36
- pulumi_sdwan/custom_control_topology_policy_definition.py +18 -19
- pulumi_sdwan/dns_security_policy_definition.py +2 -2
- pulumi_sdwan/{get_application_priority_qos_policy_profile_parcel.py → get_application_priority_qos_policy.py} +28 -28
- pulumi_sdwan/{get_cli_config_profile_parcel.py → get_cli_config_feature.py} +23 -23
- pulumi_sdwan/get_device.py +2 -2
- pulumi_sdwan/get_other_feature_profile.py +117 -0
- pulumi_sdwan/get_other_thousandeyes_feature.py +164 -0
- pulumi_sdwan/get_other_ucse_feature.py +327 -0
- pulumi_sdwan/get_policy_object_class_map.py +164 -0
- pulumi_sdwan/get_policy_object_color_list.py +164 -0
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_expanded_community_list.py +176 -0
- pulumi_sdwan/get_policy_object_extended_community_list.py +164 -0
- pulumi_sdwan/get_policy_object_feature_profile.py +90 -0
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_mirror.py +164 -0
- pulumi_sdwan/get_policy_object_policer.py +164 -0
- pulumi_sdwan/get_policy_object_tloc_list.py +164 -0
- pulumi_sdwan/{get_service_lan_vpn_profile_parcel.py → get_service_lan_vpn_feature.py} +47 -47
- pulumi_sdwan/{get_service_lan_vpn_interface_ethernet_profile_parcel.py → get_service_lan_vpn_interface_ethernet_feature.py} +75 -75
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +528 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +919 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +613 -0
- pulumi_sdwan/get_service_object_tracker_feature.py +293 -0
- pulumi_sdwan/get_service_object_tracker_group_feature.py +216 -0
- pulumi_sdwan/get_service_route_policy_feature.py +177 -0
- pulumi_sdwan/get_service_routing_bgp_feature.py +795 -0
- pulumi_sdwan/get_service_routing_ospf_feature.py +525 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +603 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +603 -0
- pulumi_sdwan/get_service_switchport_feature.py +203 -0
- pulumi_sdwan/{get_service_tracker_profile_parcel.py → get_service_tracker_feature.py} +27 -27
- pulumi_sdwan/get_service_tracker_group_feature.py +190 -0
- pulumi_sdwan/{get_system_aaa_profile_parcel.py → get_system_aaa_feature.py} +32 -32
- pulumi_sdwan/{get_system_banner_profile_parcel.py → get_system_banner_feature.py} +27 -27
- pulumi_sdwan/{get_system_basic_profile_parcel.py → get_system_basic_feature.py} +35 -35
- pulumi_sdwan/{get_system_bfd_profile_parcel.py → get_system_bfd_feature.py} +28 -28
- pulumi_sdwan/{get_system_flexible_port_speed_profile_parcel.py → get_system_flexible_port_speed_feature.py} +27 -27
- pulumi_sdwan/{get_system_global_profile_parcel.py → get_system_global_feature.py} +27 -27
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +177 -0
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +177 -0
- pulumi_sdwan/{get_system_logging_profile_parcel.py → get_system_logging_feature.py} +30 -30
- pulumi_sdwan/{get_system_mrf_profile_parcel.py → get_system_mrf_feature.py} +27 -27
- pulumi_sdwan/{get_system_ntp_profile_parcel.py → get_system_ntp_feature.py} +29 -29
- pulumi_sdwan/{get_system_omp_profile_parcel.py → get_system_omp_feature.py} +27 -27
- pulumi_sdwan/{get_system_performance_monitoring_profile_parcel.py → get_system_performance_monitoring_feature.py} +27 -27
- pulumi_sdwan/{get_system_remote_access_profile_parcel.py → get_system_remote_access_feature.py} +76 -122
- pulumi_sdwan/{get_system_security_profile_parcel.py → get_system_security_feature.py} +29 -29
- pulumi_sdwan/{get_system_snmp_profile_parcel.py → get_system_snmp_feature.py} +32 -32
- pulumi_sdwan/get_transport_gps_feature.py +306 -0
- pulumi_sdwan/{get_transport_ipv6_tracker_profile_parcel.py → get_transport_ipv6_tracker_feature.py} +27 -27
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +216 -0
- pulumi_sdwan/{get_transport_management_vpn_profile_parcel.py → get_transport_management_vpn_feature.py} +59 -59
- pulumi_sdwan/{get_transport_management_vpn_interface_ethernet_profile_parcel.py → get_transport_management_vpn_interface_ethernet_feature.py} +69 -69
- pulumi_sdwan/get_transport_route_policy_feature.py +177 -0
- pulumi_sdwan/{get_transport_routing_bgp_profile_parcel.py → get_transport_routing_bgp_feature.py} +36 -36
- pulumi_sdwan/get_transport_routing_ospf_feature.py +525 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +603 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +603 -0
- pulumi_sdwan/get_transport_tracker_feature.py +384 -0
- pulumi_sdwan/get_transport_tracker_group_feature.py +190 -0
- pulumi_sdwan/{get_transport_wan_vpn_profile_parcel.py → get_transport_wan_vpn_feature.py} +32 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +1774 -0
- pulumi_sdwan/{get_transport_wan_vpn_interface_ethernet_profile_parcel.py → get_transport_wan_vpn_interface_ethernet_feature.py} +133 -133
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +528 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +919 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +1465 -0
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +177 -0
- pulumi_sdwan/other_feature_profile.py +227 -0
- pulumi_sdwan/other_thousandeyes_feature.py +331 -0
- pulumi_sdwan/other_ucse_feature.py +948 -0
- pulumi_sdwan/outputs.py +46733 -29015
- pulumi_sdwan/policy_object_class_map.py +362 -0
- pulumi_sdwan/policy_object_color_list.py +362 -0
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_expanded_community_list.py +403 -0
- pulumi_sdwan/policy_object_extended_community_list.py +332 -0
- pulumi_sdwan/policy_object_feature_profile.py +227 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_mirror.py +332 -0
- pulumi_sdwan/policy_object_policer.py +332 -0
- pulumi_sdwan/policy_object_tloc_list.py +332 -0
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/security_policy.py +8 -8
- pulumi_sdwan/{service_lan_vpn_profile_parcel.py → service_lan_vpn_feature.py} +298 -298
- pulumi_sdwan/{service_lan_vpn_interface_ethernet_profile_parcel.py → service_lan_vpn_interface_ethernet_feature.py} +264 -264
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +1712 -0
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +3269 -0
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +1960 -0
- pulumi_sdwan/service_object_tracker_feature.py +858 -0
- pulumi_sdwan/service_object_tracker_group_feature.py +519 -0
- pulumi_sdwan/service_route_policy_feature.py +378 -0
- pulumi_sdwan/service_routing_bgp_feature.py +2614 -0
- pulumi_sdwan/service_routing_ospf_feature.py +1634 -0
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +1916 -0
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +1916 -0
- pulumi_sdwan/service_switchport_feature.py +472 -0
- pulumi_sdwan/{service_tracker_profile_parcel.py → service_tracker_feature.py} +57 -58
- pulumi_sdwan/service_tracker_group_feature.py +425 -0
- pulumi_sdwan/{system_aaa_profile_parcel.py → system_aaa_feature.py} +108 -108
- pulumi_sdwan/{system_banner_profile_parcel.py → system_banner_feature.py} +40 -40
- pulumi_sdwan/{system_basic_profile_parcel.py → system_basic_feature.py} +94 -94
- pulumi_sdwan/{system_bfd_profile_parcel.py → system_bfd_feature.py} +52 -52
- pulumi_sdwan/{system_flexible_port_speed_profile_parcel.py → system_flexible_port_speed_feature.py} +40 -40
- pulumi_sdwan/{system_global_profile_parcel.py → system_global_feature.py} +40 -40
- pulumi_sdwan/system_ipv4_device_access_feature.py +378 -0
- pulumi_sdwan/system_ipv6_device_access_feature.py +378 -0
- pulumi_sdwan/{system_logging_profile_parcel.py → system_logging_feature.py} +80 -80
- pulumi_sdwan/{system_mrf_profile_parcel.py → system_mrf_feature.py} +40 -40
- pulumi_sdwan/{system_ntp_profile_parcel.py → system_ntp_feature.py} +66 -66
- pulumi_sdwan/{system_omp_profile_parcel.py → system_omp_feature.py} +40 -40
- pulumi_sdwan/{system_performance_monitoring_profile_parcel.py → system_performance_monitoring_feature.py} +40 -40
- pulumi_sdwan/{system_remote_access_profile_parcel.py → system_remote_access_feature.py} +368 -470
- pulumi_sdwan/{system_security_profile_parcel.py → system_security_feature.py} +66 -66
- pulumi_sdwan/{system_snmp_profile_parcel.py → system_snmp_feature.py} +107 -107
- pulumi_sdwan/transport_gps_feature.py +882 -0
- pulumi_sdwan/{transport_ipv6_tracker_profile_parcel.py → transport_ipv6_tracker_feature.py} +57 -58
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +520 -0
- pulumi_sdwan/{transport_management_vpn_profile_parcel.py → transport_management_vpn_feature.py} +172 -172
- pulumi_sdwan/{transport_management_vpn_interface_ethernet_profile_parcel.py → transport_management_vpn_interface_ethernet_feature.py} +193 -194
- pulumi_sdwan/transport_route_policy_feature.py +378 -0
- pulumi_sdwan/{transport_routing_bgp_profile_parcel.py → transport_routing_bgp_feature.py} +181 -182
- pulumi_sdwan/transport_routing_ospf_feature.py +1634 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +1916 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +1916 -0
- pulumi_sdwan/transport_tracker_feature.py +1170 -0
- pulumi_sdwan/transport_tracker_group_feature.py +425 -0
- pulumi_sdwan/{transport_wan_vpn_profile_parcel.py → transport_wan_vpn_feature.py} +104 -104
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +6168 -0
- pulumi_sdwan/{transport_wan_vpn_interface_ethernet_profile_parcel.py → transport_wan_vpn_interface_ethernet_feature.py} +483 -483
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +1708 -0
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +3259 -0
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +5215 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +401 -0
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/RECORD +146 -67
- pulumi_sdwan/configuration_group_deploy.py +0 -224
- pulumi_sdwan/configuration_group_device_variables.py +0 -293
- pulumi_sdwan/configuration_group_devices.py +0 -236
- pulumi_sdwan/get_configuration_group_device_variables.py +0 -144
- pulumi_sdwan/get_configuration_group_devices.py +0 -118
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,327 @@
|
|
|
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
|
+
'GetOtherUcseFeatureResult',
|
|
15
|
+
'AwaitableGetOtherUcseFeatureResult',
|
|
16
|
+
'get_other_ucse_feature',
|
|
17
|
+
'get_other_ucse_feature_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetOtherUcseFeatureResult:
|
|
22
|
+
"""
|
|
23
|
+
A collection of values returned by getOtherUcseFeature.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, access_port_dedicated=None, access_port_shared_failover_type=None, access_port_shared_type=None, assign_priority=None, assign_priority_variable=None, bay=None, default_gateway=None, default_gateway_variable=None, description=None, feature_profile_id=None, id=None, interfaces=None, ipv4_address=None, ipv4_address_variable=None, name=None, slot=None, version=None, vlan_id=None, vlan_id_variable=None):
|
|
26
|
+
if access_port_dedicated and not isinstance(access_port_dedicated, bool):
|
|
27
|
+
raise TypeError("Expected argument 'access_port_dedicated' to be a bool")
|
|
28
|
+
pulumi.set(__self__, "access_port_dedicated", access_port_dedicated)
|
|
29
|
+
if access_port_shared_failover_type and not isinstance(access_port_shared_failover_type, str):
|
|
30
|
+
raise TypeError("Expected argument 'access_port_shared_failover_type' to be a str")
|
|
31
|
+
pulumi.set(__self__, "access_port_shared_failover_type", access_port_shared_failover_type)
|
|
32
|
+
if access_port_shared_type and not isinstance(access_port_shared_type, str):
|
|
33
|
+
raise TypeError("Expected argument 'access_port_shared_type' to be a str")
|
|
34
|
+
pulumi.set(__self__, "access_port_shared_type", access_port_shared_type)
|
|
35
|
+
if assign_priority and not isinstance(assign_priority, int):
|
|
36
|
+
raise TypeError("Expected argument 'assign_priority' to be a int")
|
|
37
|
+
pulumi.set(__self__, "assign_priority", assign_priority)
|
|
38
|
+
if assign_priority_variable and not isinstance(assign_priority_variable, str):
|
|
39
|
+
raise TypeError("Expected argument 'assign_priority_variable' to be a str")
|
|
40
|
+
pulumi.set(__self__, "assign_priority_variable", assign_priority_variable)
|
|
41
|
+
if bay and not isinstance(bay, int):
|
|
42
|
+
raise TypeError("Expected argument 'bay' to be a int")
|
|
43
|
+
pulumi.set(__self__, "bay", bay)
|
|
44
|
+
if default_gateway and not isinstance(default_gateway, str):
|
|
45
|
+
raise TypeError("Expected argument 'default_gateway' to be a str")
|
|
46
|
+
pulumi.set(__self__, "default_gateway", default_gateway)
|
|
47
|
+
if default_gateway_variable and not isinstance(default_gateway_variable, str):
|
|
48
|
+
raise TypeError("Expected argument 'default_gateway_variable' to be a str")
|
|
49
|
+
pulumi.set(__self__, "default_gateway_variable", default_gateway_variable)
|
|
50
|
+
if description and not isinstance(description, str):
|
|
51
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
52
|
+
pulumi.set(__self__, "description", description)
|
|
53
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
54
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
55
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
56
|
+
if id and not isinstance(id, str):
|
|
57
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
58
|
+
pulumi.set(__self__, "id", id)
|
|
59
|
+
if interfaces and not isinstance(interfaces, list):
|
|
60
|
+
raise TypeError("Expected argument 'interfaces' to be a list")
|
|
61
|
+
pulumi.set(__self__, "interfaces", interfaces)
|
|
62
|
+
if ipv4_address and not isinstance(ipv4_address, str):
|
|
63
|
+
raise TypeError("Expected argument 'ipv4_address' to be a str")
|
|
64
|
+
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
65
|
+
if ipv4_address_variable and not isinstance(ipv4_address_variable, str):
|
|
66
|
+
raise TypeError("Expected argument 'ipv4_address_variable' to be a str")
|
|
67
|
+
pulumi.set(__self__, "ipv4_address_variable", ipv4_address_variable)
|
|
68
|
+
if name and not isinstance(name, str):
|
|
69
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
70
|
+
pulumi.set(__self__, "name", name)
|
|
71
|
+
if slot and not isinstance(slot, int):
|
|
72
|
+
raise TypeError("Expected argument 'slot' to be a int")
|
|
73
|
+
pulumi.set(__self__, "slot", slot)
|
|
74
|
+
if version and not isinstance(version, int):
|
|
75
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
76
|
+
pulumi.set(__self__, "version", version)
|
|
77
|
+
if vlan_id and not isinstance(vlan_id, int):
|
|
78
|
+
raise TypeError("Expected argument 'vlan_id' to be a int")
|
|
79
|
+
pulumi.set(__self__, "vlan_id", vlan_id)
|
|
80
|
+
if vlan_id_variable and not isinstance(vlan_id_variable, str):
|
|
81
|
+
raise TypeError("Expected argument 'vlan_id_variable' to be a str")
|
|
82
|
+
pulumi.set(__self__, "vlan_id_variable", vlan_id_variable)
|
|
83
|
+
|
|
84
|
+
@property
|
|
85
|
+
@pulumi.getter(name="accessPortDedicated")
|
|
86
|
+
def access_port_dedicated(self) -> bool:
|
|
87
|
+
"""
|
|
88
|
+
Dedicated
|
|
89
|
+
"""
|
|
90
|
+
return pulumi.get(self, "access_port_dedicated")
|
|
91
|
+
|
|
92
|
+
@property
|
|
93
|
+
@pulumi.getter(name="accessPortSharedFailoverType")
|
|
94
|
+
def access_port_shared_failover_type(self) -> str:
|
|
95
|
+
return pulumi.get(self, "access_port_shared_failover_type")
|
|
96
|
+
|
|
97
|
+
@property
|
|
98
|
+
@pulumi.getter(name="accessPortSharedType")
|
|
99
|
+
def access_port_shared_type(self) -> str:
|
|
100
|
+
return pulumi.get(self, "access_port_shared_type")
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="assignPriority")
|
|
104
|
+
def assign_priority(self) -> int:
|
|
105
|
+
"""
|
|
106
|
+
Assign priority
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "assign_priority")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter(name="assignPriorityVariable")
|
|
112
|
+
def assign_priority_variable(self) -> str:
|
|
113
|
+
"""
|
|
114
|
+
Variable name
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "assign_priority_variable")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter
|
|
120
|
+
def bay(self) -> int:
|
|
121
|
+
"""
|
|
122
|
+
Bay
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "bay")
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter(name="defaultGateway")
|
|
128
|
+
def default_gateway(self) -> str:
|
|
129
|
+
"""
|
|
130
|
+
Assign default gateway
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "default_gateway")
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
@pulumi.getter(name="defaultGatewayVariable")
|
|
136
|
+
def default_gateway_variable(self) -> str:
|
|
137
|
+
"""
|
|
138
|
+
Variable name
|
|
139
|
+
"""
|
|
140
|
+
return pulumi.get(self, "default_gateway_variable")
|
|
141
|
+
|
|
142
|
+
@property
|
|
143
|
+
@pulumi.getter
|
|
144
|
+
def description(self) -> str:
|
|
145
|
+
"""
|
|
146
|
+
The description of the Feature
|
|
147
|
+
"""
|
|
148
|
+
return pulumi.get(self, "description")
|
|
149
|
+
|
|
150
|
+
@property
|
|
151
|
+
@pulumi.getter(name="featureProfileId")
|
|
152
|
+
def feature_profile_id(self) -> str:
|
|
153
|
+
"""
|
|
154
|
+
Feature Profile ID
|
|
155
|
+
"""
|
|
156
|
+
return pulumi.get(self, "feature_profile_id")
|
|
157
|
+
|
|
158
|
+
@property
|
|
159
|
+
@pulumi.getter
|
|
160
|
+
def id(self) -> str:
|
|
161
|
+
"""
|
|
162
|
+
The id of the Feature
|
|
163
|
+
"""
|
|
164
|
+
return pulumi.get(self, "id")
|
|
165
|
+
|
|
166
|
+
@property
|
|
167
|
+
@pulumi.getter
|
|
168
|
+
def interfaces(self) -> Sequence['outputs.GetOtherUcseFeatureInterfaceResult']:
|
|
169
|
+
"""
|
|
170
|
+
Interface name: GigabitEthernet0/<>/<> when present
|
|
171
|
+
"""
|
|
172
|
+
return pulumi.get(self, "interfaces")
|
|
173
|
+
|
|
174
|
+
@property
|
|
175
|
+
@pulumi.getter(name="ipv4Address")
|
|
176
|
+
def ipv4_address(self) -> str:
|
|
177
|
+
"""
|
|
178
|
+
Assign IPv4 address
|
|
179
|
+
"""
|
|
180
|
+
return pulumi.get(self, "ipv4_address")
|
|
181
|
+
|
|
182
|
+
@property
|
|
183
|
+
@pulumi.getter(name="ipv4AddressVariable")
|
|
184
|
+
def ipv4_address_variable(self) -> str:
|
|
185
|
+
"""
|
|
186
|
+
Variable name
|
|
187
|
+
"""
|
|
188
|
+
return pulumi.get(self, "ipv4_address_variable")
|
|
189
|
+
|
|
190
|
+
@property
|
|
191
|
+
@pulumi.getter
|
|
192
|
+
def name(self) -> str:
|
|
193
|
+
"""
|
|
194
|
+
The name of the Feature
|
|
195
|
+
"""
|
|
196
|
+
return pulumi.get(self, "name")
|
|
197
|
+
|
|
198
|
+
@property
|
|
199
|
+
@pulumi.getter
|
|
200
|
+
def slot(self) -> int:
|
|
201
|
+
"""
|
|
202
|
+
Slot
|
|
203
|
+
"""
|
|
204
|
+
return pulumi.get(self, "slot")
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter
|
|
208
|
+
def version(self) -> int:
|
|
209
|
+
"""
|
|
210
|
+
The version of the Feature
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "version")
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
@pulumi.getter(name="vlanId")
|
|
216
|
+
def vlan_id(self) -> int:
|
|
217
|
+
"""
|
|
218
|
+
Assign Vlan Id
|
|
219
|
+
"""
|
|
220
|
+
return pulumi.get(self, "vlan_id")
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter(name="vlanIdVariable")
|
|
224
|
+
def vlan_id_variable(self) -> str:
|
|
225
|
+
"""
|
|
226
|
+
Variable name
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "vlan_id_variable")
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
class AwaitableGetOtherUcseFeatureResult(GetOtherUcseFeatureResult):
|
|
232
|
+
# pylint: disable=using-constant-test
|
|
233
|
+
def __await__(self):
|
|
234
|
+
if False:
|
|
235
|
+
yield self
|
|
236
|
+
return GetOtherUcseFeatureResult(
|
|
237
|
+
access_port_dedicated=self.access_port_dedicated,
|
|
238
|
+
access_port_shared_failover_type=self.access_port_shared_failover_type,
|
|
239
|
+
access_port_shared_type=self.access_port_shared_type,
|
|
240
|
+
assign_priority=self.assign_priority,
|
|
241
|
+
assign_priority_variable=self.assign_priority_variable,
|
|
242
|
+
bay=self.bay,
|
|
243
|
+
default_gateway=self.default_gateway,
|
|
244
|
+
default_gateway_variable=self.default_gateway_variable,
|
|
245
|
+
description=self.description,
|
|
246
|
+
feature_profile_id=self.feature_profile_id,
|
|
247
|
+
id=self.id,
|
|
248
|
+
interfaces=self.interfaces,
|
|
249
|
+
ipv4_address=self.ipv4_address,
|
|
250
|
+
ipv4_address_variable=self.ipv4_address_variable,
|
|
251
|
+
name=self.name,
|
|
252
|
+
slot=self.slot,
|
|
253
|
+
version=self.version,
|
|
254
|
+
vlan_id=self.vlan_id,
|
|
255
|
+
vlan_id_variable=self.vlan_id_variable)
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
def get_other_ucse_feature(feature_profile_id: Optional[str] = None,
|
|
259
|
+
id: Optional[str] = None,
|
|
260
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOtherUcseFeatureResult:
|
|
261
|
+
"""
|
|
262
|
+
This data source can read the Other UCSE Feature.
|
|
263
|
+
|
|
264
|
+
## Example Usage
|
|
265
|
+
|
|
266
|
+
```python
|
|
267
|
+
import pulumi
|
|
268
|
+
import pulumi_sdwan as sdwan
|
|
269
|
+
|
|
270
|
+
example = sdwan.get_other_ucse_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
271
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
272
|
+
```
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
:param str feature_profile_id: Feature Profile ID
|
|
276
|
+
:param str id: The id of the Feature
|
|
277
|
+
"""
|
|
278
|
+
__args__ = dict()
|
|
279
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
280
|
+
__args__['id'] = id
|
|
281
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
282
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getOtherUcseFeature:getOtherUcseFeature', __args__, opts=opts, typ=GetOtherUcseFeatureResult).value
|
|
283
|
+
|
|
284
|
+
return AwaitableGetOtherUcseFeatureResult(
|
|
285
|
+
access_port_dedicated=pulumi.get(__ret__, 'access_port_dedicated'),
|
|
286
|
+
access_port_shared_failover_type=pulumi.get(__ret__, 'access_port_shared_failover_type'),
|
|
287
|
+
access_port_shared_type=pulumi.get(__ret__, 'access_port_shared_type'),
|
|
288
|
+
assign_priority=pulumi.get(__ret__, 'assign_priority'),
|
|
289
|
+
assign_priority_variable=pulumi.get(__ret__, 'assign_priority_variable'),
|
|
290
|
+
bay=pulumi.get(__ret__, 'bay'),
|
|
291
|
+
default_gateway=pulumi.get(__ret__, 'default_gateway'),
|
|
292
|
+
default_gateway_variable=pulumi.get(__ret__, 'default_gateway_variable'),
|
|
293
|
+
description=pulumi.get(__ret__, 'description'),
|
|
294
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
295
|
+
id=pulumi.get(__ret__, 'id'),
|
|
296
|
+
interfaces=pulumi.get(__ret__, 'interfaces'),
|
|
297
|
+
ipv4_address=pulumi.get(__ret__, 'ipv4_address'),
|
|
298
|
+
ipv4_address_variable=pulumi.get(__ret__, 'ipv4_address_variable'),
|
|
299
|
+
name=pulumi.get(__ret__, 'name'),
|
|
300
|
+
slot=pulumi.get(__ret__, 'slot'),
|
|
301
|
+
version=pulumi.get(__ret__, 'version'),
|
|
302
|
+
vlan_id=pulumi.get(__ret__, 'vlan_id'),
|
|
303
|
+
vlan_id_variable=pulumi.get(__ret__, 'vlan_id_variable'))
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
@_utilities.lift_output_func(get_other_ucse_feature)
|
|
307
|
+
def get_other_ucse_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
308
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
309
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOtherUcseFeatureResult]:
|
|
310
|
+
"""
|
|
311
|
+
This data source can read the Other UCSE Feature.
|
|
312
|
+
|
|
313
|
+
## Example Usage
|
|
314
|
+
|
|
315
|
+
```python
|
|
316
|
+
import pulumi
|
|
317
|
+
import pulumi_sdwan as sdwan
|
|
318
|
+
|
|
319
|
+
example = sdwan.get_other_ucse_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
320
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
321
|
+
```
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
:param str feature_profile_id: Feature Profile ID
|
|
325
|
+
:param str id: The id of the Feature
|
|
326
|
+
"""
|
|
327
|
+
...
|
|
@@ -0,0 +1,164 @@
|
|
|
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
|
+
'GetPolicyObjectClassMapResult',
|
|
15
|
+
'AwaitableGetPolicyObjectClassMapResult',
|
|
16
|
+
'get_policy_object_class_map',
|
|
17
|
+
'get_policy_object_class_map_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetPolicyObjectClassMapResult:
|
|
22
|
+
"""
|
|
23
|
+
A collection of values returned by getPolicyObjectClassMap.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, description=None, entries=None, feature_profile_id=None, id=None, name=None, version=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 entries and not isinstance(entries, list):
|
|
30
|
+
raise TypeError("Expected argument 'entries' to be a list")
|
|
31
|
+
pulumi.set(__self__, "entries", entries)
|
|
32
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
33
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
34
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
35
|
+
if id and not isinstance(id, str):
|
|
36
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
37
|
+
pulumi.set(__self__, "id", id)
|
|
38
|
+
if name and not isinstance(name, str):
|
|
39
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
40
|
+
pulumi.set(__self__, "name", name)
|
|
41
|
+
if version and not isinstance(version, int):
|
|
42
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
43
|
+
pulumi.set(__self__, "version", version)
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
@pulumi.getter
|
|
47
|
+
def description(self) -> str:
|
|
48
|
+
"""
|
|
49
|
+
The description of the Policy_object
|
|
50
|
+
"""
|
|
51
|
+
return pulumi.get(self, "description")
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter
|
|
55
|
+
def entries(self) -> Sequence['outputs.GetPolicyObjectClassMapEntryResult']:
|
|
56
|
+
"""
|
|
57
|
+
class map List
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "entries")
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter(name="featureProfileId")
|
|
63
|
+
def feature_profile_id(self) -> str:
|
|
64
|
+
"""
|
|
65
|
+
Feature Profile ID
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "feature_profile_id")
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter
|
|
71
|
+
def id(self) -> str:
|
|
72
|
+
"""
|
|
73
|
+
The id of the Policy_object
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "id")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def name(self) -> str:
|
|
80
|
+
"""
|
|
81
|
+
The name of the Policy_object
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "name")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def version(self) -> int:
|
|
88
|
+
"""
|
|
89
|
+
The version of the Policy_object
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "version")
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
class AwaitableGetPolicyObjectClassMapResult(GetPolicyObjectClassMapResult):
|
|
95
|
+
# pylint: disable=using-constant-test
|
|
96
|
+
def __await__(self):
|
|
97
|
+
if False:
|
|
98
|
+
yield self
|
|
99
|
+
return GetPolicyObjectClassMapResult(
|
|
100
|
+
description=self.description,
|
|
101
|
+
entries=self.entries,
|
|
102
|
+
feature_profile_id=self.feature_profile_id,
|
|
103
|
+
id=self.id,
|
|
104
|
+
name=self.name,
|
|
105
|
+
version=self.version)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
def get_policy_object_class_map(feature_profile_id: Optional[str] = None,
|
|
109
|
+
id: Optional[str] = None,
|
|
110
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPolicyObjectClassMapResult:
|
|
111
|
+
"""
|
|
112
|
+
This data source can read the Policy Object Class Map Policy_object.
|
|
113
|
+
|
|
114
|
+
## Example Usage
|
|
115
|
+
|
|
116
|
+
```python
|
|
117
|
+
import pulumi
|
|
118
|
+
import pulumi_sdwan as sdwan
|
|
119
|
+
|
|
120
|
+
example = sdwan.get_policy_object_class_map(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
121
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
:param str feature_profile_id: Feature Profile ID
|
|
126
|
+
:param str id: The id of the Policy_object
|
|
127
|
+
"""
|
|
128
|
+
__args__ = dict()
|
|
129
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
130
|
+
__args__['id'] = id
|
|
131
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
132
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getPolicyObjectClassMap:getPolicyObjectClassMap', __args__, opts=opts, typ=GetPolicyObjectClassMapResult).value
|
|
133
|
+
|
|
134
|
+
return AwaitableGetPolicyObjectClassMapResult(
|
|
135
|
+
description=pulumi.get(__ret__, 'description'),
|
|
136
|
+
entries=pulumi.get(__ret__, 'entries'),
|
|
137
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
138
|
+
id=pulumi.get(__ret__, 'id'),
|
|
139
|
+
name=pulumi.get(__ret__, 'name'),
|
|
140
|
+
version=pulumi.get(__ret__, 'version'))
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
@_utilities.lift_output_func(get_policy_object_class_map)
|
|
144
|
+
def get_policy_object_class_map_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
145
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
146
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPolicyObjectClassMapResult]:
|
|
147
|
+
"""
|
|
148
|
+
This data source can read the Policy Object Class Map Policy_object.
|
|
149
|
+
|
|
150
|
+
## Example Usage
|
|
151
|
+
|
|
152
|
+
```python
|
|
153
|
+
import pulumi
|
|
154
|
+
import pulumi_sdwan as sdwan
|
|
155
|
+
|
|
156
|
+
example = sdwan.get_policy_object_class_map(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
157
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
:param str feature_profile_id: Feature Profile ID
|
|
162
|
+
:param str id: The id of the Policy_object
|
|
163
|
+
"""
|
|
164
|
+
...
|
|
@@ -0,0 +1,164 @@
|
|
|
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
|
+
'GetPolicyObjectColorListResult',
|
|
15
|
+
'AwaitableGetPolicyObjectColorListResult',
|
|
16
|
+
'get_policy_object_color_list',
|
|
17
|
+
'get_policy_object_color_list_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetPolicyObjectColorListResult:
|
|
22
|
+
"""
|
|
23
|
+
A collection of values returned by getPolicyObjectColorList.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, description=None, entries=None, feature_profile_id=None, id=None, name=None, version=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 entries and not isinstance(entries, list):
|
|
30
|
+
raise TypeError("Expected argument 'entries' to be a list")
|
|
31
|
+
pulumi.set(__self__, "entries", entries)
|
|
32
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
33
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
34
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
35
|
+
if id and not isinstance(id, str):
|
|
36
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
37
|
+
pulumi.set(__self__, "id", id)
|
|
38
|
+
if name and not isinstance(name, str):
|
|
39
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
40
|
+
pulumi.set(__self__, "name", name)
|
|
41
|
+
if version and not isinstance(version, int):
|
|
42
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
43
|
+
pulumi.set(__self__, "version", version)
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
@pulumi.getter
|
|
47
|
+
def description(self) -> str:
|
|
48
|
+
"""
|
|
49
|
+
The description of the Policy_object
|
|
50
|
+
"""
|
|
51
|
+
return pulumi.get(self, "description")
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter
|
|
55
|
+
def entries(self) -> Sequence['outputs.GetPolicyObjectColorListEntryResult']:
|
|
56
|
+
"""
|
|
57
|
+
Color List
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "entries")
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter(name="featureProfileId")
|
|
63
|
+
def feature_profile_id(self) -> str:
|
|
64
|
+
"""
|
|
65
|
+
Feature Profile ID
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "feature_profile_id")
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter
|
|
71
|
+
def id(self) -> str:
|
|
72
|
+
"""
|
|
73
|
+
The id of the Policy_object
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "id")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def name(self) -> str:
|
|
80
|
+
"""
|
|
81
|
+
The name of the Policy_object
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "name")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def version(self) -> int:
|
|
88
|
+
"""
|
|
89
|
+
The version of the Policy_object
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "version")
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
class AwaitableGetPolicyObjectColorListResult(GetPolicyObjectColorListResult):
|
|
95
|
+
# pylint: disable=using-constant-test
|
|
96
|
+
def __await__(self):
|
|
97
|
+
if False:
|
|
98
|
+
yield self
|
|
99
|
+
return GetPolicyObjectColorListResult(
|
|
100
|
+
description=self.description,
|
|
101
|
+
entries=self.entries,
|
|
102
|
+
feature_profile_id=self.feature_profile_id,
|
|
103
|
+
id=self.id,
|
|
104
|
+
name=self.name,
|
|
105
|
+
version=self.version)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
def get_policy_object_color_list(feature_profile_id: Optional[str] = None,
|
|
109
|
+
id: Optional[str] = None,
|
|
110
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPolicyObjectColorListResult:
|
|
111
|
+
"""
|
|
112
|
+
This data source can read the Policy Object Color List Policy_object.
|
|
113
|
+
|
|
114
|
+
## Example Usage
|
|
115
|
+
|
|
116
|
+
```python
|
|
117
|
+
import pulumi
|
|
118
|
+
import pulumi_sdwan as sdwan
|
|
119
|
+
|
|
120
|
+
example = sdwan.get_policy_object_color_list(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
121
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
:param str feature_profile_id: Feature Profile ID
|
|
126
|
+
:param str id: The id of the Policy_object
|
|
127
|
+
"""
|
|
128
|
+
__args__ = dict()
|
|
129
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
130
|
+
__args__['id'] = id
|
|
131
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
132
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getPolicyObjectColorList:getPolicyObjectColorList', __args__, opts=opts, typ=GetPolicyObjectColorListResult).value
|
|
133
|
+
|
|
134
|
+
return AwaitableGetPolicyObjectColorListResult(
|
|
135
|
+
description=pulumi.get(__ret__, 'description'),
|
|
136
|
+
entries=pulumi.get(__ret__, 'entries'),
|
|
137
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
138
|
+
id=pulumi.get(__ret__, 'id'),
|
|
139
|
+
name=pulumi.get(__ret__, 'name'),
|
|
140
|
+
version=pulumi.get(__ret__, 'version'))
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
@_utilities.lift_output_func(get_policy_object_color_list)
|
|
144
|
+
def get_policy_object_color_list_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
145
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
146
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPolicyObjectColorListResult]:
|
|
147
|
+
"""
|
|
148
|
+
This data source can read the Policy Object Color List Policy_object.
|
|
149
|
+
|
|
150
|
+
## Example Usage
|
|
151
|
+
|
|
152
|
+
```python
|
|
153
|
+
import pulumi
|
|
154
|
+
import pulumi_sdwan as sdwan
|
|
155
|
+
|
|
156
|
+
example = sdwan.get_policy_object_color_list(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
157
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
:param str feature_profile_id: Feature Profile ID
|
|
162
|
+
:param str id: The id of the Policy_object
|
|
163
|
+
"""
|
|
164
|
+
...
|