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());
    }
}
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
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 string
- The unique name of the resource.
- args CiscoWirelessLanFeatureTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args 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 string
- The unique name of the resource.
- args CiscoWirelessLanFeatureTemplateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CiscoWirelessLanFeatureTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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",
});
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"),
})
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());
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")
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",
});
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
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 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
- ControllerDefault stringGateway 
- Set mobile express default gateway - Default value: 0.0.0.0
- ControllerDefault stringGateway Variable 
- Variable name
- ControllerIp stringAddress 
- Set mobile express controller address - Default value: 0.0.0.0
- ControllerIp stringAddress Variable 
- Variable name
- ControllerSubnet stringMask 
- Set mobile express controller subnet mask - Default value: 0.0.0.0
- ControllerSubnet stringMask Variable 
- 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<CiscoWireless Lan Feature Template Ssid> 
- Configure Wi-Fi SSID
- Username string
- Set management username
- UsernameVariable 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
- ControllerDefault stringGateway 
- Set mobile express default gateway - Default value: 0.0.0.0
- ControllerDefault stringGateway Variable 
- Variable name
- ControllerIp stringAddress 
- Set mobile express controller address - Default value: 0.0.0.0
- ControllerIp stringAddress Variable 
- Variable name
- ControllerSubnet stringMask 
- Set mobile express controller subnet mask - Default value: 0.0.0.0
- ControllerSubnet stringMask Variable 
- 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
[]CiscoWireless Lan Feature Template Ssid Args 
- Configure Wi-Fi SSID
- Username string
- Set management username
- UsernameVariable 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
- controllerDefault StringGateway 
- Set mobile express default gateway - Default value: 0.0.0.0
- controllerDefault StringGateway Variable 
- Variable name
- controllerIp StringAddress 
- Set mobile express controller address - Default value: 0.0.0.0
- controllerIp StringAddress Variable 
- Variable name
- controllerSubnet StringMask 
- Set mobile express controller subnet mask - Default value: 0.0.0.0
- controllerSubnet StringMask Variable 
- 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<CiscoWireless Lan Feature Template Ssid> 
- Configure Wi-Fi SSID
- username String
- Set management username
- usernameVariable 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
- controllerDefault stringGateway 
- Set mobile express default gateway - Default value: 0.0.0.0
- controllerDefault stringGateway Variable 
- Variable name
- controllerIp stringAddress 
- Set mobile express controller address - Default value: 0.0.0.0
- controllerIp stringAddress Variable 
- Variable name
- controllerSubnet stringMask 
- Set mobile express controller subnet mask - Default value: 0.0.0.0
- controllerSubnet stringMask Variable 
- 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
CiscoWireless Lan Feature Template Ssid[] 
- Configure Wi-Fi SSID
- username string
- Set management username
- usernameVariable string
- 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
- controller_default_ strgateway 
- Set mobile express default gateway - Default value: 0.0.0.0
- controller_default_ strgateway_ variable 
- Variable name
- controller_ip_ straddress 
- Set mobile express controller address - Default value: 0.0.0.0
- controller_ip_ straddress_ variable 
- Variable name
- controller_subnet_ strmask 
- Set mobile express controller subnet mask - Default value: 0.0.0.0
- controller_subnet_ strmask_ variable 
- 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[CiscoWireless Lan Feature Template Ssid Args] 
- Configure Wi-Fi SSID
- username str
- Set management username
- username_variable str
- 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
- controllerDefault StringGateway 
- Set mobile express default gateway - Default value: 0.0.0.0
- controllerDefault StringGateway Variable 
- Variable name
- controllerIp StringAddress 
- Set mobile express controller address - Default value: 0.0.0.0
- controllerIp StringAddress Variable 
- Variable name
- controllerSubnet StringMask 
- Set mobile express controller subnet mask - Default value: 0.0.0.0
- controllerSubnet StringMask Variable 
- 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) -> CiscoWirelessLanFeatureTemplatefunc 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
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- ControllerDefault stringGateway 
- Set mobile express default gateway - Default value: 0.0.0.0
- ControllerDefault stringGateway Variable 
- Variable name
- ControllerIp stringAddress 
- Set mobile express controller address - Default value: 0.0.0.0
- ControllerIp stringAddress Variable 
- Variable name
- ControllerSubnet stringMask 
- Set mobile express controller subnet mask - Default value: 0.0.0.0
- ControllerSubnet stringMask Variable 
- 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<CiscoWireless Lan Feature Template Ssid> 
- 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
- ControllerDefault stringGateway 
- Set mobile express default gateway - Default value: 0.0.0.0
- ControllerDefault stringGateway Variable 
- Variable name
- ControllerIp stringAddress 
- Set mobile express controller address - Default value: 0.0.0.0
- ControllerIp stringAddress Variable 
- Variable name
- ControllerSubnet stringMask 
- Set mobile express controller subnet mask - Default value: 0.0.0.0
- ControllerSubnet stringMask Variable 
- 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
[]CiscoWireless Lan Feature Template Ssid Args 
- 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
- controllerDefault StringGateway 
- Set mobile express default gateway - Default value: 0.0.0.0
- controllerDefault StringGateway Variable 
- Variable name
- controllerIp StringAddress 
- Set mobile express controller address - Default value: 0.0.0.0
- controllerIp StringAddress Variable 
- Variable name
- controllerSubnet StringMask 
- Set mobile express controller subnet mask - Default value: 0.0.0.0
- controllerSubnet StringMask Variable 
- 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<CiscoWireless Lan Feature Template Ssid> 
- 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
- controllerDefault stringGateway 
- Set mobile express default gateway - Default value: 0.0.0.0
- controllerDefault stringGateway Variable 
- Variable name
- controllerIp stringAddress 
- Set mobile express controller address - Default value: 0.0.0.0
- controllerIp stringAddress Variable 
- Variable name
- controllerSubnet stringMask 
- Set mobile express controller subnet mask - Default value: 0.0.0.0
- controllerSubnet stringMask Variable 
- 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
CiscoWireless Lan Feature Template Ssid[] 
- 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_ strgateway 
- Set mobile express default gateway - Default value: 0.0.0.0
- controller_default_ strgateway_ variable 
- Variable name
- controller_ip_ straddress 
- Set mobile express controller address - Default value: 0.0.0.0
- controller_ip_ straddress_ variable 
- Variable name
- controller_subnet_ strmask 
- Set mobile express controller subnet mask - Default value: 0.0.0.0
- controller_subnet_ strmask_ variable 
- 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[CiscoWireless Lan Feature Template Ssid Args] 
- 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
- controllerDefault StringGateway 
- Set mobile express default gateway - Default value: 0.0.0.0
- controllerDefault StringGateway Variable 
- Variable name
- controllerIp StringAddress 
- Set mobile express controller address - Default value: 0.0.0.0
- controllerIp StringAddress Variable 
- Variable name
- controllerSubnet StringMask 
- Set mobile express controller subnet mask - Default value: 0.0.0.0
- controllerSubnet StringMask Variable 
- 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
 
