1. Packages
  2. Cisco Catalyst SD-WAN Provider
  3. API Docs
  4. ServiceWirelessLanFeature
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

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());

    }
}
Copy
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
Copy

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 This property is required. string
The unique name of the resource.
args This property is required. ServiceWirelessLanFeatureArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. ServiceWirelessLanFeatureArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ServiceWirelessLanFeatureArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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",
});
Copy
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"),
})
Copy
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());
Copy
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")
Copy
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",
});
Copy
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
Copy

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:

FeatureProfileId This property is required. string
Feature Profile ID
MeDynamicIpEnabled This property is required. bool
ME management IP dynamic allocated by DHCP
Ssids This property is required. List<ServiceWirelessLanFeatureSsid>
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
MeDefaultGateway string
Set mobile express default gateway
MeDefaultGatewayVariable string
Variable name
MeIpv4Address string
Set mobile express controller address
MeIpv4AddressVariable string
Variable name
MeSubnetMask string
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
MeSubnetMaskVariable string
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
FeatureProfileId This property is required. string
Feature Profile ID
MeDynamicIpEnabled This property is required. bool
ME management IP dynamic allocated by DHCP
Ssids This property is required. []ServiceWirelessLanFeatureSsidArgs
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
MeDefaultGateway string
Set mobile express default gateway
MeDefaultGatewayVariable string
Variable name
MeIpv4Address string
Set mobile express controller address
MeIpv4AddressVariable string
Variable name
MeSubnetMask string
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
MeSubnetMaskVariable string
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
featureProfileId This property is required. String
Feature Profile ID
meDynamicIpEnabled This property is required. Boolean
ME management IP dynamic allocated by DHCP
ssids This property is required. List<ServiceWirelessLanFeatureSsid>
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
meDefaultGateway String
Set mobile express default gateway
meDefaultGatewayVariable String
Variable name
meIpv4Address String
Set mobile express controller address
meIpv4AddressVariable String
Variable name
meSubnetMask String
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
meSubnetMaskVariable String
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
featureProfileId This property is required. string
Feature Profile ID
meDynamicIpEnabled This property is required. boolean
ME management IP dynamic allocated by DHCP
ssids This property is required. ServiceWirelessLanFeatureSsid[]
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
meDefaultGateway string
Set mobile express default gateway
meDefaultGatewayVariable string
Variable name
meIpv4Address string
Set mobile express controller address
meIpv4AddressVariable string
Variable name
meSubnetMask string
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
meSubnetMaskVariable string
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_id This property is required. str
Feature Profile ID
me_dynamic_ip_enabled This property is required. bool
ME management IP dynamic allocated by DHCP
ssids This property is required. Sequence[ServiceWirelessLanFeatureSsidArgs]
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_gateway str
Set mobile express default gateway
me_default_gateway_variable str
Variable name
me_ipv4_address str
Set mobile express controller address
me_ipv4_address_variable str
Variable name
me_subnet_mask str
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_mask_variable str
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
featureProfileId This property is required. String
Feature Profile ID
meDynamicIpEnabled This property is required. Boolean
ME management IP dynamic allocated by DHCP
ssids This property is required. 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
meDefaultGateway String
Set mobile express default gateway
meDefaultGatewayVariable String
Variable name
meIpv4Address String
Set mobile express controller address
meIpv4AddressVariable String
Variable name
meSubnetMask String
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
meSubnetMaskVariable String
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:

