Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getServiceWirelessLanFeature
Explore with Pulumi AI
This data source can read the Service Wireless LAN Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getServiceWirelessLanFeature({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_service_wireless_lan_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
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.LookupServiceWirelessLanFeature(ctx, &sdwan.LookupServiceWirelessLanFeatureArgs{
Id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
}, 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.GetServiceWirelessLanFeature.Invoke(new()
{
Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
});
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.GetServiceWirelessLanFeatureArgs;
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.getServiceWirelessLanFeature(GetServiceWirelessLanFeatureArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getServiceWirelessLanFeature
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getServiceWirelessLanFeature
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 getServiceWirelessLanFeature(args: GetServiceWirelessLanFeatureArgs, opts?: InvokeOptions): Promise<GetServiceWirelessLanFeatureResult>
function getServiceWirelessLanFeatureOutput(args: GetServiceWirelessLanFeatureOutputArgs, opts?: InvokeOptions): Output<GetServiceWirelessLanFeatureResult>
def get_service_wireless_lan_feature(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetServiceWirelessLanFeatureResult
def get_service_wireless_lan_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetServiceWirelessLanFeatureResult]
func LookupServiceWirelessLanFeature(ctx *Context, args *LookupServiceWirelessLanFeatureArgs, opts ...InvokeOption) (*LookupServiceWirelessLanFeatureResult, error)
func LookupServiceWirelessLanFeatureOutput(ctx *Context, args *LookupServiceWirelessLanFeatureOutputArgs, opts ...InvokeOption) LookupServiceWirelessLanFeatureResultOutput
> Note: This function is named LookupServiceWirelessLanFeature
in the Go SDK.
public static class GetServiceWirelessLanFeature
{
public static Task<GetServiceWirelessLanFeatureResult> InvokeAsync(GetServiceWirelessLanFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetServiceWirelessLanFeatureResult> Invoke(GetServiceWirelessLanFeatureInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetServiceWirelessLanFeatureResult> getServiceWirelessLanFeature(GetServiceWirelessLanFeatureArgs args, InvokeOptions options)
public static Output<GetServiceWirelessLanFeatureResult> getServiceWirelessLanFeature(GetServiceWirelessLanFeatureArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getServiceWirelessLanFeature:getServiceWirelessLanFeature
arguments:
# arguments dictionary
The following arguments are supported:
- Feature
Profile Id This property is required. string - Feature Profile ID
- Id
This property is required. string - The id of the Feature
- Feature
Profile Id This property is required. string - Feature Profile ID
- Id
This property is required. string - The id of the Feature
- feature
Profile Id This property is required. String - Feature Profile ID
- id
This property is required. String - The id of the Feature
- feature
Profile Id This property is required. string - Feature Profile ID
- id
This property is required. string - The id of the Feature
- feature_
profile_ id This property is required. str - Feature Profile ID
- id
This property is required. str - The id of the Feature
- feature
Profile Id This property is required. String - Feature Profile ID
- id
This property is required. String - The id of the Feature
getServiceWirelessLanFeature Result
The following output properties are available:
- Country string
- Select country
- Country
Variable string - Variable name
- Description string
- The description of the Feature
- Enable24g bool
- 2.4GHz Enabled
- Enable24g
Variable string - Variable name
- Enable5g bool
- 5GHz Enabled
- Enable5g
Variable string - Variable name
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Me
Default stringGateway - Set mobile express default gateway
- Me
Default stringGateway Variable - Variable name
- Me
Dynamic boolIp Enabled - ME management IP dynamic allocated by DHCP
- Me
Ipv4Address string - Set mobile express controller address
- Me
Ipv4Address stringVariable - Variable name
- Me
Subnet stringMask - Set mobile express controller subnet mask
- Me
Subnet stringMask Variable - Variable name
- Name string
- The name of the Feature
- Password string
- Set management password,the password must contains characters from all of the following classes,lowercase letters,uppercase letters,digits,and special characters. No character in the password can be repeated more than three times consecutively. The password must not be the same as the associated username or the username reversed. The password must not be cisco,ocsic,or any variant obtained by changing the capitalization of the letters in word cisco. In addition,you can't substitute 1,l,or ! for i,0 for o,$ for s.
- Password
Variable string - Variable name
- Ssids
List<Get
Service Wireless Lan Feature Ssid> - Configure Wi-Fi SSID profile
- Username string
- Set management username
- Username
Variable string - Variable name
- Version int
- The version of the Feature
- Country string
- Select country
- Country
Variable string - Variable name
- Description string
- The description of the Feature
- Enable24g bool
- 2.4GHz Enabled
- Enable24g
Variable string - Variable name
- Enable5g bool
- 5GHz Enabled
- Enable5g
Variable string - Variable name
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Me
Default stringGateway - Set mobile express default gateway
- Me
Default stringGateway Variable - Variable name
- Me
Dynamic boolIp Enabled - ME management IP dynamic allocated by DHCP
- Me
Ipv4Address string - Set mobile express controller address
- Me
Ipv4Address stringVariable - Variable name
- Me
Subnet stringMask - Set mobile express controller subnet mask
- Me
Subnet stringMask Variable - Variable name
- Name string
- The name of the Feature
- Password string
- Set management password,the password must contains characters from all of the following classes,lowercase letters,uppercase letters,digits,and special characters. No character in the password can be repeated more than three times consecutively. The password must not be the same as the associated username or the username reversed. The password must not be cisco,ocsic,or any variant obtained by changing the capitalization of the letters in word cisco. In addition,you can't substitute 1,l,or ! for i,0 for o,$ for s.
- Password
Variable string - Variable name
- Ssids
[]Get
Service Wireless Lan Feature Ssid - Configure Wi-Fi SSID profile
- Username string
- Set management username
- Username
Variable string - Variable name
- Version int
- The version of the Feature
- country String
- Select country
- country
Variable String - Variable name
- description String
- The description of the Feature
- enable24g Boolean
- 2.4GHz Enabled
- enable24g
Variable String - Variable name
- enable5g Boolean
- 5GHz Enabled
- enable5g
Variable String - Variable name
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- me
Default StringGateway - Set mobile express default gateway
- me
Default StringGateway Variable - Variable name
- me
Dynamic BooleanIp Enabled - ME management IP dynamic allocated by DHCP
- me
Ipv4Address String - Set mobile express controller address
- me
Ipv4Address StringVariable - Variable name
- me
Subnet StringMask - Set mobile express controller subnet mask
- me
Subnet StringMask Variable - Variable name
- name String
- The name of the Feature
- password String
- Set management password,the password must contains characters from all of the following classes,lowercase letters,uppercase letters,digits,and special characters. No character in the password can be repeated more than three times consecutively. The password must not be the same as the associated username or the username reversed. The password must not be cisco,ocsic,or any variant obtained by changing the capitalization of the letters in word cisco. In addition,you can't substitute 1,l,or ! for i,0 for o,$ for s.
- password
Variable String - Variable name
- ssids
List<Get
Service Wireless Lan Feature Ssid> - Configure Wi-Fi SSID profile
- username String
- Set management username
- username
Variable String - Variable name
- version Integer
- The version of the Feature
- country string
- Select country
- country
Variable string - Variable name
- description string
- The description of the Feature
- enable24g boolean
- 2.4GHz Enabled
- enable24g
Variable string - Variable name
- enable5g boolean
- 5GHz Enabled
- enable5g
Variable string - Variable name
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- me
Default stringGateway - Set mobile express default gateway
- me
Default stringGateway Variable - Variable name
- me
Dynamic booleanIp Enabled - ME management IP dynamic allocated by DHCP
- me
Ipv4Address string - Set mobile express controller address
- me
Ipv4Address stringVariable - Variable name
- me
Subnet stringMask - Set mobile express controller subnet mask
- me
Subnet stringMask Variable - Variable name
- name string
- The name of the Feature
- password string
- Set management password,the password must contains characters from all of the following classes,lowercase letters,uppercase letters,digits,and special characters. No character in the password can be repeated more than three times consecutively. The password must not be the same as the associated username or the username reversed. The password must not be cisco,ocsic,or any variant obtained by changing the capitalization of the letters in word cisco. In addition,you can't substitute 1,l,or ! for i,0 for o,$ for s.
- password
Variable string - Variable name
- ssids
Get
Service Wireless Lan Feature Ssid[] - Configure Wi-Fi SSID profile
- username string
- Set management username
- username
Variable string - Variable name
- version number
- The version of the Feature
- country str
- Select country
- country_
variable str - Variable name
- description str
- The description of the Feature
- enable24g bool
- 2.4GHz Enabled
- enable24g_
variable str - Variable name
- enable5g bool
- 5GHz Enabled
- enable5g_
variable str - Variable name
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- me_
default_ strgateway - Set mobile express default gateway
- me_
default_ strgateway_ variable - Variable name
- me_
dynamic_ boolip_ enabled - ME management IP dynamic allocated by DHCP
- me_
ipv4_ straddress - Set mobile express controller address
- me_
ipv4_ straddress_ variable - Variable name
- me_
subnet_ strmask - Set mobile express controller subnet mask
- me_
subnet_ strmask_ variable - Variable name
- name str
- The name of the Feature
- password str
- Set management password,the password must contains characters from all of the following classes,lowercase letters,uppercase letters,digits,and special characters. No character in the password can be repeated more than three times consecutively. The password must not be the same as the associated username or the username reversed. The password must not be cisco,ocsic,or any variant obtained by changing the capitalization of the letters in word cisco. In addition,you can't substitute 1,l,or ! for i,0 for o,$ for s.
- password_
variable str - Variable name
- ssids
Sequence[Get
Service Wireless Lan Feature Ssid] - Configure Wi-Fi SSID profile
- username str
- Set management username
- username_
variable str - Variable name
- version int
- The version of the Feature
- country String
- Select country
- country
Variable String - Variable name
- description String
- The description of the Feature
- enable24g Boolean
- 2.4GHz Enabled
- enable24g
Variable String - Variable name
- enable5g Boolean
- 5GHz Enabled
- enable5g
Variable String - Variable name
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- me
Default StringGateway - Set mobile express default gateway
- me
Default StringGateway Variable - Variable name
- me
Dynamic BooleanIp Enabled - ME management IP dynamic allocated by DHCP
- me
Ipv4Address String - Set mobile express controller address
- me
Ipv4Address StringVariable - Variable name
- me
Subnet StringMask - Set mobile express controller subnet mask
- me
Subnet StringMask Variable - Variable name
- name String
- The name of the Feature
- password String
- Set management password,the password must contains characters from all of the following classes,lowercase letters,uppercase letters,digits,and special characters. No character in the password can be repeated more than three times consecutively. The password must not be the same as the associated username or the username reversed. The password must not be cisco,ocsic,or any variant obtained by changing the capitalization of the letters in word cisco. In addition,you can't substitute 1,l,or ! for i,0 for o,$ for s.
- password
Variable String - Variable name
- ssids List<Property Map>
- Configure Wi-Fi SSID profile
- username String
- Set management username
- username
Variable String - Variable name
- version Number
- The version of the Feature
Supporting Types
GetServiceWirelessLanFeatureSsid
- Admin
State This property is required. bool - Set admin state
- Admin
State Variable This property is required. string - Variable name
- Broadcast
Ssid This property is required. bool - Enable broadcast SSID
- Broadcast
Ssid Variable This property is required. string - Variable name
- Passphrase
This property is required. string - Set passphrase
- Passphrase
Variable This property is required. string - Variable name
- Qos
Profile This property is required. string - Select QoS profile
- Qos
Profile Variable This property is required. string - Variable name
- Radio
Type This property is required. string - Select radio type
- Radio
Type Variable This property is required. string - Variable name
- Radius
Server Ip This property is required. string - Set RADIUS server IP
- Radius
Server Ip Variable This property is required. string - Variable name
- Radius
Server Port This property is required. int - Set RADIUS server authentication port
- Radius
Server Port Variable This property is required. string - Variable name
- Radius
Server Secret This property is required. string - Set RADIUS server shared secret
- Radius
Server Secret Variable This property is required. string - Variable name
- Security
Type This property is required. string - Select security type
- Ssid
Name This property is required. string - Configure wlan SSID
- Vlan
Id This property is required. int - Set VLAN ID
- Vlan
Id Variable This property is required. string - Variable name
- Admin
State This property is required. bool - Set admin state
- Admin
State Variable This property is required. string - Variable name
- Broadcast
Ssid This property is required. bool - Enable broadcast SSID
- Broadcast
Ssid Variable This property is required. string - Variable name
- Passphrase
This property is required. string - Set passphrase
- Passphrase
Variable This property is required. string - Variable name
- Qos
Profile This property is required. string - Select QoS profile
- Qos
Profile Variable This property is required. string - Variable name
- Radio
Type This property is required. string - Select radio type
- Radio
Type Variable This property is required. string - Variable name
- Radius
Server Ip This property is required. string - Set RADIUS server IP
- Radius
Server Ip Variable This property is required. string - Variable name
- Radius
Server Port This property is required. int - Set RADIUS server authentication port
- Radius
Server Port Variable This property is required. string - Variable name
- Radius
Server Secret This property is required. string - Set RADIUS server shared secret
- Radius
Server Secret Variable This property is required. string - Variable name
- Security
Type This property is required. string - Select security type
- Ssid
Name This property is required. string - Configure wlan SSID
- Vlan
Id This property is required. int - Set VLAN ID
- Vlan
Id Variable This property is required. string - Variable name
- admin
State This property is required. Boolean - Set admin state
- admin
State Variable This property is required. String - Variable name
- broadcast
Ssid This property is required. Boolean - Enable broadcast SSID
- broadcast
Ssid Variable This property is required. String - Variable name
- passphrase
This property is required. String - Set passphrase
- passphrase
Variable This property is required. String - Variable name
- qos
Profile This property is required. String - Select QoS profile
- qos
Profile Variable This property is required. String - Variable name
- radio
Type This property is required. String - Select radio type
- radio
Type Variable This property is required. String - Variable name
- radius
Server Ip This property is required. String - Set RADIUS server IP
- radius
Server Ip Variable This property is required. String - Variable name
- radius
Server Port This property is required. Integer - Set RADIUS server authentication port
- radius
Server Port Variable This property is required. String - Variable name
- radius
Server Secret This property is required. String - Set RADIUS server shared secret
- radius
Server Secret Variable This property is required. String - Variable name
- security
Type This property is required. String - Select security type
- ssid
Name This property is required. String - Configure wlan SSID
- vlan
Id This property is required. Integer - Set VLAN ID
- vlan
Id Variable This property is required. String - Variable name
- admin
State This property is required. boolean - Set admin state
- admin
State Variable This property is required. string - Variable name
- broadcast
Ssid This property is required. boolean - Enable broadcast SSID
- broadcast
Ssid Variable This property is required. string - Variable name
- passphrase
This property is required. string - Set passphrase
- passphrase
Variable This property is required. string - Variable name
- qos
Profile This property is required. string - Select QoS profile
- qos
Profile Variable This property is required. string - Variable name
- radio
Type This property is required. string - Select radio type
- radio
Type Variable This property is required. string - Variable name
- radius
Server Ip This property is required. string - Set RADIUS server IP
- radius
Server Ip Variable This property is required. string - Variable name
- radius
Server Port This property is required. number - Set RADIUS server authentication port
- radius
Server Port Variable This property is required. string - Variable name
- radius
Server Secret This property is required. string - Set RADIUS server shared secret
- radius
Server Secret Variable This property is required. string - Variable name
- security
Type This property is required. string - Select security type
- ssid
Name This property is required. string - Configure wlan SSID
- vlan
Id This property is required. number - Set VLAN ID
- vlan
Id Variable This property is required. string - Variable name
- admin_
state This property is required. bool - Set admin state
- admin_
state_ variable This property is required. str - Variable name
- broadcast_
ssid This property is required. bool - Enable broadcast SSID
- broadcast_
ssid_ variable This property is required. str - Variable name
- passphrase
This property is required. str - Set passphrase
- passphrase_
variable This property is required. str - Variable name
- qos_
profile This property is required. str - Select QoS profile
- qos_
profile_ variable This property is required. str - Variable name
- radio_
type This property is required. str - Select radio type
- radio_
type_ variable This property is required. str - Variable name
- radius_
server_ ip This property is required. str - Set RADIUS server IP
- radius_
server_ ip_ variable This property is required. str - Variable name
- radius_
server_ port This property is required. int - Set RADIUS server authentication port
- radius_
server_ port_ variable This property is required. str - Variable name
- radius_
server_ secret This property is required. str - Set RADIUS server shared secret
- radius_
server_ secret_ variable This property is required. str - Variable name
- security_
type This property is required. str - Select security type
- ssid_
name This property is required. str - Configure wlan SSID
- vlan_
id This property is required. int - Set VLAN ID
- vlan_
id_ variable This property is required. str - Variable name
- admin
State This property is required. Boolean - Set admin state
- admin
State Variable This property is required. String - Variable name
- broadcast
Ssid This property is required. Boolean - Enable broadcast SSID
- broadcast
Ssid Variable This property is required. String - Variable name
- passphrase
This property is required. String - Set passphrase
- passphrase
Variable This property is required. String - Variable name
- qos
Profile This property is required. String - Select QoS profile
- qos
Profile Variable This property is required. String - Variable name
- radio
Type This property is required. String - Select radio type
- radio
Type Variable This property is required. String - Variable name
- radius
Server Ip This property is required. String - Set RADIUS server IP
- radius
Server Ip Variable This property is required. String - Variable name
- radius
Server Port This property is required. Number - Set RADIUS server authentication port
- radius
Server Port Variable This property is required. String - Variable name
- radius
Server Secret This property is required. String - Set RADIUS server shared secret
- radius
Server Secret Variable This property is required. String - Variable name
- security
Type This property is required. String - Select security type
- ssid
Name This property is required. String - Configure wlan SSID
- vlan
Id This property is required. Number - Set VLAN ID
- vlan
Id Variable This property is required. String - Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.