- Default value: 
- AdminState stringVariable 
- Variable name
- BroadcastSsid bool
- Enable broadcast SSID- Default value: true
 
- Default value: 
- 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
 
- Choices: 
- QosProfile stringVariable 
- Variable name
- RadioType string
- Select radio type- Choices: 24ghz,5ghz,all
- Default value: all
 
- Choices: 
- RadioType stringVariable 
- Variable name
- RadiusServer stringIp 
- Set RADIUS server IP
- RadiusServer stringIp Variable 
- Variable name
- RadiusServer intPort 
- Set RADIUS server authentication port- Range: 1-65535
- Default value: 1812
 
- Range: 
- RadiusServer stringPort Variable 
- Variable name
- RadiusServer stringSecret 
- Set RADIUS server shared secret
- RadiusServer stringSecret Variable 
- Variable name
- SecurityType string
- Select security type- Choices: enterprise,personal,open
- Default value: personal
 
- Choices: 
- SecurityType stringVariable 
- Variable name
- VlanId int
- Set VLAN ID- Range: 1-4094
 
- Range: 
- VlanId stringVariable 
- Variable name
- WirelessNetwork stringName 
- Configure wlan SSID
- AdminState bool
- Set admin state- Default value: true
 
- Default value: 
- AdminState stringVariable 
- Variable name
- BroadcastSsid bool
- Enable broadcast SSID- Default value: true
 
- Default value: 
- 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
 
- Choices: 
- QosProfile stringVariable 
- Variable name
- RadioType string
- Select radio type- Choices: 24ghz,5ghz,all
- Default value: all
 
- Choices: 
- RadioType stringVariable 
- Variable name
- RadiusServer stringIp 
- Set RADIUS server IP
- RadiusServer stringIp Variable 
- Variable name
- RadiusServer intPort 
- Set RADIUS server authentication port- Range: 1-65535
- Default value: 1812
 
- Range: 
- RadiusServer stringPort Variable 
- Variable name
- RadiusServer stringSecret 
- Set RADIUS server shared secret
- RadiusServer stringSecret Variable 
- Variable name
- SecurityType string
- Select security type- Choices: enterprise,personal,open
- Default value: personal
 
- Choices: 
- SecurityType stringVariable 
- Variable name
- VlanId int
- Set VLAN ID- Range: 1-4094
 
- Range: 
- VlanId stringVariable 
- Variable name
- WirelessNetwork stringName 
- Configure wlan SSID
- adminState Boolean
- Set admin state- Default value: true
 
- Default value: 
- adminState StringVariable 
- Variable name
- broadcastSsid Boolean
- Enable broadcast SSID- Default value: true
 
- Default value: 
- 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
 
