pulumi-sdwan 0.5.0a1755712533__py3-none-any.whl → 0.5.0a1757701880__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/_inputs.py +120 -5
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +14 -7
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +91 -42
- pulumi_sdwan/cedge_aaa_feature_template.py +147 -77
- pulumi_sdwan/cedge_global_feature_template.py +336 -175
- pulumi_sdwan/cedge_igmp_feature_template.py +14 -21
- pulumi_sdwan/cedge_multicast_feature_template.py +56 -42
- pulumi_sdwan/cedge_pim_feature_template.py +84 -56
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +70 -42
- pulumi_sdwan/cellular_controller_feature_template.py +70 -49
- pulumi_sdwan/cellular_profile_feature_template.py +63 -42
- pulumi_sdwan/cflowd_policy_definition.py +70 -35
- pulumi_sdwan/cisco_banner_feature_template.py +14 -21
- pulumi_sdwan/cisco_bfd_feature_template.py +77 -49
- pulumi_sdwan/cisco_bgp_feature_template.py +231 -112
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +49 -35
- pulumi_sdwan/cisco_logging_feature_template.py +70 -42
- pulumi_sdwan/cisco_ntp_feature_template.py +42 -35
- pulumi_sdwan/cisco_omp_feature_template.py +231 -112
- pulumi_sdwan/cisco_ospf_feature_template.py +231 -105
- pulumi_sdwan/cisco_ospfv3_feature_template.py +518 -217
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +35 -28
- pulumi_sdwan/cisco_security_feature_template.py +91 -56
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +28 -28
- pulumi_sdwan/cisco_snmp_feature_template.py +28 -28
- pulumi_sdwan/cisco_system_feature_template.py +516 -742
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +14 -21
- pulumi_sdwan/cisco_trustsec_feature_template.py +203 -112
- pulumi_sdwan/cisco_vpn_feature_template.py +98 -56
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +1211 -602
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +105 -70
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +329 -161
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +98 -98
- pulumi_sdwan/class_map_policy_object.py +14 -7
- pulumi_sdwan/cli_device_template.py +14 -7
- pulumi_sdwan/cli_template_feature_template.py +14 -21
- pulumi_sdwan/configuration_group.py +28 -14
- pulumi_sdwan/custom_control_topology_policy_definition.py +14 -7
- pulumi_sdwan/eigrp_feature_template.py +98 -56
- pulumi_sdwan/feature_device_template.py +14 -7
- pulumi_sdwan/get_cisco_system_feature_template.py +15 -1
- pulumi_sdwan/gps_feature_template.py +77 -49
- pulumi_sdwan/intrusion_prevention_policy_definition.py +56 -28
- pulumi_sdwan/ipv4_acl_policy_definition.py +14 -7
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +14 -7
- pulumi_sdwan/ipv6_acl_policy_definition.py +14 -7
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +14 -7
- pulumi_sdwan/localized_policy.py +82 -26
- pulumi_sdwan/other_ucse_feature.py +98 -56
- pulumi_sdwan/outputs.py +145 -10
- pulumi_sdwan/policer_policy_object.py +42 -21
- pulumi_sdwan/policy_group.py +14 -7
- pulumi_sdwan/policy_object_as_path_list.py +14 -7
- pulumi_sdwan/policy_object_security_geolocation_list.py +7 -7
- pulumi_sdwan/preferred_color_group_policy_object.py +42 -21
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/route_policy_definition.py +14 -7
- pulumi_sdwan/security_app_hosting_feature_template.py +14 -21
- pulumi_sdwan/security_policy.py +98 -49
- pulumi_sdwan/service_dhcp_server_feature.py +49 -49
- pulumi_sdwan/service_ipv4_acl_feature.py +21 -7
- pulumi_sdwan/service_ipv6_acl_feature.py +21 -7
- pulumi_sdwan/service_lan_vpn_feature.py +63 -28
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +392 -210
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +84 -70
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +329 -245
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +147 -91
- pulumi_sdwan/service_multicast_feature.py +91 -42
- pulumi_sdwan/service_object_tracker_feature.py +63 -56
- pulumi_sdwan/service_object_tracker_group_feature.py +35 -14
- pulumi_sdwan/service_route_policy_feature.py +21 -7
- pulumi_sdwan/service_routing_bgp_feature.py +287 -133
- pulumi_sdwan/service_routing_eigrp_feature.py +84 -35
- pulumi_sdwan/service_routing_ospf_feature.py +217 -84
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +238 -91
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +238 -91
- pulumi_sdwan/service_switchport_feature.py +21 -7
- pulumi_sdwan/service_tracker_feature.py +105 -35
- pulumi_sdwan/service_tracker_group_feature.py +21 -7
- pulumi_sdwan/service_wireless_lan_feature.py +63 -126
- pulumi_sdwan/sla_class_policy_object.py +91 -63
- pulumi_sdwan/switchport_feature_template.py +91 -49
- pulumi_sdwan/system_aaa_feature.py +56 -28
- pulumi_sdwan/system_basic_feature.py +392 -693
- pulumi_sdwan/system_bfd_feature.py +42 -21
- pulumi_sdwan/system_flexible_port_speed_feature.py +21 -21
- pulumi_sdwan/system_global_feature.py +322 -154
- pulumi_sdwan/system_ipv4_device_access_feature.py +21 -7
- pulumi_sdwan/system_ipv6_device_access_feature.py +21 -7
- pulumi_sdwan/system_logging_feature.py +56 -21
- pulumi_sdwan/system_mrf_feature.py +70 -35
- pulumi_sdwan/system_ntp_feature.py +28 -14
- pulumi_sdwan/system_omp_feature.py +441 -196
- pulumi_sdwan/system_performance_monitoring_feature.py +56 -28
- pulumi_sdwan/system_remote_access_feature.py +203 -133
- pulumi_sdwan/system_security_feature.py +77 -35
- pulumi_sdwan/system_snmp_feature.py +14 -7
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +168 -84
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +28 -14
- pulumi_sdwan/traffic_data_policy_definition.py +14 -7
- pulumi_sdwan/transport_cellular_controller_feature.py +56 -28
- pulumi_sdwan/transport_cellular_profile_feature.py +63 -35
- pulumi_sdwan/transport_gps_feature.py +63 -28
- pulumi_sdwan/transport_ipv4_acl_feature.py +21 -7
- pulumi_sdwan/transport_ipv6_acl_feature.py +21 -7
- pulumi_sdwan/transport_ipv6_tracker_feature.py +105 -35
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +21 -7
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +259 -154
- pulumi_sdwan/transport_route_policy_feature.py +21 -7
- pulumi_sdwan/transport_routing_bgp_feature.py +287 -133
- pulumi_sdwan/transport_routing_ospf_feature.py +217 -84
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +238 -91
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +238 -91
- pulumi_sdwan/transport_t1_e1_controller_feature.py +14 -7
- pulumi_sdwan/transport_tracker_feature.py +105 -35
- pulumi_sdwan/transport_tracker_group_feature.py +21 -7
- pulumi_sdwan/transport_wan_vpn_feature.py +28 -14
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +840 -413
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +1162 -735
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +84 -70
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +329 -245
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +665 -371
- pulumi_sdwan/url_filtering_policy_definition.py +56 -35
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +931 -455
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +959 -469
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +924 -448
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +980 -476
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +980 -476
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +812 -406
- pulumi_sdwan/vpn_interface_svi_feature_template.py +168 -84
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +721 -378
- pulumi_sdwan/zone_based_firewall_policy_definition.py +28 -14
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1757701880.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1757701880.dist-info}/RECORD +136 -136
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1757701880.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1757701880.dist-info}/top_level.txt +0 -0
|
@@ -28,7 +28,8 @@ class PolicyObjectAsPathListArgs:
|
|
|
28
28
|
name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
29
29
|
"""
|
|
30
30
|
The set of arguments for constructing a PolicyObjectAsPathList resource.
|
|
31
|
-
:param pulumi.Input[_builtins.int] as_path_list_id: As path List Number
|
|
31
|
+
:param pulumi.Input[_builtins.int] as_path_list_id: As path List Number
|
|
32
|
+
- Range: `1`-`500`
|
|
32
33
|
:param pulumi.Input[Sequence[pulumi.Input['PolicyObjectAsPathListEntryArgs']]] entries: AS Path List
|
|
33
34
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
34
35
|
:param pulumi.Input[_builtins.str] description: The description of the Policy_object
|
|
@@ -46,7 +47,8 @@ class PolicyObjectAsPathListArgs:
|
|
|
46
47
|
@pulumi.getter(name="asPathListId")
|
|
47
48
|
def as_path_list_id(self) -> pulumi.Input[_builtins.int]:
|
|
48
49
|
"""
|
|
49
|
-
As path List Number
|
|
50
|
+
As path List Number
|
|
51
|
+
- Range: `1`-`500`
|
|
50
52
|
"""
|
|
51
53
|
return pulumi.get(self, "as_path_list_id")
|
|
52
54
|
|
|
@@ -114,7 +116,8 @@ class _PolicyObjectAsPathListState:
|
|
|
114
116
|
version: Optional[pulumi.Input[_builtins.int]] = None):
|
|
115
117
|
"""
|
|
116
118
|
Input properties used for looking up and filtering PolicyObjectAsPathList resources.
|
|
117
|
-
:param pulumi.Input[_builtins.int] as_path_list_id: As path List Number
|
|
119
|
+
:param pulumi.Input[_builtins.int] as_path_list_id: As path List Number
|
|
120
|
+
- Range: `1`-`500`
|
|
118
121
|
:param pulumi.Input[_builtins.str] description: The description of the Policy_object
|
|
119
122
|
:param pulumi.Input[Sequence[pulumi.Input['PolicyObjectAsPathListEntryArgs']]] entries: AS Path List
|
|
120
123
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
@@ -138,7 +141,8 @@ class _PolicyObjectAsPathListState:
|
|
|
138
141
|
@pulumi.getter(name="asPathListId")
|
|
139
142
|
def as_path_list_id(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
140
143
|
"""
|
|
141
|
-
As path List Number
|
|
144
|
+
As path List Number
|
|
145
|
+
- Range: `1`-`500`
|
|
142
146
|
"""
|
|
143
147
|
return pulumi.get(self, "as_path_list_id")
|
|
144
148
|
|
|
@@ -235,7 +239,8 @@ class PolicyObjectAsPathList(pulumi.CustomResource):
|
|
|
235
239
|
|
|
236
240
|
:param str resource_name: The name of the resource.
|
|
237
241
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
238
|
-
:param pulumi.Input[_builtins.int] as_path_list_id: As path List Number
|
|
242
|
+
:param pulumi.Input[_builtins.int] as_path_list_id: As path List Number
|
|
243
|
+
- Range: `1`-`500`
|
|
239
244
|
:param pulumi.Input[_builtins.str] description: The description of the Policy_object
|
|
240
245
|
:param pulumi.Input[Sequence[pulumi.Input[Union['PolicyObjectAsPathListEntryArgs', 'PolicyObjectAsPathListEntryArgsDict']]]] entries: AS Path List
|
|
241
246
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
@@ -325,7 +330,8 @@ class PolicyObjectAsPathList(pulumi.CustomResource):
|
|
|
325
330
|
:param str resource_name: The unique name of the resulting resource.
|
|
326
331
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
327
332
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
328
|
-
:param pulumi.Input[_builtins.int] as_path_list_id: As path List Number
|
|
333
|
+
:param pulumi.Input[_builtins.int] as_path_list_id: As path List Number
|
|
334
|
+
- Range: `1`-`500`
|
|
329
335
|
:param pulumi.Input[_builtins.str] description: The description of the Policy_object
|
|
330
336
|
:param pulumi.Input[Sequence[pulumi.Input[Union['PolicyObjectAsPathListEntryArgs', 'PolicyObjectAsPathListEntryArgsDict']]]] entries: AS Path List
|
|
331
337
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
@@ -348,7 +354,8 @@ class PolicyObjectAsPathList(pulumi.CustomResource):
|
|
|
348
354
|
@pulumi.getter(name="asPathListId")
|
|
349
355
|
def as_path_list_id(self) -> pulumi.Output[_builtins.int]:
|
|
350
356
|
"""
|
|
351
|
-
As path List Number
|
|
357
|
+
As path List Number
|
|
358
|
+
- Range: `1`-`500`
|
|
352
359
|
"""
|
|
353
360
|
return pulumi.get(self, "as_path_list_id")
|
|
354
361
|
|
|
@@ -27,7 +27,7 @@ class PolicyObjectSecurityGeolocationListArgs:
|
|
|
27
27
|
name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
28
28
|
"""
|
|
29
29
|
The set of arguments for constructing a PolicyObjectSecurityGeolocationList resource.
|
|
30
|
-
:param pulumi.Input[Sequence[pulumi.Input['PolicyObjectSecurityGeolocationListEntryArgs']]] entries: Geolocation
|
|
30
|
+
:param pulumi.Input[Sequence[pulumi.Input['PolicyObjectSecurityGeolocationListEntryArgs']]] entries: Geolocation List
|
|
31
31
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
32
32
|
:param pulumi.Input[_builtins.str] description: The description of the Policy_object
|
|
33
33
|
:param pulumi.Input[_builtins.str] name: The name of the Policy_object
|
|
@@ -43,7 +43,7 @@ class PolicyObjectSecurityGeolocationListArgs:
|
|
|
43
43
|
@pulumi.getter
|
|
44
44
|
def entries(self) -> pulumi.Input[Sequence[pulumi.Input['PolicyObjectSecurityGeolocationListEntryArgs']]]:
|
|
45
45
|
"""
|
|
46
|
-
Geolocation
|
|
46
|
+
Geolocation List
|
|
47
47
|
"""
|
|
48
48
|
return pulumi.get(self, "entries")
|
|
49
49
|
|
|
@@ -99,7 +99,7 @@ class _PolicyObjectSecurityGeolocationListState:
|
|
|
99
99
|
"""
|
|
100
100
|
Input properties used for looking up and filtering PolicyObjectSecurityGeolocationList resources.
|
|
101
101
|
:param pulumi.Input[_builtins.str] description: The description of the Policy_object
|
|
102
|
-
:param pulumi.Input[Sequence[pulumi.Input['PolicyObjectSecurityGeolocationListEntryArgs']]] entries: Geolocation
|
|
102
|
+
:param pulumi.Input[Sequence[pulumi.Input['PolicyObjectSecurityGeolocationListEntryArgs']]] entries: Geolocation List
|
|
103
103
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
104
104
|
:param pulumi.Input[_builtins.str] name: The name of the Policy_object
|
|
105
105
|
:param pulumi.Input[_builtins.int] version: The version of the Policy_object
|
|
@@ -131,7 +131,7 @@ class _PolicyObjectSecurityGeolocationListState:
|
|
|
131
131
|
@pulumi.getter
|
|
132
132
|
def entries(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PolicyObjectSecurityGeolocationListEntryArgs']]]]:
|
|
133
133
|
"""
|
|
134
|
-
Geolocation
|
|
134
|
+
Geolocation List
|
|
135
135
|
"""
|
|
136
136
|
return pulumi.get(self, "entries")
|
|
137
137
|
|
|
@@ -219,7 +219,7 @@ class PolicyObjectSecurityGeolocationList(pulumi.CustomResource):
|
|
|
219
219
|
:param str resource_name: The name of the resource.
|
|
220
220
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
221
221
|
:param pulumi.Input[_builtins.str] description: The description of the Policy_object
|
|
222
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['PolicyObjectSecurityGeolocationListEntryArgs', 'PolicyObjectSecurityGeolocationListEntryArgsDict']]]] entries: Geolocation
|
|
222
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['PolicyObjectSecurityGeolocationListEntryArgs', 'PolicyObjectSecurityGeolocationListEntryArgsDict']]]] entries: Geolocation List
|
|
223
223
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
224
224
|
:param pulumi.Input[_builtins.str] name: The name of the Policy_object
|
|
225
225
|
"""
|
|
@@ -318,7 +318,7 @@ class PolicyObjectSecurityGeolocationList(pulumi.CustomResource):
|
|
|
318
318
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
319
319
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
320
320
|
:param pulumi.Input[_builtins.str] description: The description of the Policy_object
|
|
321
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['PolicyObjectSecurityGeolocationListEntryArgs', 'PolicyObjectSecurityGeolocationListEntryArgsDict']]]] entries: Geolocation
|
|
321
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['PolicyObjectSecurityGeolocationListEntryArgs', 'PolicyObjectSecurityGeolocationListEntryArgsDict']]]] entries: Geolocation List
|
|
322
322
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
323
323
|
:param pulumi.Input[_builtins.str] name: The name of the Policy_object
|
|
324
324
|
:param pulumi.Input[_builtins.int] version: The version of the Policy_object
|
|
@@ -346,7 +346,7 @@ class PolicyObjectSecurityGeolocationList(pulumi.CustomResource):
|
|
|
346
346
|
@pulumi.getter
|
|
347
347
|
def entries(self) -> pulumi.Output[Sequence['outputs.PolicyObjectSecurityGeolocationListEntry']]:
|
|
348
348
|
"""
|
|
349
|
-
Geolocation
|
|
349
|
+
Geolocation List
|
|
350
350
|
"""
|
|
351
351
|
return pulumi.get(self, "entries")
|
|
352
352
|
|
|
@@ -30,11 +30,14 @@ class PreferredColorGroupPolicyObjectArgs:
|
|
|
30
30
|
The set of arguments for constructing a PreferredColorGroupPolicyObject resource.
|
|
31
31
|
:param pulumi.Input[_builtins.str] primary_color_preference: Color or space separated list of colors
|
|
32
32
|
:param pulumi.Input[_builtins.str] name: The name of the policy object
|
|
33
|
-
:param pulumi.Input[_builtins.str] primary_path_preference: Path preference
|
|
33
|
+
:param pulumi.Input[_builtins.str] primary_path_preference: Path preference
|
|
34
|
+
- Choices: `direct-path`, `multi-hop-path`, `all-paths`
|
|
34
35
|
:param pulumi.Input[_builtins.str] secondary_color_preference: Color or space separated list of colors
|
|
35
|
-
:param pulumi.Input[_builtins.str] secondary_path_preference: Path preference
|
|
36
|
+
:param pulumi.Input[_builtins.str] secondary_path_preference: Path preference
|
|
37
|
+
- Choices: `direct-path`, `multi-hop-path`, `all-paths`
|
|
36
38
|
:param pulumi.Input[_builtins.str] tertiary_color_preference: Color or space separated list of colors
|
|
37
|
-
:param pulumi.Input[_builtins.str] tertiary_path_preference: Path preference
|
|
39
|
+
:param pulumi.Input[_builtins.str] tertiary_path_preference: Path preference
|
|
40
|
+
- Choices: `direct-path`, `multi-hop-path`, `all-paths`
|
|
38
41
|
"""
|
|
39
42
|
pulumi.set(__self__, "primary_color_preference", primary_color_preference)
|
|
40
43
|
if name is not None:
|
|
@@ -78,7 +81,8 @@ class PreferredColorGroupPolicyObjectArgs:
|
|
|
78
81
|
@pulumi.getter(name="primaryPathPreference")
|
|
79
82
|
def primary_path_preference(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
80
83
|
"""
|
|
81
|
-
Path preference
|
|
84
|
+
Path preference
|
|
85
|
+
- Choices: `direct-path`, `multi-hop-path`, `all-paths`
|
|
82
86
|
"""
|
|
83
87
|
return pulumi.get(self, "primary_path_preference")
|
|
84
88
|
|
|
@@ -102,7 +106,8 @@ class PreferredColorGroupPolicyObjectArgs:
|
|
|
102
106
|
@pulumi.getter(name="secondaryPathPreference")
|
|
103
107
|
def secondary_path_preference(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
104
108
|
"""
|
|
105
|
-
Path preference
|
|
109
|
+
Path preference
|
|
110
|
+
- Choices: `direct-path`, `multi-hop-path`, `all-paths`
|
|
106
111
|
"""
|
|
107
112
|
return pulumi.get(self, "secondary_path_preference")
|
|
108
113
|
|
|
@@ -126,7 +131,8 @@ class PreferredColorGroupPolicyObjectArgs:
|
|
|
126
131
|
@pulumi.getter(name="tertiaryPathPreference")
|
|
127
132
|
def tertiary_path_preference(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
128
133
|
"""
|
|
129
|
-
Path preference
|
|
134
|
+
Path preference
|
|
135
|
+
- Choices: `direct-path`, `multi-hop-path`, `all-paths`
|
|
130
136
|
"""
|
|
131
137
|
return pulumi.get(self, "tertiary_path_preference")
|
|
132
138
|
|
|
@@ -150,11 +156,14 @@ class _PreferredColorGroupPolicyObjectState:
|
|
|
150
156
|
Input properties used for looking up and filtering PreferredColorGroupPolicyObject resources.
|
|
151
157
|
:param pulumi.Input[_builtins.str] name: The name of the policy object
|
|
152
158
|
:param pulumi.Input[_builtins.str] primary_color_preference: Color or space separated list of colors
|
|
153
|
-
:param pulumi.Input[_builtins.str] primary_path_preference: Path preference
|
|
159
|
+
:param pulumi.Input[_builtins.str] primary_path_preference: Path preference
|
|
160
|
+
- Choices: `direct-path`, `multi-hop-path`, `all-paths`
|
|
154
161
|
:param pulumi.Input[_builtins.str] secondary_color_preference: Color or space separated list of colors
|
|
155
|
-
:param pulumi.Input[_builtins.str] secondary_path_preference: Path preference
|
|
162
|
+
:param pulumi.Input[_builtins.str] secondary_path_preference: Path preference
|
|
163
|
+
- Choices: `direct-path`, `multi-hop-path`, `all-paths`
|
|
156
164
|
:param pulumi.Input[_builtins.str] tertiary_color_preference: Color or space separated list of colors
|
|
157
|
-
:param pulumi.Input[_builtins.str] tertiary_path_preference: Path preference
|
|
165
|
+
:param pulumi.Input[_builtins.str] tertiary_path_preference: Path preference
|
|
166
|
+
- Choices: `direct-path`, `multi-hop-path`, `all-paths`
|
|
158
167
|
:param pulumi.Input[_builtins.int] version: The version of the object
|
|
159
168
|
"""
|
|
160
169
|
if name is not None:
|
|
@@ -202,7 +211,8 @@ class _PreferredColorGroupPolicyObjectState:
|
|
|
202
211
|
@pulumi.getter(name="primaryPathPreference")
|
|
203
212
|
def primary_path_preference(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
204
213
|
"""
|
|
205
|
-
Path preference
|
|
214
|
+
Path preference
|
|
215
|
+
- Choices: `direct-path`, `multi-hop-path`, `all-paths`
|
|
206
216
|
"""
|
|
207
217
|
return pulumi.get(self, "primary_path_preference")
|
|
208
218
|
|
|
@@ -226,7 +236,8 @@ class _PreferredColorGroupPolicyObjectState:
|
|
|
226
236
|
@pulumi.getter(name="secondaryPathPreference")
|
|
227
237
|
def secondary_path_preference(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
228
238
|
"""
|
|
229
|
-
Path preference
|
|
239
|
+
Path preference
|
|
240
|
+
- Choices: `direct-path`, `multi-hop-path`, `all-paths`
|
|
230
241
|
"""
|
|
231
242
|
return pulumi.get(self, "secondary_path_preference")
|
|
232
243
|
|
|
@@ -250,7 +261,8 @@ class _PreferredColorGroupPolicyObjectState:
|
|
|
250
261
|
@pulumi.getter(name="tertiaryPathPreference")
|
|
251
262
|
def tertiary_path_preference(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
252
263
|
"""
|
|
253
|
-
Path preference
|
|
264
|
+
Path preference
|
|
265
|
+
- Choices: `direct-path`, `multi-hop-path`, `all-paths`
|
|
254
266
|
"""
|
|
255
267
|
return pulumi.get(self, "tertiary_path_preference")
|
|
256
268
|
|
|
@@ -316,11 +328,14 @@ class PreferredColorGroupPolicyObject(pulumi.CustomResource):
|
|
|
316
328
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
317
329
|
:param pulumi.Input[_builtins.str] name: The name of the policy object
|
|
318
330
|
:param pulumi.Input[_builtins.str] primary_color_preference: Color or space separated list of colors
|
|
319
|
-
:param pulumi.Input[_builtins.str] primary_path_preference: Path preference
|
|
331
|
+
:param pulumi.Input[_builtins.str] primary_path_preference: Path preference
|
|
332
|
+
- Choices: `direct-path`, `multi-hop-path`, `all-paths`
|
|
320
333
|
:param pulumi.Input[_builtins.str] secondary_color_preference: Color or space separated list of colors
|
|
321
|
-
:param pulumi.Input[_builtins.str] secondary_path_preference: Path preference
|
|
334
|
+
:param pulumi.Input[_builtins.str] secondary_path_preference: Path preference
|
|
335
|
+
- Choices: `direct-path`, `multi-hop-path`, `all-paths`
|
|
322
336
|
:param pulumi.Input[_builtins.str] tertiary_color_preference: Color or space separated list of colors
|
|
323
|
-
:param pulumi.Input[_builtins.str] tertiary_path_preference: Path preference
|
|
337
|
+
:param pulumi.Input[_builtins.str] tertiary_path_preference: Path preference
|
|
338
|
+
- Choices: `direct-path`, `multi-hop-path`, `all-paths`
|
|
324
339
|
"""
|
|
325
340
|
...
|
|
326
341
|
@overload
|
|
@@ -423,11 +438,14 @@ class PreferredColorGroupPolicyObject(pulumi.CustomResource):
|
|
|
423
438
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
424
439
|
:param pulumi.Input[_builtins.str] name: The name of the policy object
|
|
425
440
|
:param pulumi.Input[_builtins.str] primary_color_preference: Color or space separated list of colors
|
|
426
|
-
:param pulumi.Input[_builtins.str] primary_path_preference: Path preference
|
|
441
|
+
:param pulumi.Input[_builtins.str] primary_path_preference: Path preference
|
|
442
|
+
- Choices: `direct-path`, `multi-hop-path`, `all-paths`
|
|
427
443
|
:param pulumi.Input[_builtins.str] secondary_color_preference: Color or space separated list of colors
|
|
428
|
-
:param pulumi.Input[_builtins.str] secondary_path_preference: Path preference
|
|
444
|
+
:param pulumi.Input[_builtins.str] secondary_path_preference: Path preference
|
|
445
|
+
- Choices: `direct-path`, `multi-hop-path`, `all-paths`
|
|
429
446
|
:param pulumi.Input[_builtins.str] tertiary_color_preference: Color or space separated list of colors
|
|
430
|
-
:param pulumi.Input[_builtins.str] tertiary_path_preference: Path preference
|
|
447
|
+
:param pulumi.Input[_builtins.str] tertiary_path_preference: Path preference
|
|
448
|
+
- Choices: `direct-path`, `multi-hop-path`, `all-paths`
|
|
431
449
|
:param pulumi.Input[_builtins.int] version: The version of the object
|
|
432
450
|
"""
|
|
433
451
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -464,7 +482,8 @@ class PreferredColorGroupPolicyObject(pulumi.CustomResource):
|
|
|
464
482
|
@pulumi.getter(name="primaryPathPreference")
|
|
465
483
|
def primary_path_preference(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
466
484
|
"""
|
|
467
|
-
Path preference
|
|
485
|
+
Path preference
|
|
486
|
+
- Choices: `direct-path`, `multi-hop-path`, `all-paths`
|
|
468
487
|
"""
|
|
469
488
|
return pulumi.get(self, "primary_path_preference")
|
|
470
489
|
|
|
@@ -480,7 +499,8 @@ class PreferredColorGroupPolicyObject(pulumi.CustomResource):
|
|
|
480
499
|
@pulumi.getter(name="secondaryPathPreference")
|
|
481
500
|
def secondary_path_preference(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
482
501
|
"""
|
|
483
|
-
Path preference
|
|
502
|
+
Path preference
|
|
503
|
+
- Choices: `direct-path`, `multi-hop-path`, `all-paths`
|
|
484
504
|
"""
|
|
485
505
|
return pulumi.get(self, "secondary_path_preference")
|
|
486
506
|
|
|
@@ -496,7 +516,8 @@ class PreferredColorGroupPolicyObject(pulumi.CustomResource):
|
|
|
496
516
|
@pulumi.getter(name="tertiaryPathPreference")
|
|
497
517
|
def tertiary_path_preference(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
498
518
|
"""
|
|
499
|
-
Path preference
|
|
519
|
+
Path preference
|
|
520
|
+
- Choices: `direct-path`, `multi-hop-path`, `all-paths`
|
|
500
521
|
"""
|
|
501
522
|
return pulumi.get(self, "tertiary_path_preference")
|
|
502
523
|
|
pulumi_sdwan/pulumi-plugin.json
CHANGED
|
@@ -28,7 +28,8 @@ class RoutePolicyDefinitionArgs:
|
|
|
28
28
|
"""
|
|
29
29
|
The set of arguments for constructing a RoutePolicyDefinition resource.
|
|
30
30
|
:param pulumi.Input[_builtins.str] description: The description of the policy definition
|
|
31
|
-
:param pulumi.Input[_builtins.str] default_action: Default action, either `accept` or `reject`
|
|
31
|
+
:param pulumi.Input[_builtins.str] default_action: Default action, either `accept` or `reject`
|
|
32
|
+
- Choices: `accept`, `reject`
|
|
32
33
|
:param pulumi.Input[_builtins.str] name: The name of the policy definition
|
|
33
34
|
:param pulumi.Input[Sequence[pulumi.Input['RoutePolicyDefinitionSequenceArgs']]] sequences: List of ACL sequences
|
|
34
35
|
"""
|
|
@@ -56,7 +57,8 @@ class RoutePolicyDefinitionArgs:
|
|
|
56
57
|
@pulumi.getter(name="defaultAction")
|
|
57
58
|
def default_action(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
58
59
|
"""
|
|
59
|
-
Default action, either `accept` or `reject`
|
|
60
|
+
Default action, either `accept` or `reject`
|
|
61
|
+
- Choices: `accept`, `reject`
|
|
60
62
|
"""
|
|
61
63
|
return pulumi.get(self, "default_action")
|
|
62
64
|
|
|
@@ -100,7 +102,8 @@ class _RoutePolicyDefinitionState:
|
|
|
100
102
|
version: Optional[pulumi.Input[_builtins.int]] = None):
|
|
101
103
|
"""
|
|
102
104
|
Input properties used for looking up and filtering RoutePolicyDefinition resources.
|
|
103
|
-
:param pulumi.Input[_builtins.str] default_action: Default action, either `accept` or `reject`
|
|
105
|
+
:param pulumi.Input[_builtins.str] default_action: Default action, either `accept` or `reject`
|
|
106
|
+
- Choices: `accept`, `reject`
|
|
104
107
|
:param pulumi.Input[_builtins.str] description: The description of the policy definition
|
|
105
108
|
:param pulumi.Input[_builtins.str] name: The name of the policy definition
|
|
106
109
|
:param pulumi.Input[Sequence[pulumi.Input['RoutePolicyDefinitionSequenceArgs']]] sequences: List of ACL sequences
|
|
@@ -124,7 +127,8 @@ class _RoutePolicyDefinitionState:
|
|
|
124
127
|
@pulumi.getter(name="defaultAction")
|
|
125
128
|
def default_action(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
126
129
|
"""
|
|
127
|
-
Default action, either `accept` or `reject`
|
|
130
|
+
Default action, either `accept` or `reject`
|
|
131
|
+
- Choices: `accept`, `reject`
|
|
128
132
|
"""
|
|
129
133
|
return pulumi.get(self, "default_action")
|
|
130
134
|
|
|
@@ -217,7 +221,8 @@ class RoutePolicyDefinition(pulumi.CustomResource):
|
|
|
217
221
|
|
|
218
222
|
:param str resource_name: The name of the resource.
|
|
219
223
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
220
|
-
:param pulumi.Input[_builtins.str] default_action: Default action, either `accept` or `reject`
|
|
224
|
+
:param pulumi.Input[_builtins.str] default_action: Default action, either `accept` or `reject`
|
|
225
|
+
- Choices: `accept`, `reject`
|
|
221
226
|
:param pulumi.Input[_builtins.str] description: The description of the policy definition
|
|
222
227
|
:param pulumi.Input[_builtins.str] name: The name of the policy definition
|
|
223
228
|
:param pulumi.Input[Sequence[pulumi.Input[Union['RoutePolicyDefinitionSequenceArgs', 'RoutePolicyDefinitionSequenceArgsDict']]]] sequences: List of ACL sequences
|
|
@@ -298,7 +303,8 @@ class RoutePolicyDefinition(pulumi.CustomResource):
|
|
|
298
303
|
:param str resource_name: The unique name of the resulting resource.
|
|
299
304
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
300
305
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
301
|
-
:param pulumi.Input[_builtins.str] default_action: Default action, either `accept` or `reject`
|
|
306
|
+
:param pulumi.Input[_builtins.str] default_action: Default action, either `accept` or `reject`
|
|
307
|
+
- Choices: `accept`, `reject`
|
|
302
308
|
:param pulumi.Input[_builtins.str] description: The description of the policy definition
|
|
303
309
|
:param pulumi.Input[_builtins.str] name: The name of the policy definition
|
|
304
310
|
:param pulumi.Input[Sequence[pulumi.Input[Union['RoutePolicyDefinitionSequenceArgs', 'RoutePolicyDefinitionSequenceArgsDict']]]] sequences: List of ACL sequences
|
|
@@ -321,7 +327,8 @@ class RoutePolicyDefinition(pulumi.CustomResource):
|
|
|
321
327
|
@pulumi.getter(name="defaultAction")
|
|
322
328
|
def default_action(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
323
329
|
"""
|
|
324
|
-
Default action, either `accept` or `reject`
|
|
330
|
+
Default action, either `accept` or `reject`
|
|
331
|
+
- Choices: `accept`, `reject`
|
|
325
332
|
"""
|
|
326
333
|
return pulumi.get(self, "default_action")
|
|
327
334
|
|
|
@@ -28,9 +28,8 @@ class SecurityAppHostingFeatureTemplateArgs:
|
|
|
28
28
|
"""
|
|
29
29
|
The set of arguments for constructing a SecurityAppHostingFeatureTemplate resource.
|
|
30
30
|
:param pulumi.Input[_builtins.str] description: The description of the feature template
|
|
31
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
32
|
-
|
|
33
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
31
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
32
|
+
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
34
33
|
:param pulumi.Input[_builtins.str] name: The name of the feature template
|
|
35
34
|
:param pulumi.Input[Sequence[pulumi.Input['SecurityAppHostingFeatureTemplateVirtualApplicationArgs']]] virtual_applications: Virtual application Instance
|
|
36
35
|
"""
|
|
@@ -57,9 +56,8 @@ class SecurityAppHostingFeatureTemplateArgs:
|
|
|
57
56
|
@pulumi.getter(name="deviceTypes")
|
|
58
57
|
def device_types(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
59
58
|
"""
|
|
60
|
-
List of supported device types
|
|
61
|
-
|
|
62
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
59
|
+
List of supported device types
|
|
60
|
+
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
63
61
|
"""
|
|
64
62
|
return pulumi.get(self, "device_types")
|
|
65
63
|
|
|
@@ -104,9 +102,8 @@ class _SecurityAppHostingFeatureTemplateState:
|
|
|
104
102
|
"""
|
|
105
103
|
Input properties used for looking up and filtering SecurityAppHostingFeatureTemplate resources.
|
|
106
104
|
:param pulumi.Input[_builtins.str] description: The description of the feature template
|
|
107
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
108
|
-
|
|
109
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
105
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
106
|
+
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
110
107
|
:param pulumi.Input[_builtins.str] name: The name of the feature template
|
|
111
108
|
:param pulumi.Input[_builtins.str] template_type: The template type
|
|
112
109
|
:param pulumi.Input[_builtins.int] version: The version of the feature template
|
|
@@ -141,9 +138,8 @@ class _SecurityAppHostingFeatureTemplateState:
|
|
|
141
138
|
@pulumi.getter(name="deviceTypes")
|
|
142
139
|
def device_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
143
140
|
"""
|
|
144
|
-
List of supported device types
|
|
145
|
-
|
|
146
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
141
|
+
List of supported device types
|
|
142
|
+
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
147
143
|
"""
|
|
148
144
|
return pulumi.get(self, "device_types")
|
|
149
145
|
|
|
@@ -226,9 +222,8 @@ class SecurityAppHostingFeatureTemplate(pulumi.CustomResource):
|
|
|
226
222
|
:param str resource_name: The name of the resource.
|
|
227
223
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
228
224
|
:param pulumi.Input[_builtins.str] description: The description of the feature template
|
|
229
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
230
|
-
|
|
231
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
225
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
226
|
+
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
232
227
|
:param pulumi.Input[_builtins.str] name: The name of the feature template
|
|
233
228
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SecurityAppHostingFeatureTemplateVirtualApplicationArgs', 'SecurityAppHostingFeatureTemplateVirtualApplicationArgsDict']]]] virtual_applications: Virtual application Instance
|
|
234
229
|
"""
|
|
@@ -312,9 +307,8 @@ class SecurityAppHostingFeatureTemplate(pulumi.CustomResource):
|
|
|
312
307
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
313
308
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
314
309
|
:param pulumi.Input[_builtins.str] description: The description of the feature template
|
|
315
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
316
|
-
|
|
317
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
310
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
311
|
+
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
318
312
|
:param pulumi.Input[_builtins.str] name: The name of the feature template
|
|
319
313
|
:param pulumi.Input[_builtins.str] template_type: The template type
|
|
320
314
|
:param pulumi.Input[_builtins.int] version: The version of the feature template
|
|
@@ -344,9 +338,8 @@ class SecurityAppHostingFeatureTemplate(pulumi.CustomResource):
|
|
|
344
338
|
@pulumi.getter(name="deviceTypes")
|
|
345
339
|
def device_types(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
|
346
340
|
"""
|
|
347
|
-
List of supported device types
|
|
348
|
-
|
|
349
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
341
|
+
List of supported device types
|
|
342
|
+
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
350
343
|
"""
|
|
351
344
|
return pulumi.get(self, "device_types")
|
|
352
345
|
|