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

sdwan.CiscoWirelessLanFeatureTemplate

Explore with Pulumi AI

This resource can manage a Cisco Wireless LAN feature template.

  • Minimum SD-WAN Manager version: 15.0.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.CiscoWirelessLanFeatureTemplate;
import com.pulumi.sdwan.CiscoWirelessLanFeatureTemplateArgs;
import com.pulumi.sdwan.inputs.CiscoWirelessLanFeatureTemplateSsidArgs;
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 CiscoWirelessLanFeatureTemplate("example", CiscoWirelessLanFeatureTemplateArgs.builder()
            .name("Example")
            .description("My Example")
            .deviceTypes("vedge-C8000V")
            .shutdown24ghz(false)
            .shutdown5ghz(false)
            .ssids(CiscoWirelessLanFeatureTemplateSsidArgs.builder()
                .wireless_network_name("WLAN1")
                .admin_state(false)
                .broadcast_ssid(true)
                .vlan_id(1)
                .radio_type("24ghz")
                .security_type("enterprise")
                .radius_server_ip("1.2.3.4")
                .radius_server_port(1812)
                .radius_server_secret("MySecret1")
                .passphrase("passphrase")
                .qos_profile("silver")
                .build())
            .country("AE")
            .username("user1")
            .password("myPassword01")
            .controllerIpAddress("0.0.0.0")
            .controllerSubnetMask("0.0.0.0")
            .controllerDefaultGateway("0.0.0.0")
            .build());

    }
}
Copy
resources:
  example:
    type: sdwan:CiscoWirelessLanFeatureTemplate
    properties:
      name: Example
      description: My Example
      deviceTypes:
        - vedge-C8000V
      shutdown24ghz: false
      shutdown5ghz: false
      ssids:
        - wireless_network_name: WLAN1
          admin_state: false
          broadcast_ssid: true
          vlan_id: 1
          radio_type: 24ghz
          security_type: enterprise
          radius_server_ip: 1.2.3.4
          radius_server_port: 1812
          radius_server_secret: MySecret1
          passphrase: passphrase
          qos_profile: silver
      country: AE
      username: user1
      password: myPassword01
      controllerIpAddress: 0.0.0.0
      controllerSubnetMask: 0.0.0.0
      controllerDefaultGateway: 0.0.0.0
Copy

Create CiscoWirelessLanFeatureTemplate Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new CiscoWirelessLanFeatureTemplate(name: string, args: CiscoWirelessLanFeatureTemplateArgs, opts?: CustomResourceOptions);
@overload
def CiscoWirelessLanFeatureTemplate(resource_name: str,
                                    args: CiscoWirelessLanFeatureTemplateArgs,
                                    opts: Optional[ResourceOptions] = None)

@overload
def CiscoWirelessLanFeatureTemplate(resource_name: str,
                                    opts: Optional[ResourceOptions] = None,
                                    description: Optional[str] = None,
                                    device_types: Optional[Sequence[str]] = None,
                                    name: Optional[str] = None,
                                    password: Optional[str] = None,
                                    controller_subnet_mask: Optional[str] = None,
                                    controller_subnet_mask_variable: Optional[str] = None,
                                    country: Optional[str] = None,
                                    country_variable: Optional[str] = None,
                                    controller_ip_address: Optional[str] = None,
                                    controller_default_gateway_variable: Optional[str] = None,
                                    controller_default_gateway: Optional[str] = None,
                                    controller_ip_address_variable: Optional[str] = None,
                                    password_variable: Optional[str] = None,
                                    shutdown24ghz: Optional[bool] = None,
                                    shutdown24ghz_variable: Optional[str] = None,
                                    shutdown5ghz: Optional[bool] = None,
                                    shutdown5ghz_variable: Optional[str] = None,
                                    ssids: Optional[Sequence[CiscoWirelessLanFeatureTemplateSsidArgs]] = None,
                                    username: Optional[str] = None,
                                    username_variable: Optional[str] = None)
