1. Packages
  2. Cisco Meraki Provider
  3. API Docs
  4. networks
  5. getWirelessRfProfiles
Cisco Meraki v0.4.1 published on Saturday, Mar 15, 2025 by Pulumi

meraki.networks.getWirelessRfProfiles

Explore with Pulumi AI

Cisco Meraki v0.4.1 published on Saturday, Mar 15, 2025 by Pulumi

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);
Copy
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)
Copy
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
	})
}
Copy
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),
    };
});
Copy
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()));
    }
}
Copy
variables:
  example:
    fn::invoke:
      function: meraki:networks:getWirelessRfProfiles
      arguments:
        includeTemplateProfiles: false
        networkId: string
outputs:
  merakiNetworksWirelessRfProfilesExample: ${example.item}
Copy

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>
Copy
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]
Copy
func LookupWirelessRfProfiles(ctx *Context, args *LookupWirelessRfProfilesArgs, opts ...InvokeOption) (*LookupWirelessRfProfilesResult, error)
func LookupWirelessRfProfilesOutput(ctx *Context, args *LookupWirelessRfProfilesOutputArgs, opts ...InvokeOption) LookupWirelessRfProfilesResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetWirelessRfProfilesResult> getWirelessRfProfiles(GetWirelessRfProfilesArgs args, InvokeOptions options)
public static Output<GetWirelessRfProfilesResult> getWirelessRfProfiles(GetWirelessRfProfilesArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: meraki:networks/getWirelessRfProfiles:getWirelessRfProfiles
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

IncludeTemplateProfiles bool
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.
NetworkId string
networkId path parameter. Network ID
RfProfileId string
rfProfileId path parameter. Rf profile ID
IncludeTemplateProfiles bool
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.
NetworkId string
networkId path parameter. Network ID
RfProfileId string
rfProfileId path parameter. Rf profile ID
includeTemplateProfiles Boolean
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.
networkId String
networkId path parameter. Network ID
rfProfileId String
rfProfileId path parameter. Rf profile ID
includeTemplateProfiles boolean
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.
networkId string
networkId path parameter. Network ID
rfProfileId string
rfProfileId path parameter. Rf profile ID
include_template_profiles bool
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_id str
rfProfileId path parameter. Rf profile ID
includeTemplateProfiles Boolean
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.
networkId String
networkId path parameter. Network ID
rfProfileId String
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 GetWirelessRfProfilesItem
IncludeTemplateProfiles bool
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.
NetworkId string
networkId path parameter. Network ID
RfProfileId string
rfProfileId path parameter. Rf profile ID
Id string
The provider-assigned unique ID for this managed resource.
Item GetWirelessRfProfilesItem
IncludeTemplateProfiles bool
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.
NetworkId string
networkId path parameter. Network ID
RfProfileId string
rfProfileId path parameter. Rf profile ID
id String
The provider-assigned unique ID for this managed resource.
item GetWirelessRfProfilesItem
includeTemplateProfiles Boolean
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.
networkId String
networkId path parameter. Network ID
rfProfileId String
rfProfileId path parameter. Rf profile ID
id string
The provider-assigned unique ID for this managed resource.
item GetWirelessRfProfilesItem
includeTemplateProfiles boolean
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.
networkId string
networkId path parameter. Network ID
rfProfileId string
rfProfileId path parameter. Rf profile ID
id str
The provider-assigned unique ID for this managed resource.
item GetWirelessRfProfilesItem
include_template_profiles bool
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_id str
rfProfileId path parameter. Rf profile ID
id String
The provider-assigned unique ID for this managed resource.
item Property Map
includeTemplateProfiles Boolean
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.
networkId String
networkId path parameter. Network ID
rfProfileId String
rfProfileId path parameter. Rf profile ID

Supporting Types

GetWirelessRfProfilesItem

ApBandSettings This property is required. GetWirelessRfProfilesItemApBandSettings
Settings that will be enabled if selectionType is set to 'ap'.
BandSelectionType This property is required. string
Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
ClientBalancingEnabled This property is required. bool
Steers client to best available access point. Can be either true or false. Defaults to true.
FiveGhzSettings This property is required. GetWirelessRfProfilesItemFiveGhzSettings
Settings related to 5Ghz band
Id This property is required. string
The name of the new profile. Must be unique.
MinBitrateType This property is required. string
Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
Name This property is required. string
The name of the new profile. Must be unique. This param is required on creation.
NetworkId This property is required. string
The network ID of the RF Profile
PerSsidSettings This property is required. GetWirelessRfProfilesItemPerSsidSettings
Per-SSID radio settings by number.
SixGhzSettings This property is required. GetWirelessRfProfilesItemSixGhzSettings
Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
Transmission This property is required. GetWirelessRfProfilesItemTransmission
Settings related to radio transmission.
TwoFourGhzSettings This property is required. GetWirelessRfProfilesItemTwoFourGhzSettings
Settings related to 2.4Ghz band
ApBandSettings This property is required. GetWirelessRfProfilesItemApBandSettings
Settings that will be enabled if selectionType is set to 'ap'.
BandSelectionType This property is required. string
Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
ClientBalancingEnabled This property is required. bool
Steers client to best available access point. Can be either true or false. Defaults to true.
FiveGhzSettings This property is required. GetWirelessRfProfilesItemFiveGhzSettings
Settings related to 5Ghz band
Id This property is required. string
The name of the new profile. Must be unique.
MinBitrateType This property is required. string
Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
Name This property is required. string
The name of the new profile. Must be unique. This param is required on creation.
NetworkId This property is required. string
The network ID of the RF Profile
PerSsidSettings This property is required. GetWirelessRfProfilesItemPerSsidSettings
Per-SSID radio settings by number.
SixGhzSettings This property is required. GetWirelessRfProfilesItemSixGhzSettings
Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
Transmission This property is required. GetWirelessRfProfilesItemTransmission
Settings related to radio transmission.
TwoFourGhzSettings This property is required. GetWirelessRfProfilesItemTwoFourGhzSettings
Settings related to 2.4Ghz band
apBandSettings This property is required. GetWirelessRfProfilesItemApBandSettings
Settings that will be enabled if selectionType is set to 'ap'.
bandSelectionType This property is required. String
Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
clientBalancingEnabled This property is required. Boolean
Steers client to best available access point. Can be either true or false. Defaults to true.
fiveGhzSettings This property is required. GetWirelessRfProfilesItemFiveGhzSettings
Settings related to 5Ghz band
id This property is required. String
The name of the new profile. Must be unique.
minBitrateType This property is required. String
Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
name This property is required. String
The name of the new profile. Must be unique. This param is required on creation.
networkId This property is required. String
The network ID of the RF Profile
perSsidSettings This property is required. GetWirelessRfProfilesItemPerSsidSettings
Per-SSID radio settings by number.
sixGhzSettings This property is required. GetWirelessRfProfilesItemSixGhzSettings
Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
transmission This property is required. GetWirelessRfProfilesItemTransmission
Settings related to radio transmission.
twoFourGhzSettings This property is required. GetWirelessRfProfilesItemTwoFourGhzSettings
Settings related to 2.4Ghz band
apBandSettings This property is required. GetWirelessRfProfilesItemApBandSettings
Settings that will be enabled if selectionType is set to 'ap'.
bandSelectionType This property is required. string
Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
clientBalancingEnabled This property is required. boolean
Steers client to best available access point. Can be either true or false. Defaults to true.
fiveGhzSettings This property is required. GetWirelessRfProfilesItemFiveGhzSettings
Settings related to 5Ghz band
id This property is required. string
The name of the new profile. Must be unique.
minBitrateType This property is required. string
Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
name This property is required. string
The name of the new profile. Must be unique. This param is required on creation.
networkId This property is required. string
The network ID of the RF Profile
perSsidSettings This property is required. GetWirelessRfProfilesItemPerSsidSettings
Per-SSID radio settings by number.
sixGhzSettings This property is required. GetWirelessRfProfilesItemSixGhzSettings
Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
transmission This property is required. GetWirelessRfProfilesItemTransmission
Settings related to radio transmission.
twoFourGhzSettings This property is required. GetWirelessRfProfilesItemTwoFourGhzSettings
Settings related to 2.4Ghz band
ap_band_settings This property is required. GetWirelessRfProfilesItemApBandSettings
Settings that will be enabled if selectionType is set to 'ap'.
band_selection_type This property is required. str
Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
client_balancing_enabled This property is required. bool
Steers client to best available access point. Can be either true or false. Defaults to true.
five_ghz_settings This property is required. GetWirelessRfProfilesItemFiveGhzSettings
Settings related to 5Ghz band
id This property is required. str
The name of the new profile. Must be unique.
min_bitrate_type This property is required. str
Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
name This property is required. str
The name of the new profile. Must be unique. This param is required on creation.
network_id This property is required. str
The network ID of the RF Profile
per_ssid_settings This property is required. GetWirelessRfProfilesItemPerSsidSettings
Per-SSID radio settings by number.
six_ghz_settings This property is required. GetWirelessRfProfilesItemSixGhzSettings
Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
transmission This property is required. GetWirelessRfProfilesItemTransmission
Settings related to radio transmission.
two_four_ghz_settings This property is required. GetWirelessRfProfilesItemTwoFourGhzSettings
Settings related to 2.4Ghz band
apBandSettings This property is required. Property Map
Settings that will be enabled if selectionType is set to 'ap'.
bandSelectionType This property is required. String
Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
clientBalancingEnabled This property is required. Boolean
Steers client to best available access point. Can be either true or false. Defaults to true.
fiveGhzSettings This property is required. Property Map
Settings related to 5Ghz band
id This property is required. String
The name of the new profile. Must be unique.
minBitrateType This property is required. String
Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
name This property is required. String
The name of the new profile. Must be unique. This param is required on creation.
networkId This property is required. String
The network ID of the RF Profile
perSsidSettings This property is required. Property Map
Per-SSID radio settings by number.
sixGhzSettings This property is required. Property Map
Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
transmission This property is required. Property Map
Settings related to radio transmission.
twoFourGhzSettings This property is required. Property Map
Settings related to 2.4Ghz band

GetWirelessRfProfilesItemApBandSettings

BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. Defaults to dual.
BandSteeringEnabled This property is required. bool
Steers client to most open band. Can be either true or false. Defaults to true.
Bands This property is required. GetWirelessRfProfilesItemApBandSettingsBands
Settings related to all bands
BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. Defaults to dual.
BandSteeringEnabled This property is required. bool
Steers client to most open band. Can be either true or false. Defaults to true.
Bands This property is required. GetWirelessRfProfilesItemApBandSettingsBands
Settings related to all bands
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. Defaults to dual.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band. Can be either true or false. Defaults to true.
bands This property is required. GetWirelessRfProfilesItemApBandSettingsBands
Settings related to all bands
bandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. Defaults to dual.
bandSteeringEnabled This property is required. boolean
Steers client to most open band. Can be either true or false. Defaults to true.
bands This property is required. GetWirelessRfProfilesItemApBandSettingsBands
Settings related to all bands
band_operation_mode This property is required. str
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. Defaults to dual.
band_steering_enabled This property is required. bool
Steers client to most open band. Can be either true or false. Defaults to true.
bands This property is required. GetWirelessRfProfilesItemApBandSettingsBands
Settings related to all bands
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. Defaults to dual.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band. Can be either true or false. Defaults to true.
bands This property is required. Property Map
Settings related to all bands

GetWirelessRfProfilesItemApBandSettingsBands

Enableds This property is required. List<string>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
Enableds This property is required. []string
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. string[]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. Sequence[str]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"

GetWirelessRfProfilesItemFiveGhzSettings

ChannelWidth This property is required. string
Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
MaxPower This property is required. int
Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
MinBitrate This property is required. int
Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
MinPower This property is required. int
Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
Rxsop This property is required. 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.
ValidAutoChannels This property is required. List<int>
Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
ChannelWidth This property is required. string
Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
MaxPower This property is required. int
Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
MinBitrate This property is required. int
Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
MinPower This property is required. int
Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
Rxsop This property is required. 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.
ValidAutoChannels This property is required. []int
Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
channelWidth This property is required. String
Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
maxPower This property is required. Integer
Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
minBitrate This property is required. Integer
Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
minPower This property is required. Integer
Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
rxsop This property is required. 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.
validAutoChannels This property is required. List<Integer>
Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
channelWidth This property is required. string
Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
maxPower This property is required. number
Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
minBitrate This property is required. number
Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
minPower This property is required. number
Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
rxsop This property is required. 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.
validAutoChannels This property is required. number[]
Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
channel_width This property is required. str
Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
max_power This property is required. int
Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
min_bitrate This property is required. 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 This property is required. int
Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
rxsop This property is required. 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_channels This property is required. Sequence[int]
Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
channelWidth This property is required. String
Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
maxPower This property is required. Number
Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
minBitrate This property is required. Number
Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
minPower This property is required. Number
Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
rxsop This property is required. 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.
validAutoChannels This property is required. List<Number>
Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].

