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
- Device
Types 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
- Controller
Default stringGateway - Set mobile express default gateway - Default value:
0.0.0.0
- Controller
Default stringGateway Variable - Variable name
- Controller
Ip stringAddress - Set mobile express controller address - Default value:
0.0.0.0
- Controller
Ip stringAddress Variable - Variable name
- Controller
Subnet stringMask - Set mobile express controller subnet mask - Default value:
0.0.0.0
- Controller
Subnet 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
- Country
Variable string - Variable name
- Name string
- The name of the feature template
- Password string
- Set management password
- Password
Variable string - Variable name
- Shutdown24ghz bool
- 2.4GHz Shutdown - Default value:
false
- Shutdown24ghz
Variable string - Variable name
- Shutdown5ghz bool
- 5GHz Shutdown - Default value:
false
- Shutdown5ghz
Variable string - Variable name
- Ssids
List<Cisco
Wireless Lan Feature Template Ssid> - Configure Wi-Fi SSID
- Username string
- Set management username
- Username
Variable string - Variable name
- Description string
- The description of the feature template
- Device
Types []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
- Controller
Default stringGateway - Set mobile express default gateway - Default value:
0.0.0.0
- Controller
Default stringGateway Variable - Variable name
- Controller
Ip stringAddress - Set mobile express controller address - Default value:
0.0.0.0
- Controller
Ip stringAddress Variable - Variable name
- Controller
Subnet stringMask - Set mobile express controller subnet mask - Default value:
0.0.0.0
- Controller
Subnet 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
- Country
Variable string - Variable name
- Name string
- The name of the feature template
- Password string
- Set management password
- Password
Variable string - Variable name
- Shutdown24ghz bool
- 2.4GHz Shutdown - Default value:
false
- Shutdown24ghz
Variable string - Variable name
- Shutdown5ghz bool
- 5GHz Shutdown - Default value:
false
- Shutdown5ghz
Variable string - Variable name
- Ssids
[]Cisco
Wireless Lan Feature Template Ssid Args - Configure Wi-Fi SSID
- Username string
- Set management username
- Username
Variable string - Variable name
- description String
- The description of the feature template
- device
Types 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
- controller
Default StringGateway - Set mobile express default gateway - Default value:
0.0.0.0
- controller
Default StringGateway Variable - Variable name
- controller
Ip StringAddress - Set mobile express controller address - Default value:
0.0.0.0
- controller
Ip StringAddress Variable - Variable name
- controller
Subnet StringMask - Set mobile express controller subnet mask - Default value:
0.0.0.0
- controller
Subnet 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
- country
Variable String - Variable name
- name String
- The name of the feature template
- password String
- Set management password
- password
Variable String - Variable name
- shutdown24ghz Boolean
- 2.4GHz Shutdown - Default value:
false
- shutdown24ghz
Variable String - Variable name
- shutdown5ghz Boolean
- 5GHz Shutdown - Default value:
false
- shutdown5ghz
Variable String - Variable name
- ssids
List<Cisco
Wireless Lan Feature Template Ssid> - Configure Wi-Fi SSID
- username String
- Set management username
- username
Variable String - Variable name
- description string
- The description of the feature template
- device
Types 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
- controller
Default stringGateway - Set mobile express default gateway - Default value:
0.0.0.0
- controller
Default stringGateway Variable - Variable name
- controller
Ip stringAddress - Set mobile express controller address - Default value:
0.0.0.0
- controller
Ip stringAddress Variable - Variable name
- controller
Subnet stringMask - Set mobile express controller subnet mask - Default value:
0.0.0.0
- controller
Subnet 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
- country
Variable string - Variable name
- name string
- The name of the feature template
- password string
- Set management password
- password
Variable string - Variable name
- shutdown24ghz boolean
- 2.4GHz Shutdown - Default value:
false
- shutdown24ghz
Variable string - Variable name
- shutdown5ghz boolean
- 5GHz Shutdown - Default value:
false
- shutdown5ghz
Variable string - Variable name
- ssids
Cisco
Wireless Lan Feature Template Ssid[] - Configure Wi-Fi SSID
- username string
- Set management username
- username
Variable 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[Cisco
Wireless 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
- device
Types 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
- controller
Default StringGateway - Set mobile express default gateway - Default value:
0.0.0.0
- controller
Default StringGateway Variable - Variable name
- controller
Ip StringAddress - Set mobile express controller address - Default value:
0.0.0.0
- controller
Ip StringAddress Variable - Variable name
- controller
Subnet StringMask - Set mobile express controller subnet mask - Default value:
0.0.0.0
- controller
Subnet 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
- country
Variable String - Variable name
- name String
- The name of the feature template
- password String
- Set management password
- password
Variable String - Variable name
- shutdown24ghz Boolean
- 2.4GHz Shutdown - Default value:
false
- shutdown24ghz
Variable String - Variable name
- shutdown5ghz Boolean
- 5GHz Shutdown - Default value:
false
- shutdown5ghz
Variable String - Variable name
- ssids List<Property Map>
- Configure Wi-Fi SSID
- username String
- Set management username
- username
Variable 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.
- Template
Type string - The template type
- Version int
- The version of the feature template
- Id string
- The provider-assigned unique ID for this managed resource.
- Template
Type string - The template type
- Version int
- The version of the feature template
- id String
- The provider-assigned unique ID for this managed resource.
- template
Type String - The template type
- version Integer
- The version of the feature template
- id string
- The provider-assigned unique ID for this managed resource.
- template
Type 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.
- template
Type 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)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Controller
Default stringGateway - Set mobile express default gateway - Default value:
0.0.0.0
- Controller
Default stringGateway Variable - Variable name
- Controller
Ip stringAddress - Set mobile express controller address - Default value:
0.0.0.0
- Controller
Ip stringAddress Variable - Variable name
- Controller
Subnet stringMask - Set mobile express controller subnet mask - Default value:
0.0.0.0
- Controller
Subnet 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
- Country
Variable string - Variable name
- Description string
- The description of the feature template
- Device
Types 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
- Password
Variable string - Variable name
- Shutdown24ghz bool
- 2.4GHz Shutdown - Default value:
false
- Shutdown24ghz
Variable string - Variable name
- Shutdown5ghz bool
- 5GHz Shutdown - Default value:
false
- Shutdown5ghz
Variable string - Variable name
- Ssids
List<Cisco
Wireless Lan Feature Template Ssid> - Configure Wi-Fi SSID
- Template
Type string - The template type
- Username string
- Set management username
- Username
Variable string - Variable name
- Version int
- The version of the feature template
- Controller
Default stringGateway - Set mobile express default gateway - Default value:
0.0.0.0
- Controller
Default stringGateway Variable - Variable name
- Controller
Ip stringAddress - Set mobile express controller address - Default value:
0.0.0.0
- Controller
Ip stringAddress Variable - Variable name
- Controller
Subnet stringMask - Set mobile express controller subnet mask - Default value:
0.0.0.0
- Controller
Subnet 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
- Country
Variable string - Variable name
- Description string
- The description of the feature template
- Device
Types []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
- Password
Variable string - Variable name
- Shutdown24ghz bool
- 2.4GHz Shutdown - Default value:
false
- Shutdown24ghz
Variable string - Variable name
- Shutdown5ghz bool
- 5GHz Shutdown - Default value:
false
- Shutdown5ghz
Variable string - Variable name
- Ssids
[]Cisco
Wireless Lan Feature Template Ssid Args - Configure Wi-Fi SSID
- Template
Type string - The template type
- Username string
- Set management username
- Username
Variable string - Variable name
- Version int
- The version of the feature template
- controller
Default StringGateway - Set mobile express default gateway - Default value:
0.0.0.0
- controller
Default StringGateway Variable - Variable name
- controller
Ip StringAddress - Set mobile express controller address - Default value:
0.0.0.0
- controller
Ip StringAddress Variable - Variable name
- controller
Subnet StringMask - Set mobile express controller subnet mask - Default value:
0.0.0.0
- controller
Subnet 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
- country
Variable String - Variable name
- description String
- The description of the feature template
- device
Types 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
- password
Variable String - Variable name
- shutdown24ghz Boolean
- 2.4GHz Shutdown - Default value:
false
- shutdown24ghz
Variable String - Variable name
- shutdown5ghz Boolean
- 5GHz Shutdown - Default value:
false
- shutdown5ghz
Variable String - Variable name
- ssids
List<Cisco
Wireless Lan Feature Template Ssid> - Configure Wi-Fi SSID
- template
Type String - The template type
- username String
- Set management username
- username
Variable String - Variable name
- version Integer
- The version of the feature template
- controller
Default stringGateway - Set mobile express default gateway - Default value:
0.0.0.0
- controller
Default stringGateway Variable - Variable name
- controller
Ip stringAddress - Set mobile express controller address - Default value:
0.0.0.0
- controller
Ip stringAddress Variable - Variable name
- controller
Subnet stringMask - Set mobile express controller subnet mask - Default value:
0.0.0.0
- controller
Subnet 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
- country
Variable string - Variable name
- description string
- The description of the feature template
- device
Types 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
- password
Variable string - Variable name
- shutdown24ghz boolean
- 2.4GHz Shutdown - Default value:
false
- shutdown24ghz
Variable string - Variable name
- shutdown5ghz boolean
- 5GHz Shutdown - Default value:
false
- shutdown5ghz
Variable string - Variable name
- ssids
Cisco
Wireless Lan Feature Template Ssid[] - Configure Wi-Fi SSID
- template
Type string - The template type
- username string
- Set management username
- username
Variable 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[Cisco
Wireless 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
- controller
Default StringGateway - Set mobile express default gateway - Default value:
0.0.0.0
- controller
Default StringGateway Variable - Variable name
- controller
Ip StringAddress - Set mobile express controller address - Default value:
0.0.0.0
- controller
Ip StringAddress Variable - Variable name
- controller
Subnet StringMask - Set mobile express controller subnet mask - Default value:
0.0.0.0
- controller
Subnet 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
- country
Variable String - Variable name
- description String
- The description of the feature template
- device
Types 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
- password
Variable String - Variable name
- shutdown24ghz Boolean
- 2.4GHz Shutdown - Default value:
false
- shutdown24ghz
Variable String - Variable name
- shutdown5ghz Boolean
- 5GHz Shutdown - Default value:
false
- shutdown5ghz
Variable String - Variable name
- ssids List<Property Map>
- Configure Wi-Fi SSID
- template
Type String - The template type
- username String
- Set management username
- username
Variable String - Variable name
- version Number
- The version of the feature template
Supporting Types
CiscoWirelessLanFeatureTemplateSsid, CiscoWirelessLanFeatureTemplateSsidArgs
- Admin
State bool - Set admin state
- Default value:
true
- Default value:
- Admin
State stringVariable - Variable name
- Broadcast
Ssid bool - Enable broadcast SSID
- Default value:
true
- Default value:
- Optional bool
- Indicates if list item is considered optional.
- Passphrase string
- Set passphrase
- Passphrase
Variable string - Variable name
- Qos
Profile string - Select QoS profile
- Choices:
platinum
,gold
,silver
,bronze
- Default value:
silver
- Choices:
- Qos
Profile stringVariable - Variable name
- Radio
Type string - Select radio type
- Choices:
24ghz
,5ghz
,all
- Default value:
all
- Choices:
- Radio
Type stringVariable - Variable name
- Radius
Server stringIp - Set RADIUS server IP
- Radius
Server stringIp Variable - Variable name
- Radius
Server intPort - Set RADIUS server authentication port
- Range:
1
-65535
- Default value:
1812
- Range:
- Radius
Server stringPort Variable - Variable name
- Radius
Server stringSecret - Set RADIUS server shared secret
- Radius
Server stringSecret Variable - Variable name
- Security
Type string - Select security type
- Choices:
enterprise
,personal
,open
- Default value:
personal
- Choices:
- Security
Type stringVariable - Variable name
- Vlan
Id int - Set VLAN ID
- Range:
1
-4094
- Range:
- Vlan
Id stringVariable - Variable name
- Wireless
Network stringName - Configure wlan SSID
- Admin
State bool - Set admin state
- Default value:
true
- Default value:
- Admin
State stringVariable - Variable name
- Broadcast
Ssid bool - Enable broadcast SSID
- Default value:
true
- Default value:
- Optional bool
- Indicates if list item is considered optional.
- Passphrase string
- Set passphrase
- Passphrase
Variable string - Variable name
- Qos
Profile string - Select QoS profile
- Choices:
platinum
,gold
,silver
,bronze
- Default value:
silver
- Choices:
- Qos
Profile stringVariable - Variable name
- Radio
Type string - Select radio type
- Choices:
24ghz
,5ghz
,all
- Default value:
all
- Choices:
- Radio
Type stringVariable - Variable name
- Radius
Server stringIp - Set RADIUS server IP
- Radius
Server stringIp Variable - Variable name
- Radius
Server intPort - Set RADIUS server authentication port
- Range:
1
-65535
- Default value:
1812
- Range:
- Radius
Server stringPort Variable - Variable name
- Radius
Server stringSecret - Set RADIUS server shared secret
- Radius
Server stringSecret Variable - Variable name
- Security
Type string - Select security type
- Choices:
enterprise
,personal
,open
- Default value:
personal
- Choices:
- Security
Type stringVariable - Variable name
- Vlan
Id int - Set VLAN ID
- Range:
1
-4094
- Range:
- Vlan
Id stringVariable - Variable name
- Wireless
Network stringName - Configure wlan SSID
- admin
State Boolean - Set admin state
- Default value:
true
- Default value:
- admin
State StringVariable - Variable name
- broadcast
Ssid Boolean - Enable broadcast SSID
- Default value:
true
- Default value:
- optional Boolean
- Indicates if list item is considered optional.
- passphrase String
- Set passphrase
- passphrase
Variable String - Variable name
- qos
Profile String - Select QoS profile
- Choices:
platinum
,gold
,silver
,bronze
- Default value:
silver
- Choices:
- qos
Profile StringVariable - Variable name
- radio
Type String - Select radio type
- Choices:
24ghz
,5ghz
,all
- Default value:
all
- Choices:
- radio
Type StringVariable - Variable name
- radius
Server StringIp - Set RADIUS server IP
- radius
Server StringIp Variable - Variable name
- radius
Server IntegerPort - Set RADIUS server authentication port
- Range:
1
-65535
- Default value:
1812
- Range:
- radius
Server StringPort Variable - Variable name
- radius
Server StringSecret - Set RADIUS server shared secret
- radius
Server StringSecret Variable - Variable name
- security
Type String - Select security type
- Choices:
enterprise
,personal
,open
- Default value:
personal
- Choices:
- security
Type StringVariable - Variable name
- vlan
Id Integer - Set VLAN ID
- Range:
1
-4094
- Range:
- vlan
Id StringVariable - Variable name
- wireless
Network StringName - Configure wlan SSID
- admin
State boolean - Set admin state
- Default value:
true
- Default value:
- admin
State stringVariable - Variable name
- broadcast
Ssid boolean - Enable broadcast SSID
- Default value:
true
- Default value:
- optional boolean
- Indicates if list item is considered optional.
- passphrase string
- Set passphrase
- passphrase
Variable string - Variable name
- qos
Profile string - Select QoS profile
- Choices:
platinum
,gold
,silver
,bronze
- Default value:
silver
- Choices:
- qos
Profile stringVariable - Variable name
- radio
Type string - Select radio type
- Choices:
24ghz
,5ghz
,all
- Default value:
all
- Choices:
- radio
Type stringVariable - Variable name
- radius
Server stringIp - Set RADIUS server IP
- radius
Server stringIp Variable - Variable name
- radius
Server numberPort - Set RADIUS server authentication port
- Range:
1
-65535
- Default value:
1812
- Range:
- radius
Server stringPort Variable - Variable name
- radius
Server stringSecret - Set RADIUS server shared secret
- radius
Server stringSecret Variable - Variable name
- security
Type string - Select security type
- Choices:
enterprise
,personal
,open
- Default value:
personal
- Choices:
- security
Type stringVariable - Variable name
- vlan
Id number - Set VLAN ID
- Range:
1
-4094
- Range:
- vlan
Id stringVariable - Variable name
- wireless
Network 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
- admin
State Boolean - Set admin state
- Default value:
true
- Default value:
- admin
State StringVariable - Variable name
- broadcast
Ssid Boolean - Enable broadcast SSID
- Default value:
true
- Default value:
- optional Boolean
- Indicates if list item is considered optional.
- passphrase String
- Set passphrase
- passphrase
Variable String - Variable name
- qos
Profile String - Select QoS profile
- Choices:
platinum
,gold
,silver
,bronze
- Default value:
silver
- Choices:
- qos
Profile StringVariable - Variable name
- radio
Type String - Select radio type
- Choices:
24ghz
,5ghz
,all
- Default value:
all
- Choices:
- radio
Type StringVariable - Variable name
- radius
Server StringIp - Set RADIUS server IP
- radius
Server StringIp Variable - Variable name
- radius
Server NumberPort - Set RADIUS server authentication port
- Range:
1
-65535
- Default value:
1812
- Range:
- radius
Server StringPort Variable - Variable name
- radius
Server StringSecret - Set RADIUS server shared secret
- radius
Server StringSecret Variable - Variable name
- security
Type String - Select security type
- Choices:
enterprise
,personal
,open
- Default value:
personal
- Choices:
- security
Type StringVariable - Variable name
- vlan
Id Number - Set VLAN ID
- Range:
1
-4094
- Range:
- vlan
Id StringVariable - Variable name
- wireless
Network 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
sdwan
Terraform Provider.