func NewCiscoWirelessLanFeatureTemplate(ctx *Context, name string, args CiscoWirelessLanFeatureTemplateArgs, opts ...ResourceOption) (*CiscoWirelessLanFeatureTemplate, error)
public CiscoWirelessLanFeatureTemplate(string name, CiscoWirelessLanFeatureTemplateArgs args, CustomResourceOptions? opts = null)
public CiscoWirelessLanFeatureTemplate(String name, CiscoWirelessLanFeatureTemplateArgs args)
public CiscoWirelessLanFeatureTemplate(String name, CiscoWirelessLanFeatureTemplateArgs args, CustomResourceOptions options)
type: sdwan:CiscoWirelessLanFeatureTemplate
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. CiscoWirelessLanFeatureTemplateArgs
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. CiscoWirelessLanFeatureTemplateArgs
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. CiscoWirelessLanFeatureTemplateArgs
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. CiscoWirelessLanFeatureTemplateArgs
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. CiscoWirelessLanFeatureTemplateArgs
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 ciscoWirelessLanFeatureTemplateResource = new Sdwan.CiscoWirelessLanFeatureTemplate("ciscoWirelessLanFeatureTemplateResource", new()
{
    Description = "string",
    DeviceTypes = new[]
    {
        "string",
    },
    Name = "string",
    Password = "string",
    ControllerSubnetMask = "string",
    ControllerSubnetMaskVariable = "string",
    Country = "string",
    CountryVariable = "string",
    ControllerIpAddress = "string",
    ControllerDefaultGatewayVariable = "string",
    ControllerDefaultGateway = "string",
    ControllerIpAddressVariable = "string",
    PasswordVariable = "string",
    Shutdown24ghz = false,
    Shutdown24ghzVariable = "string",
    Shutdown5ghz = false,
    Shutdown5ghzVariable = "string",
    Ssids = new[]
    {
        new Sdwan.Inputs.CiscoWirelessLanFeatureTemplateSsidArgs
        {
            AdminState = false,
            AdminStateVariable = "string",
            BroadcastSsid = false,
            Optional = false,
            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",
            SecurityTypeVariable = "string",
            VlanId = 0,
            VlanIdVariable = "string",
            WirelessNetworkName = "string",
        },
    },
    Username = "string",
    UsernameVariable = "string",
});
Copy
example, err := sdwan.NewCiscoWirelessLanFeatureTemplate(ctx, "ciscoWirelessLanFeatureTemplateResource", &sdwan.CiscoWirelessLanFeatureTemplateArgs{
	Description: pulumi.String("string"),
	DeviceTypes: pulumi.StringArray{
		pulumi.String("string"),
	},
	Name:                             pulumi.String("string"),
	Password:                         pulumi.String("string"),
	ControllerSubnetMask:             pulumi.String("string"),
	ControllerSubnetMaskVariable:     pulumi.String("string"),
	Country:                          pulumi.String("string"),
	CountryVariable:                  pulumi.String("string"),
	ControllerIpAddress:              pulumi.String("string"),
	ControllerDefaultGatewayVariable: pulumi.String("string"),
	ControllerDefaultGateway:         pulumi.String("string"),
	ControllerIpAddressVariable:      pulumi.String("string"),
	PasswordVariable:                 pulumi.String("string"),
	Shutdown24ghz:                    pulumi.Bool(false),
	Shutdown24ghzVariable:            pulumi.String("string"),
	Shutdown5ghz:                     pulumi.Bool(false),
	Shutdown5ghzVariable:             pulumi.String("string"),
	Ssids: sdwan.CiscoWirelessLanFeatureTemplateSsidArray{
		&sdwan.CiscoWirelessLanFeatureTemplateSsidArgs{
			AdminState:                 pulumi.Bool(false),
			AdminStateVariable:         pulumi.String("string"),
			BroadcastSsid:              pulumi.Bool(false),
			Optional:                   pulumi.Bool(false),
			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"),
			SecurityTypeVariable:       pulumi.String("string"),
			VlanId:                     pulumi.Int(0),
			VlanIdVariable:             pulumi.String("string"),
			WirelessNetworkName:        pulumi.String("string"),
		},
	},
	Username:         pulumi.String("string"),
	UsernameVariable: pulumi.String("string"),
})
Copy
var ciscoWirelessLanFeatureTemplateResource = new CiscoWirelessLanFeatureTemplate("ciscoWirelessLanFeatureTemplateResource", CiscoWirelessLanFeatureTemplateArgs.builder()
    .description("string")
    .deviceTypes("string")
    .name("string")
    .password("string")
    .controllerSubnetMask("string")
    .controllerSubnetMaskVariable("string")
    .country("string")
    .countryVariable("string")
    .controllerIpAddress("string")
    .controllerDefaultGatewayVariable("string")
    .controllerDefaultGateway("string")
    .controllerIpAddressVariable("string")
    .passwordVariable("string")
    .shutdown24ghz(false)
    .shutdown24ghzVariable("string")
    .shutdown5ghz(false)
    .shutdown5ghzVariable("string")
    .ssids(CiscoWirelessLanFeatureTemplateSsidArgs.builder()
        .adminState(false)
        .adminStateVariable("string")
        .broadcastSsid(false)
        .optional(false)
        .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")
        .securityTypeVariable("string")
        .vlanId(0)
        .vlanIdVariable("string")
        .wirelessNetworkName("string")
        .build())
    .username("string")
    .usernameVariable("string")
    .build());