GetWirelessRfProfilesItemPerSsidSettings

Status0 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus0
Settings for SSID 0
Status1 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus1
Settings for SSID 1
Status10 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus10
Settings for SSID 10
Status11 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus11
Settings for SSID 11
Status12 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus12
Settings for SSID 12
Status13 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus13
Settings for SSID 13
Status14 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus14
Settings for SSID 14
Status2 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus2
Settings for SSID 2
Status3 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus3
Settings for SSID 3
Status4 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus4
Settings for SSID 4
Status5 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus5
Settings for SSID 5
Status6 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus6
Settings for SSID 6
Status7 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus7
Settings for SSID 7
Status8 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus8
Settings for SSID 8
Status9 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus9
Settings for SSID 9
Status0 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus0
Settings for SSID 0
Status1 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus1
Settings for SSID 1
Status10 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus10
Settings for SSID 10
Status11 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus11
Settings for SSID 11
Status12 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus12
Settings for SSID 12
Status13 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus13
Settings for SSID 13
Status14 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus14
Settings for SSID 14
Status2 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus2
Settings for SSID 2
Status3 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus3
Settings for SSID 3
Status4 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus4
Settings for SSID 4
Status5 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus5
Settings for SSID 5
Status6 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus6
Settings for SSID 6
Status7 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus7
Settings for SSID 7
Status8 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus8
Settings for SSID 8
Status9 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus9
Settings for SSID 9
status0 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus0
Settings for SSID 0
status1 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus1
Settings for SSID 1
status10 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus10
Settings for SSID 10
status11 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus11
Settings for SSID 11
status12 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus12
Settings for SSID 12
status13 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus13
Settings for SSID 13
status14 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus14
Settings for SSID 14
status2 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus2
Settings for SSID 2
status3 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus3
Settings for SSID 3
status4 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus4
Settings for SSID 4
status5 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus5
Settings for SSID 5
status6 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus6
Settings for SSID 6
status7 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus7
Settings for SSID 7
status8 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus8
Settings for SSID 8
status9 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus9
Settings for SSID 9
status0 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus0
Settings for SSID 0
status1 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus1
Settings for SSID 1
status10 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus10
Settings for SSID 10
status11 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus11
Settings for SSID 11
status12 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus12
Settings for SSID 12
status13 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus13
Settings for SSID 13
status14 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus14
Settings for SSID 14
status2 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus2
Settings for SSID 2
status3 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus3
Settings for SSID 3
status4 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus4
Settings for SSID 4
status5 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus5
Settings for SSID 5
status6 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus6
Settings for SSID 6
status7 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus7
Settings for SSID 7
status8 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus8
Settings for SSID 8
status9 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus9
Settings for SSID 9
status0 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus0
Settings for SSID 0
status1 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus1
Settings for SSID 1
status10 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus10
Settings for SSID 10
status11 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus11
Settings for SSID 11
status12 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus12
Settings for SSID 12
status13 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus13
Settings for SSID 13
status14 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus14
Settings for SSID 14
status2 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus2
Settings for SSID 2
status3 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus3
Settings for SSID 3
status4 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus4
Settings for SSID 4
status5 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus5
Settings for SSID 5
status6 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus6
Settings for SSID 6
status7 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus7
Settings for SSID 7
status8 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus8
Settings for SSID 8
status9 This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus9
Settings for SSID 9
status0 This property is required. Property Map
Settings for SSID 0
status1 This property is required. Property Map
Settings for SSID 1
status10 This property is required. Property Map
Settings for SSID 10
status11 This property is required. Property Map
Settings for SSID 11
status12 This property is required. Property Map
Settings for SSID 12
status13 This property is required. Property Map
Settings for SSID 13
status14 This property is required. Property Map
Settings for SSID 14
status2 This property is required. Property Map
Settings for SSID 2
status3 This property is required. Property Map
Settings for SSID 3
status4 This property is required. Property Map
Settings for SSID 4
status5 This property is required. Property Map
Settings for SSID 5
status6 This property is required. Property Map
Settings for SSID 6
status7 This property is required. Property Map
Settings for SSID 7
status8 This property is required. Property Map
Settings for SSID 8
status9 This property is required. Property Map
Settings for SSID 9