Id string
The provider-assigned unique ID for this managed resource.
Version int
The version of the Feature
Id string
The provider-assigned unique ID for this managed resource.
Version int
The version of the Feature
id String
The provider-assigned unique ID for this managed resource.
version Integer
The version of the Feature
id string
The provider-assigned unique ID for this managed resource.
version number
The version of the Feature
id str
The provider-assigned unique ID for this managed resource.
version int
The version of the Feature
id String
The provider-assigned unique ID for this managed resource.
version Number
The version of the Feature

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)
resources:  _:    type: sdwan:ServiceWirelessLanFeature    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
The following state arguments are supported:
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
FeatureProfileId string
Feature Profile ID
MeDefaultGateway string
Set mobile express default gateway
MeDefaultGatewayVariable string
Variable name
MeDynamicIpEnabled bool
ME management IP dynamic allocated by DHCP
MeIpv4Address string
Set mobile express controller address
MeIpv4AddressVariable string
Variable name
MeSubnetMask string
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
MeSubnetMaskVariable string
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<ServiceWirelessLanFeatureSsid>
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
FeatureProfileId string
Feature Profile ID
MeDefaultGateway string
Set mobile express default gateway
MeDefaultGatewayVariable string
Variable name
MeDynamicIpEnabled bool
ME management IP dynamic allocated by DHCP
MeIpv4Address string
Set mobile express controller address
MeIpv4AddressVariable string
Variable name
MeSubnetMask string
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
MeSubnetMaskVariable string
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 []ServiceWirelessLanFeatureSsidArgs
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
featureProfileId String
Feature Profile ID
meDefaultGateway String
Set mobile express default gateway
meDefaultGatewayVariable String
Variable name
meDynamicIpEnabled Boolean
ME management IP dynamic allocated by DHCP
meIpv4Address String
Set mobile express controller address
meIpv4AddressVariable String
Variable name
meSubnetMask String
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
meSubnetMaskVariable String
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<ServiceWirelessLanFeatureSsid>
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
featureProfileId string
Feature Profile ID
meDefaultGateway string
Set mobile express default gateway
meDefaultGatewayVariable string
Variable name
meDynamicIpEnabled boolean
ME management IP dynamic allocated by DHCP
meIpv4Address string
Set mobile express controller address
meIpv4AddressVariable string
Variable name
meSubnetMask string
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
meSubnetMaskVariable string
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 ServiceWirelessLanFeatureSsid[]
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_id str
Feature Profile ID
me_default_gateway str
Set mobile express default gateway
me_default_gateway_variable str
Variable name
me_dynamic_ip_enabled bool
ME management IP dynamic allocated by DHCP
me_ipv4_address str
Set mobile express controller address
me_ipv4_address_variable str
Variable name
me_subnet_mask str
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_mask_variable str
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[ServiceWirelessLanFeatureSsidArgs]
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
featureProfileId String
Feature Profile ID
meDefaultGateway String
Set mobile express default gateway
meDefaultGatewayVariable String
Variable name
meDynamicIpEnabled Boolean
ME management IP dynamic allocated by DHCP
meIpv4Address String
Set mobile express controller address
meIpv4AddressVariable String
Variable name
meSubnetMask String
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
meSubnetMaskVariable String
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
AdminStateVariable string
Variable name
BroadcastSsid bool
Enable broadcast SSID

  • Default value: true
BroadcastSsidVariable string
Variable name
Passphrase string
Set passphrase, Attribute conditional on security_type being equal to personal
PassphraseVariable string
Variable name
QosProfile string
Select QoS profile

  • Choices: platinum, gold, silver, bronze
  • Default value: silver
QosProfileVariable string
Variable name
RadioType string
Select radio type

  • Choices: 24ghz, 5ghz, all
  • Default value: all
RadioTypeVariable string
Variable name
RadiusServerIp string
Set RADIUS server IP, Attribute conditional on security_type being equal to enterprise
RadiusServerIpVariable string
Variable name
RadiusServerPort int
Set RADIUS server authentication port, Attribute conditional on security_type being equal to enterprise

  • Range: 1-65535
  • Default value: 1812
RadiusServerPortVariable string
Variable name
RadiusServerSecret string
Set RADIUS server shared secret, Attribute conditional on security_type being equal to enterprise
RadiusServerSecretVariable string
Variable name
SecurityType string
Select security type

  • Choices: enterprise, personal, open
SsidName string
Configure wlan SSID
VlanId int
Set VLAN ID

  • Range: 1-4094
VlanIdVariable string
Variable name
AdminState bool
Set admin state

  • Default value: true
AdminStateVariable string
Variable name
BroadcastSsid bool
Enable broadcast SSID

  • Default value: true
BroadcastSsidVariable string
Variable name
Passphrase string
Set passphrase, Attribute conditional on security_type being equal to personal
PassphraseVariable string
Variable name
QosProfile string
Select QoS profile

  • Choices: platinum, gold, silver, bronze
  • Default value: silver
QosProfileVariable string
Variable name
RadioType string
Select radio type

  • Choices: 24ghz, 5ghz, all
  • Default value: all
RadioTypeVariable string
Variable name
RadiusServerIp string
Set RADIUS server IP, Attribute conditional on security_type being equal to enterprise
RadiusServerIpVariable string
Variable name
RadiusServerPort int
Set RADIUS server authentication port, Attribute conditional on security_type being equal to enterprise

  • Range: 1-65535
  • Default value: 1812
RadiusServerPortVariable string
Variable name
RadiusServerSecret string
Set RADIUS server shared secret, Attribute conditional on security_type being equal to enterprise
RadiusServerSecretVariable string
Variable name
SecurityType string
Select security type

  • Choices: enterprise, personal, open
SsidName string
Configure wlan SSID
VlanId int
Set VLAN ID

  • Range: 1-4094
VlanIdVariable string
Variable name
adminState Boolean
Set admin state

  • Default value: true
adminStateVariable String
Variable name
broadcastSsid Boolean
Enable broadcast SSID

  • Default value: true
broadcastSsidVariable String
Variable name
passphrase String
Set passphrase, Attribute conditional on security_type being equal to personal
passphraseVariable String
Variable name
qosProfile String
Select QoS profile

  • Choices: platinum, gold, silver, bronze
  • Default value: silver