Copy
cisco_wireless_lan_feature_template_resource = sdwan.CiscoWirelessLanFeatureTemplate("ciscoWirelessLanFeatureTemplateResource",
    description="string",
    device_types=["string"],
    name="string",
    password="string",
    controller_subnet_mask="string",
    controller_subnet_mask_variable="string",
    country="string",
    country_variable="string",
    controller_ip_address="string",
    controller_default_gateway_variable="string",
    controller_default_gateway="string",
    controller_ip_address_variable="string",
    password_variable="string",
    shutdown24ghz=False,
    shutdown24ghz_variable="string",
    shutdown5ghz=False,
    shutdown5ghz_variable="string",
    ssids=[{
        "admin_state": False,
        "admin_state_variable": "string",
        "broadcast_ssid": False,
        "optional": False,
        "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",
        "security_type_variable": "string",
        "vlan_id": 0,
        "vlan_id_variable": "string",
        "wireless_network_name": "string",
    }],
    username="string",
    username_variable="string")
Copy
const ciscoWirelessLanFeatureTemplateResource = new sdwan.CiscoWirelessLanFeatureTemplate("ciscoWirelessLanFeatureTemplateResource", {
    description: "string",
    deviceTypes: ["string"],
    name: "string",
    password: "string",
    controllerSubnetMask: "string",
    controllerSubnetMaskVariable: "string",
    country: "string",
    countryVariable: "string",
    controllerIpAddress: "string",
    controllerDefaultGatewayVariable: "string",
    controllerDefaultGateway: "string",
    controllerIpAddressVariable: "string",
    passwordVariable: "string",
    shutdown24ghz: false,
    shutdown24ghzVariable: "string",
    shutdown5ghz: false,
    shutdown5ghzVariable: "string",
    ssids: [{
        adminState: false,
        adminStateVariable: "string",
        broadcastSsid: false,
        optional: false,
        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",
        securityTypeVariable: "string",
        vlanId: 0,
        vlanIdVariable: "string",
        wirelessNetworkName: "string",
    }],
    username: "string",
    usernameVariable: "string",
});
Copy
type: sdwan:CiscoWirelessLanFeatureTemplate
properties:
    controllerDefaultGateway: string
    controllerDefaultGatewayVariable: string
    controllerIpAddress: string
    controllerIpAddressVariable: string
    controllerSubnetMask: string
    controllerSubnetMaskVariable: string
    country: string
    countryVariable: string
    description: string
    deviceTypes:
        - string
    name: string
    password: string
    passwordVariable: string
    shutdown5ghz: false
    shutdown5ghzVariable: string
    shutdown24ghz: false
    shutdown24ghzVariable: string
    ssids:
        - adminState: false
          adminStateVariable: string
          broadcastSsid: false
          optional: false
          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
          securityTypeVariable: string
          vlanId: 0
          vlanIdVariable: string
          wirelessNetworkName: string
    username: string
    usernameVariable: string