GetWirelessRfProfilesItemPerSsidSettingsStatus0

BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus0Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus0Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus0Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID
bandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus0Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. string
Name of SSID
band_operation_mode This property is required. str
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
band_steering_enabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus0Bands
Settings related to all bands
min_bitrate This property is required. 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 This property is required. str
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. Property Map
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID

GetWirelessRfProfilesItemPerSsidSettingsStatus0Bands

Enableds This property is required. List<string>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
Enableds This property is required. []string
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. string[]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. Sequence[str]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"

GetWirelessRfProfilesItemPerSsidSettingsStatus1

BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus1Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus1Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus1Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID
bandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus1Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. string
Name of SSID
band_operation_mode This property is required. str
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
band_steering_enabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus1Bands
Settings related to all bands
min_bitrate This property is required. 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 This property is required. str
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. Property Map
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID

GetWirelessRfProfilesItemPerSsidSettingsStatus10

BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus10Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus10Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus10Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID
bandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus10Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. string
Name of SSID
band_operation_mode This property is required. str
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
band_steering_enabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus10Bands
Settings related to all bands
min_bitrate This property is required. 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 This property is required. str
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. Property Map
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID

GetWirelessRfProfilesItemPerSsidSettingsStatus10Bands

Enableds This property is required. List<string>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
Enableds This property is required. []string
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. string[]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. Sequence[str]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"

