sdwan.ServiceWirelessLanFeature
Explore with Pulumi AI
This resource can manage a Service Wireless LAN Feature.
- Minimum SD-WAN Manager version:
20.12.0
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.ServiceWirelessLanFeature;
import com.pulumi.sdwan.ServiceWirelessLanFeatureArgs;
import com.pulumi.sdwan.inputs.ServiceWirelessLanFeatureSsidArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new ServiceWirelessLanFeature("example", ServiceWirelessLanFeatureArgs.builder()
.name("Example")
.description("My Example")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.enable24g(true)
.enable5g(true)
.ssids(ServiceWirelessLanFeatureSsidArgs.builder()
.ssid_name("SSID_1")
.admin_state(true)
.broadcast_ssid(true)
.vlan_id(1)
.radio_type("all")
.security_type("personal")
.passphrase("MyPassword123")
.qos_profile("silver")
.build())
.country("GB")
.username("user1")
.password("Test@316s13")
.meDynamicIpEnabled(true)
.build());
}
}
resources:
example:
type: sdwan:ServiceWirelessLanFeature
properties:
name: Example
description: My Example
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
enable24g: true
enable5g: true
ssids:
- ssid_name: SSID_1
admin_state: true
broadcast_ssid: true
vlan_id: 1
radio_type: all
security_type: personal
passphrase: MyPassword123
qos_profile: silver
country: GB
username: user1
password: Test@316s13
meDynamicIpEnabled: true
Create ServiceWirelessLanFeature Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ServiceWirelessLanFeature(name: string, args: ServiceWirelessLanFeatureArgs, opts?: CustomResourceOptions);
@overload
def ServiceWirelessLanFeature(resource_name: str,
args: ServiceWirelessLanFeatureArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ServiceWirelessLanFeature(resource_name: str,
opts: Optional[ResourceOptions] = None,
feature_profile_id: Optional[str] = None,
ssids: Optional[Sequence[ServiceWirelessLanFeatureSsidArgs]] = None,
me_dynamic_ip_enabled: Optional[bool] = None,
enable5g: Optional[bool] = None,
me_ipv4_address_variable: Optional[str] = None,
country: Optional[str] = None,
enable5g_variable: Optional[str] = None,
enable24g: Optional[bool] = None,
me_default_gateway: Optional[str] = None,
me_default_gateway_variable: Optional[str] = None,
description: Optional[str] = None,
me_ipv4_address: Optional[str] = None,
enable24g_variable: Optional[str] = None,
me_subnet_mask: Optional[str] = None,
me_subnet_mask_variable: Optional[str] = None,
name: Optional[str] = None,
password: Optional[str] = None,
password_variable: Optional[str] = None,
country_variable: Optional[str] = None,
username: Optional[str] = None,
username_variable: Optional[str] = None)
func NewServiceWirelessLanFeature(ctx *Context, name string, args ServiceWirelessLanFeatureArgs, opts ...ResourceOption) (*ServiceWirelessLanFeature, error)
public ServiceWirelessLanFeature(string name, ServiceWirelessLanFeatureArgs args, CustomResourceOptions? opts = null)
public ServiceWirelessLanFeature(String name, ServiceWirelessLanFeatureArgs args)
public ServiceWirelessLanFeature(String name, ServiceWirelessLanFeatureArgs args, CustomResourceOptions options)
type: sdwan:ServiceWirelessLanFeature
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ServiceWirelessLanFeatureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ServiceWirelessLanFeatureArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ServiceWirelessLanFeatureArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ServiceWirelessLanFeatureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ServiceWirelessLanFeatureArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var serviceWirelessLanFeatureResource = new Sdwan.ServiceWirelessLanFeature("serviceWirelessLanFeatureResource", new()
{
FeatureProfileId = "string",
Ssids = new[]
{
new Sdwan.Inputs.ServiceWirelessLanFeatureSsidArgs
{
AdminState = false,
AdminStateVariable = "string",
BroadcastSsid = false,
BroadcastSsidVariable = "string",
Passphrase = "string",
PassphraseVariable = "string",
QosProfile = "string",
QosProfileVariable = "string",
RadioType = "string",
RadioTypeVariable = "string",
RadiusServerIp = "string",
RadiusServerIpVariable = "string",
RadiusServerPort = 0,
RadiusServerPortVariable = "string",
RadiusServerSecret = "string",
RadiusServerSecretVariable = "string",
SecurityType = "string",
SsidName = "string",
VlanId = 0,
VlanIdVariable = "string",
},
},
MeDynamicIpEnabled = false,
Enable5g = false,
MeIpv4AddressVariable = "string",
Country = "string",
Enable5gVariable = "string",
Enable24g = false,
MeDefaultGateway = "string",
MeDefaultGatewayVariable = "string",
Description = "string",
MeIpv4Address = "string",
Enable24gVariable = "string",
MeSubnetMask = "string",
MeSubnetMaskVariable = "string",
Name = "string",
Password = "string",
PasswordVariable = "string",
CountryVariable = "string",
Username = "string",
UsernameVariable = "string",
});
example, err := sdwan.NewServiceWirelessLanFeature(ctx, "serviceWirelessLanFeatureResource", &sdwan.ServiceWirelessLanFeatureArgs{
FeatureProfileId: pulumi.String("string"),
Ssids: sdwan.ServiceWirelessLanFeatureSsidArray{
&sdwan.ServiceWirelessLanFeatureSsidArgs{
AdminState: pulumi.Bool(false),
AdminStateVariable: pulumi.String("string"),
BroadcastSsid: pulumi.Bool(false),
BroadcastSsidVariable: pulumi.String("string"),
Passphrase: pulumi.String("string"),
PassphraseVariable: pulumi.String("string"),
QosProfile: pulumi.String("string"),
QosProfileVariable: pulumi.String("string"),
RadioType: pulumi.String("string"),
RadioTypeVariable: pulumi.String("string"),
RadiusServerIp: pulumi.String("string"),
RadiusServerIpVariable: pulumi.String("string"),
RadiusServerPort: pulumi.Int(0),
RadiusServerPortVariable: pulumi.String("string"),
RadiusServerSecret: pulumi.String("string"),
RadiusServerSecretVariable: pulumi.String("string"),
SecurityType: pulumi.String("string"),
SsidName: pulumi.String("string"),
VlanId: pulumi.Int(0),
VlanIdVariable: pulumi.String("string"),
},
},
MeDynamicIpEnabled: pulumi.Bool(false),
Enable5g: pulumi.Bool(false),
MeIpv4AddressVariable: pulumi.String("string"),
Country: pulumi.String("string"),
Enable5gVariable: pulumi.String("string"),
Enable24g: pulumi.Bool(false),
MeDefaultGateway: pulumi.String("string"),
MeDefaultGatewayVariable: pulumi.String("string"),
Description: pulumi.String("string"),
MeIpv4Address: pulumi.String("string"),
Enable24gVariable: pulumi.String("string"),
MeSubnetMask: pulumi.String("string"),
MeSubnetMaskVariable: pulumi.String("string"),
Name: pulumi.String("string"),
Password: pulumi.String("string"),
PasswordVariable: pulumi.String("string"),
CountryVariable: pulumi.String("string"),
Username: pulumi.String("string"),
UsernameVariable: pulumi.String("string"),
})
var serviceWirelessLanFeatureResource = new ServiceWirelessLanFeature("serviceWirelessLanFeatureResource", ServiceWirelessLanFeatureArgs.builder()
.featureProfileId("string")
.ssids(ServiceWirelessLanFeatureSsidArgs.builder()
.adminState(false)
.adminStateVariable("string")
.broadcastSsid(false)
.broadcastSsidVariable("string")
.passphrase("string")
.passphraseVariable("string")
.qosProfile("string")
.qosProfileVariable("string")
.radioType("string")
.radioTypeVariable("string")
.radiusServerIp("string")
.radiusServerIpVariable("string")
.radiusServerPort(0)
.radiusServerPortVariable("string")
.radiusServerSecret("string")
.radiusServerSecretVariable("string")
.securityType("string")
.ssidName("string")
.vlanId(0)
.vlanIdVariable("string")
.build())
.meDynamicIpEnabled(false)
.enable5g(false)
.meIpv4AddressVariable("string")
.country("string")
.enable5gVariable("string")
.enable24g(false)
.meDefaultGateway("string")
.meDefaultGatewayVariable("string")
.description("string")
.meIpv4Address("string")
.enable24gVariable("string")
.meSubnetMask("string")
.meSubnetMaskVariable("string")
.name("string")
.password("string")
.passwordVariable("string")
.countryVariable("string")
.username("string")
.usernameVariable("string")
.build());
service_wireless_lan_feature_resource = sdwan.ServiceWirelessLanFeature("serviceWirelessLanFeatureResource",
feature_profile_id="string",
ssids=[{
"admin_state": False,
"admin_state_variable": "string",
"broadcast_ssid": False,
"broadcast_ssid_variable": "string",
"passphrase": "string",
"passphrase_variable": "string",
"qos_profile": "string",
"qos_profile_variable": "string",
"radio_type": "string",
"radio_type_variable": "string",
"radius_server_ip": "string",
"radius_server_ip_variable": "string",
"radius_server_port": 0,
"radius_server_port_variable": "string",
"radius_server_secret": "string",
"radius_server_secret_variable": "string",
"security_type": "string",
"ssid_name": "string",
"vlan_id": 0,
"vlan_id_variable": "string",
}],
me_dynamic_ip_enabled=False,
enable5g=False,
me_ipv4_address_variable="string",
country="string",
enable5g_variable="string",
enable24g=False,
me_default_gateway="string",
me_default_gateway_variable="string",
description="string",
me_ipv4_address="string",
enable24g_variable="string",
me_subnet_mask="string",
me_subnet_mask_variable="string",
name="string",
password="string",
password_variable="string",
country_variable="string",
username="string",
username_variable="string")
const serviceWirelessLanFeatureResource = new sdwan.ServiceWirelessLanFeature("serviceWirelessLanFeatureResource", {
featureProfileId: "string",
ssids: [{
adminState: false,
adminStateVariable: "string",
broadcastSsid: false,
broadcastSsidVariable: "string",
passphrase: "string",
passphraseVariable: "string",
qosProfile: "string",
qosProfileVariable: "string",
radioType: "string",
radioTypeVariable: "string",
radiusServerIp: "string",
radiusServerIpVariable: "string",
radiusServerPort: 0,
radiusServerPortVariable: "string",
radiusServerSecret: "string",
radiusServerSecretVariable: "string",
securityType: "string",
ssidName: "string",
vlanId: 0,
vlanIdVariable: "string",
}],
meDynamicIpEnabled: false,
enable5g: false,
meIpv4AddressVariable: "string",
country: "string",
enable5gVariable: "string",
enable24g: false,
meDefaultGateway: "string",
meDefaultGatewayVariable: "string",
description: "string",
meIpv4Address: "string",
enable24gVariable: "string",
meSubnetMask: "string",
meSubnetMaskVariable: "string",
name: "string",
password: "string",
passwordVariable: "string",
countryVariable: "string",
username: "string",
usernameVariable: "string",
});
type: sdwan:ServiceWirelessLanFeature
properties:
country: string
countryVariable: string
description: string
enable5g: false
enable5gVariable: string
enable24g: false
enable24gVariable: string
featureProfileId: string
meDefaultGateway: string
meDefaultGatewayVariable: string
meDynamicIpEnabled: false
meIpv4Address: string
meIpv4AddressVariable: string
meSubnetMask: string
meSubnetMaskVariable: string
name: string
password: string
passwordVariable: string
ssids:
- adminState: false
adminStateVariable: string
broadcastSsid: false
broadcastSsidVariable: string
passphrase: string
passphraseVariable: string
qosProfile: string
qosProfileVariable: string
radioType: string
radioTypeVariable: string
radiusServerIp: string
radiusServerIpVariable: string
radiusServerPort: 0
radiusServerPortVariable: string
radiusServerSecret: string
radiusServerSecretVariable: string
securityType: string
ssidName: string
vlanId: 0
vlanIdVariable: string
username: string
usernameVariable: string
ServiceWirelessLanFeature Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ServiceWirelessLanFeature resource accepts the following input properties:
- Feature
Profile stringId - Feature Profile ID
- Me
Dynamic boolIp Enabled - ME management IP dynamic allocated by DHCP
- Ssids
List<Service
Wireless Lan Feature Ssid> - Configure Wi-Fi SSID profile
- Country string
- Select country - 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
- Country
Variable string - Variable name
- Description string
- The description of the Feature
- Enable24g bool
- 2.4GHz Enabled - Default value:
true
- Enable24g
Variable string - Variable name
- Enable5g bool
- 5GHz Enabled - Default value:
true
- Enable5g
Variable string - Variable name
- Me
Default stringGateway - Set mobile express default gateway
- Me
Default stringGateway Variable - Variable name
- Me
Ipv4Address string - Set mobile express controller address
- Me
Ipv4Address stringVariable - Variable name
- Me
Subnet stringMask - Set mobile express controller subnet mask - 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
- Me
Subnet stringMask Variable - Variable name
- Name string
- The name of the Feature
- Password string
- 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.
- Password
Variable string - Variable name
- Username string
- Set management username
- Username
Variable string - Variable name
- Feature
Profile stringId - Feature Profile ID
- Me
Dynamic boolIp Enabled - ME management IP dynamic allocated by DHCP
- Ssids
[]Service
Wireless Lan Feature Ssid Args - Configure Wi-Fi SSID profile
- Country string
- Select country - 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
- Country
Variable string - Variable name
- Description string
- The description of the Feature
- Enable24g bool
- 2.4GHz Enabled - Default value:
true
- Enable24g
Variable string - Variable name
- Enable5g bool
- 5GHz Enabled - Default value:
true
- Enable5g
Variable string - Variable name
- Me
Default stringGateway - Set mobile express default gateway
- Me
Default stringGateway Variable - Variable name
- Me
Ipv4Address string - Set mobile express controller address
- Me
Ipv4Address stringVariable - Variable name
- Me
Subnet stringMask - Set mobile express controller subnet mask - 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
- Me
Subnet stringMask Variable - Variable name
- Name string
- The name of the Feature
- Password string
- 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.
- Password
Variable string - Variable name
- Username string
- Set management username
- Username
Variable string - Variable name
- feature
Profile StringId - Feature Profile ID
- me
Dynamic BooleanIp Enabled - ME management IP dynamic allocated by DHCP
- ssids
List<Service
Wireless Lan Feature Ssid> - Configure Wi-Fi SSID profile
- country String
- Select country - 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
- country
Variable String - Variable name
- description String
- The description of the Feature
- enable24g Boolean
- 2.4GHz Enabled - Default value:
true
- enable24g
Variable String - Variable name
- enable5g Boolean
- 5GHz Enabled - Default value:
true
- enable5g
Variable String - Variable name
- me
Default StringGateway - Set mobile express default gateway
- me
Default StringGateway Variable - Variable name
- me
Ipv4Address String - Set mobile express controller address
- me
Ipv4Address StringVariable - Variable name
- me
Subnet StringMask - Set mobile express controller subnet mask - 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
- me
Subnet StringMask Variable - Variable name
- name String
- The name of the Feature
- password String
- 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.
- password
Variable String - Variable name
- username String
- Set management username
- username
Variable String - Variable name
- feature
Profile stringId - Feature Profile ID
- me
Dynamic booleanIp Enabled - ME management IP dynamic allocated by DHCP
- ssids
Service
Wireless Lan Feature Ssid[] - Configure Wi-Fi SSID profile
- country string
- Select country - 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
- country
Variable string - Variable name
- description string
- The description of the Feature
- enable24g boolean
- 2.4GHz Enabled - Default value:
true
- enable24g
Variable string - Variable name
- enable5g boolean
- 5GHz Enabled - Default value:
true
- enable5g
Variable string - Variable name
- me
Default stringGateway - Set mobile express default gateway
- me
Default stringGateway Variable - Variable name
- me
Ipv4Address string - Set mobile express controller address
- me
Ipv4Address stringVariable - Variable name
- me
Subnet stringMask - Set mobile express controller subnet mask - 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
- me
Subnet stringMask Variable - Variable name
- name string
- The name of the Feature
- password string
- 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.
- password
Variable string - Variable name
- username string
- Set management username
- username
Variable string - Variable name
- feature_
profile_ strid - Feature Profile ID
- me_
dynamic_ boolip_ enabled - ME management IP dynamic allocated by DHCP
- ssids
Sequence[Service
Wireless Lan Feature Ssid Args] - Configure Wi-Fi SSID profile
- country str
- Select country - 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
- country_
variable str - Variable name
- description str
- The description of the Feature
- enable24g bool
- 2.4GHz Enabled - Default value:
true
- enable24g_
variable str - Variable name
- enable5g bool
- 5GHz Enabled - Default value:
true
- enable5g_
variable str - Variable name
- me_
default_ strgateway - Set mobile express default gateway
- me_
default_ strgateway_ variable - Variable name
- me_
ipv4_ straddress - Set mobile express controller address
- me_
ipv4_ straddress_ variable - Variable name
- me_
subnet_ strmask - Set mobile express controller subnet mask - 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
- me_
subnet_ strmask_ variable - Variable name
- name str
- The name of the Feature
- password str
- 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.
- password_
variable str - Variable name
- username str
- Set management username
- username_
variable str - Variable name
- feature
Profile StringId - Feature Profile ID
- me
Dynamic BooleanIp Enabled - ME management IP dynamic allocated by DHCP
- ssids List<Property Map>
- Configure Wi-Fi SSID profile
- country String
- Select country - 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
- country
Variable String - Variable name
- description String
- The description of the Feature
- enable24g Boolean
- 2.4GHz Enabled - Default value:
true
- enable24g
Variable String - Variable name
- enable5g Boolean
- 5GHz Enabled - Default value:
true
- enable5g
Variable String - Variable name
- me
Default StringGateway - Set mobile express default gateway
- me
Default StringGateway Variable - Variable name
- me
Ipv4Address String - Set mobile express controller address
- me
Ipv4Address StringVariable - Variable name
- me
Subnet StringMask - Set mobile express controller subnet mask - 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
- me
Subnet StringMask Variable - Variable name
- name String
- The name of the Feature
- password String
- 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.
- password
Variable String - Variable name
- username String
- Set management username
- username
Variable String - Variable name
Outputs
All input properties are implicitly available as output properties. Additionally, the ServiceWirelessLanFeature resource produces the following output properties:
Look up Existing ServiceWirelessLanFeature Resource
Get an existing ServiceWirelessLanFeature resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ServiceWirelessLanFeatureState, opts?: CustomResourceOptions): ServiceWirelessLanFeature
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
country: Optional[str] = None,
country_variable: Optional[str] = None,
description: Optional[str] = None,
enable24g: Optional[bool] = None,
enable24g_variable: Optional[str] = None,
enable5g: Optional[bool] = None,
enable5g_variable: Optional[str] = None,
feature_profile_id: Optional[str] = None,
me_default_gateway: Optional[str] = None,
me_default_gateway_variable: Optional[str] = None,
me_dynamic_ip_enabled: Optional[bool] = None,
me_ipv4_address: Optional[str] = None,
me_ipv4_address_variable: Optional[str] = None,
me_subnet_mask: Optional[str] = None,
me_subnet_mask_variable: Optional[str] = None,
name: Optional[str] = None,
password: Optional[str] = None,
password_variable: Optional[str] = None,
ssids: Optional[Sequence[ServiceWirelessLanFeatureSsidArgs]] = None,
username: Optional[str] = None,
username_variable: Optional[str] = None,
version: Optional[int] = None) -> ServiceWirelessLanFeature
func GetServiceWirelessLanFeature(ctx *Context, name string, id IDInput, state *ServiceWirelessLanFeatureState, opts ...ResourceOption) (*ServiceWirelessLanFeature, error)
public static ServiceWirelessLanFeature Get(string name, Input<string> id, ServiceWirelessLanFeatureState? state, CustomResourceOptions? opts = null)
public static ServiceWirelessLanFeature get(String name, Output<String> id, ServiceWirelessLanFeatureState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Country string
- Select country - 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
- Country
Variable string - Variable name
- Description string
- The description of the Feature
- Enable24g bool
- 2.4GHz Enabled - Default value:
true
- Enable24g
Variable string - Variable name
- Enable5g bool
- 5GHz Enabled - Default value:
true
- Enable5g
Variable string - Variable name
- Feature
Profile stringId - Feature Profile ID
- Me
Default stringGateway - Set mobile express default gateway
- Me
Default stringGateway Variable - Variable name
- Me
Dynamic boolIp Enabled - ME management IP dynamic allocated by DHCP
- Me
Ipv4Address string - Set mobile express controller address
- Me
Ipv4Address stringVariable - Variable name
- Me
Subnet stringMask - Set mobile express controller subnet mask - 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
- Me
Subnet stringMask Variable - Variable name
- Name string
- The name of the Feature
- Password string
- 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.
- Password
Variable string - Variable name
- Ssids
List<Service
Wireless Lan Feature Ssid> - Configure Wi-Fi SSID profile
- Username string
- Set management username
- Username
Variable string - Variable name
- Version int
- The version of the Feature
- Country string
- Select country - 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
- Country
Variable string - Variable name
- Description string
- The description of the Feature
- Enable24g bool
- 2.4GHz Enabled - Default value:
true
- Enable24g
Variable string - Variable name
- Enable5g bool
- 5GHz Enabled - Default value:
true
- Enable5g
Variable string - Variable name
- Feature
Profile stringId - Feature Profile ID
- Me
Default stringGateway - Set mobile express default gateway
- Me
Default stringGateway Variable - Variable name
- Me
Dynamic boolIp Enabled - ME management IP dynamic allocated by DHCP
- Me
Ipv4Address string - Set mobile express controller address
- Me
Ipv4Address stringVariable - Variable name
- Me
Subnet stringMask - Set mobile express controller subnet mask - 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
- Me
Subnet stringMask Variable - Variable name
- Name string
- The name of the Feature
- Password string
- 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.
- Password
Variable string - Variable name
- Ssids
[]Service
Wireless Lan Feature Ssid Args - Configure Wi-Fi SSID profile
- Username string
- Set management username
- Username
Variable string - Variable name
- Version int
- The version of the Feature
- country String
- Select country - 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
- country
Variable String - Variable name
- description String
- The description of the Feature
- enable24g Boolean
- 2.4GHz Enabled - Default value:
true
- enable24g
Variable String - Variable name
- enable5g Boolean
- 5GHz Enabled - Default value:
true
- enable5g
Variable String - Variable name
- feature
Profile StringId - Feature Profile ID
- me
Default StringGateway - Set mobile express default gateway
- me
Default StringGateway Variable - Variable name
- me
Dynamic BooleanIp Enabled - ME management IP dynamic allocated by DHCP
- me
Ipv4Address String - Set mobile express controller address
- me
Ipv4Address StringVariable - Variable name
- me
Subnet StringMask - Set mobile express controller subnet mask - 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
- me
Subnet StringMask Variable - Variable name
- name String
- The name of the Feature
- password String
- 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.
- password
Variable String - Variable name
- ssids
List<Service
Wireless Lan Feature Ssid> - Configure Wi-Fi SSID profile
- username String
- Set management username
- username
Variable String - Variable name
- version Integer
- The version of the Feature
- country string
- Select country - 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
- country
Variable string - Variable name
- description string
- The description of the Feature
- enable24g boolean
- 2.4GHz Enabled - Default value:
true
- enable24g
Variable string - Variable name
- enable5g boolean
- 5GHz Enabled - Default value:
true
- enable5g
Variable string - Variable name
- feature
Profile stringId - Feature Profile ID
- me
Default stringGateway - Set mobile express default gateway
- me
Default stringGateway Variable - Variable name
- me
Dynamic booleanIp Enabled - ME management IP dynamic allocated by DHCP
- me
Ipv4Address string - Set mobile express controller address
- me
Ipv4Address stringVariable - Variable name
- me
Subnet stringMask - Set mobile express controller subnet mask - 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
- me
Subnet stringMask Variable - Variable name
- name string
- The name of the Feature
- password string
- 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.
- password
Variable string - Variable name
- ssids
Service
Wireless Lan Feature Ssid[] - Configure Wi-Fi SSID profile
- username string
- Set management username
- username
Variable string - Variable name
- version number
- The version of the Feature
- country str
- Select country - 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
- country_
variable str - Variable name
- description str
- The description of the Feature
- enable24g bool
- 2.4GHz Enabled - Default value:
true
- enable24g_
variable str - Variable name
- enable5g bool
- 5GHz Enabled - Default value:
true
- enable5g_
variable str - Variable name
- feature_
profile_ strid - Feature Profile ID
- me_
default_ strgateway - Set mobile express default gateway
- me_
default_ strgateway_ variable - Variable name
- me_
dynamic_ boolip_ enabled - ME management IP dynamic allocated by DHCP
- me_
ipv4_ straddress - Set mobile express controller address
- me_
ipv4_ straddress_ variable - Variable name
- me_
subnet_ strmask - Set mobile express controller subnet mask - 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
- me_
subnet_ strmask_ variable - Variable name
- name str
- The name of the Feature
- password str
- 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.
- password_
variable str - Variable name
- ssids
Sequence[Service
Wireless Lan Feature Ssid Args] - Configure Wi-Fi SSID profile
- username str
- Set management username
- username_
variable str - Variable name
- version int
- The version of the Feature
- country String
- Select country - 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
- country
Variable String - Variable name
- description String
- The description of the Feature
- enable24g Boolean
- 2.4GHz Enabled - Default value:
true
- enable24g
Variable String - Variable name
- enable5g Boolean
- 5GHz Enabled - Default value:
true
- enable5g
Variable String - Variable name
- feature
Profile StringId - Feature Profile ID
- me
Default StringGateway - Set mobile express default gateway
- me
Default StringGateway Variable - Variable name
- me
Dynamic BooleanIp Enabled - ME management IP dynamic allocated by DHCP
- me
Ipv4Address String - Set mobile express controller address
- me
Ipv4Address StringVariable - Variable name
- me
Subnet StringMask - Set mobile express controller subnet mask - 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
- me
Subnet StringMask Variable - Variable name
- name String
- The name of the Feature
- password String
- 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.
- password
Variable String - Variable name
- ssids List<Property Map>
- Configure Wi-Fi SSID profile
- username String
- Set management username
- username
Variable String - Variable name
- version Number
- The version of the Feature
Supporting Types
ServiceWirelessLanFeatureSsid, ServiceWirelessLanFeatureSsidArgs
- Admin
State bool - Set admin state
- Default value:
true
- Default value:
- Admin
State stringVariable - Variable name
- Broadcast
Ssid bool - Enable broadcast SSID
- Default value:
true
- Default value:
- Broadcast
Ssid stringVariable - Variable name
- Passphrase string
- Set passphrase, Attribute conditional on
security_type
being equal topersonal
- Passphrase
Variable string - Variable name
- Qos
Profile string - Select QoS profile
- Choices:
platinum
,gold
,silver
,bronze
- Default value:
silver
- Choices:
- Qos
Profile stringVariable - Variable name
- Radio
Type string - Select radio type
- Choices:
24ghz
,5ghz
,all
- Default value:
all
- Choices:
- Radio
Type stringVariable - Variable name
- Radius
Server stringIp - Set RADIUS server IP, Attribute conditional on
security_type
being equal toenterprise
- Radius
Server stringIp Variable - Variable name
- Radius
Server intPort - Set RADIUS server authentication port, Attribute conditional on
security_type
being equal toenterprise
- Range:
1
-65535
- Default value:
1812
- Range:
- Radius
Server stringPort Variable - Variable name
- Radius
Server stringSecret - Set RADIUS server shared secret, Attribute conditional on
security_type
being equal toenterprise
- Radius
Server stringSecret Variable - Variable name
- Security
Type string - Select security type
- Choices:
enterprise
,personal
,open
- Choices:
- Ssid
Name string - Configure wlan SSID
- Vlan
Id int - Set VLAN ID
- Range:
1
-4094
- Range:
- Vlan
Id stringVariable - Variable name
- Admin
State bool - Set admin state
- Default value:
true
- Default value:
- Admin
State stringVariable - Variable name
- Broadcast
Ssid bool - Enable broadcast SSID
- Default value:
true
- Default value:
- Broadcast
Ssid stringVariable - Variable name
- Passphrase string
- Set passphrase, Attribute conditional on
security_type
being equal topersonal
- Passphrase
Variable string - Variable name
- Qos
Profile string - Select QoS profile
- Choices:
platinum
,gold
,silver
,bronze
- Default value:
silver
- Choices:
- Qos
Profile stringVariable - Variable name
- Radio
Type string - Select radio type
- Choices:
24ghz
,5ghz
,all
- Default value:
all
- Choices:
- Radio
Type stringVariable - Variable name
- Radius
Server stringIp - Set RADIUS server IP, Attribute conditional on
security_type
being equal toenterprise
- Radius
Server stringIp Variable - Variable name
- Radius
Server intPort - Set RADIUS server authentication port, Attribute conditional on
security_type
being equal toenterprise
- Range:
1
-65535
- Default value:
1812
- Range:
- Radius
Server stringPort Variable - Variable name
- Radius
Server stringSecret - Set RADIUS server shared secret, Attribute conditional on
security_type
being equal toenterprise
- Radius
Server stringSecret Variable - Variable name
- Security
Type string - Select security type
- Choices:
enterprise
,personal
,open
- Choices:
- Ssid
Name string - Configure wlan SSID
- Vlan
Id int - Set VLAN ID
- Range:
1
-4094
- Range:
- Vlan
Id stringVariable - Variable name
- admin
State Boolean - Set admin state
- Default value:
true
- Default value:
- admin
State StringVariable - Variable name
- broadcast
Ssid Boolean - Enable broadcast SSID
- Default value:
true
- Default value:
- broadcast
Ssid StringVariable - Variable name
- passphrase String
- Set passphrase, Attribute conditional on
security_type
being equal topersonal
- passphrase
Variable String - Variable name
- qos
Profile String - Select QoS profile
- Choices:
platinum
,gold
,silver
,bronze
- Default value:
silver
- Choices:
- qos
Profile StringVariable - Variable name
- radio
Type String - Select radio type
- Choices:
24ghz
,5ghz
,all
- Default value:
all
- Choices:
- radio
Type StringVariable - Variable name
- radius
Server StringIp - Set RADIUS server IP, Attribute conditional on
security_type
being equal toenterprise
- radius
Server StringIp Variable - Variable name
- radius
Server IntegerPort - Set RADIUS server authentication port, Attribute conditional on
security_type
being equal toenterprise
- Range:
1
-65535
- Default value:
1812
- Range:
- radius
Server StringPort Variable - Variable name
- radius
Server StringSecret - Set RADIUS server shared secret, Attribute conditional on
security_type
being equal toenterprise
- radius
Server StringSecret Variable - Variable name
- security
Type String - Select security type
- Choices:
enterprise
,personal
,open
- Choices:
- ssid
Name String - Configure wlan SSID
- vlan
Id Integer - Set VLAN ID
- Range:
1
-4094
- Range:
- vlan
Id StringVariable - Variable name
- admin
State boolean - Set admin state
- Default value:
true
- Default value:
- admin
State stringVariable - Variable name
- broadcast
Ssid boolean - Enable broadcast SSID
- Default value:
true
- Default value:
- broadcast
Ssid stringVariable - Variable name
- passphrase string
- Set passphrase, Attribute conditional on
security_type
being equal topersonal
- passphrase
Variable string - Variable name
- qos
Profile string - Select QoS profile
- Choices:
platinum
,gold
,silver
,bronze
- Default value:
silver
- Choices:
- qos
Profile stringVariable - Variable name
- radio
Type string - Select radio type
- Choices:
24ghz
,5ghz
,all
- Default value:
all
- Choices:
- radio
Type stringVariable - Variable name
- radius
Server stringIp - Set RADIUS server IP, Attribute conditional on
security_type
being equal toenterprise
- radius
Server stringIp Variable - Variable name
- radius
Server numberPort - Set RADIUS server authentication port, Attribute conditional on
security_type
being equal toenterprise
- Range:
1
-65535
- Default value:
1812
- Range:
- radius
Server stringPort Variable - Variable name
- radius
Server stringSecret - Set RADIUS server shared secret, Attribute conditional on
security_type
being equal toenterprise
- radius
Server stringSecret Variable - Variable name
- security
Type string - Select security type
- Choices:
enterprise
,personal
,open
- Choices:
- ssid
Name string - Configure wlan SSID
- vlan
Id number - Set VLAN ID
- Range:
1
-4094
- Range:
- vlan
Id stringVariable - Variable name
- admin_
state bool - Set admin state
- Default value:
true
- Default value:
- admin_
state_ strvariable - Variable name
- broadcast_
ssid bool - Enable broadcast SSID
- Default value:
true
- Default value:
- broadcast_
ssid_ strvariable - Variable name
- passphrase str
- Set passphrase, Attribute conditional on
security_type
being equal topersonal
- passphrase_
variable str - Variable name
- qos_
profile str - Select QoS profile
- Choices:
platinum
,gold
,silver
,bronze
- Default value:
silver
- Choices:
- qos_
profile_ strvariable - Variable name
- radio_
type str - Select radio type
- Choices:
24ghz
,5ghz
,all
- Default value:
all
- Choices:
- radio_
type_ strvariable - Variable name
- radius_
server_ strip - Set RADIUS server IP, Attribute conditional on
security_type
being equal toenterprise
- radius_
server_ strip_ variable - Variable name
- radius_
server_ intport - Set RADIUS server authentication port, Attribute conditional on
security_type
being equal toenterprise
- Range:
1
-65535
- Default value:
1812
- Range:
- radius_
server_ strport_ variable - Variable name
- radius_
server_ strsecret - Set RADIUS server shared secret, Attribute conditional on
security_type
being equal toenterprise
- radius_
server_ strsecret_ variable - Variable name
- security_
type str - Select security type
- Choices:
enterprise
,personal
,open
- Choices:
- ssid_
name str - Configure wlan SSID
- vlan_
id int - Set VLAN ID
- Range:
1
-4094
- Range:
- vlan_
id_ strvariable - Variable name
- admin
State Boolean - Set admin state
- Default value:
true
- Default value:
- admin
State StringVariable - Variable name
- broadcast
Ssid Boolean - Enable broadcast SSID
- Default value:
true
- Default value:
- broadcast
Ssid StringVariable - Variable name
- passphrase String
- Set passphrase, Attribute conditional on
security_type
being equal topersonal
- passphrase
Variable String - Variable name
- qos
Profile String - Select QoS profile
- Choices:
platinum
,gold
,silver
,bronze
- Default value:
silver
- Choices:
- qos
Profile StringVariable - Variable name
- radio
Type String - Select radio type
- Choices:
24ghz
,5ghz
,all
- Default value:
all
- Choices:
- radio
Type StringVariable - Variable name
- radius
Server StringIp - Set RADIUS server IP, Attribute conditional on
security_type
being equal toenterprise
- radius
Server StringIp Variable - Variable name
- radius
Server NumberPort - Set RADIUS server authentication port, Attribute conditional on
security_type
being equal toenterprise
- Range:
1
-65535
- Default value:
1812
- Range:
- radius
Server StringPort Variable - Variable name
- radius
Server StringSecret - Set RADIUS server shared secret, Attribute conditional on
security_type
being equal toenterprise
- radius
Server StringSecret Variable - Variable name
- security
Type String - Select security type
- Choices:
enterprise
,personal
,open
- Choices:
- ssid
Name String - Configure wlan SSID
- vlan
Id Number - Set VLAN ID
- Range:
1
-4094
- Range:
- vlan
Id StringVariable - Variable name
Import
Expected import identifier with the format: “service_wireless_lan_feature_id,feature_profile_id”
$ pulumi import sdwan:index/serviceWirelessLanFeature:ServiceWirelessLanFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.