Copy

CiscoWirelessLanFeatureTemplate 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 CiscoWirelessLanFeatureTemplate resource accepts the following input properties:

Description This property is required. string
The description of the feature template
DeviceTypes This property is required. List<string>
List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
ControllerDefaultGateway string
Set mobile express default gateway - Default value: 0.0.0.0
ControllerDefaultGatewayVariable string
Variable name
ControllerIpAddress string
Set mobile express controller address - Default value: 0.0.0.0
ControllerIpAddressVariable string
Variable name
ControllerSubnetMask string
Set mobile express controller subnet mask - Default value: 0.0.0.0
ControllerSubnetMaskVariable string
Variable name
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
Name string
The name of the feature template
Password string
Set management password
PasswordVariable string
Variable name
Shutdown24ghz bool
2.4GHz Shutdown - Default value: false
Shutdown24ghzVariable string
Variable name
Shutdown5ghz bool
5GHz Shutdown - Default value: false
Shutdown5ghzVariable string
Variable name
Ssids List<CiscoWirelessLanFeatureTemplateSsid>
Configure Wi-Fi SSID
Username string
Set management username
UsernameVariable string
Variable name
Description This property is required. string
The description of the feature template
DeviceTypes This property is required. []string
List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
ControllerDefaultGateway string
Set mobile express default gateway - Default value: 0.0.0.0
ControllerDefaultGatewayVariable string
Variable name
ControllerIpAddress string
Set mobile express controller address - Default value: 0.0.0.0
ControllerIpAddressVariable string
Variable name
ControllerSubnetMask string
Set mobile express controller subnet mask - Default value: 0.0.0.0
ControllerSubnetMaskVariable string
Variable name
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
Name string
The name of the feature template
Password string
Set management password
PasswordVariable string
Variable name
Shutdown24ghz bool
2.4GHz Shutdown - Default value: false
Shutdown24ghzVariable string
Variable name
Shutdown5ghz bool
5GHz Shutdown - Default value: false
Shutdown5ghzVariable string
Variable name
Ssids []CiscoWirelessLanFeatureTemplateSsidArgs
Configure Wi-Fi SSID
Username string
Set management username
UsernameVariable string
Variable name
description This property is required. String
The description of the feature template
deviceTypes This property is required. List<String>
List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
controllerDefaultGateway String
Set mobile express default gateway - Default value: 0.0.0.0
controllerDefaultGatewayVariable String
Variable name
controllerIpAddress String
Set mobile express controller address - Default value: 0.0.0.0
controllerIpAddressVariable String
Variable name
controllerSubnetMask String
Set mobile express controller subnet mask - Default value: 0.0.0.0
controllerSubnetMaskVariable String
Variable name
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
name String
The name of the feature template
password String
Set management password
passwordVariable String
Variable name
shutdown24ghz Boolean
2.4GHz Shutdown - Default value: false
shutdown24ghzVariable String
Variable name
shutdown5ghz Boolean
5GHz Shutdown - Default value: false
shutdown5ghzVariable String
Variable name
ssids List<CiscoWirelessLanFeatureTemplateSsid>
Configure Wi-Fi SSID
username String
Set management username
usernameVariable String
Variable name
description This property is required. string
The description of the feature template
deviceTypes This property is required. string[]
List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
controllerDefaultGateway string
Set mobile express default gateway - Default value: 0.0.0.0
controllerDefaultGatewayVariable string
Variable name
controllerIpAddress string
Set mobile express controller address - Default value: 0.0.0.0
controllerIpAddressVariable string
Variable name
controllerSubnetMask string
Set mobile express controller subnet mask - Default value: 0.0.0.0
controllerSubnetMaskVariable string
Variable name
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
name string
The name of the feature template
password string
Set management password
passwordVariable string
Variable name
shutdown24ghz boolean
2.4GHz Shutdown - Default value: false
shutdown24ghzVariable string
Variable name
shutdown5ghz boolean
5GHz Shutdown - Default value: false
shutdown5ghzVariable string
Variable name
ssids CiscoWirelessLanFeatureTemplateSsid[]
Configure Wi-Fi SSID
username string
Set management username
usernameVariable string
Variable name
description This property is required. str
The description of the feature template
device_types This property is required. Sequence[str]
List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
controller_default_gateway str
Set mobile express default gateway - Default value: 0.0.0.0
controller_default_gateway_variable str
Variable name
controller_ip_address str
Set mobile express controller address - Default value: 0.0.0.0
controller_ip_address_variable str
Variable name
controller_subnet_mask str
Set mobile express controller subnet mask - Default value: 0.0.0.0
controller_subnet_mask_variable str
Variable name
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
name str
The name of the feature template
password str
Set management password
password_variable str
Variable name
shutdown24ghz bool
2.4GHz Shutdown - Default value: false
shutdown24ghz_variable str
Variable name
shutdown5ghz bool
5GHz Shutdown - Default value: false
shutdown5ghz_variable str
Variable name
ssids Sequence[CiscoWirelessLanFeatureTemplateSsidArgs]
Configure Wi-Fi SSID
username str
Set management username
username_variable str
Variable name
description This property is required. String
The description of the feature template
deviceTypes This property is required. List<String>
List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
controllerDefaultGateway String
Set mobile express default gateway - Default value: 0.0.0.0
controllerDefaultGatewayVariable String
Variable name
controllerIpAddress String
Set mobile express controller address - Default value: 0.0.0.0
controllerIpAddressVariable String
Variable name
controllerSubnetMask String
Set mobile express controller subnet mask - Default value: 0.0.0.0
controllerSubnetMaskVariable String
Variable name
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
name String
The name of the feature template
password String
Set management password
passwordVariable String
Variable name
shutdown24ghz Boolean
2.4GHz Shutdown - Default value: false
shutdown24ghzVariable String
Variable name
shutdown5ghz Boolean
5GHz Shutdown - Default value: false
shutdown5ghzVariable String
Variable name
ssids List<Property Map>
Configure Wi-Fi SSID
username String
Set management username
usernameVariable String
Variable name

