pulumi-sdwan 0.4.1a1756438344__py3-none-any.whl → 0.5.0a1756506981__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/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 +469 -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/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 +112 -56
- pulumi_sdwan/other_ucse_feature.py +98 -56
- 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.4.1a1756438344.dist-info → pulumi_sdwan-0.5.0a1756506981.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.4.1a1756438344.dist-info → pulumi_sdwan-0.5.0a1756506981.dist-info}/RECORD +133 -133
- {pulumi_sdwan-0.4.1a1756438344.dist-info → pulumi_sdwan-0.5.0a1756506981.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.4.1a1756438344.dist-info → pulumi_sdwan-0.5.0a1756506981.dist-info}/top_level.txt +0 -0
|
@@ -38,9 +38,8 @@ class CiscoSnmpFeatureTemplateArgs:
|
|
|
38
38
|
"""
|
|
39
39
|
The set of arguments for constructing a CiscoSnmpFeatureTemplate resource.
|
|
40
40
|
:param pulumi.Input[_builtins.str] description: The description of the feature template
|
|
41
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
42
|
-
|
|
43
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
41
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
42
|
+
- 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`
|
|
44
43
|
:param pulumi.Input[Sequence[pulumi.Input['CiscoSnmpFeatureTemplateCommunityArgs']]] communities: Configure SNMP community
|
|
45
44
|
:param pulumi.Input[_builtins.str] contact: Set the contact for this managed node
|
|
46
45
|
:param pulumi.Input[_builtins.str] contact_variable: Variable name
|
|
@@ -48,7 +47,8 @@ class CiscoSnmpFeatureTemplateArgs:
|
|
|
48
47
|
:param pulumi.Input[_builtins.str] location: Set the physical location of this managed node
|
|
49
48
|
:param pulumi.Input[_builtins.str] location_variable: Variable name
|
|
50
49
|
:param pulumi.Input[_builtins.str] name: The name of the feature template
|
|
51
|
-
:param pulumi.Input[_builtins.bool] shutdown: Enable or disable SNMP
|
|
50
|
+
:param pulumi.Input[_builtins.bool] shutdown: Enable or disable SNMP
|
|
51
|
+
- Default value: `true`
|
|
52
52
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
53
53
|
:param pulumi.Input[Sequence[pulumi.Input['CiscoSnmpFeatureTemplateTrapTargetArgs']]] trap_targets: Configure SNMP server to receive SNMP traps
|
|
54
54
|
:param pulumi.Input[Sequence[pulumi.Input['CiscoSnmpFeatureTemplateUserArgs']]] users: Configure an SNMP user
|
|
@@ -97,9 +97,8 @@ class CiscoSnmpFeatureTemplateArgs:
|
|
|
97
97
|
@pulumi.getter(name="deviceTypes")
|
|
98
98
|
def device_types(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
99
99
|
"""
|
|
100
|
-
List of supported device types
|
|
101
|
-
|
|
102
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
100
|
+
List of supported device types
|
|
101
|
+
- 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`
|
|
103
102
|
"""
|
|
104
103
|
return pulumi.get(self, "device_types")
|
|
105
104
|
|
|
@@ -195,7 +194,8 @@ class CiscoSnmpFeatureTemplateArgs:
|
|
|
195
194
|
@pulumi.getter
|
|
196
195
|
def shutdown(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
197
196
|
"""
|
|
198
|
-
Enable or disable SNMP
|
|
197
|
+
Enable or disable SNMP
|
|
198
|
+
- Default value: `true`
|
|
199
199
|
"""
|
|
200
200
|
return pulumi.get(self, "shutdown")
|
|
201
201
|
|
|
@@ -277,14 +277,14 @@ class _CiscoSnmpFeatureTemplateState:
|
|
|
277
277
|
:param pulumi.Input[_builtins.str] contact: Set the contact for this managed node
|
|
278
278
|
:param pulumi.Input[_builtins.str] contact_variable: Variable name
|
|
279
279
|
:param pulumi.Input[_builtins.str] description: The description of the feature template
|
|
280
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
281
|
-
|
|
282
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
280
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
281
|
+
- 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`
|
|
283
282
|
:param pulumi.Input[Sequence[pulumi.Input['CiscoSnmpFeatureTemplateGroupArgs']]] groups: Configure an SNMP group
|
|
284
283
|
:param pulumi.Input[_builtins.str] location: Set the physical location of this managed node
|
|
285
284
|
:param pulumi.Input[_builtins.str] location_variable: Variable name
|
|
286
285
|
:param pulumi.Input[_builtins.str] name: The name of the feature template
|
|
287
|
-
:param pulumi.Input[_builtins.bool] shutdown: Enable or disable SNMP
|
|
286
|
+
:param pulumi.Input[_builtins.bool] shutdown: Enable or disable SNMP
|
|
287
|
+
- Default value: `true`
|
|
288
288
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
289
289
|
:param pulumi.Input[_builtins.str] template_type: The template type
|
|
290
290
|
:param pulumi.Input[Sequence[pulumi.Input['CiscoSnmpFeatureTemplateTrapTargetArgs']]] trap_targets: Configure SNMP server to receive SNMP traps
|
|
@@ -377,9 +377,8 @@ class _CiscoSnmpFeatureTemplateState:
|
|
|
377
377
|
@pulumi.getter(name="deviceTypes")
|
|
378
378
|
def device_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
379
379
|
"""
|
|
380
|
-
List of supported device types
|
|
381
|
-
|
|
382
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
380
|
+
List of supported device types
|
|
381
|
+
- 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`
|
|
383
382
|
"""
|
|
384
383
|
return pulumi.get(self, "device_types")
|
|
385
384
|
|
|
@@ -439,7 +438,8 @@ class _CiscoSnmpFeatureTemplateState:
|
|
|
439
438
|
@pulumi.getter
|
|
440
439
|
def shutdown(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
441
440
|
"""
|
|
442
|
-
Enable or disable SNMP
|
|
441
|
+
Enable or disable SNMP
|
|
442
|
+
- Default value: `true`
|
|
443
443
|
"""
|
|
444
444
|
return pulumi.get(self, "shutdown")
|
|
445
445
|
|
|
@@ -559,14 +559,14 @@ class CiscoSnmpFeatureTemplate(pulumi.CustomResource):
|
|
|
559
559
|
:param pulumi.Input[_builtins.str] contact: Set the contact for this managed node
|
|
560
560
|
:param pulumi.Input[_builtins.str] contact_variable: Variable name
|
|
561
561
|
:param pulumi.Input[_builtins.str] description: The description of the feature template
|
|
562
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
563
|
-
|
|
564
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
562
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
563
|
+
- 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`
|
|
565
564
|
:param pulumi.Input[Sequence[pulumi.Input[Union['CiscoSnmpFeatureTemplateGroupArgs', 'CiscoSnmpFeatureTemplateGroupArgsDict']]]] groups: Configure an SNMP group
|
|
566
565
|
:param pulumi.Input[_builtins.str] location: Set the physical location of this managed node
|
|
567
566
|
:param pulumi.Input[_builtins.str] location_variable: Variable name
|
|
568
567
|
:param pulumi.Input[_builtins.str] name: The name of the feature template
|
|
569
|
-
:param pulumi.Input[_builtins.bool] shutdown: Enable or disable SNMP
|
|
568
|
+
:param pulumi.Input[_builtins.bool] shutdown: Enable or disable SNMP
|
|
569
|
+
- Default value: `true`
|
|
570
570
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
571
571
|
:param pulumi.Input[Sequence[pulumi.Input[Union['CiscoSnmpFeatureTemplateTrapTargetArgs', 'CiscoSnmpFeatureTemplateTrapTargetArgsDict']]]] trap_targets: Configure SNMP server to receive SNMP traps
|
|
572
572
|
:param pulumi.Input[Sequence[pulumi.Input[Union['CiscoSnmpFeatureTemplateUserArgs', 'CiscoSnmpFeatureTemplateUserArgsDict']]]] users: Configure an SNMP user
|
|
@@ -685,14 +685,14 @@ class CiscoSnmpFeatureTemplate(pulumi.CustomResource):
|
|
|
685
685
|
:param pulumi.Input[_builtins.str] contact: Set the contact for this managed node
|
|
686
686
|
:param pulumi.Input[_builtins.str] contact_variable: Variable name
|
|
687
687
|
:param pulumi.Input[_builtins.str] description: The description of the feature template
|
|
688
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
689
|
-
|
|
690
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
688
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
689
|
+
- 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`
|
|
691
690
|
:param pulumi.Input[Sequence[pulumi.Input[Union['CiscoSnmpFeatureTemplateGroupArgs', 'CiscoSnmpFeatureTemplateGroupArgsDict']]]] groups: Configure an SNMP group
|
|
692
691
|
:param pulumi.Input[_builtins.str] location: Set the physical location of this managed node
|
|
693
692
|
:param pulumi.Input[_builtins.str] location_variable: Variable name
|
|
694
693
|
:param pulumi.Input[_builtins.str] name: The name of the feature template
|
|
695
|
-
:param pulumi.Input[_builtins.bool] shutdown: Enable or disable SNMP
|
|
694
|
+
:param pulumi.Input[_builtins.bool] shutdown: Enable or disable SNMP
|
|
695
|
+
- Default value: `true`
|
|
696
696
|
:param pulumi.Input[_builtins.str] shutdown_variable: Variable name
|
|
697
697
|
:param pulumi.Input[_builtins.str] template_type: The template type
|
|
698
698
|
:param pulumi.Input[Sequence[pulumi.Input[Union['CiscoSnmpFeatureTemplateTrapTargetArgs', 'CiscoSnmpFeatureTemplateTrapTargetArgsDict']]]] trap_targets: Configure SNMP server to receive SNMP traps
|
|
@@ -758,9 +758,8 @@ class CiscoSnmpFeatureTemplate(pulumi.CustomResource):
|
|
|
758
758
|
@pulumi.getter(name="deviceTypes")
|
|
759
759
|
def device_types(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
|
760
760
|
"""
|
|
761
|
-
List of supported device types
|
|
762
|
-
|
|
763
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
761
|
+
List of supported device types
|
|
762
|
+
- 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`
|
|
764
763
|
"""
|
|
765
764
|
return pulumi.get(self, "device_types")
|
|
766
765
|
|
|
@@ -800,7 +799,8 @@ class CiscoSnmpFeatureTemplate(pulumi.CustomResource):
|
|
|
800
799
|
@pulumi.getter
|
|
801
800
|
def shutdown(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
802
801
|
"""
|
|
803
|
-
Enable or disable SNMP
|
|
802
|
+
Enable or disable SNMP
|
|
803
|
+
- Default value: `true`
|
|
804
804
|
"""
|
|
805
805
|
return pulumi.get(self, "shutdown")
|
|
806
806
|
|