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:
- FeatureProfile stringId 
- Feature Profile ID
- MeDynamic boolIp Enabled 
- ME management IP dynamic allocated by DHCP
- Ssids
List<ServiceWireless 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
- CountryVariable string
- Variable name
- Description string
- The description of the Feature
- Enable24g bool
- 2.4GHz Enabled - Default value: true
- Enable24gVariable string
- Variable name
- Enable5g bool
- 5GHz Enabled - Default value: true
- Enable5gVariable string
- Variable name
- MeDefault stringGateway 
- Set mobile express default gateway
- MeDefault stringGateway Variable 
- Variable name
- MeIpv4Address string
- Set mobile express controller address
- MeIpv4Address stringVariable 
- Variable name
- MeSubnet 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
- MeSubnet 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.
- PasswordVariable string
- Variable name
- Username string
- Set management username
- UsernameVariable string
- Variable name
- FeatureProfile stringId 
- Feature Profile ID
- MeDynamic boolIp Enabled 
- ME management IP dynamic allocated by DHCP
- Ssids
[]ServiceWireless 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
- CountryVariable string
- Variable name
- Description string
- The description of the Feature
- Enable24g bool
- 2.4GHz Enabled - Default value: true
- Enable24gVariable string
- Variable name
- Enable5g bool
- 5GHz Enabled - Default value: true
- Enable5gVariable string
- Variable name
- MeDefault stringGateway 
- Set mobile express default gateway
- MeDefault stringGateway Variable 
- Variable name
- MeIpv4Address string
- Set mobile express controller address
- MeIpv4Address stringVariable 
- Variable name
- MeSubnet 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
- MeSubnet 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.
- PasswordVariable string
- Variable name
- Username string
- Set management username
- UsernameVariable string
- Variable name
- featureProfile StringId 
- Feature Profile ID
- meDynamic BooleanIp Enabled 
- ME management IP dynamic allocated by DHCP
- ssids
List<ServiceWireless 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
- countryVariable String
- Variable name
- description String
- The description of the Feature
- enable24g Boolean
- 2.4GHz Enabled - Default value: true
- enable24gVariable String
- Variable name
- enable5g Boolean
- 5GHz Enabled - Default value: true
- enable5gVariable String
- Variable name
- meDefault StringGateway 
- Set mobile express default gateway
- meDefault StringGateway Variable 
- Variable name
- meIpv4Address String
- Set mobile express controller address
- meIpv4Address StringVariable 
- Variable name
- meSubnet 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
- meSubnet 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.
- passwordVariable String
- Variable name
- username String
- Set management username
- usernameVariable String
- Variable name
- featureProfile stringId 
- Feature Profile ID
- meDynamic booleanIp Enabled 
- ME management IP dynamic allocated by DHCP
- ssids
ServiceWireless 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
- countryVariable string
- Variable name
- description string
- The description of the Feature
- enable24g boolean
- 2.4GHz Enabled - Default value: true
- enable24gVariable string
- Variable name
- enable5g boolean
- 5GHz Enabled - Default value: true
- enable5gVariable string
- Variable name
- meDefault stringGateway 
- Set mobile express default gateway
- meDefault stringGateway Variable 
- Variable name
- meIpv4Address string
- Set mobile express controller address
- meIpv4Address stringVariable 
- Variable name
- meSubnet 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
- meSubnet 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.
- passwordVariable string
- Variable name
- username string
- Set management username
- usernameVariable string
- Variable name
- feature_profile_ strid 
- Feature Profile ID
- me_dynamic_ boolip_ enabled 
- ME management IP dynamic allocated by DHCP
- ssids
Sequence[ServiceWireless 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
- featureProfile StringId 
- Feature Profile ID
- meDynamic 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
- countryVariable String
- Variable name
- description String
- The description of the Feature
- enable24g Boolean
- 2.4GHz Enabled - Default value: true
- enable24gVariable String
- Variable name
- enable5g Boolean
- 5GHz Enabled - Default value: true
- enable5gVariable String
- Variable name
- meDefault StringGateway 
- Set mobile express default gateway
- meDefault StringGateway Variable 
- Variable name
- meIpv4Address String
- Set mobile express controller address
- meIpv4Address StringVariable 
- Variable name
- meSubnet 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
- meSubnet 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.
- passwordVariable String
- Variable name
- username String
- Set management username
- usernameVariable 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) -> ServiceWirelessLanFeaturefunc 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)resources:  _:    type: sdwan:ServiceWirelessLanFeature    get:      id: ${id}- 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
- CountryVariable string
- Variable name
- Description string
- The description of the Feature
- Enable24g bool
- 2.4GHz Enabled - Default value: true
- Enable24gVariable string
- Variable name
- Enable5g bool
- 5GHz Enabled - Default value: true
- Enable5gVariable string
- Variable name
- FeatureProfile stringId 
- Feature Profile ID
- MeDefault stringGateway 
- Set mobile express default gateway
- MeDefault stringGateway Variable 
- Variable name
- MeDynamic boolIp Enabled 
- ME management IP dynamic allocated by DHCP
- MeIpv4Address string
- Set mobile express controller address
- MeIpv4Address stringVariable 
- Variable name
- MeSubnet 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
- MeSubnet 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.
- PasswordVariable string
- Variable name
- Ssids
List<ServiceWireless Lan Feature Ssid> 
- Configure Wi-Fi SSID profile
- Username string
- Set management username
- UsernameVariable 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
- CountryVariable string
- Variable name
- Description string
- The description of the Feature
- Enable24g bool
- 2.4GHz Enabled - Default value: true
- Enable24gVariable string
- Variable name
- Enable5g bool
- 5GHz Enabled - Default value: true
- Enable5gVariable string
- Variable name
- FeatureProfile stringId 
- Feature Profile ID
- MeDefault stringGateway 
- Set mobile express default gateway
- MeDefault stringGateway Variable 
- Variable name
- MeDynamic boolIp Enabled 
- ME management IP dynamic allocated by DHCP
- MeIpv4Address string
- Set mobile express controller address
- MeIpv4Address stringVariable 
- Variable name
- MeSubnet 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
- MeSubnet 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.
- PasswordVariable string
- Variable name
- Ssids
[]ServiceWireless Lan Feature Ssid Args 
- Configure Wi-Fi SSID profile
- Username string
- Set management username
- UsernameVariable 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
- countryVariable String
- Variable name
- description String
- The description of the Feature
- enable24g Boolean
- 2.4GHz Enabled - Default value: true
- enable24gVariable String
- Variable name
- enable5g Boolean
- 5GHz Enabled - Default value: true
- enable5gVariable String
- Variable name
- featureProfile StringId 
- Feature Profile ID
- meDefault StringGateway 
- Set mobile express default gateway
- meDefault StringGateway Variable 
- Variable name
- meDynamic BooleanIp Enabled 
- ME management IP dynamic allocated by DHCP
- meIpv4Address String
- Set mobile express controller address
- meIpv4Address StringVariable 
- Variable name
- meSubnet 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
- meSubnet 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.
- passwordVariable String
- Variable name
- ssids
List<ServiceWireless Lan Feature Ssid> 
- Configure Wi-Fi SSID profile
- username String
- Set management username
- usernameVariable 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
- countryVariable string
- Variable name
- description string
- The description of the Feature
- enable24g boolean
- 2.4GHz Enabled - Default value: true
- enable24gVariable string
- Variable name
- enable5g boolean
- 5GHz Enabled - Default value: true
- enable5gVariable string
- Variable name
- featureProfile stringId 
- Feature Profile ID
- meDefault stringGateway 
- Set mobile express default gateway
- meDefault stringGateway Variable 
- Variable name
- meDynamic booleanIp Enabled 
- ME management IP dynamic allocated by DHCP
- meIpv4Address string
- Set mobile express controller address
- meIpv4Address stringVariable 
- Variable name
- meSubnet 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
- meSubnet 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.
- passwordVariable string
- Variable name
- ssids
ServiceWireless Lan Feature Ssid[] 
- Configure Wi-Fi SSID profile
- username string
- Set management username
- usernameVariable 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[ServiceWireless 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
- countryVariable String
- Variable name
- description String
- The description of the Feature
- enable24g Boolean
- 2.4GHz Enabled - Default value: true
- enable24gVariable String
- Variable name
- enable5g Boolean
- 5GHz Enabled - Default value: true
- enable5gVariable String
- Variable name
- featureProfile StringId 
- Feature Profile ID
- meDefault StringGateway 
- Set mobile express default gateway
- meDefault StringGateway Variable 
- Variable name
- meDynamic BooleanIp Enabled 
- ME management IP dynamic allocated by DHCP
- meIpv4Address String
- Set mobile express controller address
- meIpv4Address StringVariable 
- Variable name
- meSubnet 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
- meSubnet 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.
- passwordVariable String
- Variable name
- ssids List<Property Map>
- Configure Wi-Fi SSID profile
- username String
- Set management username
- usernameVariable String
- Variable name
- version Number
- The version of the Feature
Supporting Types
ServiceWirelessLanFeatureSsid, ServiceWirelessLanFeatureSsidArgs          
- AdminState bool
- Set admin state- Default value: true
 
- Default value: 
- AdminState stringVariable 
- Variable name
- BroadcastSsid bool
- Enable broadcast SSID- Default value: true
 
- Default value: 
- BroadcastSsid stringVariable 
- Variable name
- Passphrase string
- Set passphrase, Attribute conditional on security_typebeing equal topersonal
- PassphraseVariable string
- Variable name
- QosProfile string
- Select QoS profile- Choices: platinum,gold,silver,bronze
- Default value: silver
 
- Choices: 
- QosProfile stringVariable 
- Variable name
- RadioType string
- Select radio type- Choices: 24ghz,5ghz,all
- Default value: all
 
- Choices: 
- RadioType stringVariable 
- Variable name
- RadiusServer stringIp 
- Set RADIUS server IP, Attribute conditional on security_typebeing equal toenterprise
- RadiusServer stringIp Variable 
- Variable name
- RadiusServer intPort 
- Set RADIUS server authentication port, Attribute conditional on security_typebeing equal toenterprise- Range: 1-65535
- Default value: 1812
 
- Range: 
- RadiusServer stringPort Variable 
- Variable name
- RadiusServer stringSecret 
- Set RADIUS server shared secret, Attribute conditional on security_typebeing equal toenterprise
- RadiusServer stringSecret Variable 
- Variable name
- SecurityType string
- Select security type- Choices: enterprise,personal,open
 
- Choices: 
- SsidName string
- Configure wlan SSID
- VlanId int
- Set VLAN ID- Range: 1-4094
 
- Range: 
- VlanId stringVariable 
- Variable name
- AdminState bool
- Set admin state- Default value: true
 
- Default value: 
- AdminState stringVariable 
- Variable name
- BroadcastSsid bool
- Enable broadcast SSID- Default value: true
 
- Default value: 
- BroadcastSsid stringVariable 
- Variable name
- Passphrase string
- Set passphrase, Attribute conditional on security_typebeing equal topersonal
- PassphraseVariable string
- Variable name
- QosProfile string
- Select QoS profile- Choices: platinum,gold,silver,bronze
- Default value: silver
 
- Choices: 
- QosProfile stringVariable 
- Variable name
- RadioType string
- Select radio type- Choices: 24ghz,5ghz,all
- Default value: all
 
- Choices: 
- RadioType stringVariable 
- Variable name
- RadiusServer stringIp 
- Set RADIUS server IP, Attribute conditional on security_typebeing equal toenterprise
- RadiusServer stringIp Variable 
- Variable name
- RadiusServer intPort 
- Set RADIUS server authentication port, Attribute conditional on security_typebeing equal toenterprise- Range: 1-65535
- Default value: 1812
 
- Range: 
- RadiusServer stringPort Variable 
- Variable name
- RadiusServer stringSecret 
- Set RADIUS server shared secret, Attribute conditional on security_typebeing equal toenterprise
- RadiusServer stringSecret Variable 
- Variable name
- SecurityType string
- Select security type- Choices: enterprise,personal,open
 
- Choices: 
- SsidName string
- Configure wlan SSID
- VlanId int
- Set VLAN ID- Range: 1-4094
 
- Range: 
- VlanId stringVariable 
- Variable name
- adminState Boolean
- Set admin state- Default value: true
 
- Default value: 
- adminState StringVariable 
- Variable name
- broadcastSsid Boolean
- Enable broadcast SSID- Default value: true
 
- Default value: 
- broadcastSsid StringVariable 
- Variable name
- passphrase String
- Set passphrase, Attribute conditional on security_typebeing equal topersonal
- passphraseVariable String
- Variable name
- qosProfile String
- Select QoS profile- Choices: platinum,gold,silver,bronze
- Default value: silver
 
- Choices: 
- qosProfile StringVariable 
- Variable name
- radioType String
- Select radio type- Choices: 24ghz,5ghz,all
- Default value: all
 
- Choices: 
- radioType StringVariable 
- Variable name
- radiusServer StringIp 
- Set RADIUS server IP, Attribute conditional on security_typebeing equal toenterprise
- radiusServer StringIp Variable 
- Variable name
- radiusServer IntegerPort 
- Set RADIUS server authentication port, Attribute conditional on security_typebeing equal toenterprise- Range: 1-65535
- Default value: 1812
 
- Range: 
- radiusServer StringPort Variable 
- Variable name
- radiusServer StringSecret 
- Set RADIUS server shared secret, Attribute conditional on security_typebeing equal toenterprise
- radiusServer StringSecret Variable 
- Variable name
- securityType String
- Select security type- Choices: enterprise,personal,open
 
- Choices: 
- ssidName String
- Configure wlan SSID
- vlanId Integer
- Set VLAN ID- Range: 1-4094
 
- Range: 
- vlanId StringVariable 
- Variable name
- adminState boolean
- Set admin state- Default value: true
 
- Default value: 
- adminState stringVariable 
- Variable name
- broadcastSsid boolean
- Enable broadcast SSID- Default value: true
 
- Default value: 
- broadcastSsid stringVariable 
- Variable name
- passphrase string
- Set passphrase, Attribute conditional on security_typebeing equal topersonal
- passphraseVariable string
- Variable name
- qosProfile string
- Select QoS profile- Choices: platinum,gold,silver,bronze
- Default value: silver
 
- Choices: 
- qosProfile stringVariable 
- Variable name
- radioType string
- Select radio type- Choices: 24ghz,5ghz,all
- Default value: all
 
- Choices: 
- radioType stringVariable 
- Variable name
- radiusServer stringIp 
- Set RADIUS server IP, Attribute conditional on security_typebeing equal toenterprise
- radiusServer stringIp Variable 
- Variable name
- radiusServer numberPort 
- Set RADIUS server authentication port, Attribute conditional on security_typebeing equal toenterprise- Range: 1-65535
- Default value: 1812
 
- Range: 
- radiusServer stringPort Variable 
- Variable name
- radiusServer stringSecret 
- Set RADIUS server shared secret, Attribute conditional on security_typebeing equal toenterprise
- radiusServer stringSecret Variable 
- Variable name
- securityType string
- Select security type- Choices: enterprise,personal,open
 
- Choices: 
- ssidName string
- Configure wlan SSID
- vlanId number
- Set VLAN ID- Range: 1-4094
 
- Range: 
- vlanId 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_typebeing 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_typebeing equal toenterprise
- radius_server_ strip_ variable 
- Variable name
- radius_server_ intport 
- Set RADIUS server authentication port, Attribute conditional on security_typebeing 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_typebeing 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
- adminState Boolean
- Set admin state- Default value: true
 
- Default value: 
- adminState StringVariable 
- Variable name
- broadcastSsid Boolean
- Enable broadcast SSID- Default value: true
 
- Default value: 
- broadcastSsid StringVariable 
- Variable name
- passphrase String
- Set passphrase, Attribute conditional on security_typebeing equal topersonal
- passphraseVariable String
- Variable name
- qosProfile String
- Select QoS profile- Choices: platinum,gold,silver,bronze
- Default value: silver
 
- Choices: 
- qosProfile StringVariable 
- Variable name
- radioType String
- Select radio type- Choices: 24ghz,5ghz,all
- Default value: all
 
- Choices: 
- radioType StringVariable 
- Variable name
- radiusServer StringIp 
- Set RADIUS server IP, Attribute conditional on security_typebeing equal toenterprise
- radiusServer StringIp Variable 
- Variable name
- radiusServer NumberPort 
- Set RADIUS server authentication port, Attribute conditional on security_typebeing equal toenterprise- Range: 1-65535
- Default value: 1812
 
- Range: 
- radiusServer StringPort Variable 
- Variable name
- radiusServer StringSecret 
- Set RADIUS server shared secret, Attribute conditional on security_typebeing equal toenterprise
- radiusServer StringSecret Variable 
- Variable name
- securityType String
- Select security type- Choices: enterprise,personal,open
 
- Choices: 
- ssidName String
- Configure wlan SSID
- vlanId Number
- Set VLAN ID- Range: 1-4094
 
- Range: 
- vlanId 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 sdwanTerraform Provider.