Outputs

All input properties are implicitly available as output properties. Additionally, the CiscoWirelessLanFeatureTemplate resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
TemplateType string
The template type
Version int
The version of the feature template
Id string
The provider-assigned unique ID for this managed resource.
TemplateType string
The template type
Version int
The version of the feature template
id String
The provider-assigned unique ID for this managed resource.
templateType String
The template type
version Integer
The version of the feature template
id string
The provider-assigned unique ID for this managed resource.
templateType string
The template type
version number
The version of the feature template
id str
The provider-assigned unique ID for this managed resource.
template_type str
The template type
version int
The version of the feature template
id String
The provider-assigned unique ID for this managed resource.
templateType String
The template type
version Number
The version of the feature template

Look up Existing CiscoWirelessLanFeatureTemplate Resource

Get an existing CiscoWirelessLanFeatureTemplate 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?: CiscoWirelessLanFeatureTemplateState, opts?: CustomResourceOptions): CiscoWirelessLanFeatureTemplate
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        controller_default_gateway: Optional[str] = None,
        controller_default_gateway_variable: Optional[str] = None,
        controller_ip_address: Optional[str] = None,
        controller_ip_address_variable: Optional[str] = None,
        controller_subnet_mask: Optional[str] = None,
        controller_subnet_mask_variable: Optional[str] = None,
        country: Optional[str] = None,
        country_variable: Optional[str] = None,
        description: Optional[str] = None,
        device_types: Optional[Sequence[str]] = None,
        name: Optional[str] = None,
        password: Optional[str] = None,
        password_variable: Optional[str] = None,
        shutdown24ghz: Optional[bool] = None,
        shutdown24ghz_variable: Optional[str] = None,
        shutdown5ghz: Optional[bool] = None,
        shutdown5ghz_variable: Optional[str] = None,
        ssids: Optional[Sequence[CiscoWirelessLanFeatureTemplateSsidArgs]] = None,
        template_type: Optional[str] = None,
        username: Optional[str] = None,
        username_variable: Optional[str] = None,
        version: Optional[int] = None) -> CiscoWirelessLanFeatureTemplate
