Cisco Meraki v0.3.2 published on Tuesday, Sep 24, 2024 by Pulumi
meraki.networks.getWirelessRfProfiles
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as meraki from "@pulumi/meraki";
const example = meraki.networks.getWirelessRfProfiles({
includeTemplateProfiles: false,
networkId: "string",
});
export const merakiNetworksWirelessRfProfilesExample = example.then(example => example.item);
import pulumi
import pulumi_meraki as meraki
example = meraki.networks.get_wireless_rf_profiles(include_template_profiles=False,
network_id="string")
pulumi.export("merakiNetworksWirelessRfProfilesExample", example.item)
package main
import (
"github.com/pulumi/pulumi-meraki/sdk/go/meraki/networks"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := networks.LookupWirelessRfProfiles(ctx, &networks.LookupWirelessRfProfilesArgs{
IncludeTemplateProfiles: pulumi.BoolRef(false),
NetworkId: pulumi.StringRef("string"),
}, nil)
if err != nil {
return err
}
ctx.Export("merakiNetworksWirelessRfProfilesExample", example.Item)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Meraki = Pulumi.Meraki;
return await Deployment.RunAsync(() =>
{
var example = Meraki.Networks.GetWirelessRfProfiles.Invoke(new()
{
IncludeTemplateProfiles = false,
NetworkId = "string",
});
return new Dictionary<string, object?>
{
["merakiNetworksWirelessRfProfilesExample"] = example.Apply(getWirelessRfProfilesResult => getWirelessRfProfilesResult.Item),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.meraki.networks.NetworksFunctions;
import com.pulumi.meraki.networks.inputs.GetWirelessRfProfilesArgs;
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 = NetworksFunctions.getWirelessRfProfiles(GetWirelessRfProfilesArgs.builder()
.includeTemplateProfiles(false)
.networkId("string")
.build());
ctx.export("merakiNetworksWirelessRfProfilesExample", example.applyValue(getWirelessRfProfilesResult -> getWirelessRfProfilesResult.item()));
}
}
variables:
example:
fn::invoke:
Function: meraki:networks:getWirelessRfProfiles
Arguments:
includeTemplateProfiles: false
networkId: string
outputs:
merakiNetworksWirelessRfProfilesExample: ${example.item}
Using getWirelessRfProfiles
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 getWirelessRfProfiles(args: GetWirelessRfProfilesArgs, opts?: InvokeOptions): Promise<GetWirelessRfProfilesResult>
function getWirelessRfProfilesOutput(args: GetWirelessRfProfilesOutputArgs, opts?: InvokeOptions): Output<GetWirelessRfProfilesResult>
def get_wireless_rf_profiles(include_template_profiles: Optional[bool] = None,
network_id: Optional[str] = None,
rf_profile_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWirelessRfProfilesResult
def get_wireless_rf_profiles_output(include_template_profiles: Optional[pulumi.Input[bool]] = None,
network_id: Optional[pulumi.Input[str]] = None,
rf_profile_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWirelessRfProfilesResult]
func LookupWirelessRfProfiles(ctx *Context, args *LookupWirelessRfProfilesArgs, opts ...InvokeOption) (*LookupWirelessRfProfilesResult, error)
func LookupWirelessRfProfilesOutput(ctx *Context, args *LookupWirelessRfProfilesOutputArgs, opts ...InvokeOption) LookupWirelessRfProfilesResultOutput
> Note: This function is named LookupWirelessRfProfiles
in the Go SDK.
public static class GetWirelessRfProfiles
{
public static Task<GetWirelessRfProfilesResult> InvokeAsync(GetWirelessRfProfilesArgs args, InvokeOptions? opts = null)
public static Output<GetWirelessRfProfilesResult> Invoke(GetWirelessRfProfilesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWirelessRfProfilesResult> getWirelessRfProfiles(GetWirelessRfProfilesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: meraki:networks/getWirelessRfProfiles:getWirelessRfProfiles
arguments:
# arguments dictionary
The following arguments are supported:
- Include
Template boolProfiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- Network
Id string - networkId path parameter. Network ID
- Rf
Profile stringId - rfProfileId path parameter. Rf profile ID
- Include
Template boolProfiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- Network
Id string - networkId path parameter. Network ID
- Rf
Profile stringId - rfProfileId path parameter. Rf profile ID
- include
Template BooleanProfiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- network
Id String - networkId path parameter. Network ID
- rf
Profile StringId - rfProfileId path parameter. Rf profile ID
- include
Template booleanProfiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- network
Id string - networkId path parameter. Network ID
- rf
Profile stringId - rfProfileId path parameter. Rf profile ID
- include_
template_ boolprofiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- network_
id str - networkId path parameter. Network ID
- rf_
profile_ strid - rfProfileId path parameter. Rf profile ID
- include
Template BooleanProfiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- network
Id String - networkId path parameter. Network ID
- rf
Profile StringId - rfProfileId path parameter. Rf profile ID
getWirelessRfProfiles Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Get
Wireless Rf Profiles Item - Include
Template boolProfiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- Network
Id string - networkId path parameter. Network ID
- Rf
Profile stringId - rfProfileId path parameter. Rf profile ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Get
Wireless Rf Profiles Item - Include
Template boolProfiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- Network
Id string - networkId path parameter. Network ID
- Rf
Profile stringId - rfProfileId path parameter. Rf profile ID
- id String
- The provider-assigned unique ID for this managed resource.
- item
Get
Wireless Rf Profiles Item - include
Template BooleanProfiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- network
Id String - networkId path parameter. Network ID
- rf
Profile StringId - rfProfileId path parameter. Rf profile ID
- id string
- The provider-assigned unique ID for this managed resource.
- item
Get
Wireless Rf Profiles Item - include
Template booleanProfiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- network
Id string - networkId path parameter. Network ID
- rf
Profile stringId - rfProfileId path parameter. Rf profile ID
- id str
- The provider-assigned unique ID for this managed resource.
- item
Get
Wireless Rf Profiles Item - include_
template_ boolprofiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- network_
id str - networkId path parameter. Network ID
- rf_
profile_ strid - rfProfileId path parameter. Rf profile ID
- id String
- The provider-assigned unique ID for this managed resource.
- item Property Map
- include
Template BooleanProfiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- network
Id String - networkId path parameter. Network ID
- rf
Profile StringId - rfProfileId path parameter. Rf profile ID
Supporting Types
GetWirelessRfProfilesItem
- Ap
Band GetSettings Wireless Rf Profiles Item Ap Band Settings - Settings that will be enabled if selectionType is set to 'ap'.
- Band
Selection stringType - Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
- Client
Balancing boolEnabled - Steers client to best available access point. Can be either true or false. Defaults to true.
- Five
Ghz GetSettings Wireless Rf Profiles Item Five Ghz Settings - Settings related to 5Ghz band
- Id string
- The name of the new profile. Must be unique.
- Min
Bitrate stringType - Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
- Name string
- The name of the new profile. Must be unique. This param is required on creation.
- Network
Id string - The network ID of the RF Profile
- Per
Ssid GetSettings Wireless Rf Profiles Item Per Ssid Settings - Per-SSID radio settings by number.
- Six
Ghz GetSettings Wireless Rf Profiles Item Six Ghz Settings - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
- Transmission
Get
Wireless Rf Profiles Item Transmission - Settings related to radio transmission.
- Two
Four GetGhz Settings Wireless Rf Profiles Item Two Four Ghz Settings - Settings related to 2.4Ghz band
- Ap
Band GetSettings Wireless Rf Profiles Item Ap Band Settings - Settings that will be enabled if selectionType is set to 'ap'.
- Band
Selection stringType - Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
- Client
Balancing boolEnabled - Steers client to best available access point. Can be either true or false. Defaults to true.
- Five
Ghz GetSettings Wireless Rf Profiles Item Five Ghz Settings - Settings related to 5Ghz band
- Id string
- The name of the new profile. Must be unique.
- Min
Bitrate stringType - Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
- Name string
- The name of the new profile. Must be unique. This param is required on creation.
- Network
Id string - The network ID of the RF Profile
- Per
Ssid GetSettings Wireless Rf Profiles Item Per Ssid Settings - Per-SSID radio settings by number.
- Six
Ghz GetSettings Wireless Rf Profiles Item Six Ghz Settings - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
- Transmission
Get
Wireless Rf Profiles Item Transmission - Settings related to radio transmission.
- Two
Four GetGhz Settings Wireless Rf Profiles Item Two Four Ghz Settings - Settings related to 2.4Ghz band
- ap
Band GetSettings Wireless Rf Profiles Item Ap Band Settings - Settings that will be enabled if selectionType is set to 'ap'.
- band
Selection StringType - Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
- client
Balancing BooleanEnabled - Steers client to best available access point. Can be either true or false. Defaults to true.
- five
Ghz GetSettings Wireless Rf Profiles Item Five Ghz Settings - Settings related to 5Ghz band
- id String
- The name of the new profile. Must be unique.
- min
Bitrate StringType - Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
- name String
- The name of the new profile. Must be unique. This param is required on creation.
- network
Id String - The network ID of the RF Profile
- per
Ssid GetSettings Wireless Rf Profiles Item Per Ssid Settings - Per-SSID radio settings by number.
- six
Ghz GetSettings Wireless Rf Profiles Item Six Ghz Settings - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
- transmission
Get
Wireless Rf Profiles Item Transmission - Settings related to radio transmission.
- two
Four GetGhz Settings Wireless Rf Profiles Item Two Four Ghz Settings - Settings related to 2.4Ghz band
- ap
Band GetSettings Wireless Rf Profiles Item Ap Band Settings - Settings that will be enabled if selectionType is set to 'ap'.
- band
Selection stringType - Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
- client
Balancing booleanEnabled - Steers client to best available access point. Can be either true or false. Defaults to true.
- five
Ghz GetSettings Wireless Rf Profiles Item Five Ghz Settings - Settings related to 5Ghz band
- id string
- The name of the new profile. Must be unique.
- min
Bitrate stringType - Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
- name string
- The name of the new profile. Must be unique. This param is required on creation.
- network
Id string - The network ID of the RF Profile
- per
Ssid GetSettings Wireless Rf Profiles Item Per Ssid Settings - Per-SSID radio settings by number.
- six
Ghz GetSettings Wireless Rf Profiles Item Six Ghz Settings - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
- transmission
Get
Wireless Rf Profiles Item Transmission - Settings related to radio transmission.
- two
Four GetGhz Settings Wireless Rf Profiles Item Two Four Ghz Settings - Settings related to 2.4Ghz band
- ap_
band_ Getsettings Wireless Rf Profiles Item Ap Band Settings - Settings that will be enabled if selectionType is set to 'ap'.
- band_
selection_ strtype - Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
- client_
balancing_ boolenabled - Steers client to best available access point. Can be either true or false. Defaults to true.
- five_
ghz_ Getsettings Wireless Rf Profiles Item Five Ghz Settings - Settings related to 5Ghz band
- id str
- The name of the new profile. Must be unique.
- min_
bitrate_ strtype - Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
- name str
- The name of the new profile. Must be unique. This param is required on creation.
- network_
id str - The network ID of the RF Profile
- per_
ssid_ Getsettings Wireless Rf Profiles Item Per Ssid Settings - Per-SSID radio settings by number.
- six_
ghz_ Getsettings Wireless Rf Profiles Item Six Ghz Settings - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
- transmission
Get
Wireless Rf Profiles Item Transmission - Settings related to radio transmission.
- two_
four_ Getghz_ settings Wireless Rf Profiles Item Two Four Ghz Settings - Settings related to 2.4Ghz band
- ap
Band Property MapSettings - Settings that will be enabled if selectionType is set to 'ap'.
- band
Selection StringType - Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
- client
Balancing BooleanEnabled - Steers client to best available access point. Can be either true or false. Defaults to true.
- five
Ghz Property MapSettings - Settings related to 5Ghz band
- id String
- The name of the new profile. Must be unique.
- min
Bitrate StringType - Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
- name String
- The name of the new profile. Must be unique. This param is required on creation.
- network
Id String - The network ID of the RF Profile
- per
Ssid Property MapSettings - Per-SSID radio settings by number.
- six
Ghz Property MapSettings - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
- transmission Property Map
- Settings related to radio transmission.
- two
Four Property MapGhz Settings - Settings related to 2.4Ghz band
GetWirelessRfProfilesItemApBandSettings
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. Defaults to dual.
- Band
Steering boolEnabled - Steers client to most open band. Can be either true or false. Defaults to true.
- Bands
Get
Wireless Rf Profiles Item Ap Band Settings Bands - Settings related to all bands
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. Defaults to dual.
- Band
Steering boolEnabled - Steers client to most open band. Can be either true or false. Defaults to true.
- Bands
Get
Wireless Rf Profiles Item Ap Band Settings Bands - Settings related to all bands
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. Defaults to dual.
- band
Steering BooleanEnabled - Steers client to most open band. Can be either true or false. Defaults to true.
- bands
Get
Wireless Rf Profiles Item Ap Band Settings Bands - Settings related to all bands
- band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. Defaults to dual.
- band
Steering booleanEnabled - Steers client to most open band. Can be either true or false. Defaults to true.
- bands
Get
Wireless Rf Profiles Item Ap Band Settings Bands - Settings related to all bands
- band_
operation_ strmode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. Defaults to dual.
- band_
steering_ boolenabled - Steers client to most open band. Can be either true or false. Defaults to true.
- bands
Get
Wireless Rf Profiles Item Ap Band Settings Bands - Settings related to all bands
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. Defaults to dual.
- band
Steering BooleanEnabled - Steers client to most open band. Can be either true or false. Defaults to true.
- bands Property Map
- Settings related to all bands
GetWirelessRfProfilesItemApBandSettingsBands
- Enableds List<string>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- Enableds []string
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds string[]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds Sequence[str]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
GetWirelessRfProfilesItemFiveGhzSettings
- Channel
Width string - Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
- Max
Power int - Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
- Min
Bitrate int - Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
- Min
Power int - Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
- Rxsop int
- The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
- Valid
Auto List<int>Channels - Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
- Channel
Width string - Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
- Max
Power int - Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
- Min
Bitrate int - Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
- Min
Power int - Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
- Rxsop int
- The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
- Valid
Auto []intChannels - Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
- channel
Width String - Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
- max
Power Integer - Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
- min
Bitrate Integer - Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
- min
Power Integer - Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
- rxsop Integer
- The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
- valid
Auto List<Integer>Channels - Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
- channel
Width string - Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
- max
Power number - Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
- min
Bitrate number - Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
- min
Power number - Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
- rxsop number
- The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
- valid
Auto number[]Channels - Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
- channel_
width str - Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
- max_
power int - Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
- min_
bitrate int - Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
- min_
power int - Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
- rxsop int
- The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
- valid_
auto_ Sequence[int]channels - Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
- channel
Width String - Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
- max
Power Number - Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
- min
Bitrate Number - Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
- min
Power Number - Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
- rxsop Number
- The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
- valid
Auto List<Number>Channels - Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
GetWirelessRfProfilesItemPerSsidSettings
- Status0
Get
Wireless Rf Profiles Item Per Ssid Settings Status0 - Settings for SSID 0
- Status1
Get
Wireless Rf Profiles Item Per Ssid Settings Status1 - Settings for SSID 1
- Status10
Get
Wireless Rf Profiles Item Per Ssid Settings Status10 - Settings for SSID 10
- Status11
Get
Wireless Rf Profiles Item Per Ssid Settings Status11 - Settings for SSID 11
- Status12
Get
Wireless Rf Profiles Item Per Ssid Settings Status12 - Settings for SSID 12
- Status13
Get
Wireless Rf Profiles Item Per Ssid Settings Status13 - Settings for SSID 13
- Status14
Get
Wireless Rf Profiles Item Per Ssid Settings Status14 - Settings for SSID 14
- Status2
Get
Wireless Rf Profiles Item Per Ssid Settings Status2 - Settings for SSID 2
- Status3
Get
Wireless Rf Profiles Item Per Ssid Settings Status3 - Settings for SSID 3
- Status4
Get
Wireless Rf Profiles Item Per Ssid Settings Status4 - Settings for SSID 4
- Status5
Get
Wireless Rf Profiles Item Per Ssid Settings Status5 - Settings for SSID 5
- Status6
Get
Wireless Rf Profiles Item Per Ssid Settings Status6 - Settings for SSID 6
- Status7
Get
Wireless Rf Profiles Item Per Ssid Settings Status7 - Settings for SSID 7
- Status8
Get
Wireless Rf Profiles Item Per Ssid Settings Status8 - Settings for SSID 8
- Status9
Get
Wireless Rf Profiles Item Per Ssid Settings Status9 - Settings for SSID 9
- Status0
Get
Wireless Rf Profiles Item Per Ssid Settings Status0 - Settings for SSID 0
- Status1
Get
Wireless Rf Profiles Item Per Ssid Settings Status1 - Settings for SSID 1
- Status10
Get
Wireless Rf Profiles Item Per Ssid Settings Status10 - Settings for SSID 10
- Status11
Get
Wireless Rf Profiles Item Per Ssid Settings Status11 - Settings for SSID 11
- Status12
Get
Wireless Rf Profiles Item Per Ssid Settings Status12 - Settings for SSID 12
- Status13
Get
Wireless Rf Profiles Item Per Ssid Settings Status13 - Settings for SSID 13
- Status14
Get
Wireless Rf Profiles Item Per Ssid Settings Status14 - Settings for SSID 14
- Status2
Get
Wireless Rf Profiles Item Per Ssid Settings Status2 - Settings for SSID 2
- Status3
Get
Wireless Rf Profiles Item Per Ssid Settings Status3 - Settings for SSID 3
- Status4
Get
Wireless Rf Profiles Item Per Ssid Settings Status4 - Settings for SSID 4
- Status5
Get
Wireless Rf Profiles Item Per Ssid Settings Status5 - Settings for SSID 5
- Status6
Get
Wireless Rf Profiles Item Per Ssid Settings Status6 - Settings for SSID 6
- Status7
Get
Wireless Rf Profiles Item Per Ssid Settings Status7 - Settings for SSID 7
- Status8
Get
Wireless Rf Profiles Item Per Ssid Settings Status8 - Settings for SSID 8
- Status9
Get
Wireless Rf Profiles Item Per Ssid Settings Status9 - Settings for SSID 9
- status0
Get
Wireless Rf Profiles Item Per Ssid Settings Status0 - Settings for SSID 0
- status1
Get
Wireless Rf Profiles Item Per Ssid Settings Status1 - Settings for SSID 1
- status10
Get
Wireless Rf Profiles Item Per Ssid Settings Status10 - Settings for SSID 10
- status11
Get
Wireless Rf Profiles Item Per Ssid Settings Status11 - Settings for SSID 11
- status12
Get
Wireless Rf Profiles Item Per Ssid Settings Status12 - Settings for SSID 12
- status13
Get
Wireless Rf Profiles Item Per Ssid Settings Status13 - Settings for SSID 13
- status14
Get
Wireless Rf Profiles Item Per Ssid Settings Status14 - Settings for SSID 14
- status2
Get
Wireless Rf Profiles Item Per Ssid Settings Status2 - Settings for SSID 2
- status3
Get
Wireless Rf Profiles Item Per Ssid Settings Status3 - Settings for SSID 3
- status4
Get
Wireless Rf Profiles Item Per Ssid Settings Status4 - Settings for SSID 4
- status5
Get
Wireless Rf Profiles Item Per Ssid Settings Status5 - Settings for SSID 5
- status6
Get
Wireless Rf Profiles Item Per Ssid Settings Status6 - Settings for SSID 6
- status7
Get
Wireless Rf Profiles Item Per Ssid Settings Status7 - Settings for SSID 7
- status8
Get
Wireless Rf Profiles Item Per Ssid Settings Status8 - Settings for SSID 8
- status9
Get
Wireless Rf Profiles Item Per Ssid Settings Status9 - Settings for SSID 9
- status0
Get
Wireless Rf Profiles Item Per Ssid Settings Status0 - Settings for SSID 0
- status1
Get
Wireless Rf Profiles Item Per Ssid Settings Status1 - Settings for SSID 1
- status10
Get
Wireless Rf Profiles Item Per Ssid Settings Status10 - Settings for SSID 10
- status11
Get
Wireless Rf Profiles Item Per Ssid Settings Status11 - Settings for SSID 11
- status12
Get
Wireless Rf Profiles Item Per Ssid Settings Status12 - Settings for SSID 12
- status13
Get
Wireless Rf Profiles Item Per Ssid Settings Status13 - Settings for SSID 13
- status14
Get
Wireless Rf Profiles Item Per Ssid Settings Status14 - Settings for SSID 14
- status2
Get
Wireless Rf Profiles Item Per Ssid Settings Status2 - Settings for SSID 2
- status3
Get
Wireless Rf Profiles Item Per Ssid Settings Status3 - Settings for SSID 3
- status4
Get
Wireless Rf Profiles Item Per Ssid Settings Status4 - Settings for SSID 4
- status5
Get
Wireless Rf Profiles Item Per Ssid Settings Status5 - Settings for SSID 5
- status6
Get
Wireless Rf Profiles Item Per Ssid Settings Status6 - Settings for SSID 6
- status7
Get
Wireless Rf Profiles Item Per Ssid Settings Status7 - Settings for SSID 7
- status8
Get
Wireless Rf Profiles Item Per Ssid Settings Status8 - Settings for SSID 8
- status9
Get
Wireless Rf Profiles Item Per Ssid Settings Status9 - Settings for SSID 9
- status0
Get
Wireless Rf Profiles Item Per Ssid Settings Status0 - Settings for SSID 0
- status1
Get
Wireless Rf Profiles Item Per Ssid Settings Status1 - Settings for SSID 1
- status10
Get
Wireless Rf Profiles Item Per Ssid Settings Status10 - Settings for SSID 10
- status11
Get
Wireless Rf Profiles Item Per Ssid Settings Status11 - Settings for SSID 11
- status12
Get
Wireless Rf Profiles Item Per Ssid Settings Status12 - Settings for SSID 12
- status13
Get
Wireless Rf Profiles Item Per Ssid Settings Status13 - Settings for SSID 13
- status14
Get
Wireless Rf Profiles Item Per Ssid Settings Status14 - Settings for SSID 14
- status2
Get
Wireless Rf Profiles Item Per Ssid Settings Status2 - Settings for SSID 2
- status3
Get
Wireless Rf Profiles Item Per Ssid Settings Status3 - Settings for SSID 3
- status4
Get
Wireless Rf Profiles Item Per Ssid Settings Status4 - Settings for SSID 4
- status5
Get
Wireless Rf Profiles Item Per Ssid Settings Status5 - Settings for SSID 5
- status6
Get
Wireless Rf Profiles Item Per Ssid Settings Status6 - Settings for SSID 6
- status7
Get
Wireless Rf Profiles Item Per Ssid Settings Status7 - Settings for SSID 7
- status8
Get
Wireless Rf Profiles Item Per Ssid Settings Status8 - Settings for SSID 8
- status9
Get
Wireless Rf Profiles Item Per Ssid Settings Status9 - Settings for SSID 9
- status0 Property Map
- Settings for SSID 0
- status1 Property Map
- Settings for SSID 1
- status10 Property Map
- Settings for SSID 10
- status11 Property Map
- Settings for SSID 11
- status12 Property Map
- Settings for SSID 12
- status13 Property Map
- Settings for SSID 13
- status14 Property Map
- Settings for SSID 14
- status2 Property Map
- Settings for SSID 2
- status3 Property Map
- Settings for SSID 3
- status4 Property Map
- Settings for SSID 4
- status5 Property Map
- Settings for SSID 5
- status6 Property Map
- Settings for SSID 6
- status7 Property Map
- Settings for SSID 7
- status8 Property Map
- Settings for SSID 8
- status9 Property Map
- Settings for SSID 9
GetWirelessRfProfilesItemPerSsidSettingsStatus0
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status0Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status0Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status0Bands - Settings related to all bands
- min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
- band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering booleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status0Bands - Settings related to all bands
- min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name string
- Name of SSID
- band_
operation_ strmode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band_
steering_ boolenabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status0Bands - Settings related to all bands
- min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name str
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands Property Map
- Settings related to all bands
- min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
GetWirelessRfProfilesItemPerSsidSettingsStatus0Bands
- Enableds List<string>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- Enableds []string
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds string[]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds Sequence[str]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
GetWirelessRfProfilesItemPerSsidSettingsStatus1
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status1Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status1Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status1Bands - Settings related to all bands
- min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
- band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering booleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status1Bands - Settings related to all bands
- min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name string
- Name of SSID
- band_
operation_ strmode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band_
steering_ boolenabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status1Bands - Settings related to all bands
- min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name str
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands Property Map
- Settings related to all bands
- min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
GetWirelessRfProfilesItemPerSsidSettingsStatus10
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status10Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status10Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status10Bands - Settings related to all bands
- min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
- band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering booleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status10Bands - Settings related to all bands
- min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name string
- Name of SSID
- band_
operation_ strmode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band_
steering_ boolenabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status10Bands - Settings related to all bands
- min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name str
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands Property Map
- Settings related to all bands
- min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
GetWirelessRfProfilesItemPerSsidSettingsStatus10Bands
- Enableds List<string>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- Enableds []string
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds string[]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds Sequence[str]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
GetWirelessRfProfilesItemPerSsidSettingsStatus11
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status11Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status11Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status11Bands - Settings related to all bands
- min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
- band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering booleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status11Bands - Settings related to all bands
- min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name string
- Name of SSID
- band_
operation_ strmode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band_
steering_ boolenabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status11Bands - Settings related to all bands
- min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name str
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands Property Map
- Settings related to all bands
- min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
GetWirelessRfProfilesItemPerSsidSettingsStatus11Bands
- Enableds List<string>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- Enableds []string
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds string[]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds Sequence[str]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
GetWirelessRfProfilesItemPerSsidSettingsStatus12
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status12Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status12Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status12Bands - Settings related to all bands
- min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
- band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering booleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status12Bands - Settings related to all bands
- min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name string
- Name of SSID
- band_
operation_ strmode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band_
steering_ boolenabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status12Bands - Settings related to all bands
- min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name str
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands Property Map
- Settings related to all bands
- min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
GetWirelessRfProfilesItemPerSsidSettingsStatus12Bands
- Enableds List<string>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- Enableds []string
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds string[]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds Sequence[str]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
GetWirelessRfProfilesItemPerSsidSettingsStatus13
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status13Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status13Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status13Bands - Settings related to all bands
- min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
- band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering booleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status13Bands - Settings related to all bands
- min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name string
- Name of SSID
- band_
operation_ strmode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band_
steering_ boolenabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status13Bands - Settings related to all bands
- min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name str
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands Property Map
- Settings related to all bands
- min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
GetWirelessRfProfilesItemPerSsidSettingsStatus13Bands
- Enableds List<string>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- Enableds []string
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds string[]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds Sequence[str]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
GetWirelessRfProfilesItemPerSsidSettingsStatus14
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status14Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status14Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status14Bands - Settings related to all bands
- min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
- band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering booleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status14Bands - Settings related to all bands
- min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name string
- Name of SSID
- band_
operation_ strmode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band_
steering_ boolenabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status14Bands - Settings related to all bands
- min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name str
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands Property Map
- Settings related to all bands
- min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
GetWirelessRfProfilesItemPerSsidSettingsStatus14Bands
- Enableds List<string>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- Enableds []string
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds string[]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds Sequence[str]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
GetWirelessRfProfilesItemPerSsidSettingsStatus1Bands
- Enableds List<string>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- Enableds []string
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds string[]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds Sequence[str]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
GetWirelessRfProfilesItemPerSsidSettingsStatus2
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status2Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status2Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status2Bands - Settings related to all bands
- min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
- band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering booleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status2Bands - Settings related to all bands
- min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name string
- Name of SSID
- band_
operation_ strmode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band_
steering_ boolenabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status2Bands - Settings related to all bands
- min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name str
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands Property Map
- Settings related to all bands
- min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
GetWirelessRfProfilesItemPerSsidSettingsStatus2Bands
- Enableds List<string>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- Enableds []string
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds string[]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds Sequence[str]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
GetWirelessRfProfilesItemPerSsidSettingsStatus3
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status3Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status3Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status3Bands - Settings related to all bands
- min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
- band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering booleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status3Bands - Settings related to all bands
- min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name string
- Name of SSID
- band_
operation_ strmode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band_
steering_ boolenabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status3Bands - Settings related to all bands
- min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name str
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands Property Map
- Settings related to all bands
- min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
GetWirelessRfProfilesItemPerSsidSettingsStatus3Bands
- Enableds List<string>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- Enableds []string
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds string[]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds Sequence[str]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
GetWirelessRfProfilesItemPerSsidSettingsStatus4
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status4Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status4Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status4Bands - Settings related to all bands
- min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
- band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering booleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status4Bands - Settings related to all bands
- min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name string
- Name of SSID
- band_
operation_ strmode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band_
steering_ boolenabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status4Bands - Settings related to all bands
- min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name str
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands Property Map
- Settings related to all bands
- min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
GetWirelessRfProfilesItemPerSsidSettingsStatus4Bands
- Enableds List<string>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- Enableds []string
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds string[]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds Sequence[str]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
GetWirelessRfProfilesItemPerSsidSettingsStatus5
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status5Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status5Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status5Bands - Settings related to all bands
- min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
- band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering booleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status5Bands - Settings related to all bands
- min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name string
- Name of SSID
- band_
operation_ strmode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band_
steering_ boolenabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status5Bands - Settings related to all bands
- min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name str
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands Property Map
- Settings related to all bands
- min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
GetWirelessRfProfilesItemPerSsidSettingsStatus5Bands
- Enableds List<string>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- Enableds []string
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds string[]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds Sequence[str]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
GetWirelessRfProfilesItemPerSsidSettingsStatus6
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status6Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status6Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status6Bands - Settings related to all bands
- min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
- band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering booleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status6Bands - Settings related to all bands
- min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name string
- Name of SSID
- band_
operation_ strmode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band_
steering_ boolenabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status6Bands - Settings related to all bands
- min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name str
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands Property Map
- Settings related to all bands
- min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
GetWirelessRfProfilesItemPerSsidSettingsStatus6Bands
- Enableds List<string>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- Enableds []string
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds string[]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds Sequence[str]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
GetWirelessRfProfilesItemPerSsidSettingsStatus7
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status7Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status7Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status7Bands - Settings related to all bands
- min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
- band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering booleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status7Bands - Settings related to all bands
- min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name string
- Name of SSID
- band_
operation_ strmode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band_
steering_ boolenabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status7Bands - Settings related to all bands
- min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name str
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands Property Map
- Settings related to all bands
- min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
GetWirelessRfProfilesItemPerSsidSettingsStatus7Bands
- Enableds List<string>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- Enableds []string
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds string[]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds Sequence[str]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
GetWirelessRfProfilesItemPerSsidSettingsStatus8
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status8Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status8Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status8Bands - Settings related to all bands
- min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
- band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering booleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status8Bands - Settings related to all bands
- min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name string
- Name of SSID
- band_
operation_ strmode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band_
steering_ boolenabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status8Bands - Settings related to all bands
- min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name str
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands Property Map
- Settings related to all bands
- min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
GetWirelessRfProfilesItemPerSsidSettingsStatus8Bands
- Enableds List<string>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- Enableds []string
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds string[]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds Sequence[str]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
GetWirelessRfProfilesItemPerSsidSettingsStatus9
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status9Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- Band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- Band
Steering boolEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- Bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status9Bands - Settings related to all bands
- Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- Name string
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status9Bands - Settings related to all bands
- min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
- band
Operation stringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering booleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status9Bands - Settings related to all bands
- min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name string
- Name of SSID
- band_
operation_ strmode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band_
steering_ boolenabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands
Get
Wireless Rf Profiles Item Per Ssid Settings Status9Bands - Settings related to all bands
- min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name str
- Name of SSID
- band
Operation StringMode - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering BooleanEnabled - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
- bands Property Map
- Settings related to all bands
- min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
- name String
- Name of SSID
GetWirelessRfProfilesItemPerSsidSettingsStatus9Bands
- Enableds List<string>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- Enableds []string
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds string[]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds Sequence[str]
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
- enableds List<String>
- List of enabled bands. Can include ["2.4", "5", "6", "disabled"
GetWirelessRfProfilesItemSixGhzSettings
- Channel
Width string - Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
- Max
Power int - Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
- Min
Bitrate int - Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
- Min
Power int - Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
- Rxsop int
- The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
- Valid
Auto List<int>Channels - Sets valid auto channels for 6Ghz band. Can be one of '1', '5', '9', '13', '17', '21', '25', '29', '33', '37', '41', '45', '49', '53', '57', '61', '65', '69', '73', '77', '81', '85', '89', '93', '97', '101', '105', '109', '113', '117', '121', '125', '129', '133', '137', '141', '145', '149', '153', '157', '161', '165', '169', '173', '177', '181', '185', '189', '193', '197', '201', '205', '209', '213', '217', '221', '225', '229' or '233'. Defaults to auto.
- Channel
Width string - Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
- Max
Power int - Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
- Min
Bitrate int - Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
- Min
Power int - Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
- Rxsop int
- The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
- Valid
Auto []intChannels - Sets valid auto channels for 6Ghz band. Can be one of '1', '5', '9', '13', '17', '21', '25', '29', '33', '37', '41', '45', '49', '53', '57', '61', '65', '69', '73', '77', '81', '85', '89', '93', '97', '101', '105', '109', '113', '117', '121', '125', '129', '133', '137', '141', '145', '149', '153', '157', '161', '165', '169', '173', '177', '181', '185', '189', '193', '197', '201', '205', '209', '213', '217', '221', '225', '229' or '233'. Defaults to auto.
- channel
Width String - Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
- max
Power Integer - Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
- min
Bitrate Integer - Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
- min
Power Integer - Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
- rxsop Integer
- The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
- valid
Auto List<Integer>Channels - Sets valid auto channels for 6Ghz band. Can be one of '1', '5', '9', '13', '17', '21', '25', '29', '33', '37', '41', '45', '49', '53', '57', '61', '65', '69', '73', '77', '81', '85', '89', '93', '97', '101', '105', '109', '113', '117', '121', '125', '129', '133', '137', '141', '145', '149', '153', '157', '161', '165', '169', '173', '177', '181', '185', '189', '193', '197', '201', '205', '209', '213', '217', '221', '225', '229' or '233'. Defaults to auto.
- channel
Width string - Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
- max
Power number - Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
- min
Bitrate number - Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
- min
Power number - Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
- rxsop number
- The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
- valid
Auto number[]Channels - Sets valid auto channels for 6Ghz band. Can be one of '1', '5', '9', '13', '17', '21', '25', '29', '33', '37', '41', '45', '49', '53', '57', '61', '65', '69', '73', '77', '81', '85', '89', '93', '97', '101', '105', '109', '113', '117', '121', '125', '129', '133', '137', '141', '145', '149', '153', '157', '161', '165', '169', '173', '177', '181', '185', '189', '193', '197', '201', '205', '209', '213', '217', '221', '225', '229' or '233'. Defaults to auto.
- channel_
width str - Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
- max_
power int - Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
- min_
bitrate int - Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
- min_
power int - Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
- rxsop int
- The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
- valid_
auto_ Sequence[int]channels - Sets valid auto channels for 6Ghz band. Can be one of '1', '5', '9', '13', '17', '21', '25', '29', '33', '37', '41', '45', '49', '53', '57', '61', '65', '69', '73', '77', '81', '85', '89', '93', '97', '101', '105', '109', '113', '117', '121', '125', '129', '133', '137', '141', '145', '149', '153', '157', '161', '165', '169', '173', '177', '181', '185', '189', '193', '197', '201', '205', '209', '213', '217', '221', '225', '229' or '233'. Defaults to auto.
- channel
Width String - Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
- max
Power Number - Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
- min
Bitrate Number - Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
- min
Power Number - Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
- rxsop Number
- The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
- valid
Auto List<Number>Channels - Sets valid auto channels for 6Ghz band. Can be one of '1', '5', '9', '13', '17', '21', '25', '29', '33', '37', '41', '45', '49', '53', '57', '61', '65', '69', '73', '77', '81', '85', '89', '93', '97', '101', '105', '109', '113', '117', '121', '125', '129', '133', '137', '141', '145', '149', '153', '157', '161', '165', '169', '173', '177', '181', '185', '189', '193', '197', '201', '205', '209', '213', '217', '221', '225', '229' or '233'. Defaults to auto.
GetWirelessRfProfilesItemTransmission
- Enabled bool
- Toggle for radio transmission. When false, radios will not transmit at all.
- Enabled bool
- Toggle for radio transmission. When false, radios will not transmit at all.
- enabled Boolean
- Toggle for radio transmission. When false, radios will not transmit at all.
- enabled boolean
- Toggle for radio transmission. When false, radios will not transmit at all.
- enabled bool
- Toggle for radio transmission. When false, radios will not transmit at all.
- enabled Boolean
- Toggle for radio transmission. When false, radios will not transmit at all.
GetWirelessRfProfilesItemTwoFourGhzSettings
- Ax
Enabled bool - Determines whether ax radio on 2.4Ghz band is on or off. Can be either true or false. If false, we highly recommend disabling band steering. Defaults to true.
- Max
Power int - Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
- Min
Bitrate double - Sets min bitrate (Mbps) of 2.4Ghz band. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. Defaults to 11.
- Min
Power int - Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
- Rxsop int
- The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
- Valid
Auto List<int>Channels - Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
- Ax
Enabled bool - Determines whether ax radio on 2.4Ghz band is on or off. Can be either true or false. If false, we highly recommend disabling band steering. Defaults to true.
- Max
Power int - Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
- Min
Bitrate float64 - Sets min bitrate (Mbps) of 2.4Ghz band. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. Defaults to 11.
- Min
Power int - Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
- Rxsop int
- The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
- Valid
Auto []intChannels - Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
- ax
Enabled Boolean - Determines whether ax radio on 2.4Ghz band is on or off. Can be either true or false. If false, we highly recommend disabling band steering. Defaults to true.
- max
Power Integer - Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
- min
Bitrate Double - Sets min bitrate (Mbps) of 2.4Ghz band. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. Defaults to 11.
- min
Power Integer - Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
- rxsop Integer
- The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
- valid
Auto List<Integer>Channels - Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
- ax
Enabled boolean - Determines whether ax radio on 2.4Ghz band is on or off. Can be either true or false. If false, we highly recommend disabling band steering. Defaults to true.
- max
Power number - Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
- min
Bitrate number - Sets min bitrate (Mbps) of 2.4Ghz band. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. Defaults to 11.
- min
Power number - Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
- rxsop number
- The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
- valid
Auto number[]Channels - Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
- ax_
enabled bool - Determines whether ax radio on 2.4Ghz band is on or off. Can be either true or false. If false, we highly recommend disabling band steering. Defaults to true.
- max_
power int - Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
- min_
bitrate float - Sets min bitrate (Mbps) of 2.4Ghz band. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. Defaults to 11.
- min_
power int - Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
- rxsop int
- The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
- valid_
auto_ Sequence[int]channels - Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
- ax
Enabled Boolean - Determines whether ax radio on 2.4Ghz band is on or off. Can be either true or false. If false, we highly recommend disabling band steering. Defaults to true.
- max
Power Number - Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
- min
Bitrate Number - Sets min bitrate (Mbps) of 2.4Ghz band. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. Defaults to 11.
- min
Power Number - Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
- rxsop Number
- The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
- valid
Auto List<Number>Channels - Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
meraki
Terraform Provider.