GetWirelessRfProfilesItemPerSsidSettingsStatus11

BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus11Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus11Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus11Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID
bandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus11Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. string
Name of SSID
band_operation_mode This property is required. str
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
band_steering_enabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus11Bands
Settings related to all bands
min_bitrate This property is required. 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 This property is required. str
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. Property Map
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID

GetWirelessRfProfilesItemPerSsidSettingsStatus11Bands

Enableds This property is required. List<string>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
Enableds This property is required. []string
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. string[]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. Sequence[str]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"

GetWirelessRfProfilesItemPerSsidSettingsStatus12

BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus12Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus12Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus12Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID
bandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus12Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. string
Name of SSID
band_operation_mode This property is required. str
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
band_steering_enabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus12Bands
Settings related to all bands
min_bitrate This property is required. 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 This property is required. str
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. Property Map
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID

GetWirelessRfProfilesItemPerSsidSettingsStatus12Bands

Enableds This property is required. List<string>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
Enableds This property is required. []string
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. string[]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. Sequence[str]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"

GetWirelessRfProfilesItemPerSsidSettingsStatus13

BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus13Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus13Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus13Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID
bandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus13Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. string
Name of SSID
band_operation_mode This property is required. str
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
band_steering_enabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus13Bands
Settings related to all bands
min_bitrate This property is required. 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 This property is required. str
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. Property Map
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID

GetWirelessRfProfilesItemPerSsidSettingsStatus13Bands

Enableds This property is required. List<string>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
Enableds This property is required. []string
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. string[]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. Sequence[str]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"

GetWirelessRfProfilesItemPerSsidSettingsStatus14

BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus14Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus14Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus14Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID
bandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus14Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. string
Name of SSID
band_operation_mode This property is required. str
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
band_steering_enabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus14Bands
Settings related to all bands
min_bitrate This property is required. 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 This property is required. str
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. Property Map
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID

GetWirelessRfProfilesItemPerSsidSettingsStatus14Bands

Enableds This property is required. List<string>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
Enableds This property is required. []string
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. string[]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. Sequence[str]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"

GetWirelessRfProfilesItemPerSsidSettingsStatus1Bands

Enableds This property is required. List<string>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
Enableds This property is required. []string
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. string[]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. Sequence[str]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"

GetWirelessRfProfilesItemPerSsidSettingsStatus2

BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus2Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus2Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus2Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID
bandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus2Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. string
Name of SSID
band_operation_mode This property is required. str
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
band_steering_enabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus2Bands
Settings related to all bands
min_bitrate This property is required. 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 This property is required. str
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. Property Map
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID

GetWirelessRfProfilesItemPerSsidSettingsStatus2Bands