func GetCiscoWirelessLanFeatureTemplate(ctx *Context, name string, id IDInput, state *CiscoWirelessLanFeatureTemplateState, opts ...ResourceOption) (*CiscoWirelessLanFeatureTemplate, error)
public static CiscoWirelessLanFeatureTemplate Get(string name, Input<string> id, CiscoWirelessLanFeatureTemplateState? state, CustomResourceOptions? opts = null)
public static CiscoWirelessLanFeatureTemplate get(String name, Output<String> id, CiscoWirelessLanFeatureTemplateState state, CustomResourceOptions options)
resources:  _:    type: sdwan:CiscoWirelessLanFeatureTemplate    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:
ControllerDefaultGateway string
Set mobile express default gateway - Default value: 0.0.0.0
ControllerDefaultGatewayVariable string
Variable name
ControllerIpAddress string
Set mobile express controller address - Default value: 0.0.0.0
ControllerIpAddressVariable string
Variable name
ControllerSubnetMask string
Set mobile express controller subnet mask - Default value: 0.0.0.0
ControllerSubnetMaskVariable string
Variable name
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 template
DeviceTypes List<string>
List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
Name string
The name of the feature template
Password string
Set management password
PasswordVariable string
Variable name
Shutdown24ghz bool
2.4GHz Shutdown - Default value: false
Shutdown24ghzVariable string
Variable name
Shutdown5ghz bool
5GHz Shutdown - Default value: false
Shutdown5ghzVariable string
Variable name
Ssids List<CiscoWirelessLanFeatureTemplateSsid>
Configure Wi-Fi SSID
TemplateType string
The template type
Username string
Set management username
UsernameVariable string
Variable name
Version int
The version of the feature template
ControllerDefaultGateway string
Set mobile express default gateway - Default value: 0.0.0.0
ControllerDefaultGatewayVariable string
Variable name
ControllerIpAddress string
Set mobile express controller address - Default value: 0.0.0.0
ControllerIpAddressVariable string
Variable name
ControllerSubnetMask string
Set mobile express controller subnet mask - Default value: 0.0.0.0
ControllerSubnetMaskVariable string
Variable name
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 template
DeviceTypes []string
List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
Name string
The name of the feature template
Password string
Set management password
PasswordVariable string
Variable name
Shutdown24ghz bool
2.4GHz Shutdown - Default value: false
Shutdown24ghzVariable string
Variable name
Shutdown5ghz bool
5GHz Shutdown - Default value: false
Shutdown5ghzVariable string
Variable name
Ssids []CiscoWirelessLanFeatureTemplateSsidArgs
Configure Wi-Fi SSID
TemplateType string
The template type
Username string
Set management username
UsernameVariable string
Variable name
Version int
The version of the feature template
controllerDefaultGateway String
Set mobile express default gateway - Default value: 0.0.0.0
controllerDefaultGatewayVariable String
Variable name
controllerIpAddress String
Set mobile express controller address - Default value: 0.0.0.0
controllerIpAddressVariable String
Variable name
controllerSubnetMask String
Set mobile express controller subnet mask - Default value: 0.0.0.0
controllerSubnetMaskVariable String
Variable name
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 template
deviceTypes List<String>
List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
name String
The name of the feature template
password String
Set management password
passwordVariable String
Variable name
shutdown24ghz Boolean
2.4GHz Shutdown - Default value: false
shutdown24ghzVariable String
Variable name
shutdown5ghz Boolean
5GHz Shutdown - Default value: false
shutdown5ghzVariable String
Variable name
ssids List<CiscoWirelessLanFeatureTemplateSsid>
Configure Wi-Fi SSID
templateType String
The template type
username String
Set management username
usernameVariable String
Variable name
version Integer
The version of the feature template
controllerDefaultGateway string
Set mobile express default gateway - Default value: 0.0.0.0
controllerDefaultGatewayVariable string
Variable name
controllerIpAddress string
Set mobile express controller address - Default value: 0.0.0.0
controllerIpAddressVariable string
Variable name
controllerSubnetMask string
Set mobile express controller subnet mask - Default value: 0.0.0.0
controllerSubnetMaskVariable string
Variable name
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 template
deviceTypes string[]
List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
name string
The name of the feature template
password string
Set management password
passwordVariable string
Variable name
shutdown24ghz boolean
2.4GHz Shutdown - Default value: false
shutdown24ghzVariable string
Variable name
shutdown5ghz boolean
5GHz Shutdown - Default value: false
shutdown5ghzVariable string
Variable name
ssids CiscoWirelessLanFeatureTemplateSsid[]
Configure Wi-Fi SSID
templateType string
The template type
username string
Set management username
usernameVariable string
Variable name
version number
The version of the feature template
controller_default_gateway str
Set mobile express default gateway - Default value: 0.0.0.0
controller_default_gateway_variable str
Variable name
controller_ip_address str
Set mobile express controller address - Default value: 0.0.0.0
controller_ip_address_variable str
Variable name
controller_subnet_mask str
Set mobile express controller subnet mask - Default value: 0.0.0.0
controller_subnet_mask_variable str
Variable name
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 template
device_types Sequence[str]
List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
name str
The name of the feature template
password str
Set management password
password_variable str
Variable name
shutdown24ghz bool
2.4GHz Shutdown - Default value: false
shutdown24ghz_variable str
Variable name
shutdown5ghz bool
5GHz Shutdown - Default value: false
shutdown5ghz_variable str
Variable name
ssids Sequence[CiscoWirelessLanFeatureTemplateSsidArgs]
Configure Wi-Fi SSID
template_type str
The template type
username str
Set management username
username_variable str
Variable name
version int
The version of the feature template
controllerDefaultGateway String
Set mobile express default gateway - Default value: 0.0.0.0
controllerDefaultGatewayVariable String
Variable name
controllerIpAddress String
Set mobile express controller address - Default value: 0.0.0.0
controllerIpAddressVariable String
Variable name
controllerSubnetMask String
Set mobile express controller subnet mask - Default value: 0.0.0.0
controllerSubnetMaskVariable String
Variable name
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 template
deviceTypes List<String>
List of supported device types - Choices: vedge-C8000V, vedge-C8300-1N1S-4T2X, vedge-C8300-1N1S-6T, vedge-C8300-2N2S-6T, vedge-C8300-2N2S-4T2X, vedge-C8500-12X4QC, vedge-C8500-12X, vedge-C8500-20X6C, vedge-C8500L-8S4X, vedge-C8200-1N-4T, vedge-C8200L-1N-4T
name String
The name of the feature template
password String
Set management password
passwordVariable String
Variable name
shutdown24ghz Boolean
2.4GHz Shutdown - Default value: false
shutdown24ghzVariable String
Variable name
shutdown5ghz Boolean
5GHz Shutdown - Default value: false
shutdown5ghzVariable String
Variable name
ssids List<Property Map>
Configure Wi-Fi SSID
templateType String
The template type
username String
Set management username
usernameVariable String
Variable name
version Number
The version of the feature template