- Choices: 
- qosProfile StringVariable 
- Variable name
- radioType String
- Select radio type- Choices: 24ghz,5ghz,all
- Default value: all
 
- Choices: 
- radioType StringVariable 
- Variable name
- radiusServer StringIp 
- Set RADIUS server IP
- radiusServer StringIp Variable 
- Variable name
- radiusServer IntegerPort 
- Set RADIUS server authentication port- Range: 1-65535
- Default value: 1812
 
- Range: 
- radiusServer StringPort Variable 
- Variable name
- radiusServer StringSecret 
- Set RADIUS server shared secret
- radiusServer StringSecret Variable 
- Variable name
- securityType String
- Select security type- Choices: enterprise,personal,open
- Default value: personal
 
- Choices: 
- securityType StringVariable 
- Variable name
- vlanId Integer
- Set VLAN ID- Range: 1-4094
 
- Range: 
- vlanId StringVariable 
- Variable name
- wirelessNetwork StringName 
- Configure wlan SSID
- adminState boolean
- Set admin state- Default value: true
 
- Default value: 
- adminState stringVariable 
- Variable name
- broadcastSsid boolean
- Enable broadcast SSID- Default value: true
 
- Default value: 
- 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
 
- Choices: 
- qosProfile stringVariable 
- Variable name
- radioType string
- Select radio type- Choices: 24ghz,5ghz,all
- Default value: all
 
- Choices: 
- radioType stringVariable 
- Variable name
- radiusServer stringIp 
- Set RADIUS server IP
- radiusServer stringIp Variable 
- Variable name
- radiusServer numberPort 
- Set RADIUS server authentication port- Range: 1-65535
- Default value: 1812
 
- Range: 
- radiusServer stringPort Variable 
- Variable name
- radiusServer stringSecret 
- Set RADIUS server shared secret
- radiusServer stringSecret Variable 
- Variable name
- securityType string
- Select security type- Choices: enterprise,personal,open
- Default value: personal
 
- Choices: 
- securityType stringVariable 
- Variable name
- vlanId number
- Set VLAN ID- Range: 1-4094
 
- Range: 
- vlanId stringVariable 
- Variable name
- wirelessNetwork stringName 
- Configure wlan SSID
- admin_state bool
- Set admin state- Default value: true
 
- Default value: 
- admin_state_ strvariable 
- Variable name
- broadcast_ssid bool
- Enable broadcast SSID- Default value: true
 
- Default value: 
- 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
 
- Choices: 
- qos_profile_ strvariable 
- Variable name
- radio_type str
- Select radio type- Choices: 24ghz,5ghz,all
- Default value: all
 
- Choices: 
- radio_type_ strvariable 
- Variable name
- radius_server_ strip 
- Set RADIUS server IP
- radius_server_ strip_ variable 
- Variable name
- radius_server_ intport 
- Set RADIUS server authentication port- Range: 1-65535
- Default value: 1812
 
- Range: 
- radius_server_ strport_ variable 
- Variable name
- radius_server_ strsecret 
- Set RADIUS server shared secret
- radius_server_ strsecret_ variable 
- Variable name
- security_type str
- Select security type- Choices: enterprise,personal,open
- Default value: personal
 
- Choices: 
- security_type_ strvariable 
- Variable name
- vlan_id int
- Set VLAN ID- Range: 1-4094
 
- Range: 
- vlan_id_ strvariable 
- Variable name
- wireless_network_ strname 
- Configure wlan SSID
- adminState Boolean
- Set admin state- Default value: true
 
- Default value: 
- adminState StringVariable 
- Variable name
- broadcastSsid Boolean
- Enable broadcast SSID- Default value: true
 
- Default value: 
- 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
 
- Choices: 
- qosProfile StringVariable 
- Variable name
- radioType String
- Select radio type- Choices: 24ghz,5ghz,all
- Default value: all
 
- Choices: 
- radioType StringVariable 
- Variable name
- radiusServer StringIp 
- Set RADIUS server IP
- radiusServer StringIp Variable 
- Variable name
- radiusServer NumberPort 
- Set RADIUS server authentication port- Range: 1-65535
- Default value: 1812
 
- Range: 
- radiusServer StringPort Variable 
- Variable name
- radiusServer StringSecret 
- Set RADIUS server shared secret
- radiusServer StringSecret Variable 
- Variable name
- securityType String
- Select security type- Choices: enterprise,personal,open
- Default value: personal
 
- Choices: 
- securityType StringVariable 
- Variable name
- vlanId Number
- Set VLAN ID- Range: 1-4094
 
- Range: 
- vlanId StringVariable 
- Variable name
- wirelessNetwork StringName 
- Configure wlan SSID
Import
$ pulumi import sdwan:index/ciscoWirelessLanFeatureTemplate:CiscoWirelessLanFeatureTemplate example "f6b2c44c-693c-4763-b010-895aa3d236bd"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
