pulumi-sdwan 0.2.0a1730181615__py3-none-any.whl → 0.2.0a1730451699__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 +300 -0
- pulumi_sdwan/_inputs.py +33470 -25249
- 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_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_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_interface_ethernet_feature.py +29 -1
- pulumi_sdwan/other_feature_profile.py +2 -0
- pulumi_sdwan/other_thousandeyes_feature.py +6 -2
- pulumi_sdwan/other_ucse_feature.py +40 -38
- pulumi_sdwan/outputs.py +57639 -47055
- 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_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 +65 -64
- 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 +6 -2
- pulumi_sdwan/system_security_feature.py +6 -2
- pulumi_sdwan/system_snmp_feature.py +6 -2
- 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_interface_cellular_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +198 -86
- 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 +6 -2
- {pulumi_sdwan-0.2.0a1730181615.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.2.0a1730181615.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/RECORD +148 -88
- {pulumi_sdwan-0.2.0a1730181615.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/WHEEL +1 -1
- {pulumi_sdwan-0.2.0a1730181615.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/top_level.txt +0 -0
|
@@ -226,8 +226,10 @@ class TransportRoutePolicyFeature(pulumi.CustomResource):
|
|
|
226
226
|
|
|
227
227
|
## Import
|
|
228
228
|
|
|
229
|
+
Expected import identifier with the format: "transport_route_policy_feature_id,feature_profile_id"
|
|
230
|
+
|
|
229
231
|
```sh
|
|
230
|
-
$ pulumi import sdwan:index/transportRoutePolicyFeature:TransportRoutePolicyFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
232
|
+
$ pulumi import sdwan:index/transportRoutePolicyFeature:TransportRoutePolicyFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
231
233
|
```
|
|
232
234
|
|
|
233
235
|
:param str resource_name: The name of the resource.
|
|
@@ -250,8 +252,10 @@ class TransportRoutePolicyFeature(pulumi.CustomResource):
|
|
|
250
252
|
|
|
251
253
|
## Import
|
|
252
254
|
|
|
255
|
+
Expected import identifier with the format: "transport_route_policy_feature_id,feature_profile_id"
|
|
256
|
+
|
|
253
257
|
```sh
|
|
254
|
-
$ pulumi import sdwan:index/transportRoutePolicyFeature:TransportRoutePolicyFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
258
|
+
$ pulumi import sdwan:index/transportRoutePolicyFeature:TransportRoutePolicyFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
255
259
|
```
|
|
256
260
|
|
|
257
261
|
:param str resource_name: The name of the resource.
|
|
@@ -1832,8 +1832,10 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
1832
1832
|
|
|
1833
1833
|
## Import
|
|
1834
1834
|
|
|
1835
|
+
Expected import identifier with the format: "transport_routing_bgp_feature_id,feature_profile_id"
|
|
1836
|
+
|
|
1835
1837
|
```sh
|
|
1836
|
-
$ pulumi import sdwan:index/transportRoutingBgpFeature:TransportRoutingBgpFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1838
|
+
$ pulumi import sdwan:index/transportRoutingBgpFeature:TransportRoutingBgpFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
1837
1839
|
```
|
|
1838
1840
|
|
|
1839
1841
|
:param str resource_name: The name of the resource.
|
|
@@ -1904,8 +1906,10 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
1904
1906
|
|
|
1905
1907
|
## Import
|
|
1906
1908
|
|
|
1909
|
+
Expected import identifier with the format: "transport_routing_bgp_feature_id,feature_profile_id"
|
|
1910
|
+
|
|
1907
1911
|
```sh
|
|
1908
|
-
$ pulumi import sdwan:index/transportRoutingBgpFeature:TransportRoutingBgpFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1912
|
+
$ pulumi import sdwan:index/transportRoutingBgpFeature:TransportRoutingBgpFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
1909
1913
|
```
|
|
1910
1914
|
|
|
1911
1915
|
:param str resource_name: The name of the resource.
|
|
@@ -1109,8 +1109,10 @@ class TransportRoutingOspfFeature(pulumi.CustomResource):
|
|
|
1109
1109
|
|
|
1110
1110
|
## Import
|
|
1111
1111
|
|
|
1112
|
+
Expected import identifier with the format: "transport_routing_ospf_feature_id,feature_profile_id"
|
|
1113
|
+
|
|
1112
1114
|
```sh
|
|
1113
|
-
$ pulumi import sdwan:index/transportRoutingOspfFeature:TransportRoutingOspfFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1115
|
+
$ pulumi import sdwan:index/transportRoutingOspfFeature:TransportRoutingOspfFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
1114
1116
|
```
|
|
1115
1117
|
|
|
1116
1118
|
:param str resource_name: The name of the resource.
|
|
@@ -1159,8 +1161,10 @@ class TransportRoutingOspfFeature(pulumi.CustomResource):
|
|
|
1159
1161
|
|
|
1160
1162
|
## Import
|
|
1161
1163
|
|
|
1164
|
+
Expected import identifier with the format: "transport_routing_ospf_feature_id,feature_profile_id"
|
|
1165
|
+
|
|
1162
1166
|
```sh
|
|
1163
|
-
$ pulumi import sdwan:index/transportRoutingOspfFeature:TransportRoutingOspfFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1167
|
+
$ pulumi import sdwan:index/transportRoutingOspfFeature:TransportRoutingOspfFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
1164
1168
|
```
|
|
1165
1169
|
|
|
1166
1170
|
:param str resource_name: The name of the resource.
|
|
@@ -1307,8 +1307,10 @@ class TransportRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
|
|
|
1307
1307
|
|
|
1308
1308
|
## Import
|
|
1309
1309
|
|
|
1310
|
+
Expected import identifier with the format: "transport_routing_ospfv3_ipv4_feature_id,feature_profile_id"
|
|
1311
|
+
|
|
1310
1312
|
```sh
|
|
1311
|
-
$ pulumi import sdwan:index/transportRoutingOspfv3Ipv4Feature:TransportRoutingOspfv3Ipv4Feature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1313
|
+
$ pulumi import sdwan:index/transportRoutingOspfv3Ipv4Feature:TransportRoutingOspfv3Ipv4Feature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
1312
1314
|
```
|
|
1313
1315
|
|
|
1314
1316
|
:param str resource_name: The name of the resource.
|
|
@@ -1363,8 +1365,10 @@ class TransportRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
|
|
|
1363
1365
|
|
|
1364
1366
|
## Import
|
|
1365
1367
|
|
|
1368
|
+
Expected import identifier with the format: "transport_routing_ospfv3_ipv4_feature_id,feature_profile_id"
|
|
1369
|
+
|
|
1366
1370
|
```sh
|
|
1367
|
-
$ pulumi import sdwan:index/transportRoutingOspfv3Ipv4Feature:TransportRoutingOspfv3Ipv4Feature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1371
|
+
$ pulumi import sdwan:index/transportRoutingOspfv3Ipv4Feature:TransportRoutingOspfv3Ipv4Feature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
1368
1372
|
```
|
|
1369
1373
|
|
|
1370
1374
|
:param str resource_name: The name of the resource.
|
|
@@ -1307,8 +1307,10 @@ class TransportRoutingOspfv3Ipv6Feature(pulumi.CustomResource):
|
|
|
1307
1307
|
|
|
1308
1308
|
## Import
|
|
1309
1309
|
|
|
1310
|
+
Expected import identifier with the format: "transport_routing_ospfv3_ipv6_feature_id,feature_profile_id"
|
|
1311
|
+
|
|
1310
1312
|
```sh
|
|
1311
|
-
$ pulumi import sdwan:index/transportRoutingOspfv3Ipv6Feature:TransportRoutingOspfv3Ipv6Feature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1313
|
+
$ pulumi import sdwan:index/transportRoutingOspfv3Ipv6Feature:TransportRoutingOspfv3Ipv6Feature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
1312
1314
|
```
|
|
1313
1315
|
|
|
1314
1316
|
:param str resource_name: The name of the resource.
|
|
@@ -1363,8 +1365,10 @@ class TransportRoutingOspfv3Ipv6Feature(pulumi.CustomResource):
|
|
|
1363
1365
|
|
|
1364
1366
|
## Import
|
|
1365
1367
|
|
|
1368
|
+
Expected import identifier with the format: "transport_routing_ospfv3_ipv6_feature_id,feature_profile_id"
|
|
1369
|
+
|
|
1366
1370
|
```sh
|
|
1367
|
-
$ pulumi import sdwan:index/transportRoutingOspfv3Ipv6Feature:TransportRoutingOspfv3Ipv6Feature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1371
|
+
$ pulumi import sdwan:index/transportRoutingOspfv3Ipv6Feature:TransportRoutingOspfv3Ipv6Feature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
1368
1372
|
```
|
|
1369
1373
|
|
|
1370
1374
|
:param str resource_name: The name of the resource.
|
|
@@ -0,0 +1,483 @@
|
|
|
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
|
+
from ._inputs import *
|
|
18
|
+
|
|
19
|
+
__all__ = ['TransportT1E1ControllerFeatureArgs', 'TransportT1E1ControllerFeature']
|
|
20
|
+
|
|
21
|
+
@pulumi.input_type
|
|
22
|
+
class TransportT1E1ControllerFeatureArgs:
|
|
23
|
+
def __init__(__self__, *,
|
|
24
|
+
entries: pulumi.Input[Sequence[pulumi.Input['TransportT1E1ControllerFeatureEntryArgs']]],
|
|
25
|
+
feature_profile_id: pulumi.Input[str],
|
|
26
|
+
type: pulumi.Input[str],
|
|
27
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
slot: Optional[pulumi.Input[str]] = None,
|
|
30
|
+
slot_variable: Optional[pulumi.Input[str]] = None):
|
|
31
|
+
"""
|
|
32
|
+
The set of arguments for constructing a TransportT1E1ControllerFeature resource.
|
|
33
|
+
:param pulumi.Input[Sequence[pulumi.Input['TransportT1E1ControllerFeatureEntryArgs']]] entries: Controller tx-ex List
|
|
34
|
+
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
35
|
+
:param pulumi.Input[str] type: Card Type - Choices: `e1`, `t1`
|
|
36
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
37
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
38
|
+
:param pulumi.Input[str] slot: Slot number
|
|
39
|
+
:param pulumi.Input[str] slot_variable: Variable name
|
|
40
|
+
"""
|
|
41
|
+
pulumi.set(__self__, "entries", entries)
|
|
42
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
43
|
+
pulumi.set(__self__, "type", type)
|
|
44
|
+
if description is not None:
|
|
45
|
+
pulumi.set(__self__, "description", description)
|
|
46
|
+
if name is not None:
|
|
47
|
+
pulumi.set(__self__, "name", name)
|
|
48
|
+
if slot is not None:
|
|
49
|
+
pulumi.set(__self__, "slot", slot)
|
|
50
|
+
if slot_variable is not None:
|
|
51
|
+
pulumi.set(__self__, "slot_variable", slot_variable)
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter
|
|
55
|
+
def entries(self) -> pulumi.Input[Sequence[pulumi.Input['TransportT1E1ControllerFeatureEntryArgs']]]:
|
|
56
|
+
"""
|
|
57
|
+
Controller tx-ex List
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "entries")
|
|
60
|
+
|
|
61
|
+
@entries.setter
|
|
62
|
+
def entries(self, value: pulumi.Input[Sequence[pulumi.Input['TransportT1E1ControllerFeatureEntryArgs']]]):
|
|
63
|
+
pulumi.set(self, "entries", value)
|
|
64
|
+
|
|
65
|
+
@property
|
|
66
|
+
@pulumi.getter(name="featureProfileId")
|
|
67
|
+
def feature_profile_id(self) -> pulumi.Input[str]:
|
|
68
|
+
"""
|
|
69
|
+
Feature Profile ID
|
|
70
|
+
"""
|
|
71
|
+
return pulumi.get(self, "feature_profile_id")
|
|
72
|
+
|
|
73
|
+
@feature_profile_id.setter
|
|
74
|
+
def feature_profile_id(self, value: pulumi.Input[str]):
|
|
75
|
+
pulumi.set(self, "feature_profile_id", value)
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def type(self) -> pulumi.Input[str]:
|
|
80
|
+
"""
|
|
81
|
+
Card Type - Choices: `e1`, `t1`
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "type")
|
|
84
|
+
|
|
85
|
+
@type.setter
|
|
86
|
+
def type(self, value: pulumi.Input[str]):
|
|
87
|
+
pulumi.set(self, "type", value)
|
|
88
|
+
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter
|
|
91
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
92
|
+
"""
|
|
93
|
+
The description of the Feature
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "description")
|
|
96
|
+
|
|
97
|
+
@description.setter
|
|
98
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
99
|
+
pulumi.set(self, "description", value)
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter
|
|
103
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
104
|
+
"""
|
|
105
|
+
The name of the Feature
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "name")
|
|
108
|
+
|
|
109
|
+
@name.setter
|
|
110
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
111
|
+
pulumi.set(self, "name", value)
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
@pulumi.getter
|
|
115
|
+
def slot(self) -> Optional[pulumi.Input[str]]:
|
|
116
|
+
"""
|
|
117
|
+
Slot number
|
|
118
|
+
"""
|
|
119
|
+
return pulumi.get(self, "slot")
|
|
120
|
+
|
|
121
|
+
@slot.setter
|
|
122
|
+
def slot(self, value: Optional[pulumi.Input[str]]):
|
|
123
|
+
pulumi.set(self, "slot", value)
|
|
124
|
+
|
|
125
|
+
@property
|
|
126
|
+
@pulumi.getter(name="slotVariable")
|
|
127
|
+
def slot_variable(self) -> Optional[pulumi.Input[str]]:
|
|
128
|
+
"""
|
|
129
|
+
Variable name
|
|
130
|
+
"""
|
|
131
|
+
return pulumi.get(self, "slot_variable")
|
|
132
|
+
|
|
133
|
+
@slot_variable.setter
|
|
134
|
+
def slot_variable(self, value: Optional[pulumi.Input[str]]):
|
|
135
|
+
pulumi.set(self, "slot_variable", value)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
@pulumi.input_type
|
|
139
|
+
class _TransportT1E1ControllerFeatureState:
|
|
140
|
+
def __init__(__self__, *,
|
|
141
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
142
|
+
entries: Optional[pulumi.Input[Sequence[pulumi.Input['TransportT1E1ControllerFeatureEntryArgs']]]] = None,
|
|
143
|
+
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
144
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
145
|
+
slot: Optional[pulumi.Input[str]] = None,
|
|
146
|
+
slot_variable: Optional[pulumi.Input[str]] = None,
|
|
147
|
+
type: Optional[pulumi.Input[str]] = None,
|
|
148
|
+
version: Optional[pulumi.Input[int]] = None):
|
|
149
|
+
"""
|
|
150
|
+
Input properties used for looking up and filtering TransportT1E1ControllerFeature resources.
|
|
151
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
152
|
+
:param pulumi.Input[Sequence[pulumi.Input['TransportT1E1ControllerFeatureEntryArgs']]] entries: Controller tx-ex List
|
|
153
|
+
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
154
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
155
|
+
:param pulumi.Input[str] slot: Slot number
|
|
156
|
+
:param pulumi.Input[str] slot_variable: Variable name
|
|
157
|
+
:param pulumi.Input[str] type: Card Type - Choices: `e1`, `t1`
|
|
158
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
159
|
+
"""
|
|
160
|
+
if description is not None:
|
|
161
|
+
pulumi.set(__self__, "description", description)
|
|
162
|
+
if entries is not None:
|
|
163
|
+
pulumi.set(__self__, "entries", entries)
|
|
164
|
+
if feature_profile_id is not None:
|
|
165
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
166
|
+
if name is not None:
|
|
167
|
+
pulumi.set(__self__, "name", name)
|
|
168
|
+
if slot is not None:
|
|
169
|
+
pulumi.set(__self__, "slot", slot)
|
|
170
|
+
if slot_variable is not None:
|
|
171
|
+
pulumi.set(__self__, "slot_variable", slot_variable)
|
|
172
|
+
if type is not None:
|
|
173
|
+
pulumi.set(__self__, "type", type)
|
|
174
|
+
if version is not None:
|
|
175
|
+
pulumi.set(__self__, "version", version)
|
|
176
|
+
|
|
177
|
+
@property
|
|
178
|
+
@pulumi.getter
|
|
179
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
180
|
+
"""
|
|
181
|
+
The description of the Feature
|
|
182
|
+
"""
|
|
183
|
+
return pulumi.get(self, "description")
|
|
184
|
+
|
|
185
|
+
@description.setter
|
|
186
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
187
|
+
pulumi.set(self, "description", value)
|
|
188
|
+
|
|
189
|
+
@property
|
|
190
|
+
@pulumi.getter
|
|
191
|
+
def entries(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TransportT1E1ControllerFeatureEntryArgs']]]]:
|
|
192
|
+
"""
|
|
193
|
+
Controller tx-ex List
|
|
194
|
+
"""
|
|
195
|
+
return pulumi.get(self, "entries")
|
|
196
|
+
|
|
197
|
+
@entries.setter
|
|
198
|
+
def entries(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TransportT1E1ControllerFeatureEntryArgs']]]]):
|
|
199
|
+
pulumi.set(self, "entries", value)
|
|
200
|
+
|
|
201
|
+
@property
|
|
202
|
+
@pulumi.getter(name="featureProfileId")
|
|
203
|
+
def feature_profile_id(self) -> Optional[pulumi.Input[str]]:
|
|
204
|
+
"""
|
|
205
|
+
Feature Profile ID
|
|
206
|
+
"""
|
|
207
|
+
return pulumi.get(self, "feature_profile_id")
|
|
208
|
+
|
|
209
|
+
@feature_profile_id.setter
|
|
210
|
+
def feature_profile_id(self, value: Optional[pulumi.Input[str]]):
|
|
211
|
+
pulumi.set(self, "feature_profile_id", value)
|
|
212
|
+
|
|
213
|
+
@property
|
|
214
|
+
@pulumi.getter
|
|
215
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
216
|
+
"""
|
|
217
|
+
The name of the Feature
|
|
218
|
+
"""
|
|
219
|
+
return pulumi.get(self, "name")
|
|
220
|
+
|
|
221
|
+
@name.setter
|
|
222
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
223
|
+
pulumi.set(self, "name", value)
|
|
224
|
+
|
|
225
|
+
@property
|
|
226
|
+
@pulumi.getter
|
|
227
|
+
def slot(self) -> Optional[pulumi.Input[str]]:
|
|
228
|
+
"""
|
|
229
|
+
Slot number
|
|
230
|
+
"""
|
|
231
|
+
return pulumi.get(self, "slot")
|
|
232
|
+
|
|
233
|
+
@slot.setter
|
|
234
|
+
def slot(self, value: Optional[pulumi.Input[str]]):
|
|
235
|
+
pulumi.set(self, "slot", value)
|
|
236
|
+
|
|
237
|
+
@property
|
|
238
|
+
@pulumi.getter(name="slotVariable")
|
|
239
|
+
def slot_variable(self) -> Optional[pulumi.Input[str]]:
|
|
240
|
+
"""
|
|
241
|
+
Variable name
|
|
242
|
+
"""
|
|
243
|
+
return pulumi.get(self, "slot_variable")
|
|
244
|
+
|
|
245
|
+
@slot_variable.setter
|
|
246
|
+
def slot_variable(self, value: Optional[pulumi.Input[str]]):
|
|
247
|
+
pulumi.set(self, "slot_variable", value)
|
|
248
|
+
|
|
249
|
+
@property
|
|
250
|
+
@pulumi.getter
|
|
251
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
|
252
|
+
"""
|
|
253
|
+
Card Type - Choices: `e1`, `t1`
|
|
254
|
+
"""
|
|
255
|
+
return pulumi.get(self, "type")
|
|
256
|
+
|
|
257
|
+
@type.setter
|
|
258
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
|
259
|
+
pulumi.set(self, "type", value)
|
|
260
|
+
|
|
261
|
+
@property
|
|
262
|
+
@pulumi.getter
|
|
263
|
+
def version(self) -> Optional[pulumi.Input[int]]:
|
|
264
|
+
"""
|
|
265
|
+
The version of the Feature
|
|
266
|
+
"""
|
|
267
|
+
return pulumi.get(self, "version")
|
|
268
|
+
|
|
269
|
+
@version.setter
|
|
270
|
+
def version(self, value: Optional[pulumi.Input[int]]):
|
|
271
|
+
pulumi.set(self, "version", value)
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
class TransportT1E1ControllerFeature(pulumi.CustomResource):
|
|
275
|
+
@overload
|
|
276
|
+
def __init__(__self__,
|
|
277
|
+
resource_name: str,
|
|
278
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
279
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
280
|
+
entries: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TransportT1E1ControllerFeatureEntryArgs', 'TransportT1E1ControllerFeatureEntryArgsDict']]]]] = None,
|
|
281
|
+
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
282
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
283
|
+
slot: Optional[pulumi.Input[str]] = None,
|
|
284
|
+
slot_variable: Optional[pulumi.Input[str]] = None,
|
|
285
|
+
type: Optional[pulumi.Input[str]] = None,
|
|
286
|
+
__props__=None):
|
|
287
|
+
"""
|
|
288
|
+
This resource can manage a Transport T1 E1 Controller Feature.
|
|
289
|
+
- Minimum SD-WAN Manager version: `20.12.0`
|
|
290
|
+
|
|
291
|
+
## Import
|
|
292
|
+
|
|
293
|
+
Expected import identifier with the format: "transport_t1_e1_controller_feature_id,feature_profile_id"
|
|
294
|
+
|
|
295
|
+
```sh
|
|
296
|
+
$ pulumi import sdwan:index/transportT1E1ControllerFeature:TransportT1E1ControllerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
297
|
+
```
|
|
298
|
+
|
|
299
|
+
:param str resource_name: The name of the resource.
|
|
300
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
301
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
302
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportT1E1ControllerFeatureEntryArgs', 'TransportT1E1ControllerFeatureEntryArgsDict']]]] entries: Controller tx-ex List
|
|
303
|
+
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
304
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
305
|
+
:param pulumi.Input[str] slot: Slot number
|
|
306
|
+
:param pulumi.Input[str] slot_variable: Variable name
|
|
307
|
+
:param pulumi.Input[str] type: Card Type - Choices: `e1`, `t1`
|
|
308
|
+
"""
|
|
309
|
+
...
|
|
310
|
+
@overload
|
|
311
|
+
def __init__(__self__,
|
|
312
|
+
resource_name: str,
|
|
313
|
+
args: TransportT1E1ControllerFeatureArgs,
|
|
314
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
315
|
+
"""
|
|
316
|
+
This resource can manage a Transport T1 E1 Controller Feature.
|
|
317
|
+
- Minimum SD-WAN Manager version: `20.12.0`
|
|
318
|
+
|
|
319
|
+
## Import
|
|
320
|
+
|
|
321
|
+
Expected import identifier with the format: "transport_t1_e1_controller_feature_id,feature_profile_id"
|
|
322
|
+
|
|
323
|
+
```sh
|
|
324
|
+
$ pulumi import sdwan:index/transportT1E1ControllerFeature:TransportT1E1ControllerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
325
|
+
```
|
|
326
|
+
|
|
327
|
+
:param str resource_name: The name of the resource.
|
|
328
|
+
:param TransportT1E1ControllerFeatureArgs args: The arguments to use to populate this resource's properties.
|
|
329
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
330
|
+
"""
|
|
331
|
+
...
|
|
332
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
333
|
+
resource_args, opts = _utilities.get_resource_args_opts(TransportT1E1ControllerFeatureArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
334
|
+
if resource_args is not None:
|
|
335
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
336
|
+
else:
|
|
337
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
338
|
+
|
|
339
|
+
def _internal_init(__self__,
|
|
340
|
+
resource_name: str,
|
|
341
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
342
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
343
|
+
entries: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TransportT1E1ControllerFeatureEntryArgs', 'TransportT1E1ControllerFeatureEntryArgsDict']]]]] = None,
|
|
344
|
+
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
345
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
346
|
+
slot: Optional[pulumi.Input[str]] = None,
|
|
347
|
+
slot_variable: Optional[pulumi.Input[str]] = None,
|
|
348
|
+
type: Optional[pulumi.Input[str]] = None,
|
|
349
|
+
__props__=None):
|
|
350
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
351
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
352
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
353
|
+
if opts.id is None:
|
|
354
|
+
if __props__ is not None:
|
|
355
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
356
|
+
__props__ = TransportT1E1ControllerFeatureArgs.__new__(TransportT1E1ControllerFeatureArgs)
|
|
357
|
+
|
|
358
|
+
__props__.__dict__["description"] = description
|
|
359
|
+
if entries is None and not opts.urn:
|
|
360
|
+
raise TypeError("Missing required property 'entries'")
|
|
361
|
+
__props__.__dict__["entries"] = entries
|
|
362
|
+
if feature_profile_id is None and not opts.urn:
|
|
363
|
+
raise TypeError("Missing required property 'feature_profile_id'")
|
|
364
|
+
__props__.__dict__["feature_profile_id"] = feature_profile_id
|
|
365
|
+
__props__.__dict__["name"] = name
|
|
366
|
+
__props__.__dict__["slot"] = slot
|
|
367
|
+
__props__.__dict__["slot_variable"] = slot_variable
|
|
368
|
+
if type is None and not opts.urn:
|
|
369
|
+
raise TypeError("Missing required property 'type'")
|
|
370
|
+
__props__.__dict__["type"] = type
|
|
371
|
+
__props__.__dict__["version"] = None
|
|
372
|
+
super(TransportT1E1ControllerFeature, __self__).__init__(
|
|
373
|
+
'sdwan:index/transportT1E1ControllerFeature:TransportT1E1ControllerFeature',
|
|
374
|
+
resource_name,
|
|
375
|
+
__props__,
|
|
376
|
+
opts)
|
|
377
|
+
|
|
378
|
+
@staticmethod
|
|
379
|
+
def get(resource_name: str,
|
|
380
|
+
id: pulumi.Input[str],
|
|
381
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
382
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
383
|
+
entries: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TransportT1E1ControllerFeatureEntryArgs', 'TransportT1E1ControllerFeatureEntryArgsDict']]]]] = None,
|
|
384
|
+
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
385
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
386
|
+
slot: Optional[pulumi.Input[str]] = None,
|
|
387
|
+
slot_variable: Optional[pulumi.Input[str]] = None,
|
|
388
|
+
type: Optional[pulumi.Input[str]] = None,
|
|
389
|
+
version: Optional[pulumi.Input[int]] = None) -> 'TransportT1E1ControllerFeature':
|
|
390
|
+
"""
|
|
391
|
+
Get an existing TransportT1E1ControllerFeature resource's state with the given name, id, and optional extra
|
|
392
|
+
properties used to qualify the lookup.
|
|
393
|
+
|
|
394
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
395
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
396
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
397
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
398
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportT1E1ControllerFeatureEntryArgs', 'TransportT1E1ControllerFeatureEntryArgsDict']]]] entries: Controller tx-ex List
|
|
399
|
+
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
400
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
401
|
+
:param pulumi.Input[str] slot: Slot number
|
|
402
|
+
:param pulumi.Input[str] slot_variable: Variable name
|
|
403
|
+
:param pulumi.Input[str] type: Card Type - Choices: `e1`, `t1`
|
|
404
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
405
|
+
"""
|
|
406
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
407
|
+
|
|
408
|
+
__props__ = _TransportT1E1ControllerFeatureState.__new__(_TransportT1E1ControllerFeatureState)
|
|
409
|
+
|
|
410
|
+
__props__.__dict__["description"] = description
|
|
411
|
+
__props__.__dict__["entries"] = entries
|
|
412
|
+
__props__.__dict__["feature_profile_id"] = feature_profile_id
|
|
413
|
+
__props__.__dict__["name"] = name
|
|
414
|
+
__props__.__dict__["slot"] = slot
|
|
415
|
+
__props__.__dict__["slot_variable"] = slot_variable
|
|
416
|
+
__props__.__dict__["type"] = type
|
|
417
|
+
__props__.__dict__["version"] = version
|
|
418
|
+
return TransportT1E1ControllerFeature(resource_name, opts=opts, __props__=__props__)
|
|
419
|
+
|
|
420
|
+
@property
|
|
421
|
+
@pulumi.getter
|
|
422
|
+
def description(self) -> pulumi.Output[Optional[str]]:
|
|
423
|
+
"""
|
|
424
|
+
The description of the Feature
|
|
425
|
+
"""
|
|
426
|
+
return pulumi.get(self, "description")
|
|
427
|
+
|
|
428
|
+
@property
|
|
429
|
+
@pulumi.getter
|
|
430
|
+
def entries(self) -> pulumi.Output[Sequence['outputs.TransportT1E1ControllerFeatureEntry']]:
|
|
431
|
+
"""
|
|
432
|
+
Controller tx-ex List
|
|
433
|
+
"""
|
|
434
|
+
return pulumi.get(self, "entries")
|
|
435
|
+
|
|
436
|
+
@property
|
|
437
|
+
@pulumi.getter(name="featureProfileId")
|
|
438
|
+
def feature_profile_id(self) -> pulumi.Output[str]:
|
|
439
|
+
"""
|
|
440
|
+
Feature Profile ID
|
|
441
|
+
"""
|
|
442
|
+
return pulumi.get(self, "feature_profile_id")
|
|
443
|
+
|
|
444
|
+
@property
|
|
445
|
+
@pulumi.getter
|
|
446
|
+
def name(self) -> pulumi.Output[str]:
|
|
447
|
+
"""
|
|
448
|
+
The name of the Feature
|
|
449
|
+
"""
|
|
450
|
+
return pulumi.get(self, "name")
|
|
451
|
+
|
|
452
|
+
@property
|
|
453
|
+
@pulumi.getter
|
|
454
|
+
def slot(self) -> pulumi.Output[Optional[str]]:
|
|
455
|
+
"""
|
|
456
|
+
Slot number
|
|
457
|
+
"""
|
|
458
|
+
return pulumi.get(self, "slot")
|
|
459
|
+
|
|
460
|
+
@property
|
|
461
|
+
@pulumi.getter(name="slotVariable")
|
|
462
|
+
def slot_variable(self) -> pulumi.Output[Optional[str]]:
|
|
463
|
+
"""
|
|
464
|
+
Variable name
|
|
465
|
+
"""
|
|
466
|
+
return pulumi.get(self, "slot_variable")
|
|
467
|
+
|
|
468
|
+
@property
|
|
469
|
+
@pulumi.getter
|
|
470
|
+
def type(self) -> pulumi.Output[str]:
|
|
471
|
+
"""
|
|
472
|
+
Card Type - Choices: `e1`, `t1`
|
|
473
|
+
"""
|
|
474
|
+
return pulumi.get(self, "type")
|
|
475
|
+
|
|
476
|
+
@property
|
|
477
|
+
@pulumi.getter
|
|
478
|
+
def version(self) -> pulumi.Output[int]:
|
|
479
|
+
"""
|
|
480
|
+
The version of the Feature
|
|
481
|
+
"""
|
|
482
|
+
return pulumi.get(self, "version")
|
|
483
|
+
|
|
@@ -773,8 +773,10 @@ class TransportTrackerFeature(pulumi.CustomResource):
|
|
|
773
773
|
|
|
774
774
|
## Import
|
|
775
775
|
|
|
776
|
+
Expected import identifier with the format: "transport_tracker_feature_id,feature_profile_id"
|
|
777
|
+
|
|
776
778
|
```sh
|
|
777
|
-
$ pulumi import sdwan:index/transportTrackerFeature:TransportTrackerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
779
|
+
$ pulumi import sdwan:index/transportTrackerFeature:TransportTrackerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
778
780
|
```
|
|
779
781
|
|
|
780
782
|
:param str resource_name: The name of the resource.
|
|
@@ -834,8 +836,10 @@ class TransportTrackerFeature(pulumi.CustomResource):
|
|
|
834
836
|
|
|
835
837
|
## Import
|
|
836
838
|
|
|
839
|
+
Expected import identifier with the format: "transport_tracker_feature_id,feature_profile_id"
|
|
840
|
+
|
|
837
841
|
```sh
|
|
838
|
-
$ pulumi import sdwan:index/transportTrackerFeature:TransportTrackerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
842
|
+
$ pulumi import sdwan:index/transportTrackerFeature:TransportTrackerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
839
843
|
```
|
|
840
844
|
|
|
841
845
|
:param str resource_name: The name of the resource.
|
|
@@ -259,8 +259,10 @@ class TransportTrackerGroupFeature(pulumi.CustomResource):
|
|
|
259
259
|
|
|
260
260
|
## Import
|
|
261
261
|
|
|
262
|
+
Expected import identifier with the format: "transport_tracker_group_feature_id,feature_profile_id"
|
|
263
|
+
|
|
262
264
|
```sh
|
|
263
|
-
$ pulumi import sdwan:index/transportTrackerGroupFeature:TransportTrackerGroupFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
265
|
+
$ pulumi import sdwan:index/transportTrackerGroupFeature:TransportTrackerGroupFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
264
266
|
```
|
|
265
267
|
|
|
266
268
|
:param str resource_name: The name of the resource.
|
|
@@ -284,8 +286,10 @@ class TransportTrackerGroupFeature(pulumi.CustomResource):
|
|
|
284
286
|
|
|
285
287
|
## Import
|
|
286
288
|
|
|
289
|
+
Expected import identifier with the format: "transport_tracker_group_feature_id,feature_profile_id"
|
|
290
|
+
|
|
287
291
|
```sh
|
|
288
|
-
$ pulumi import sdwan:index/transportTrackerGroupFeature:TransportTrackerGroupFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
292
|
+
$ pulumi import sdwan:index/transportTrackerGroupFeature:TransportTrackerGroupFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
289
293
|
```
|
|
290
294
|
|
|
291
295
|
:param str resource_name: The name of the resource.
|
|
@@ -681,8 +681,10 @@ class TransportWanVpnFeature(pulumi.CustomResource):
|
|
|
681
681
|
|
|
682
682
|
## Import
|
|
683
683
|
|
|
684
|
+
Expected import identifier with the format: "transport_wan_vpn_feature_id,feature_profile_id"
|
|
685
|
+
|
|
684
686
|
```sh
|
|
685
|
-
$ pulumi import sdwan:index/transportWanVpnFeature:TransportWanVpnFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
687
|
+
$ pulumi import sdwan:index/transportWanVpnFeature:TransportWanVpnFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
686
688
|
```
|
|
687
689
|
|
|
688
690
|
:param str resource_name: The name of the resource.
|
|
@@ -718,8 +720,10 @@ class TransportWanVpnFeature(pulumi.CustomResource):
|
|
|
718
720
|
|
|
719
721
|
## Import
|
|
720
722
|
|
|
723
|
+
Expected import identifier with the format: "transport_wan_vpn_feature_id,feature_profile_id"
|
|
724
|
+
|
|
721
725
|
```sh
|
|
722
|
-
$ pulumi import sdwan:index/transportWanVpnFeature:TransportWanVpnFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
726
|
+
$ pulumi import sdwan:index/transportWanVpnFeature:TransportWanVpnFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
723
727
|
```
|
|
724
728
|
|
|
725
729
|
:param str resource_name: The name of the resource.
|