Supporting Types

CiscoWirelessLanFeatureTemplateSsid
, CiscoWirelessLanFeatureTemplateSsidArgs

AdminState bool
Set admin state

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

  • Default value: true
Optional bool
Indicates if list item is considered optional.
Passphrase string
Set passphrase
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
RadiusServerIpVariable string
Variable name
RadiusServerPort int
Set RADIUS server authentication port

  • Range: 1-65535
  • Default value: 1812
RadiusServerPortVariable string
Variable name
RadiusServerSecret string
Set RADIUS server shared secret
RadiusServerSecretVariable string
Variable name
SecurityType string
Select security type

  • Choices: enterprise, personal, open
  • Default value: personal
SecurityTypeVariable string
Variable name
VlanId int
Set VLAN ID

  • Range: 1-4094
VlanIdVariable string
Variable name
WirelessNetworkName string
Configure wlan SSID
AdminState bool
Set admin state

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

  • Default value: true
Optional bool
Indicates if list item is considered optional.
Passphrase string
Set passphrase
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
RadiusServerIpVariable string
Variable name
RadiusServerPort int
Set RADIUS server authentication port

  • Range: 1-65535
  • Default value: 1812
RadiusServerPortVariable string
Variable name
RadiusServerSecret string
Set RADIUS server shared secret
RadiusServerSecretVariable string
Variable name
SecurityType string
Select security type

  • Choices: enterprise, personal, open
  • Default value: personal
