Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi
sdwan.getCiscoWirelessLanFeatureTemplate
Explore with Pulumi AI
This data source can read the Cisco Wireless LAN feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getCiscoWirelessLanFeatureTemplate({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_cisco_wireless_lan_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
package main
import (
"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := sdwan.LookupCiscoWirelessLanFeatureTemplate(ctx, &sdwan.LookupCiscoWirelessLanFeatureTemplateArgs{
Id: pulumi.StringRef("f6b2c44c-693c-4763-b010-895aa3d236bd"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;
return await Deployment.RunAsync(() =>
{
var example = Sdwan.GetCiscoWirelessLanFeatureTemplate.Invoke(new()
{
Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.SdwanFunctions;
import com.pulumi.sdwan.inputs.GetCiscoWirelessLanFeatureTemplateArgs;
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) {
final var example = SdwanFunctions.getCiscoWirelessLanFeatureTemplate(GetCiscoWirelessLanFeatureTemplateArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.build());
}
}
variables:
example:
fn::invoke:
Function: sdwan:getCiscoWirelessLanFeatureTemplate
Arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getCiscoWirelessLanFeatureTemplate
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCiscoWirelessLanFeatureTemplate(args: GetCiscoWirelessLanFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCiscoWirelessLanFeatureTemplateResult>
function getCiscoWirelessLanFeatureTemplateOutput(args: GetCiscoWirelessLanFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCiscoWirelessLanFeatureTemplateResult>
def get_cisco_wireless_lan_feature_template(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCiscoWirelessLanFeatureTemplateResult
def get_cisco_wireless_lan_feature_template_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCiscoWirelessLanFeatureTemplateResult]
func LookupCiscoWirelessLanFeatureTemplate(ctx *Context, args *LookupCiscoWirelessLanFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoWirelessLanFeatureTemplateResult, error)
func LookupCiscoWirelessLanFeatureTemplateOutput(ctx *Context, args *LookupCiscoWirelessLanFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoWirelessLanFeatureTemplateResultOutput
> Note: This function is named LookupCiscoWirelessLanFeatureTemplate
in the Go SDK.
public static class GetCiscoWirelessLanFeatureTemplate
{
public static Task<GetCiscoWirelessLanFeatureTemplateResult> InvokeAsync(GetCiscoWirelessLanFeatureTemplateArgs args, InvokeOptions? opts = null)
public static Output<GetCiscoWirelessLanFeatureTemplateResult> Invoke(GetCiscoWirelessLanFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCiscoWirelessLanFeatureTemplateResult> getCiscoWirelessLanFeatureTemplate(GetCiscoWirelessLanFeatureTemplateArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: sdwan:index/getCiscoWirelessLanFeatureTemplate:getCiscoWirelessLanFeatureTemplate
arguments:
# arguments dictionary
The following arguments are supported:
getCiscoWirelessLanFeatureTemplate Result
The following output properties are available:
- Controller
Default stringGateway - Set mobile express default gateway
- Controller
Default stringGateway Variable - Variable name
- Controller
Ip stringAddress - Set mobile express controller address
- Controller
Ip stringAddress Variable - Variable name
- Controller
Subnet stringMask - Set mobile express controller subnet mask
- Controller
Subnet stringMask Variable - Variable name
- Country string
- Select country
- Country
Variable string - Variable name
- Description string
- The description of the feature template
- Device
Types List<string> - List of supported device types
- Id string
- The id of the feature template
- Name string
- The name of the feature template
- Password string
- Set management password
- Password
Variable string - Variable name
- Shutdown24ghz bool
- 2.4GHz Shutdown
- Shutdown24ghz
Variable string - Variable name
- Shutdown5ghz bool
- 5GHz Shutdown
- Shutdown5ghz
Variable string - Variable name
- Ssids
List<Get
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
- Controller
Default stringGateway Variable - Variable name
- Controller
Ip stringAddress - Set mobile express controller address
- Controller
Ip stringAddress Variable - Variable name
- Controller
Subnet stringMask - Set mobile express controller subnet mask
- Controller
Subnet stringMask Variable - Variable name
- Country string
- Select country
- Country
Variable string - Variable name
- Description string
- The description of the feature template
- Device
Types []string - List of supported device types
- Id string
- The id of the feature template
- Name string
- The name of the feature template
- Password string
- Set management password
- Password
Variable string - Variable name
- Shutdown24ghz bool
- 2.4GHz Shutdown
- Shutdown24ghz
Variable string - Variable name
- Shutdown5ghz bool
- 5GHz Shutdown
- Shutdown5ghz
Variable string - Variable name
- Ssids
[]Get
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
- controller
Default StringGateway Variable - Variable name
- controller
Ip StringAddress - Set mobile express controller address
- controller
Ip StringAddress Variable - Variable name
- controller
Subnet StringMask - Set mobile express controller subnet mask
- controller
Subnet StringMask Variable - Variable name
- country String
- Select country
- country
Variable String - Variable name
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types
- id String
- The id of the feature template
- name String
- The name of the feature template
- password String
- Set management password
- password
Variable String - Variable name
- shutdown24ghz Boolean
- 2.4GHz Shutdown
- shutdown24ghz
Variable String - Variable name
- shutdown5ghz Boolean
- 5GHz Shutdown
- shutdown5ghz
Variable String - Variable name
- ssids
List<Get
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
- controller
Default stringGateway Variable - Variable name
- controller
Ip stringAddress - Set mobile express controller address
- controller
Ip stringAddress Variable - Variable name
- controller
Subnet stringMask - Set mobile express controller subnet mask
- controller
Subnet stringMask Variable - Variable name
- country string
- Select country
- country
Variable string - Variable name
- description string
- The description of the feature template
- device
Types string[] - List of supported device types
- id string
- The id of the feature template
- name string
- The name of the feature template
- password string
- Set management password
- password
Variable string - Variable name
- shutdown24ghz boolean
- 2.4GHz Shutdown
- shutdown24ghz
Variable string - Variable name
- shutdown5ghz boolean
- 5GHz Shutdown
- shutdown5ghz
Variable string - Variable name
- ssids
Get
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
- controller_
default_ strgateway_ variable - Variable name
- controller_
ip_ straddress - Set mobile express controller address
- controller_
ip_ straddress_ variable - Variable name
- controller_
subnet_ strmask - Set mobile express controller subnet mask
- controller_
subnet_ strmask_ variable - Variable name
- country str
- Select country
- country_
variable str - Variable name
- description str
- The description of the feature template
- device_
types Sequence[str] - List of supported device types
- id str
- The id of the feature template
- name str
- The name of the feature template
- password str
- Set management password
- password_
variable str - Variable name
- shutdown24ghz bool
- 2.4GHz Shutdown
- shutdown24ghz_
variable str - Variable name
- shutdown5ghz bool
- 5GHz Shutdown
- shutdown5ghz_
variable str - Variable name
- ssids
Sequence[Get
Cisco Wireless Lan Feature Template Ssid] - 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
- controller
Default StringGateway Variable - Variable name
- controller
Ip StringAddress - Set mobile express controller address
- controller
Ip StringAddress Variable - Variable name
- controller
Subnet StringMask - Set mobile express controller subnet mask
- controller
Subnet StringMask Variable - Variable name
- country String
- Select country
- country
Variable String - Variable name
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types
- id String
- The id of the feature template
- name String
- The name of the feature template
- password String
- Set management password
- password
Variable String - Variable name
- shutdown24ghz Boolean
- 2.4GHz Shutdown
- shutdown24ghz
Variable String - Variable name
- shutdown5ghz Boolean
- 5GHz Shutdown
- 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
GetCiscoWirelessLanFeatureTemplateSsid
- Admin
State bool - Set admin state
- Admin
State stringVariable - Variable name
- Broadcast
Ssid bool - Enable broadcast SSID
- Optional bool
- Indicates if list item is considered optional.
- Passphrase string
- Set passphrase
- Passphrase
Variable string - Variable name
- Qos
Profile string - Select QoS profile
- Qos
Profile stringVariable - Variable name
- Radio
Type string - Select radio type
- 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
- 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
- Security
Type stringVariable - Variable name
- Vlan
Id int - Set VLAN ID
- Vlan
Id stringVariable - Variable name
- Wireless
Network stringName - Configure wlan SSID
- Admin
State bool - Set admin state
- Admin
State stringVariable - Variable name
- Broadcast
Ssid bool - Enable broadcast SSID
- Optional bool
- Indicates if list item is considered optional.
- Passphrase string
- Set passphrase
- Passphrase
Variable string - Variable name
- Qos
Profile string - Select QoS profile
- Qos
Profile stringVariable - Variable name
- Radio
Type string - Select radio type
- 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
- 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
- Security
Type stringVariable - Variable name
- Vlan
Id int - Set VLAN ID
- Vlan
Id stringVariable - Variable name
- Wireless
Network stringName - Configure wlan SSID
- admin
State Boolean - Set admin state
- admin
State StringVariable - Variable name
- broadcast
Ssid Boolean - Enable broadcast SSID
- optional Boolean
- Indicates if list item is considered optional.
- passphrase String
- Set passphrase
- passphrase
Variable String - Variable name
- qos
Profile String - Select QoS profile
- qos
Profile StringVariable - Variable name
- radio
Type String - Select radio type
- 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
- 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
- security
Type StringVariable - Variable name
- vlan
Id Integer - Set VLAN ID
- vlan
Id StringVariable - Variable name
- wireless
Network StringName - Configure wlan SSID
- admin
State boolean - Set admin state
- admin
State stringVariable - Variable name
- broadcast
Ssid boolean - Enable broadcast SSID
- optional boolean
- Indicates if list item is considered optional.
- passphrase string
- Set passphrase
- passphrase
Variable string - Variable name
- qos
Profile string - Select QoS profile
- qos
Profile stringVariable - Variable name
- radio
Type string - Select radio type
- 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
- 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
- security
Type stringVariable - Variable name
- vlan
Id number - Set VLAN ID
- vlan
Id stringVariable - Variable name
- wireless
Network stringName - Configure wlan SSID
- admin_
state bool - Set admin state
- admin_
state_ strvariable - Variable name
- broadcast_
ssid bool - Enable broadcast SSID
- optional bool
- Indicates if list item is considered optional.
- passphrase str
- Set passphrase
- passphrase_
variable str - Variable name
- qos_
profile str - Select QoS profile
- qos_
profile_ strvariable - Variable name
- radio_
type str - Select radio type
- 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
- 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
- security_
type_ strvariable - Variable name
- vlan_
id int - Set VLAN ID
- vlan_
id_ strvariable - Variable name
- wireless_
network_ strname - Configure wlan SSID
- admin
State Boolean - Set admin state
- admin
State StringVariable - Variable name
- broadcast
Ssid Boolean - Enable broadcast SSID
- optional Boolean
- Indicates if list item is considered optional.
- passphrase String
- Set passphrase
- passphrase
Variable String - Variable name
- qos
Profile String - Select QoS profile
- qos
Profile StringVariable - Variable name
- radio
Type String - Select radio type
- 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
- 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
- security
Type StringVariable - Variable name
- vlan
Id Number - Set VLAN ID
- vlan
Id StringVariable - Variable name
- wireless
Network StringName - Configure wlan SSID
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.