pulumi-sdwan 0.4.1__py3-none-any.whl → 0.5.0__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 +125 -45
- pulumi_sdwan/activate_centralized_policy.py +4 -0
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +14 -7
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +91 -42
- pulumi_sdwan/application_aware_routing_policy_definition.py +4 -0
- pulumi_sdwan/application_priority_qos_policy.py +52 -48
- pulumi_sdwan/application_priority_traffic_policy_policy.py +4 -0
- pulumi_sdwan/as_path_list_policy_object.py +4 -0
- pulumi_sdwan/attach_feature_device_template.py +4 -0
- pulumi_sdwan/cedge_aaa_feature_template.py +151 -77
- pulumi_sdwan/cedge_global_feature_template.py +336 -175
- pulumi_sdwan/cedge_igmp_feature_template.py +18 -21
- pulumi_sdwan/cedge_multicast_feature_template.py +56 -42
- pulumi_sdwan/cedge_pim_feature_template.py +88 -56
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +70 -42
- pulumi_sdwan/cellular_controller_feature_template.py +74 -49
- pulumi_sdwan/cellular_profile_feature_template.py +63 -42
- pulumi_sdwan/cflowd_policy_definition.py +74 -35
- pulumi_sdwan/cisco_banner_feature_template.py +14 -21
- pulumi_sdwan/cisco_bfd_feature_template.py +81 -49
- pulumi_sdwan/cisco_bgp_feature_template.py +235 -112
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +53 -35
- pulumi_sdwan/cisco_logging_feature_template.py +74 -42
- pulumi_sdwan/cisco_ntp_feature_template.py +46 -35
- pulumi_sdwan/cisco_omp_feature_template.py +235 -112
- pulumi_sdwan/cisco_ospf_feature_template.py +235 -105
- pulumi_sdwan/cisco_ospfv3_feature_template.py +522 -217
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +39 -28
- pulumi_sdwan/cisco_security_feature_template.py +95 -56
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +28 -28
- pulumi_sdwan/cisco_snmp_feature_template.py +32 -28
- pulumi_sdwan/cisco_system_feature_template.py +473 -742
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +18 -21
- pulumi_sdwan/cisco_trustsec_feature_template.py +207 -112
- pulumi_sdwan/cisco_vpn_feature_template.py +102 -56
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +1215 -602
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +109 -70
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +329 -161
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +102 -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/config/__init__.pyi +5 -0
- pulumi_sdwan/config/vars.py +7 -0
- pulumi_sdwan/configuration_group.py +28 -14
- pulumi_sdwan/custom_control_topology_policy_definition.py +18 -7
- pulumi_sdwan/eigrp_feature_template.py +102 -56
- pulumi_sdwan/feature_device_template.py +14 -7
- pulumi_sdwan/get_application_priority_qos_policy.py +15 -15
- pulumi_sdwan/get_security_policy.py +18 -18
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +29 -29
- pulumi_sdwan/gps_feature_template.py +77 -49
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +4 -0
- pulumi_sdwan/intrusion_prevention_policy_definition.py +60 -28
- pulumi_sdwan/ips_signature_list_policy_object.py +4 -0
- pulumi_sdwan/ipv4_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv6_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +18 -7
- pulumi_sdwan/localized_policy.py +112 -56
- pulumi_sdwan/mesh_topology_policy_definition.py +4 -0
- pulumi_sdwan/other_thousandeyes_feature.py +4 -0
- pulumi_sdwan/other_ucse_feature.py +102 -56
- pulumi_sdwan/outputs.py +162 -69
- pulumi_sdwan/policer_policy_object.py +42 -21
- pulumi_sdwan/policy_group.py +14 -7
- pulumi_sdwan/policy_object_app_probe_class.py +4 -0
- pulumi_sdwan/policy_object_as_path_list.py +18 -7
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_extended_community_list.py +4 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_mirror.py +4 -0
- pulumi_sdwan/policy_object_policer.py +4 -0
- pulumi_sdwan/policy_object_preferred_color_group.py +4 -0
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_security_geolocation_list.py +7 -7
- pulumi_sdwan/policy_object_security_ips_signature.py +4 -0
- pulumi_sdwan/policy_object_security_local_domain_list.py +4 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +4 -0
- pulumi_sdwan/policy_object_sla_class_list.py +4 -0
- pulumi_sdwan/policy_object_standard_community_list.py +4 -0
- pulumi_sdwan/policy_object_tloc_list.py +4 -0
- pulumi_sdwan/port_list_policy_object.py +2 -2
- pulumi_sdwan/preferred_color_group_policy_object.py +42 -21
- pulumi_sdwan/provider.py +20 -0
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +4 -0
- pulumi_sdwan/region_list_policy_object.py +4 -0
- pulumi_sdwan/rewrite_rule_policy_definition.py +4 -0
- pulumi_sdwan/route_policy_definition.py +18 -7
- pulumi_sdwan/rule_set_policy_definition.py +4 -0
- pulumi_sdwan/security_app_hosting_feature_template.py +18 -21
- pulumi_sdwan/security_policy.py +207 -133
- pulumi_sdwan/service_dhcp_server_feature.py +53 -49
- pulumi_sdwan/service_ipv4_acl_feature.py +25 -7
- pulumi_sdwan/service_ipv6_acl_feature.py +25 -7
- pulumi_sdwan/service_lan_vpn_feature.py +67 -28
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +588 -374
- 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 +151 -91
- pulumi_sdwan/service_multicast_feature.py +95 -42
- pulumi_sdwan/service_object_tracker_feature.py +63 -56
- pulumi_sdwan/service_object_tracker_group_feature.py +39 -14
- pulumi_sdwan/service_route_policy_feature.py +25 -7
- pulumi_sdwan/service_routing_bgp_feature.py +291 -133
- pulumi_sdwan/service_routing_eigrp_feature.py +88 -35
- pulumi_sdwan/service_routing_ospf_feature.py +221 -84
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +242 -91
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +242 -91
- pulumi_sdwan/service_switchport_feature.py +25 -7
- pulumi_sdwan/service_tracker_feature.py +105 -35
- pulumi_sdwan/service_tracker_group_feature.py +25 -7
- pulumi_sdwan/service_wireless_lan_feature.py +67 -126
- pulumi_sdwan/site_list_policy_object.py +4 -0
- pulumi_sdwan/sla_class_policy_object.py +91 -63
- pulumi_sdwan/switchport_feature_template.py +95 -49
- pulumi_sdwan/system_aaa_feature.py +60 -28
- pulumi_sdwan/system_basic_feature.py +396 -693
- pulumi_sdwan/system_bfd_feature.py +46 -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 +25 -7
- pulumi_sdwan/system_ipv6_device_access_feature.py +25 -7
- pulumi_sdwan/system_logging_feature.py +60 -21
- pulumi_sdwan/system_mrf_feature.py +70 -35
- pulumi_sdwan/system_ntp_feature.py +32 -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 +81 -35
- pulumi_sdwan/system_snmp_feature.py +18 -7
- pulumi_sdwan/tloc_list_policy_object.py +4 -0
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +172 -84
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +28 -14
- pulumi_sdwan/traffic_data_policy_definition.py +18 -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 +25 -7
- pulumi_sdwan/transport_ipv6_acl_feature.py +25 -7
- pulumi_sdwan/transport_ipv6_tracker_feature.py +105 -35
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +25 -7
- pulumi_sdwan/transport_management_vpn_feature.py +4 -0
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +263 -154
- pulumi_sdwan/transport_route_policy_feature.py +25 -7
- pulumi_sdwan/transport_routing_bgp_feature.py +291 -133
- pulumi_sdwan/transport_routing_ospf_feature.py +221 -84
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +242 -91
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +242 -91
- pulumi_sdwan/transport_t1_e1_controller_feature.py +18 -7
- pulumi_sdwan/transport_tracker_feature.py +105 -35
- pulumi_sdwan/transport_tracker_group_feature.py +25 -7
- pulumi_sdwan/transport_wan_vpn_feature.py +32 -14
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +844 -413
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +1166 -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 +60 -35
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +935 -455
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +963 -469
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +928 -448
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +984 -476
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +984 -476
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +816 -406
- pulumi_sdwan/vpn_interface_svi_feature_template.py +172 -84
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +725 -378
- pulumi_sdwan/vpn_list_policy_object.py +4 -0
- pulumi_sdwan/vpn_membership_policy_definition.py +4 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +32 -14
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/RECORD +177 -177
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/top_level.txt +0 -0
|
@@ -47,34 +47,25 @@ class ServiceWirelessLanFeatureArgs:
|
|
|
47
47
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
48
48
|
:param pulumi.Input[_builtins.bool] me_dynamic_ip_enabled: ME management IP dynamic allocated by DHCP
|
|
49
49
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceWirelessLanFeatureSsidArgs']]] ssids: Configure Wi-Fi SSID profile
|
|
50
|
-
:param pulumi.Input[_builtins.str] country: Select country
|
|
51
|
-
|
|
52
|
-
`GH`, `GI`, `GR`, `HK`, `HR`, `HU`, `ID`, `IE`, `IL`, `IO`, `IN`, `IQ`, `IS`, `IT`, `J2`, `J4`, `JM`, `JO`, `KE`, `KN`,
|
|
53
|
-
`KW`, `KZ`, `LB`, `LI`, `LK`, `LT`, `LU`, `LV`, `LY`, `MA`, `MC`, `ME`, `MK`, `MN`, `MO`, `MT`, `MX`, `MY`, `NL`, `NO`,
|
|
54
|
-
`NZ`, `OM`, `PA`, `PE`, `PH`, `PH2`, `PK`, `PL`, `PR`, `PT`, `PY`, `QA`, `RO`, `RS`, `RU`, `SA`, `SE`, `SG`, `SI`, `SK`,
|
|
55
|
-
`TH`, `TN`, `TR`, `TW`, `UA`, `US`, `UY`, `VE`, `VN`, `ZA`
|
|
50
|
+
:param pulumi.Input[_builtins.str] country: Select country
|
|
51
|
+
- Choices: `AE`, `AR`, `AT`, `AU`, `BA`, `BB`, `BE`, `BG`, `BH`, `BN`, `BO`, `BR`, `BY`, `CA`, `CA2`, `CH`, `CL`, `CM`, `CN`, `CO`, `CR`, `CY`, `CZ`, `DE`, `DK`, `DO`, `DZ`, `EC`, `EE`, `EG`, `ES`, `FI`, `FJ`, `FR`, `GB`, `GH`, `GI`, `GR`, `HK`, `HR`, `HU`, `ID`, `IE`, `IL`, `IO`, `IN`, `IQ`, `IS`, `IT`, `J2`, `J4`, `JM`, `JO`, `KE`, `KN`, `KW`, `KZ`, `LB`, `LI`, `LK`, `LT`, `LU`, `LV`, `LY`, `MA`, `MC`, `ME`, `MK`, `MN`, `MO`, `MT`, `MX`, `MY`, `NL`, `NO`, `NZ`, `OM`, `PA`, `PE`, `PH`, `PH2`, `PK`, `PL`, `PR`, `PT`, `PY`, `QA`, `RO`, `RS`, `RU`, `SA`, `SE`, `SG`, `SI`, `SK`, `TH`, `TN`, `TR`, `TW`, `UA`, `US`, `UY`, `VE`, `VN`, `ZA`
|
|
56
52
|
:param pulumi.Input[_builtins.str] country_variable: Variable name
|
|
57
53
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
58
|
-
:param pulumi.Input[_builtins.bool] enable24g: 2.4GHz Enabled
|
|
54
|
+
:param pulumi.Input[_builtins.bool] enable24g: 2.4GHz Enabled
|
|
55
|
+
- Default value: `true`
|
|
59
56
|
:param pulumi.Input[_builtins.str] enable24g_variable: Variable name
|
|
60
|
-
:param pulumi.Input[_builtins.bool] enable5g: 5GHz Enabled
|
|
57
|
+
:param pulumi.Input[_builtins.bool] enable5g: 5GHz Enabled
|
|
58
|
+
- Default value: `true`
|
|
61
59
|
:param pulumi.Input[_builtins.str] enable5g_variable: Variable name
|
|
62
60
|
:param pulumi.Input[_builtins.str] me_default_gateway: Set mobile express default gateway
|
|
63
61
|
:param pulumi.Input[_builtins.str] me_default_gateway_variable: Variable name
|
|
64
62
|
:param pulumi.Input[_builtins.str] me_ipv4_address: Set mobile express controller address
|
|
65
63
|
:param pulumi.Input[_builtins.str] me_ipv4_address_variable: Variable name
|
|
66
|
-
:param pulumi.Input[_builtins.str] me_subnet_mask: Set mobile express controller subnet mask
|
|
67
|
-
|
|
68
|
-
`255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`,
|
|
69
|
-
`255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`,
|
|
70
|
-
`254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
64
|
+
:param pulumi.Input[_builtins.str] me_subnet_mask: Set mobile express controller subnet mask
|
|
65
|
+
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
71
66
|
:param pulumi.Input[_builtins.str] me_subnet_mask_variable: Variable name
|
|
72
67
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
73
|
-
:param pulumi.Input[_builtins.str] password: Set management password,the password must contains characters from all of the following classes,lowercase
|
|
74
|
-
letters,uppercase letters,digits,and special characters. No character in the password can be repeated more than three
|
|
75
|
-
times consecutively. The password must not be the same as the associated username or the username reversed. The password
|
|
76
|
-
must not be cisco,ocsic,or any variant obtained by changing the capitalization of the letters in word cisco. In
|
|
77
|
-
addition,you can't substitute 1,l,or ! for i,0 for o,$ for s.
|
|
68
|
+
:param pulumi.Input[_builtins.str] password: Set management password,the password must contains characters from all of the following classes,lowercase letters,uppercase letters,digits,and special characters. No character in the password can be repeated more than three times consecutively. The password must not be the same as the associated username or the username reversed. The password must not be cisco,ocsic,or any variant obtained by changing the capitalization of the letters in word cisco. In addition,you can't substitute 1,l,or ! for i,0 for o,$ for s.
|
|
78
69
|
:param pulumi.Input[_builtins.str] password_variable: Variable name
|
|
79
70
|
:param pulumi.Input[_builtins.str] username: Set management username
|
|
80
71
|
:param pulumi.Input[_builtins.str] username_variable: Variable name
|
|
@@ -159,12 +150,8 @@ class ServiceWirelessLanFeatureArgs:
|
|
|
159
150
|
@pulumi.getter
|
|
160
151
|
def country(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
161
152
|
"""
|
|
162
|
-
Select country
|
|
163
|
-
|
|
164
|
-
`GH`, `GI`, `GR`, `HK`, `HR`, `HU`, `ID`, `IE`, `IL`, `IO`, `IN`, `IQ`, `IS`, `IT`, `J2`, `J4`, `JM`, `JO`, `KE`, `KN`,
|
|
165
|
-
`KW`, `KZ`, `LB`, `LI`, `LK`, `LT`, `LU`, `LV`, `LY`, `MA`, `MC`, `ME`, `MK`, `MN`, `MO`, `MT`, `MX`, `MY`, `NL`, `NO`,
|
|
166
|
-
`NZ`, `OM`, `PA`, `PE`, `PH`, `PH2`, `PK`, `PL`, `PR`, `PT`, `PY`, `QA`, `RO`, `RS`, `RU`, `SA`, `SE`, `SG`, `SI`, `SK`,
|
|
167
|
-
`TH`, `TN`, `TR`, `TW`, `UA`, `US`, `UY`, `VE`, `VN`, `ZA`
|
|
153
|
+
Select country
|
|
154
|
+
- Choices: `AE`, `AR`, `AT`, `AU`, `BA`, `BB`, `BE`, `BG`, `BH`, `BN`, `BO`, `BR`, `BY`, `CA`, `CA2`, `CH`, `CL`, `CM`, `CN`, `CO`, `CR`, `CY`, `CZ`, `DE`, `DK`, `DO`, `DZ`, `EC`, `EE`, `EG`, `ES`, `FI`, `FJ`, `FR`, `GB`, `GH`, `GI`, `GR`, `HK`, `HR`, `HU`, `ID`, `IE`, `IL`, `IO`, `IN`, `IQ`, `IS`, `IT`, `J2`, `J4`, `JM`, `JO`, `KE`, `KN`, `KW`, `KZ`, `LB`, `LI`, `LK`, `LT`, `LU`, `LV`, `LY`, `MA`, `MC`, `ME`, `MK`, `MN`, `MO`, `MT`, `MX`, `MY`, `NL`, `NO`, `NZ`, `OM`, `PA`, `PE`, `PH`, `PH2`, `PK`, `PL`, `PR`, `PT`, `PY`, `QA`, `RO`, `RS`, `RU`, `SA`, `SE`, `SG`, `SI`, `SK`, `TH`, `TN`, `TR`, `TW`, `UA`, `US`, `UY`, `VE`, `VN`, `ZA`
|
|
168
155
|
"""
|
|
169
156
|
return pulumi.get(self, "country")
|
|
170
157
|
|
|
@@ -200,7 +187,8 @@ class ServiceWirelessLanFeatureArgs:
|
|
|
200
187
|
@pulumi.getter
|
|
201
188
|
def enable24g(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
202
189
|
"""
|
|
203
|
-
2.4GHz Enabled
|
|
190
|
+
2.4GHz Enabled
|
|
191
|
+
- Default value: `true`
|
|
204
192
|
"""
|
|
205
193
|
return pulumi.get(self, "enable24g")
|
|
206
194
|
|
|
@@ -224,7 +212,8 @@ class ServiceWirelessLanFeatureArgs:
|
|
|
224
212
|
@pulumi.getter
|
|
225
213
|
def enable5g(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
226
214
|
"""
|
|
227
|
-
5GHz Enabled
|
|
215
|
+
5GHz Enabled
|
|
216
|
+
- Default value: `true`
|
|
228
217
|
"""
|
|
229
218
|
return pulumi.get(self, "enable5g")
|
|
230
219
|
|
|
@@ -296,11 +285,8 @@ class ServiceWirelessLanFeatureArgs:
|
|
|
296
285
|
@pulumi.getter(name="meSubnetMask")
|
|
297
286
|
def me_subnet_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
298
287
|
"""
|
|
299
|
-
Set mobile express controller subnet mask
|
|
300
|
-
|
|
301
|
-
`255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`,
|
|
302
|
-
`255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`,
|
|
303
|
-
`254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
288
|
+
Set mobile express controller subnet mask
|
|
289
|
+
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
304
290
|
"""
|
|
305
291
|
return pulumi.get(self, "me_subnet_mask")
|
|
306
292
|
|
|
@@ -336,11 +322,7 @@ class ServiceWirelessLanFeatureArgs:
|
|
|
336
322
|
@pulumi.getter
|
|
337
323
|
def password(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
338
324
|
"""
|
|
339
|
-
Set management password,the password must contains characters from all of the following classes,lowercase
|
|
340
|
-
letters,uppercase letters,digits,and special characters. No character in the password can be repeated more than three
|
|
341
|
-
times consecutively. The password must not be the same as the associated username or the username reversed. The password
|
|
342
|
-
must not be cisco,ocsic,or any variant obtained by changing the capitalization of the letters in word cisco. In
|
|
343
|
-
addition,you can't substitute 1,l,or ! for i,0 for o,$ for s.
|
|
325
|
+
Set management password,the password must contains characters from all of the following classes,lowercase letters,uppercase letters,digits,and special characters. No character in the password can be repeated more than three times consecutively. The password must not be the same as the associated username or the username reversed. The password must not be cisco,ocsic,or any variant obtained by changing the capitalization of the letters in word cisco. In addition,you can't substitute 1,l,or ! for i,0 for o,$ for s.
|
|
344
326
|
"""
|
|
345
327
|
return pulumi.get(self, "password")
|
|
346
328
|
|
|
@@ -412,17 +394,15 @@ class _ServiceWirelessLanFeatureState:
|
|
|
412
394
|
version: Optional[pulumi.Input[_builtins.int]] = None):
|
|
413
395
|
"""
|
|
414
396
|
Input properties used for looking up and filtering ServiceWirelessLanFeature resources.
|
|
415
|
-
:param pulumi.Input[_builtins.str] country: Select country
|
|
416
|
-
|
|
417
|
-
`GH`, `GI`, `GR`, `HK`, `HR`, `HU`, `ID`, `IE`, `IL`, `IO`, `IN`, `IQ`, `IS`, `IT`, `J2`, `J4`, `JM`, `JO`, `KE`, `KN`,
|
|
418
|
-
`KW`, `KZ`, `LB`, `LI`, `LK`, `LT`, `LU`, `LV`, `LY`, `MA`, `MC`, `ME`, `MK`, `MN`, `MO`, `MT`, `MX`, `MY`, `NL`, `NO`,
|
|
419
|
-
`NZ`, `OM`, `PA`, `PE`, `PH`, `PH2`, `PK`, `PL`, `PR`, `PT`, `PY`, `QA`, `RO`, `RS`, `RU`, `SA`, `SE`, `SG`, `SI`, `SK`,
|
|
420
|
-
`TH`, `TN`, `TR`, `TW`, `UA`, `US`, `UY`, `VE`, `VN`, `ZA`
|
|
397
|
+
:param pulumi.Input[_builtins.str] country: Select country
|
|
398
|
+
- Choices: `AE`, `AR`, `AT`, `AU`, `BA`, `BB`, `BE`, `BG`, `BH`, `BN`, `BO`, `BR`, `BY`, `CA`, `CA2`, `CH`, `CL`, `CM`, `CN`, `CO`, `CR`, `CY`, `CZ`, `DE`, `DK`, `DO`, `DZ`, `EC`, `EE`, `EG`, `ES`, `FI`, `FJ`, `FR`, `GB`, `GH`, `GI`, `GR`, `HK`, `HR`, `HU`, `ID`, `IE`, `IL`, `IO`, `IN`, `IQ`, `IS`, `IT`, `J2`, `J4`, `JM`, `JO`, `KE`, `KN`, `KW`, `KZ`, `LB`, `LI`, `LK`, `LT`, `LU`, `LV`, `LY`, `MA`, `MC`, `ME`, `MK`, `MN`, `MO`, `MT`, `MX`, `MY`, `NL`, `NO`, `NZ`, `OM`, `PA`, `PE`, `PH`, `PH2`, `PK`, `PL`, `PR`, `PT`, `PY`, `QA`, `RO`, `RS`, `RU`, `SA`, `SE`, `SG`, `SI`, `SK`, `TH`, `TN`, `TR`, `TW`, `UA`, `US`, `UY`, `VE`, `VN`, `ZA`
|
|
421
399
|
:param pulumi.Input[_builtins.str] country_variable: Variable name
|
|
422
400
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
423
|
-
:param pulumi.Input[_builtins.bool] enable24g: 2.4GHz Enabled
|
|
401
|
+
:param pulumi.Input[_builtins.bool] enable24g: 2.4GHz Enabled
|
|
402
|
+
- Default value: `true`
|
|
424
403
|
:param pulumi.Input[_builtins.str] enable24g_variable: Variable name
|
|
425
|
-
:param pulumi.Input[_builtins.bool] enable5g: 5GHz Enabled
|
|
404
|
+
:param pulumi.Input[_builtins.bool] enable5g: 5GHz Enabled
|
|
405
|
+
- Default value: `true`
|
|
426
406
|
:param pulumi.Input[_builtins.str] enable5g_variable: Variable name
|
|
427
407
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
428
408
|
:param pulumi.Input[_builtins.str] me_default_gateway: Set mobile express default gateway
|
|
@@ -430,18 +410,11 @@ class _ServiceWirelessLanFeatureState:
|
|
|
430
410
|
:param pulumi.Input[_builtins.bool] me_dynamic_ip_enabled: ME management IP dynamic allocated by DHCP
|
|
431
411
|
:param pulumi.Input[_builtins.str] me_ipv4_address: Set mobile express controller address
|
|
432
412
|
:param pulumi.Input[_builtins.str] me_ipv4_address_variable: Variable name
|
|
433
|
-
:param pulumi.Input[_builtins.str] me_subnet_mask: Set mobile express controller subnet mask
|
|
434
|
-
|
|
435
|
-
`255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`,
|
|
436
|
-
`255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`,
|
|
437
|
-
`254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
413
|
+
:param pulumi.Input[_builtins.str] me_subnet_mask: Set mobile express controller subnet mask
|
|
414
|
+
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
438
415
|
:param pulumi.Input[_builtins.str] me_subnet_mask_variable: Variable name
|
|
439
416
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
440
|
-
:param pulumi.Input[_builtins.str] password: Set management password,the password must contains characters from all of the following classes,lowercase
|
|
441
|
-
letters,uppercase letters,digits,and special characters. No character in the password can be repeated more than three
|
|
442
|
-
times consecutively. The password must not be the same as the associated username or the username reversed. The password
|
|
443
|
-
must not be cisco,ocsic,or any variant obtained by changing the capitalization of the letters in word cisco. In
|
|
444
|
-
addition,you can't substitute 1,l,or ! for i,0 for o,$ for s.
|
|
417
|
+
:param pulumi.Input[_builtins.str] password: Set management password,the password must contains characters from all of the following classes,lowercase letters,uppercase letters,digits,and special characters. No character in the password can be repeated more than three times consecutively. The password must not be the same as the associated username or the username reversed. The password must not be cisco,ocsic,or any variant obtained by changing the capitalization of the letters in word cisco. In addition,you can't substitute 1,l,or ! for i,0 for o,$ for s.
|
|
445
418
|
:param pulumi.Input[_builtins.str] password_variable: Variable name
|
|
446
419
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceWirelessLanFeatureSsidArgs']]] ssids: Configure Wi-Fi SSID profile
|
|
447
420
|
:param pulumi.Input[_builtins.str] username: Set management username
|
|
@@ -497,12 +470,8 @@ class _ServiceWirelessLanFeatureState:
|
|
|
497
470
|
@pulumi.getter
|
|
498
471
|
def country(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
499
472
|
"""
|
|
500
|
-
Select country
|
|
501
|
-
|
|
502
|
-
`GH`, `GI`, `GR`, `HK`, `HR`, `HU`, `ID`, `IE`, `IL`, `IO`, `IN`, `IQ`, `IS`, `IT`, `J2`, `J4`, `JM`, `JO`, `KE`, `KN`,
|
|
503
|
-
`KW`, `KZ`, `LB`, `LI`, `LK`, `LT`, `LU`, `LV`, `LY`, `MA`, `MC`, `ME`, `MK`, `MN`, `MO`, `MT`, `MX`, `MY`, `NL`, `NO`,
|
|
504
|
-
`NZ`, `OM`, `PA`, `PE`, `PH`, `PH2`, `PK`, `PL`, `PR`, `PT`, `PY`, `QA`, `RO`, `RS`, `RU`, `SA`, `SE`, `SG`, `SI`, `SK`,
|
|
505
|
-
`TH`, `TN`, `TR`, `TW`, `UA`, `US`, `UY`, `VE`, `VN`, `ZA`
|
|
473
|
+
Select country
|
|
474
|
+
- Choices: `AE`, `AR`, `AT`, `AU`, `BA`, `BB`, `BE`, `BG`, `BH`, `BN`, `BO`, `BR`, `BY`, `CA`, `CA2`, `CH`, `CL`, `CM`, `CN`, `CO`, `CR`, `CY`, `CZ`, `DE`, `DK`, `DO`, `DZ`, `EC`, `EE`, `EG`, `ES`, `FI`, `FJ`, `FR`, `GB`, `GH`, `GI`, `GR`, `HK`, `HR`, `HU`, `ID`, `IE`, `IL`, `IO`, `IN`, `IQ`, `IS`, `IT`, `J2`, `J4`, `JM`, `JO`, `KE`, `KN`, `KW`, `KZ`, `LB`, `LI`, `LK`, `LT`, `LU`, `LV`, `LY`, `MA`, `MC`, `ME`, `MK`, `MN`, `MO`, `MT`, `MX`, `MY`, `NL`, `NO`, `NZ`, `OM`, `PA`, `PE`, `PH`, `PH2`, `PK`, `PL`, `PR`, `PT`, `PY`, `QA`, `RO`, `RS`, `RU`, `SA`, `SE`, `SG`, `SI`, `SK`, `TH`, `TN`, `TR`, `TW`, `UA`, `US`, `UY`, `VE`, `VN`, `ZA`
|
|
506
475
|
"""
|
|
507
476
|
return pulumi.get(self, "country")
|
|
508
477
|
|
|
@@ -538,7 +507,8 @@ class _ServiceWirelessLanFeatureState:
|
|
|
538
507
|
@pulumi.getter
|
|
539
508
|
def enable24g(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
540
509
|
"""
|
|
541
|
-
2.4GHz Enabled
|
|
510
|
+
2.4GHz Enabled
|
|
511
|
+
- Default value: `true`
|
|
542
512
|
"""
|
|
543
513
|
return pulumi.get(self, "enable24g")
|
|
544
514
|
|
|
@@ -562,7 +532,8 @@ class _ServiceWirelessLanFeatureState:
|
|
|
562
532
|
@pulumi.getter
|
|
563
533
|
def enable5g(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
564
534
|
"""
|
|
565
|
-
5GHz Enabled
|
|
535
|
+
5GHz Enabled
|
|
536
|
+
- Default value: `true`
|
|
566
537
|
"""
|
|
567
538
|
return pulumi.get(self, "enable5g")
|
|
568
539
|
|
|
@@ -658,11 +629,8 @@ class _ServiceWirelessLanFeatureState:
|
|
|
658
629
|
@pulumi.getter(name="meSubnetMask")
|
|
659
630
|
def me_subnet_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
660
631
|
"""
|
|
661
|
-
Set mobile express controller subnet mask
|
|
662
|
-
|
|
663
|
-
`255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`,
|
|
664
|
-
`255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`,
|
|
665
|
-
`254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
632
|
+
Set mobile express controller subnet mask
|
|
633
|
+
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
666
634
|
"""
|
|
667
635
|
return pulumi.get(self, "me_subnet_mask")
|
|
668
636
|
|
|
@@ -698,11 +666,7 @@ class _ServiceWirelessLanFeatureState:
|
|
|
698
666
|
@pulumi.getter
|
|
699
667
|
def password(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
700
668
|
"""
|
|
701
|
-
Set management password,the password must contains characters from all of the following classes,lowercase
|
|
702
|
-
letters,uppercase letters,digits,and special characters. No character in the password can be repeated more than three
|
|
703
|
-
times consecutively. The password must not be the same as the associated username or the username reversed. The password
|
|
704
|
-
must not be cisco,ocsic,or any variant obtained by changing the capitalization of the letters in word cisco. In
|
|
705
|
-
addition,you can't substitute 1,l,or ! for i,0 for o,$ for s.
|
|
669
|
+
Set management password,the password must contains characters from all of the following classes,lowercase letters,uppercase letters,digits,and special characters. No character in the password can be repeated more than three times consecutively. The password must not be the same as the associated username or the username reversed. The password must not be cisco,ocsic,or any variant obtained by changing the capitalization of the letters in word cisco. In addition,you can't substitute 1,l,or ! for i,0 for o,$ for s.
|
|
706
670
|
"""
|
|
707
671
|
return pulumi.get(self, "password")
|
|
708
672
|
|
|
@@ -803,6 +767,8 @@ class ServiceWirelessLanFeature(pulumi.CustomResource):
|
|
|
803
767
|
This resource can manage a Service Wireless LAN Feature.
|
|
804
768
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
805
769
|
|
|
770
|
+
## Example Usage
|
|
771
|
+
|
|
806
772
|
## Import
|
|
807
773
|
|
|
808
774
|
The `pulumi import` command can be used, for example:
|
|
@@ -815,17 +781,15 @@ class ServiceWirelessLanFeature(pulumi.CustomResource):
|
|
|
815
781
|
|
|
816
782
|
:param str resource_name: The name of the resource.
|
|
817
783
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
818
|
-
:param pulumi.Input[_builtins.str] country: Select country
|
|
819
|
-
|
|
820
|
-
`GH`, `GI`, `GR`, `HK`, `HR`, `HU`, `ID`, `IE`, `IL`, `IO`, `IN`, `IQ`, `IS`, `IT`, `J2`, `J4`, `JM`, `JO`, `KE`, `KN`,
|
|
821
|
-
`KW`, `KZ`, `LB`, `LI`, `LK`, `LT`, `LU`, `LV`, `LY`, `MA`, `MC`, `ME`, `MK`, `MN`, `MO`, `MT`, `MX`, `MY`, `NL`, `NO`,
|
|
822
|
-
`NZ`, `OM`, `PA`, `PE`, `PH`, `PH2`, `PK`, `PL`, `PR`, `PT`, `PY`, `QA`, `RO`, `RS`, `RU`, `SA`, `SE`, `SG`, `SI`, `SK`,
|
|
823
|
-
`TH`, `TN`, `TR`, `TW`, `UA`, `US`, `UY`, `VE`, `VN`, `ZA`
|
|
784
|
+
:param pulumi.Input[_builtins.str] country: Select country
|
|
785
|
+
- Choices: `AE`, `AR`, `AT`, `AU`, `BA`, `BB`, `BE`, `BG`, `BH`, `BN`, `BO`, `BR`, `BY`, `CA`, `CA2`, `CH`, `CL`, `CM`, `CN`, `CO`, `CR`, `CY`, `CZ`, `DE`, `DK`, `DO`, `DZ`, `EC`, `EE`, `EG`, `ES`, `FI`, `FJ`, `FR`, `GB`, `GH`, `GI`, `GR`, `HK`, `HR`, `HU`, `ID`, `IE`, `IL`, `IO`, `IN`, `IQ`, `IS`, `IT`, `J2`, `J4`, `JM`, `JO`, `KE`, `KN`, `KW`, `KZ`, `LB`, `LI`, `LK`, `LT`, `LU`, `LV`, `LY`, `MA`, `MC`, `ME`, `MK`, `MN`, `MO`, `MT`, `MX`, `MY`, `NL`, `NO`, `NZ`, `OM`, `PA`, `PE`, `PH`, `PH2`, `PK`, `PL`, `PR`, `PT`, `PY`, `QA`, `RO`, `RS`, `RU`, `SA`, `SE`, `SG`, `SI`, `SK`, `TH`, `TN`, `TR`, `TW`, `UA`, `US`, `UY`, `VE`, `VN`, `ZA`
|
|
824
786
|
:param pulumi.Input[_builtins.str] country_variable: Variable name
|
|
825
787
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
826
|
-
:param pulumi.Input[_builtins.bool] enable24g: 2.4GHz Enabled
|
|
788
|
+
:param pulumi.Input[_builtins.bool] enable24g: 2.4GHz Enabled
|
|
789
|
+
- Default value: `true`
|
|
827
790
|
:param pulumi.Input[_builtins.str] enable24g_variable: Variable name
|
|
828
|
-
:param pulumi.Input[_builtins.bool] enable5g: 5GHz Enabled
|
|
791
|
+
:param pulumi.Input[_builtins.bool] enable5g: 5GHz Enabled
|
|
792
|
+
- Default value: `true`
|
|
829
793
|
:param pulumi.Input[_builtins.str] enable5g_variable: Variable name
|
|
830
794
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
831
795
|
:param pulumi.Input[_builtins.str] me_default_gateway: Set mobile express default gateway
|
|
@@ -833,18 +797,11 @@ class ServiceWirelessLanFeature(pulumi.CustomResource):
|
|
|
833
797
|
:param pulumi.Input[_builtins.bool] me_dynamic_ip_enabled: ME management IP dynamic allocated by DHCP
|
|
834
798
|
:param pulumi.Input[_builtins.str] me_ipv4_address: Set mobile express controller address
|
|
835
799
|
:param pulumi.Input[_builtins.str] me_ipv4_address_variable: Variable name
|
|
836
|
-
:param pulumi.Input[_builtins.str] me_subnet_mask: Set mobile express controller subnet mask
|
|
837
|
-
|
|
838
|
-
`255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`,
|
|
839
|
-
`255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`,
|
|
840
|
-
`254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
800
|
+
:param pulumi.Input[_builtins.str] me_subnet_mask: Set mobile express controller subnet mask
|
|
801
|
+
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
841
802
|
:param pulumi.Input[_builtins.str] me_subnet_mask_variable: Variable name
|
|
842
803
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
843
|
-
:param pulumi.Input[_builtins.str] password: Set management password,the password must contains characters from all of the following classes,lowercase
|
|
844
|
-
letters,uppercase letters,digits,and special characters. No character in the password can be repeated more than three
|
|
845
|
-
times consecutively. The password must not be the same as the associated username or the username reversed. The password
|
|
846
|
-
must not be cisco,ocsic,or any variant obtained by changing the capitalization of the letters in word cisco. In
|
|
847
|
-
addition,you can't substitute 1,l,or ! for i,0 for o,$ for s.
|
|
804
|
+
:param pulumi.Input[_builtins.str] password: Set management password,the password must contains characters from all of the following classes,lowercase letters,uppercase letters,digits,and special characters. No character in the password can be repeated more than three times consecutively. The password must not be the same as the associated username or the username reversed. The password must not be cisco,ocsic,or any variant obtained by changing the capitalization of the letters in word cisco. In addition,you can't substitute 1,l,or ! for i,0 for o,$ for s.
|
|
848
805
|
:param pulumi.Input[_builtins.str] password_variable: Variable name
|
|
849
806
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceWirelessLanFeatureSsidArgs', 'ServiceWirelessLanFeatureSsidArgsDict']]]] ssids: Configure Wi-Fi SSID profile
|
|
850
807
|
:param pulumi.Input[_builtins.str] username: Set management username
|
|
@@ -860,6 +817,8 @@ class ServiceWirelessLanFeature(pulumi.CustomResource):
|
|
|
860
817
|
This resource can manage a Service Wireless LAN Feature.
|
|
861
818
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
862
819
|
|
|
820
|
+
## Example Usage
|
|
821
|
+
|
|
863
822
|
## Import
|
|
864
823
|
|
|
865
824
|
The `pulumi import` command can be used, for example:
|
|
@@ -982,17 +941,15 @@ class ServiceWirelessLanFeature(pulumi.CustomResource):
|
|
|
982
941
|
:param str resource_name: The unique name of the resulting resource.
|
|
983
942
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
984
943
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
985
|
-
:param pulumi.Input[_builtins.str] country: Select country
|
|
986
|
-
|
|
987
|
-
`GH`, `GI`, `GR`, `HK`, `HR`, `HU`, `ID`, `IE`, `IL`, `IO`, `IN`, `IQ`, `IS`, `IT`, `J2`, `J4`, `JM`, `JO`, `KE`, `KN`,
|
|
988
|
-
`KW`, `KZ`, `LB`, `LI`, `LK`, `LT`, `LU`, `LV`, `LY`, `MA`, `MC`, `ME`, `MK`, `MN`, `MO`, `MT`, `MX`, `MY`, `NL`, `NO`,
|
|
989
|
-
`NZ`, `OM`, `PA`, `PE`, `PH`, `PH2`, `PK`, `PL`, `PR`, `PT`, `PY`, `QA`, `RO`, `RS`, `RU`, `SA`, `SE`, `SG`, `SI`, `SK`,
|
|
990
|
-
`TH`, `TN`, `TR`, `TW`, `UA`, `US`, `UY`, `VE`, `VN`, `ZA`
|
|
944
|
+
:param pulumi.Input[_builtins.str] country: Select country
|
|
945
|
+
- Choices: `AE`, `AR`, `AT`, `AU`, `BA`, `BB`, `BE`, `BG`, `BH`, `BN`, `BO`, `BR`, `BY`, `CA`, `CA2`, `CH`, `CL`, `CM`, `CN`, `CO`, `CR`, `CY`, `CZ`, `DE`, `DK`, `DO`, `DZ`, `EC`, `EE`, `EG`, `ES`, `FI`, `FJ`, `FR`, `GB`, `GH`, `GI`, `GR`, `HK`, `HR`, `HU`, `ID`, `IE`, `IL`, `IO`, `IN`, `IQ`, `IS`, `IT`, `J2`, `J4`, `JM`, `JO`, `KE`, `KN`, `KW`, `KZ`, `LB`, `LI`, `LK`, `LT`, `LU`, `LV`, `LY`, `MA`, `MC`, `ME`, `MK`, `MN`, `MO`, `MT`, `MX`, `MY`, `NL`, `NO`, `NZ`, `OM`, `PA`, `PE`, `PH`, `PH2`, `PK`, `PL`, `PR`, `PT`, `PY`, `QA`, `RO`, `RS`, `RU`, `SA`, `SE`, `SG`, `SI`, `SK`, `TH`, `TN`, `TR`, `TW`, `UA`, `US`, `UY`, `VE`, `VN`, `ZA`
|
|
991
946
|
:param pulumi.Input[_builtins.str] country_variable: Variable name
|
|
992
947
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
993
|
-
:param pulumi.Input[_builtins.bool] enable24g: 2.4GHz Enabled
|
|
948
|
+
:param pulumi.Input[_builtins.bool] enable24g: 2.4GHz Enabled
|
|
949
|
+
- Default value: `true`
|
|
994
950
|
:param pulumi.Input[_builtins.str] enable24g_variable: Variable name
|
|
995
|
-
:param pulumi.Input[_builtins.bool] enable5g: 5GHz Enabled
|
|
951
|
+
:param pulumi.Input[_builtins.bool] enable5g: 5GHz Enabled
|
|
952
|
+
- Default value: `true`
|
|
996
953
|
:param pulumi.Input[_builtins.str] enable5g_variable: Variable name
|
|
997
954
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
998
955
|
:param pulumi.Input[_builtins.str] me_default_gateway: Set mobile express default gateway
|
|
@@ -1000,18 +957,11 @@ class ServiceWirelessLanFeature(pulumi.CustomResource):
|
|
|
1000
957
|
:param pulumi.Input[_builtins.bool] me_dynamic_ip_enabled: ME management IP dynamic allocated by DHCP
|
|
1001
958
|
:param pulumi.Input[_builtins.str] me_ipv4_address: Set mobile express controller address
|
|
1002
959
|
:param pulumi.Input[_builtins.str] me_ipv4_address_variable: Variable name
|
|
1003
|
-
:param pulumi.Input[_builtins.str] me_subnet_mask: Set mobile express controller subnet mask
|
|
1004
|
-
|
|
1005
|
-
`255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`,
|
|
1006
|
-
`255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`,
|
|
1007
|
-
`254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
960
|
+
:param pulumi.Input[_builtins.str] me_subnet_mask: Set mobile express controller subnet mask
|
|
961
|
+
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
1008
962
|
:param pulumi.Input[_builtins.str] me_subnet_mask_variable: Variable name
|
|
1009
963
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
1010
|
-
:param pulumi.Input[_builtins.str] password: Set management password,the password must contains characters from all of the following classes,lowercase
|
|
1011
|
-
letters,uppercase letters,digits,and special characters. No character in the password can be repeated more than three
|
|
1012
|
-
times consecutively. The password must not be the same as the associated username or the username reversed. The password
|
|
1013
|
-
must not be cisco,ocsic,or any variant obtained by changing the capitalization of the letters in word cisco. In
|
|
1014
|
-
addition,you can't substitute 1,l,or ! for i,0 for o,$ for s.
|
|
964
|
+
:param pulumi.Input[_builtins.str] password: Set management password,the password must contains characters from all of the following classes,lowercase letters,uppercase letters,digits,and special characters. No character in the password can be repeated more than three times consecutively. The password must not be the same as the associated username or the username reversed. The password must not be cisco,ocsic,or any variant obtained by changing the capitalization of the letters in word cisco. In addition,you can't substitute 1,l,or ! for i,0 for o,$ for s.
|
|
1015
965
|
:param pulumi.Input[_builtins.str] password_variable: Variable name
|
|
1016
966
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceWirelessLanFeatureSsidArgs', 'ServiceWirelessLanFeatureSsidArgsDict']]]] ssids: Configure Wi-Fi SSID profile
|
|
1017
967
|
:param pulumi.Input[_builtins.str] username: Set management username
|
|
@@ -1050,12 +1000,8 @@ class ServiceWirelessLanFeature(pulumi.CustomResource):
|
|
|
1050
1000
|
@pulumi.getter
|
|
1051
1001
|
def country(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1052
1002
|
"""
|
|
1053
|
-
Select country
|
|
1054
|
-
|
|
1055
|
-
`GH`, `GI`, `GR`, `HK`, `HR`, `HU`, `ID`, `IE`, `IL`, `IO`, `IN`, `IQ`, `IS`, `IT`, `J2`, `J4`, `JM`, `JO`, `KE`, `KN`,
|
|
1056
|
-
`KW`, `KZ`, `LB`, `LI`, `LK`, `LT`, `LU`, `LV`, `LY`, `MA`, `MC`, `ME`, `MK`, `MN`, `MO`, `MT`, `MX`, `MY`, `NL`, `NO`,
|
|
1057
|
-
`NZ`, `OM`, `PA`, `PE`, `PH`, `PH2`, `PK`, `PL`, `PR`, `PT`, `PY`, `QA`, `RO`, `RS`, `RU`, `SA`, `SE`, `SG`, `SI`, `SK`,
|
|
1058
|
-
`TH`, `TN`, `TR`, `TW`, `UA`, `US`, `UY`, `VE`, `VN`, `ZA`
|
|
1003
|
+
Select country
|
|
1004
|
+
- Choices: `AE`, `AR`, `AT`, `AU`, `BA`, `BB`, `BE`, `BG`, `BH`, `BN`, `BO`, `BR`, `BY`, `CA`, `CA2`, `CH`, `CL`, `CM`, `CN`, `CO`, `CR`, `CY`, `CZ`, `DE`, `DK`, `DO`, `DZ`, `EC`, `EE`, `EG`, `ES`, `FI`, `FJ`, `FR`, `GB`, `GH`, `GI`, `GR`, `HK`, `HR`, `HU`, `ID`, `IE`, `IL`, `IO`, `IN`, `IQ`, `IS`, `IT`, `J2`, `J4`, `JM`, `JO`, `KE`, `KN`, `KW`, `KZ`, `LB`, `LI`, `LK`, `LT`, `LU`, `LV`, `LY`, `MA`, `MC`, `ME`, `MK`, `MN`, `MO`, `MT`, `MX`, `MY`, `NL`, `NO`, `NZ`, `OM`, `PA`, `PE`, `PH`, `PH2`, `PK`, `PL`, `PR`, `PT`, `PY`, `QA`, `RO`, `RS`, `RU`, `SA`, `SE`, `SG`, `SI`, `SK`, `TH`, `TN`, `TR`, `TW`, `UA`, `US`, `UY`, `VE`, `VN`, `ZA`
|
|
1059
1005
|
"""
|
|
1060
1006
|
return pulumi.get(self, "country")
|
|
1061
1007
|
|
|
@@ -1079,7 +1025,8 @@ class ServiceWirelessLanFeature(pulumi.CustomResource):
|
|
|
1079
1025
|
@pulumi.getter
|
|
1080
1026
|
def enable24g(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
1081
1027
|
"""
|
|
1082
|
-
2.4GHz Enabled
|
|
1028
|
+
2.4GHz Enabled
|
|
1029
|
+
- Default value: `true`
|
|
1083
1030
|
"""
|
|
1084
1031
|
return pulumi.get(self, "enable24g")
|
|
1085
1032
|
|
|
@@ -1095,7 +1042,8 @@ class ServiceWirelessLanFeature(pulumi.CustomResource):
|
|
|
1095
1042
|
@pulumi.getter
|
|
1096
1043
|
def enable5g(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
1097
1044
|
"""
|
|
1098
|
-
5GHz Enabled
|
|
1045
|
+
5GHz Enabled
|
|
1046
|
+
- Default value: `true`
|
|
1099
1047
|
"""
|
|
1100
1048
|
return pulumi.get(self, "enable5g")
|
|
1101
1049
|
|
|
@@ -1159,11 +1107,8 @@ class ServiceWirelessLanFeature(pulumi.CustomResource):
|
|
|
1159
1107
|
@pulumi.getter(name="meSubnetMask")
|
|
1160
1108
|
def me_subnet_mask(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1161
1109
|
"""
|
|
1162
|
-
Set mobile express controller subnet mask
|
|
1163
|
-
|
|
1164
|
-
`255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`,
|
|
1165
|
-
`255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`,
|
|
1166
|
-
`254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
1110
|
+
Set mobile express controller subnet mask
|
|
1111
|
+
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
1167
1112
|
"""
|
|
1168
1113
|
return pulumi.get(self, "me_subnet_mask")
|
|
1169
1114
|
|
|
@@ -1187,11 +1132,7 @@ class ServiceWirelessLanFeature(pulumi.CustomResource):
|
|
|
1187
1132
|
@pulumi.getter
|
|
1188
1133
|
def password(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1189
1134
|
"""
|
|
1190
|
-
Set management password,the password must contains characters from all of the following classes,lowercase
|
|
1191
|
-
letters,uppercase letters,digits,and special characters. No character in the password can be repeated more than three
|
|
1192
|
-
times consecutively. The password must not be the same as the associated username or the username reversed. The password
|
|
1193
|
-
must not be cisco,ocsic,or any variant obtained by changing the capitalization of the letters in word cisco. In
|
|
1194
|
-
addition,you can't substitute 1,l,or ! for i,0 for o,$ for s.
|
|
1135
|
+
Set management password,the password must contains characters from all of the following classes,lowercase letters,uppercase letters,digits,and special characters. No character in the password can be repeated more than three times consecutively. The password must not be the same as the associated username or the username reversed. The password must not be cisco,ocsic,or any variant obtained by changing the capitalization of the letters in word cisco. In addition,you can't substitute 1,l,or ! for i,0 for o,$ for s.
|
|
1195
1136
|
"""
|
|
1196
1137
|
return pulumi.get(self, "password")
|
|
1197
1138
|
|
|
@@ -125,6 +125,8 @@ class SiteListPolicyObject(pulumi.CustomResource):
|
|
|
125
125
|
"""
|
|
126
126
|
This resource can manage a Site List Policy Object .
|
|
127
127
|
|
|
128
|
+
## Example Usage
|
|
129
|
+
|
|
128
130
|
## Import
|
|
129
131
|
|
|
130
132
|
The `pulumi import` command can be used, for example:
|
|
@@ -147,6 +149,8 @@ class SiteListPolicyObject(pulumi.CustomResource):
|
|
|
147
149
|
"""
|
|
148
150
|
This resource can manage a Site List Policy Object .
|
|
149
151
|
|
|
152
|
+
## Example Usage
|
|
153
|
+
|
|
150
154
|
## Import
|
|
151
155
|
|
|
152
156
|
The `pulumi import` command can be used, for example:
|