SecurityTypeVariable string
Variable name
VlanId int
Set VLAN ID

  • Range: 1-4094
VlanIdVariable string
Variable name
WirelessNetworkName string
Configure wlan SSID
adminState Boolean
Set admin state

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

  • Default value: true
optional Boolean
Indicates if list item is considered optional.
passphrase String
Set passphrase
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
radiusServerIpVariable String
Variable name
radiusServerPort Integer
Set RADIUS server authentication port

  • Range: 1-65535
  • Default value: 1812
radiusServerPortVariable String
Variable name
radiusServerSecret String
Set RADIUS server shared secret
radiusServerSecretVariable String
Variable name
securityType String
Select security type

  • Choices: enterprise, personal, open
  • Default value: personal
securityTypeVariable String
Variable name
vlanId Integer
Set VLAN ID

  • Range: 1-4094
vlanIdVariable String
Variable name
wirelessNetworkName String
Configure wlan SSID
adminState boolean
Set admin state

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

  • Default value: true
optional boolean
Indicates if list item is considered optional.
passphrase string
Set passphrase
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
radiusServerIpVariable string
Variable name
radiusServerPort number
Set RADIUS server authentication port

  • Range: 1-65535
  • Default value: 1812
radiusServerPortVariable string
Variable name
radiusServerSecret string
Set RADIUS server shared secret
radiusServerSecretVariable string
Variable name
securityType string
Select security type

  • Choices: enterprise, personal, open
  • Default value: personal
securityTypeVariable string
Variable name
vlanId number
Set VLAN ID

  • Range: 1-4094
vlanIdVariable string
Variable name
wirelessNetworkName string
Configure wlan SSID
admin_state bool
Set admin state

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

  • Default value: true
optional bool
Indicates if list item is considered optional.
passphrase str
Set passphrase
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
radius_server_ip_variable str
Variable name
radius_server_port int
Set RADIUS server authentication port

  • Range: 1-65535
  • Default value: 1812
radius_server_port_variable str
Variable name
radius_server_secret str
Set RADIUS server shared secret
radius_server_secret_variable str
Variable name
security_type str
Select security type

  • Choices: enterprise, personal, open
  • Default value: personal
security_type_variable str
Variable name
vlan_id int
Set VLAN ID

  • Range: 1-4094
vlan_id_variable str
Variable name
wireless_network_name str
Configure wlan SSID
adminState Boolean
Set admin state

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

  • Default value: true
optional Boolean
Indicates if list item is considered optional.
passphrase String
Set passphrase
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
radiusServerIpVariable String
Variable name
radiusServerPort Number
Set RADIUS server authentication port

  • Range: 1-65535
  • Default value: 1812
radiusServerPortVariable String
Variable name
radiusServerSecret String
Set RADIUS server shared secret
radiusServerSecretVariable String
Variable name
securityType String
Select security type

  • Choices: enterprise, personal, open
  • Default value: personal
securityTypeVariable String
Variable name
vlanId Number
Set VLAN ID

  • Range: 1-4094
vlanIdVariable String
Variable name
wirelessNetworkName String
Configure wlan SSID

Import

$ pulumi import sdwan:index/ciscoWirelessLanFeatureTemplate:CiscoWirelessLanFeatureTemplate example "f6b2c44c-693c-4763-b010-895aa3d236bd"
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.