Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 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)
public static Output<GetCiscoWirelessLanFeatureTemplateResult> getCiscoWirelessLanFeatureTemplate(GetCiscoWirelessLanFeatureTemplateArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getCiscoWirelessLanFeatureTemplate:getCiscoWirelessLanFeatureTemplate
  arguments:
    # arguments dictionaryThe following arguments are supported:
getCiscoWirelessLanFeatureTemplate Result
The following output properties are available:
- ControllerDefault stringGateway 
- Set mobile express default gateway
- ControllerDefault stringGateway Variable 
- Variable name
- ControllerIp stringAddress 
- Set mobile express controller address
- ControllerIp stringAddress Variable 
- Variable name
- ControllerSubnet stringMask 
- Set mobile express controller subnet mask
- ControllerSubnet stringMask Variable 
- Variable name
- Country string
- Select country
- CountryVariable string
- Variable name
- Description string
- The description of the feature template
- DeviceTypes 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
- PasswordVariable string
- Variable name
- Shutdown24ghz bool
- 2.4GHz Shutdown
- Shutdown24ghzVariable string
- Variable name
- Shutdown5ghz bool
- 5GHz Shutdown
- Shutdown5ghzVariable string
- Variable name
- Ssids
List<GetCisco Wireless 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
- ControllerDefault stringGateway Variable 
- Variable name
- ControllerIp stringAddress 
- Set mobile express controller address
- ControllerIp stringAddress Variable 
- Variable name
- ControllerSubnet stringMask 
- Set mobile express controller subnet mask
- ControllerSubnet stringMask Variable 
- Variable name
- Country string
- Select country
- CountryVariable string
- Variable name
- Description string
- The description of the feature template
- DeviceTypes []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
- PasswordVariable string
- Variable name
- Shutdown24ghz bool
- 2.4GHz Shutdown
- Shutdown24ghzVariable string
- Variable name
- Shutdown5ghz bool
- 5GHz Shutdown
- Shutdown5ghzVariable string
- Variable name
- Ssids
[]GetCisco Wireless 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
- controllerDefault StringGateway Variable 
- Variable name
- controllerIp StringAddress 
- Set mobile express controller address
- controllerIp StringAddress Variable 
- Variable name
- controllerSubnet StringMask 
- Set mobile express controller subnet mask
- controllerSubnet StringMask Variable 
- Variable name
- country String
- Select country
- countryVariable String
- Variable name
- description String
- The description of the feature template
- deviceTypes 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
- passwordVariable String
- Variable name
- shutdown24ghz Boolean
- 2.4GHz Shutdown
- shutdown24ghzVariable String
- Variable name
- shutdown5ghz Boolean
- 5GHz Shutdown
- shutdown5ghzVariable String
- Variable name
- ssids
List<GetCisco Wireless 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
- controllerDefault stringGateway Variable 
- Variable name
- controllerIp stringAddress 
- Set mobile express controller address
- controllerIp stringAddress Variable 
- Variable name
- controllerSubnet stringMask 
- Set mobile express controller subnet mask
- controllerSubnet stringMask Variable 
- Variable name
- country string
- Select country
- countryVariable string
- Variable name
- description string
- The description of the feature template
- deviceTypes 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
- passwordVariable string
- Variable name
- shutdown24ghz boolean
- 2.4GHz Shutdown
- shutdown24ghzVariable string
- Variable name
- shutdown5ghz boolean
- 5GHz Shutdown
- shutdown5ghzVariable string
- Variable name
- ssids
GetCisco Wireless 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
- 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[GetCisco 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
- controllerDefault StringGateway 
- Set mobile express default gateway
- controllerDefault StringGateway Variable 
- Variable name
- controllerIp StringAddress 
- Set mobile express controller address
- controllerIp StringAddress Variable 
- Variable name
- controllerSubnet StringMask 
- Set mobile express controller subnet mask
- controllerSubnet StringMask Variable 
- Variable name
- country String
- Select country
- countryVariable String
- Variable name
- description String
- The description of the feature template
- deviceTypes 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
- passwordVariable String
- Variable name
- shutdown24ghz Boolean
- 2.4GHz Shutdown
- shutdown24ghzVariable String
- Variable name
- shutdown5ghz Boolean
- 5GHz Shutdown
- 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
GetCiscoWirelessLanFeatureTemplateSsid      
- AdminState bool
- Set admin state
- AdminState stringVariable 
- Variable name
- BroadcastSsid bool
- Enable broadcast SSID
- Optional bool
- Indicates if list item is considered optional.
- Passphrase string
- Set passphrase
- PassphraseVariable string
- Variable name
- QosProfile string
- Select QoS profile
- QosProfile stringVariable 
- Variable name
- RadioType string
- Select radio type
- RadioType stringVariable 
- Variable name
- RadiusServer stringIp 
- Set RADIUS server IP
- RadiusServer stringIp Variable 
- Variable name
- RadiusServer intPort 
- Set RADIUS server authentication port
- RadiusServer stringPort Variable 
- Variable name
- RadiusServer stringSecret 
- Set RADIUS server shared secret
- RadiusServer stringSecret Variable 
- Variable name
- SecurityType string
- Select security type
- SecurityType stringVariable 
- Variable name
- VlanId int
- Set VLAN ID
- VlanId stringVariable 
- Variable name
- WirelessNetwork stringName 
- Configure wlan SSID
- AdminState bool
- Set admin state
- AdminState stringVariable 
- Variable name
- BroadcastSsid bool
- Enable broadcast SSID
- Optional bool
- Indicates if list item is considered optional.
- Passphrase string
- Set passphrase
- PassphraseVariable string
- Variable name
- QosProfile string
- Select QoS profile
- QosProfile stringVariable 
- Variable name
- RadioType string
- Select radio type
- RadioType stringVariable 
- Variable name
- RadiusServer stringIp 
- Set RADIUS server IP
- RadiusServer stringIp Variable 
- Variable name
- RadiusServer intPort 
- Set RADIUS server authentication port
- RadiusServer stringPort Variable 
- Variable name
- RadiusServer stringSecret 
- Set RADIUS server shared secret
- RadiusServer stringSecret Variable 
- Variable name
- SecurityType string
- Select security type
- SecurityType stringVariable 
- Variable name
- VlanId int
- Set VLAN ID
- VlanId stringVariable 
- Variable name
- WirelessNetwork stringName 
- Configure wlan SSID
- adminState Boolean
- Set admin state
- adminState StringVariable 
- Variable name
- broadcastSsid Boolean
- Enable broadcast SSID
- optional Boolean
- Indicates if list item is considered optional.
- passphrase String
- Set passphrase
- passphraseVariable String
- Variable name
- qosProfile String
- Select QoS profile
- qosProfile StringVariable 
- Variable name
- radioType String
- Select radio type
- radioType StringVariable 
- Variable name
- radiusServer StringIp 
- Set RADIUS server IP
- radiusServer StringIp Variable 
- Variable name
- radiusServer IntegerPort 
- Set RADIUS server authentication port
- radiusServer StringPort Variable 
- Variable name
- radiusServer StringSecret 
- Set RADIUS server shared secret
- radiusServer StringSecret Variable 
- Variable name
- securityType String
- Select security type
- securityType StringVariable 
- Variable name
- vlanId Integer
- Set VLAN ID
- vlanId StringVariable 
- Variable name
- wirelessNetwork StringName 
- Configure wlan SSID
- adminState boolean
- Set admin state
- adminState stringVariable 
- Variable name
- broadcastSsid boolean
- Enable broadcast SSID
- optional boolean
- Indicates if list item is considered optional.
- passphrase string
- Set passphrase
- passphraseVariable string
- Variable name
- qosProfile string
- Select QoS profile
- qosProfile stringVariable 
- Variable name
- radioType string
- Select radio type
- radioType stringVariable 
- Variable name
- radiusServer stringIp 
- Set RADIUS server IP
- radiusServer stringIp Variable 
- Variable name
- radiusServer numberPort 
- Set RADIUS server authentication port
- radiusServer stringPort Variable 
- Variable name
- radiusServer stringSecret 
- Set RADIUS server shared secret
- radiusServer stringSecret Variable 
- Variable name
- securityType string
- Select security type
- securityType stringVariable 
- Variable name
- vlanId number
- Set VLAN ID
- vlanId stringVariable 
- Variable name
- wirelessNetwork 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
- adminState Boolean
- Set admin state
- adminState StringVariable 
- Variable name
- broadcastSsid Boolean
- Enable broadcast SSID
- optional Boolean
- Indicates if list item is considered optional.
- passphrase String
- Set passphrase
- passphraseVariable String
- Variable name
- qosProfile String
- Select QoS profile
- qosProfile StringVariable 
- Variable name
- radioType String
- Select radio type
- radioType StringVariable 
- Variable name
- radiusServer StringIp 
- Set RADIUS server IP
- radiusServer StringIp Variable 
- Variable name
- radiusServer NumberPort 
- Set RADIUS server authentication port
- radiusServer StringPort Variable 
- Variable name
- radiusServer StringSecret 
- Set RADIUS server shared secret
- radiusServer StringSecret Variable 
- Variable name
- securityType String
- Select security type
- securityType StringVariable 
- Variable name
- vlanId Number
- Set VLAN ID
- vlanId StringVariable 
- Variable name
- wirelessNetwork StringName 
- Configure wlan SSID
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