Enableds This property is required. List<string>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
Enableds This property is required. []string
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. string[]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. Sequence[str]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"

GetWirelessRfProfilesItemPerSsidSettingsStatus3

BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus3Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus3Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus3Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID
bandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus3Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. string
Name of SSID
band_operation_mode This property is required. str
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
band_steering_enabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus3Bands
Settings related to all bands
min_bitrate This property is required. 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 This property is required. str
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. Property Map
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID

GetWirelessRfProfilesItemPerSsidSettingsStatus3Bands

Enableds This property is required. List<string>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
Enableds This property is required. []string
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. string[]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. Sequence[str]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"

GetWirelessRfProfilesItemPerSsidSettingsStatus4

BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus4Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus4Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus4Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID
bandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus4Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. string
Name of SSID
band_operation_mode This property is required. str
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
band_steering_enabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus4Bands
Settings related to all bands
min_bitrate This property is required. 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 This property is required. str
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. Property Map
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID

GetWirelessRfProfilesItemPerSsidSettingsStatus4Bands

Enableds This property is required. List<string>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
Enableds This property is required. []string
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. string[]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. Sequence[str]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"

GetWirelessRfProfilesItemPerSsidSettingsStatus5

BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus5Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus5Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus5Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID
bandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus5Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. string
Name of SSID
band_operation_mode This property is required. str
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
band_steering_enabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus5Bands
Settings related to all bands
min_bitrate This property is required. 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 This property is required. str
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. Property Map
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID

GetWirelessRfProfilesItemPerSsidSettingsStatus5Bands

Enableds This property is required. List<string>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
Enableds This property is required. []string
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. string[]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. Sequence[str]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"

GetWirelessRfProfilesItemPerSsidSettingsStatus6

BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus6Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus6Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus6Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID
bandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus6Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. string
Name of SSID
band_operation_mode This property is required. str
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
band_steering_enabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus6Bands
Settings related to all bands
min_bitrate This property is required. 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 This property is required. str
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. Property Map
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID

GetWirelessRfProfilesItemPerSsidSettingsStatus6Bands

Enableds This property is required. List<string>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
Enableds This property is required. []string
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. string[]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. Sequence[str]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"

GetWirelessRfProfilesItemPerSsidSettingsStatus7

BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus7Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus7Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus7Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID
bandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus7Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. string
Name of SSID
band_operation_mode This property is required. str
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
band_steering_enabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus7Bands
Settings related to all bands
min_bitrate This property is required. 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 This property is required. str
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. Property Map
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID

GetWirelessRfProfilesItemPerSsidSettingsStatus7Bands

Enableds This property is required. List<string>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
Enableds This property is required. []string
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. string[]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. Sequence[str]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"

GetWirelessRfProfilesItemPerSsidSettingsStatus8

BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus8Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus8Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus8Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID
bandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus8Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. string
Name of SSID
band_operation_mode This property is required. str
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
band_steering_enabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus8Bands
Settings related to all bands
min_bitrate This property is required. 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 This property is required. str
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. Property Map
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID

GetWirelessRfProfilesItemPerSsidSettingsStatus8Bands

Enableds This property is required. List<string>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
Enableds This property is required. []string
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. string[]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. Sequence[str]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"

GetWirelessRfProfilesItemPerSsidSettingsStatus9

BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus9Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
BandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
BandSteeringEnabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
Bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus9Bands
Settings related to all bands
MinBitrate This property is required. 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 This property is required. string
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus9Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID
bandOperationMode This property is required. string
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus9Bands
Settings related to all bands
minBitrate This property is required. 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 This property is required. string
Name of SSID
band_operation_mode This property is required. str
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
band_steering_enabled This property is required. bool
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. GetWirelessRfProfilesItemPerSsidSettingsStatus9Bands
Settings related to all bands
min_bitrate This property is required. 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 This property is required. str
Name of SSID
bandOperationMode This property is required. String
Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
bandSteeringEnabled This property is required. Boolean
Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
bands This property is required. Property Map
Settings related to all bands
minBitrate This property is required. 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 This property is required. String
Name of SSID

GetWirelessRfProfilesItemPerSsidSettingsStatus9Bands

Enableds This property is required. List<string>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
Enableds This property is required. []string
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. string[]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. Sequence[str]
List of enabled bands. Can include ["2.4", "5", "6", "disabled"
enableds This property is required. List<String>
List of enabled bands. Can include ["2.4", "5", "6", "disabled"

GetWirelessRfProfilesItemSixGhzSettings

ChannelWidth This property is required. string
Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
MaxPower This property is required. int
Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
MinBitrate This property is required. int
Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
MinPower This property is required. int
Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
Rxsop This property is required. 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.
ValidAutoChannels This property is required. List<int>
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.
ChannelWidth This property is required. string
Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
MaxPower This property is required. int
Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
MinBitrate This property is required. int
Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
MinPower This property is required. int
Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
Rxsop This property is required. 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.
ValidAutoChannels This property is required. []int
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.
channelWidth This property is required. String
Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
maxPower This property is required. Integer
Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
minBitrate This property is required. Integer
Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
minPower This property is required. Integer
Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
rxsop This property is required. 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.
validAutoChannels This property is required. List<Integer>
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.
channelWidth This property is required. string
Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
maxPower This property is required. number
Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
minBitrate This property is required. number
Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
minPower This property is required. number
Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
rxsop This property is required. 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.
validAutoChannels This property is required. number[]
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 This property is required. str
Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
max_power This property is required. int
Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
min_bitrate This property is required. 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 This property is required. int
Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
rxsop This property is required. 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_channels This property is required. Sequence[int]
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.
channelWidth This property is required. String
Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
maxPower This property is required. Number
Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
minBitrate This property is required. Number
Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
minPower This property is required. Number
Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
rxsop This property is required. 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.
validAutoChannels This property is required. List<Number>
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 This property is required. bool
Toggle for radio transmission. When false, radios will not transmit at all.
Enabled This property is required. bool
Toggle for radio transmission. When false, radios will not transmit at all.
enabled This property is required. Boolean
Toggle for radio transmission. When false, radios will not transmit at all.
enabled This property is required. boolean
Toggle for radio transmission. When false, radios will not transmit at all.
enabled This property is required. bool
Toggle for radio transmission. When false, radios will not transmit at all.
enabled This property is required. Boolean
Toggle for radio transmission. When false, radios will not transmit at all.

GetWirelessRfProfilesItemTwoFourGhzSettings

AxEnabled This property is required. 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.
MaxPower This property is required. int
Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
MinBitrate This property is required. 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.
MinPower This property is required. int
Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
Rxsop This property is required. 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.
ValidAutoChannels This property is required. List<int>
Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
AxEnabled This property is required. 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.
MaxPower This property is required. int
Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
MinBitrate This property is required. 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.
MinPower This property is required. int
Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
Rxsop This property is required. 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.
ValidAutoChannels This property is required. []int
Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
axEnabled This property is required. 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.
maxPower This property is required. Integer
Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
minBitrate This property is required. 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.
minPower This property is required. Integer
Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
rxsop This property is required. 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.
validAutoChannels This property is required. List<Integer>
Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
axEnabled This property is required. 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.
maxPower This property is required. number
Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
minBitrate This property is required. 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.
minPower This property is required. number
Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
rxsop This property is required. 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.
validAutoChannels This property is required. number[]
Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
ax_enabled This property is required. 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 This property is required. int
Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
min_bitrate This property is required. 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 This property is required. int
Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
rxsop This property is required. 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_channels This property is required. Sequence[int]
Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
axEnabled This property is required. 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.
maxPower This property is required. Number
Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
minBitrate This property is required. 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.
minPower This property is required. Number
Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
rxsop This property is required. 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.
validAutoChannels This property is required. List<Number>
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.
Cisco Meraki v0.4.1 published on Saturday, Mar 15, 2025 by Pulumi