qosProfileVariable String
Variable name
radioType String
Select radio type

  • Choices: 24ghz, 5ghz, all
  • Default value: all
radioTypeVariable String
Variable name
radiusServerIp String
Set RADIUS server IP, Attribute conditional on security_type being equal to enterprise
radiusServerIpVariable String
Variable name
radiusServerPort Integer
Set RADIUS server authentication port, Attribute conditional on security_type being equal to enterprise

  • Range: 1-65535
  • Default value: 1812
radiusServerPortVariable String
Variable name
radiusServerSecret String
Set RADIUS server shared secret, Attribute conditional on security_type being equal to enterprise
radiusServerSecretVariable String
Variable name
securityType String
Select security type

  • Choices: enterprise, personal, open
ssidName String
Configure wlan SSID
vlanId Integer
Set VLAN ID

  • Range: 1-4094
vlanIdVariable String
Variable name
adminState boolean
Set admin state

  • Default value: true
adminStateVariable string
Variable name
broadcastSsid boolean
Enable broadcast SSID

  • Default value: true
broadcastSsidVariable string
Variable name
passphrase string
Set passphrase, Attribute conditional on security_type being equal to personal
passphraseVariable string
Variable name
qosProfile string
Select QoS profile

  • Choices: platinum, gold, silver, bronze
  • Default value: silver
qosProfileVariable string
Variable name
radioType string
Select radio type

  • Choices: 24ghz, 5ghz, all
  • Default value: all
radioTypeVariable string
Variable name
radiusServerIp string
Set RADIUS server IP, Attribute conditional on security_type being equal to enterprise
radiusServerIpVariable string
Variable name
radiusServerPort number
Set RADIUS server authentication port, Attribute conditional on security_type being equal to enterprise

  • Range: 1-65535
  • Default value: 1812
radiusServerPortVariable string
Variable name
radiusServerSecret string
Set RADIUS server shared secret, Attribute conditional on security_type being equal to enterprise
radiusServerSecretVariable string
Variable name
securityType string
Select security type

  • Choices: enterprise, personal, open
ssidName string
Configure wlan SSID
vlanId number
Set VLAN ID

  • Range: 1-4094
vlanIdVariable string
Variable name
admin_state bool
Set admin state

  • Default value: true
admin_state_variable str
Variable name
broadcast_ssid bool
Enable broadcast SSID

  • Default value: true
broadcast_ssid_variable str
Variable name
passphrase str
Set passphrase, Attribute conditional on security_type being equal to personal
passphrase_variable str
Variable name
qos_profile str
Select QoS profile

  • Choices: platinum, gold, silver, bronze
  • Default value: silver
qos_profile_variable str
Variable name
radio_type str
Select radio type

  • Choices: 24ghz, 5ghz, all
  • Default value: all
radio_type_variable str
Variable name
radius_server_ip str
Set RADIUS server IP, Attribute conditional on security_type being equal to enterprise
radius_server_ip_variable str
Variable name
radius_server_port int
Set RADIUS server authentication port, Attribute conditional on security_type being equal to enterprise

  • Range: 1-65535
  • Default value: 1812
radius_server_port_variable str
Variable name
radius_server_secret str
Set RADIUS server shared secret, Attribute conditional on security_type being equal to enterprise
radius_server_secret_variable str
Variable name
security_type str
Select security type

  • Choices: enterprise, personal, open
ssid_name str
Configure wlan SSID
vlan_id int
Set VLAN ID

  • Range: 1-4094
vlan_id_variable str
Variable name
adminState Boolean
Set admin state

  • Default value: true
adminStateVariable String
Variable name
broadcastSsid Boolean
Enable broadcast SSID

  • Default value: true
broadcastSsidVariable String
Variable name
passphrase String
Set passphrase, Attribute conditional on security_type being equal to personal
passphraseVariable String
Variable name
qosProfile String
Select QoS profile

  • Choices: platinum, gold, silver, bronze
  • Default value: silver
qosProfileVariable String
Variable name
radioType String
Select radio type

  • Choices: 24ghz, 5ghz, all
  • Default value: all
radioTypeVariable String
Variable name
radiusServerIp String
Set RADIUS server IP, Attribute conditional on security_type being equal to enterprise
radiusServerIpVariable String
Variable name
radiusServerPort Number
Set RADIUS server authentication port, Attribute conditional on security_type being equal to enterprise

  • Range: 1-65535
  • Default value: 1812
radiusServerPortVariable String
Variable name
radiusServerSecret String
Set RADIUS server shared secret, Attribute conditional on security_type being equal to enterprise
radiusServerSecretVariable String
Variable name
securityType String
Select security type

  • Choices: enterprise, personal, open
ssidName String
Configure wlan SSID
vlanId Number
Set VLAN ID

  • Range: 1-4094
vlanIdVariable String
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"
Copy

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.