Cisco Meraki v0.4.1 published on Saturday, Mar 15, 2025 by Pulumi
meraki.networks.getWirelessRfProfiles
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as meraki from "@pulumi/meraki";
const example = meraki.networks.getWirelessRfProfiles({
includeTemplateProfiles: false,
networkId: "string",
});
export const merakiNetworksWirelessRfProfilesExample = example.then(example => example.item);
import pulumi
import pulumi_meraki as meraki
example = meraki.networks.get_wireless_rf_profiles(include_template_profiles=False,
network_id="string")
pulumi.export("merakiNetworksWirelessRfProfilesExample", example.item)
package main
import (
"github.com/pulumi/pulumi-meraki/sdk/go/meraki/networks"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := networks.LookupWirelessRfProfiles(ctx, &networks.LookupWirelessRfProfilesArgs{
IncludeTemplateProfiles: pulumi.BoolRef(false),
NetworkId: pulumi.StringRef("string"),
}, nil)
if err != nil {
return err
}
ctx.Export("merakiNetworksWirelessRfProfilesExample", example.Item)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Meraki = Pulumi.Meraki;
return await Deployment.RunAsync(() =>
{
var example = Meraki.Networks.GetWirelessRfProfiles.Invoke(new()
{
IncludeTemplateProfiles = false,
NetworkId = "string",
});
return new Dictionary<string, object?>
{
["merakiNetworksWirelessRfProfilesExample"] = example.Apply(getWirelessRfProfilesResult => getWirelessRfProfilesResult.Item),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.meraki.networks.NetworksFunctions;
import com.pulumi.meraki.networks.inputs.GetWirelessRfProfilesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = NetworksFunctions.getWirelessRfProfiles(GetWirelessRfProfilesArgs.builder()
.includeTemplateProfiles(false)
.networkId("string")
.build());
ctx.export("merakiNetworksWirelessRfProfilesExample", example.applyValue(getWirelessRfProfilesResult -> getWirelessRfProfilesResult.item()));
}
}
variables:
example:
fn::invoke:
function: meraki:networks:getWirelessRfProfiles
arguments:
includeTemplateProfiles: false
networkId: string
outputs:
merakiNetworksWirelessRfProfilesExample: ${example.item}
Using getWirelessRfProfiles
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getWirelessRfProfiles(args: GetWirelessRfProfilesArgs, opts?: InvokeOptions): Promise<GetWirelessRfProfilesResult>
function getWirelessRfProfilesOutput(args: GetWirelessRfProfilesOutputArgs, opts?: InvokeOptions): Output<GetWirelessRfProfilesResult>
def get_wireless_rf_profiles(include_template_profiles: Optional[bool] = None,
network_id: Optional[str] = None,
rf_profile_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWirelessRfProfilesResult
def get_wireless_rf_profiles_output(include_template_profiles: Optional[pulumi.Input[bool]] = None,
network_id: Optional[pulumi.Input[str]] = None,
rf_profile_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWirelessRfProfilesResult]
func LookupWirelessRfProfiles(ctx *Context, args *LookupWirelessRfProfilesArgs, opts ...InvokeOption) (*LookupWirelessRfProfilesResult, error)
func LookupWirelessRfProfilesOutput(ctx *Context, args *LookupWirelessRfProfilesOutputArgs, opts ...InvokeOption) LookupWirelessRfProfilesResultOutput
> Note: This function is named LookupWirelessRfProfiles
in the Go SDK.
public static class GetWirelessRfProfiles
{
public static Task<GetWirelessRfProfilesResult> InvokeAsync(GetWirelessRfProfilesArgs args, InvokeOptions? opts = null)
public static Output<GetWirelessRfProfilesResult> Invoke(GetWirelessRfProfilesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWirelessRfProfilesResult> getWirelessRfProfiles(GetWirelessRfProfilesArgs args, InvokeOptions options)
public static Output<GetWirelessRfProfilesResult> getWirelessRfProfiles(GetWirelessRfProfilesArgs args, InvokeOptions options)
fn::invoke:
function: meraki:networks/getWirelessRfProfiles:getWirelessRfProfiles
arguments:
# arguments dictionary
The following arguments are supported:
- Include
Template boolProfiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- Network
Id string - networkId path parameter. Network ID
- Rf
Profile stringId - rfProfileId path parameter. Rf profile ID
- Include
Template boolProfiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- Network
Id string - networkId path parameter. Network ID
- Rf
Profile stringId - rfProfileId path parameter. Rf profile ID
- include
Template BooleanProfiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- network
Id String - networkId path parameter. Network ID
- rf
Profile StringId - rfProfileId path parameter. Rf profile ID
- include
Template booleanProfiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- network
Id string - networkId path parameter. Network ID
- rf
Profile stringId - rfProfileId path parameter. Rf profile ID
- include_
template_ boolprofiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- network_
id str - networkId path parameter. Network ID
- rf_
profile_ strid - rfProfileId path parameter. Rf profile ID
- include
Template BooleanProfiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- network
Id String - networkId path parameter. Network ID
- rf
Profile StringId - rfProfileId path parameter. Rf profile ID
getWirelessRfProfiles Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Get
Wireless Rf Profiles Item - Include
Template boolProfiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- Network
Id string - networkId path parameter. Network ID
- Rf
Profile stringId - rfProfileId path parameter. Rf profile ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Get
Wireless Rf Profiles Item - Include
Template boolProfiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- Network
Id string - networkId path parameter. Network ID
- Rf
Profile stringId - rfProfileId path parameter. Rf profile ID
- id String
- The provider-assigned unique ID for this managed resource.
- item
Get
Wireless Rf Profiles Item - include
Template BooleanProfiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- network
Id String - networkId path parameter. Network ID
- rf
Profile StringId - rfProfileId path parameter. Rf profile ID
- id string
- The provider-assigned unique ID for this managed resource.
- item
Get
Wireless Rf Profiles Item - include
Template booleanProfiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- network
Id string - networkId path parameter. Network ID
- rf
Profile stringId - rfProfileId path parameter. Rf profile ID
- id str
- The provider-assigned unique ID for this managed resource.
- item
Get
Wireless Rf Profiles Item - include_
template_ boolprofiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- network_
id str - networkId path parameter. Network ID
- rf_
profile_ strid - rfProfileId path parameter. Rf profile ID
- id String
- The provider-assigned unique ID for this managed resource.
- item Property Map
- include
Template BooleanProfiles - includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
- network
Id String - networkId path parameter. Network ID
- rf
Profile StringId - rfProfileId path parameter. Rf profile ID
Supporting Types
GetWirelessRfProfilesItem
- Ap
Band Settings This property is required. GetWireless Rf Profiles Item Ap Band Settings - Settings that will be enabled if selectionType is set to 'ap'.
- Band
Selection Type This property is required. string - 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. GetWireless Rf Profiles Item Five Ghz Settings - Settings related to 5Ghz band
- Id
This property is required. string - The name of the new profile. Must be unique.
- Min
Bitrate Type 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.
- Network
Id This property is required. string - The network ID of the RF Profile
- Per
Ssid Settings This property is required. GetWireless Rf Profiles Item Per Ssid Settings - Per-SSID radio settings by number.
- Six
Ghz Settings This property is required. GetWireless Rf Profiles Item Six Ghz Settings - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
- Transmission
This property is required. GetWireless Rf Profiles Item Transmission - Settings related to radio transmission.
- Two
Four Ghz Settings This property is required. GetWireless Rf Profiles Item Two Four Ghz Settings - Settings related to 2.4Ghz band
- Ap
Band Settings This property is required. GetWireless Rf Profiles Item Ap Band Settings - Settings that will be enabled if selectionType is set to 'ap'.
- Band
Selection Type This property is required. string - 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. GetWireless Rf Profiles Item Five Ghz Settings - Settings related to 5Ghz band
- Id
This property is required. string - The name of the new profile. Must be unique.
- Min
Bitrate Type 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.
- Network
Id This property is required. string - The network ID of the RF Profile
- Per
Ssid Settings This property is required. GetWireless Rf Profiles Item Per Ssid Settings - Per-SSID radio settings by number.
- Six
Ghz Settings This property is required. GetWireless Rf Profiles Item Six Ghz Settings - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
- Transmission
This property is required. GetWireless Rf Profiles Item Transmission - Settings related to radio transmission.
- Two
Four Ghz Settings This property is required. GetWireless Rf Profiles Item Two Four Ghz Settings - Settings related to 2.4Ghz band
- ap
Band Settings This property is required. GetWireless Rf Profiles Item Ap Band Settings - Settings that will be enabled if selectionType is set to 'ap'.
- band
Selection Type This property is required. String - Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
- client
Balancing Enabled This property is required. Boolean - Steers client to best available access point. Can be either true or false. Defaults to true.
- five
Ghz Settings This property is required. GetWireless Rf Profiles Item Five Ghz Settings - Settings related to 5Ghz band
- id
This property is required. String - The name of the new profile. Must be unique.
- min
Bitrate Type 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.
- network
Id This property is required. String - The network ID of the RF Profile
- per
Ssid Settings This property is required. GetWireless Rf Profiles Item Per Ssid Settings - Per-SSID radio settings by number.
- six
Ghz Settings This property is required. GetWireless Rf Profiles Item Six Ghz Settings - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
- transmission
This property is required. GetWireless Rf Profiles Item Transmission - Settings related to radio transmission.
- two
Four Ghz Settings This property is required. GetWireless Rf Profiles Item Two Four Ghz Settings - Settings related to 2.4Ghz band
- ap
Band Settings This property is required. GetWireless Rf Profiles Item Ap Band Settings - Settings that will be enabled if selectionType is set to 'ap'.
- band
Selection Type This property is required. string - Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
- client
Balancing Enabled This property is required. boolean - Steers client to best available access point. Can be either true or false. Defaults to true.
- five
Ghz Settings This property is required. GetWireless Rf Profiles Item Five Ghz Settings - Settings related to 5Ghz band
- id
This property is required. string - The name of the new profile. Must be unique.
- min
Bitrate Type 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.
- network
Id This property is required. string - The network ID of the RF Profile
- per
Ssid Settings This property is required. GetWireless Rf Profiles Item Per Ssid Settings - Per-SSID radio settings by number.
- six
Ghz Settings This property is required. GetWireless Rf Profiles Item Six Ghz Settings - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
- transmission
This property is required. GetWireless Rf Profiles Item Transmission - Settings related to radio transmission.
- two
Four Ghz Settings This property is required. GetWireless Rf Profiles Item Two Four Ghz Settings - Settings related to 2.4Ghz band
- ap_
band_ settings This property is required. GetWireless Rf Profiles Item Ap Band Settings - 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. GetWireless Rf Profiles Item Five Ghz Settings - 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. GetWireless Rf Profiles Item Per Ssid Settings - Per-SSID radio settings by number.
- six_
ghz_ settings This property is required. GetWireless Rf Profiles Item Six Ghz Settings - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
- transmission
This property is required. GetWireless Rf Profiles Item Transmission - Settings related to radio transmission.
- two_
four_ ghz_ settings This property is required. GetWireless Rf Profiles Item Two Four Ghz Settings - Settings related to 2.4Ghz band
- ap
Band Settings This property is required. Property Map - Settings that will be enabled if selectionType is set to 'ap'.
- band
Selection Type This property is required. String - Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
- client
Balancing Enabled This property is required. Boolean - Steers client to best available access point. Can be either true or false. Defaults to true.
- five
Ghz Settings 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.
- min
Bitrate Type 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.
- network
Id This property is required. String - The network ID of the RF Profile
- per
Ssid Settings This property is required. Property Map - Per-SSID radio settings by number.
- six
Ghz Settings 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.
- two
Four Ghz Settings This property is required. Property Map - Settings related to 2.4Ghz band
GetWirelessRfProfilesItemApBandSettings
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Ap Band Settings Bands - Settings related to all bands
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Ap Band Settings Bands - Settings related to all bands
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. Defaults to dual.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Ap Band Settings Bands - Settings related to all bands
- band
Operation Mode This property is required. string - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. Defaults to dual.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Ap Band Settings Bands - 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. GetWireless Rf Profiles Item Ap Band Settings Bands - Settings related to all bands
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. Defaults to dual.
- band
Steering Enabled 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
- Channel
Width This property is required. string - 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. List<int> - 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. string - 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. []int - 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. String - 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. Integer - Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
- min
Bitrate 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.
- min
Power 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.
- valid
Auto Channels 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].
- channel
Width This property is required. string - 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. number - Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
- min
Bitrate 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.
- min
Power 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.
- valid
Auto Channels 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].
- channel
Width This property is required. String - 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. Number - Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
- min
Bitrate 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.
- min
Power 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.
- valid
Auto Channels 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. GetWireless Rf Profiles Item Per Ssid Settings Status0 - Settings for SSID 0
- Status1
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status1 - Settings for SSID 1
- Status10
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status10 - Settings for SSID 10
- Status11
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status11 - Settings for SSID 11
- Status12
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status12 - Settings for SSID 12
- Status13
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status13 - Settings for SSID 13
- Status14
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status14 - Settings for SSID 14
- Status2
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status2 - Settings for SSID 2
- Status3
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status3 - Settings for SSID 3
- Status4
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status4 - Settings for SSID 4
- Status5
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status5 - Settings for SSID 5
- Status6
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status6 - Settings for SSID 6
- Status7
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status7 - Settings for SSID 7
- Status8
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status8 - Settings for SSID 8
- Status9
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status9 - Settings for SSID 9
- Status0
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status0 - Settings for SSID 0
- Status1
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status1 - Settings for SSID 1
- Status10
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status10 - Settings for SSID 10
- Status11
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status11 - Settings for SSID 11
- Status12
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status12 - Settings for SSID 12
- Status13
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status13 - Settings for SSID 13
- Status14
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status14 - Settings for SSID 14
- Status2
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status2 - Settings for SSID 2
- Status3
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status3 - Settings for SSID 3
- Status4
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status4 - Settings for SSID 4
- Status5
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status5 - Settings for SSID 5
- Status6
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status6 - Settings for SSID 6
- Status7
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status7 - Settings for SSID 7
- Status8
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status8 - Settings for SSID 8
- Status9
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status9 - Settings for SSID 9
- status0
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status0 - Settings for SSID 0
- status1
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status1 - Settings for SSID 1
- status10
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status10 - Settings for SSID 10
- status11
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status11 - Settings for SSID 11
- status12
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status12 - Settings for SSID 12
- status13
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status13 - Settings for SSID 13
- status14
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status14 - Settings for SSID 14
- status2
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status2 - Settings for SSID 2
- status3
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status3 - Settings for SSID 3
- status4
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status4 - Settings for SSID 4
- status5
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status5 - Settings for SSID 5
- status6
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status6 - Settings for SSID 6
- status7
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status7 - Settings for SSID 7
- status8
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status8 - Settings for SSID 8
- status9
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status9 - Settings for SSID 9
- status0
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status0 - Settings for SSID 0
- status1
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status1 - Settings for SSID 1
- status10
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status10 - Settings for SSID 10
- status11
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status11 - Settings for SSID 11
- status12
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status12 - Settings for SSID 12
- status13
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status13 - Settings for SSID 13
- status14
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status14 - Settings for SSID 14
- status2
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status2 - Settings for SSID 2
- status3
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status3 - Settings for SSID 3
- status4
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status4 - Settings for SSID 4
- status5
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status5 - Settings for SSID 5
- status6
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status6 - Settings for SSID 6
- status7
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status7 - Settings for SSID 7
- status8
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status8 - Settings for SSID 8
- status9
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status9 - Settings for SSID 9
- status0
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status0 - Settings for SSID 0
- status1
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status1 - Settings for SSID 1
- status10
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status10 - Settings for SSID 10
- status11
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status11 - Settings for SSID 11
- status12
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status12 - Settings for SSID 12
- status13
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status13 - Settings for SSID 13
- status14
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status14 - Settings for SSID 14
- status2
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status2 - Settings for SSID 2
- status3
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status3 - Settings for SSID 3
- status4
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status4 - Settings for SSID 4
- status5
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status5 - Settings for SSID 5
- status6
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status6 - Settings for SSID 6
- status7
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status7 - Settings for SSID 7
- status8
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status8 - Settings for SSID 8
- status9
This property is required. GetWireless Rf Profiles Item Per Ssid Settings Status9 - 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
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status0Bands - 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. string - Name of SSID
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status0Bands - 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. string - Name of SSID
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status0Bands - Settings related to all bands
- min
Bitrate 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
- band
Operation Mode This property is required. string - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status0Bands - Settings related to all bands
- min
Bitrate 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. GetWireless Rf Profiles Item Per Ssid Settings Status0Bands - 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
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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
- min
Bitrate 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
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status1Bands - 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. string - Name of SSID
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status1Bands - 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. string - Name of SSID
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status1Bands - Settings related to all bands
- min
Bitrate 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
- band
Operation Mode This property is required. string - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status1Bands - Settings related to all bands
- min
Bitrate 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. GetWireless Rf Profiles Item Per Ssid Settings Status1Bands - 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
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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
- min
Bitrate 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
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status10Bands - 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. string - Name of SSID
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status10Bands - 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. string - Name of SSID
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status10Bands - Settings related to all bands
- min
Bitrate 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
- band
Operation Mode This property is required. string - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status10Bands - Settings related to all bands
- min
Bitrate 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. GetWireless Rf Profiles Item Per Ssid Settings Status10Bands - 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
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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
- min
Bitrate 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
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status11Bands - 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. string - Name of SSID
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status11Bands - 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. string - Name of SSID
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status11Bands - Settings related to all bands
- min
Bitrate 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
- band
Operation Mode This property is required. string - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status11Bands - Settings related to all bands
- min
Bitrate 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. GetWireless Rf Profiles Item Per Ssid Settings Status11Bands - 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
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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
- min
Bitrate 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
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status12Bands - 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. string - Name of SSID
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status12Bands - 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. string - Name of SSID
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status12Bands - Settings related to all bands
- min
Bitrate 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
- band
Operation Mode This property is required. string - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status12Bands - Settings related to all bands
- min
Bitrate 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. GetWireless Rf Profiles Item Per Ssid Settings Status12Bands - 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
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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
- min
Bitrate 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
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status13Bands - 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. string - Name of SSID
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status13Bands - 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. string - Name of SSID
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status13Bands - Settings related to all bands
- min
Bitrate 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
- band
Operation Mode This property is required. string - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status13Bands - Settings related to all bands
- min
Bitrate 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. GetWireless Rf Profiles Item Per Ssid Settings Status13Bands - 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
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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
- min
Bitrate 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
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status14Bands - 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. string - Name of SSID
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status14Bands - 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. string - Name of SSID
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status14Bands - Settings related to all bands
- min
Bitrate 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
- band
Operation Mode This property is required. string - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status14Bands - Settings related to all bands
- min
Bitrate 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. GetWireless Rf Profiles Item Per Ssid Settings Status14Bands - 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
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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
- min
Bitrate 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
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status2Bands - 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. string - Name of SSID
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status2Bands - 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. string - Name of SSID
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status2Bands - Settings related to all bands
- min
Bitrate 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
- band
Operation Mode This property is required. string - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status2Bands - Settings related to all bands
- min
Bitrate 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. GetWireless Rf Profiles Item Per Ssid Settings Status2Bands - 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
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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
- min
Bitrate 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
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status3Bands - 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. string - Name of SSID
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status3Bands - 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. string - Name of SSID
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status3Bands - Settings related to all bands
- min
Bitrate 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
- band
Operation Mode This property is required. string - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status3Bands - Settings related to all bands
- min
Bitrate 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. GetWireless Rf Profiles Item Per Ssid Settings Status3Bands - 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
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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
- min
Bitrate 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
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status4Bands - 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. string - Name of SSID
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status4Bands - 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. string - Name of SSID
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status4Bands - Settings related to all bands
- min
Bitrate 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
- band
Operation Mode This property is required. string - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status4Bands - Settings related to all bands
- min
Bitrate 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. GetWireless Rf Profiles Item Per Ssid Settings Status4Bands - 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
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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
- min
Bitrate 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
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status5Bands - 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. string - Name of SSID
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status5Bands - 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. string - Name of SSID
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status5Bands - Settings related to all bands
- min
Bitrate 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
- band
Operation Mode This property is required. string - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status5Bands - Settings related to all bands
- min
Bitrate 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. GetWireless Rf Profiles Item Per Ssid Settings Status5Bands - 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
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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
- min
Bitrate 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
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status6Bands - 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. string - Name of SSID
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status6Bands - 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. string - Name of SSID
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status6Bands - Settings related to all bands
- min
Bitrate 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
- band
Operation Mode This property is required. string - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status6Bands - Settings related to all bands
- min
Bitrate 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. GetWireless Rf Profiles Item Per Ssid Settings Status6Bands - 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
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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
- min
Bitrate 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
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status7Bands - 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. string - Name of SSID
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status7Bands - 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. string - Name of SSID
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status7Bands - Settings related to all bands
- min
Bitrate 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
- band
Operation Mode This property is required. string - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status7Bands - Settings related to all bands
- min
Bitrate 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. GetWireless Rf Profiles Item Per Ssid Settings Status7Bands - 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
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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
- min
Bitrate 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
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status8Bands - 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. string - Name of SSID
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status8Bands - 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. string - Name of SSID
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status8Bands - Settings related to all bands
- min
Bitrate 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
- band
Operation Mode This property is required. string - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status8Bands - Settings related to all bands
- min
Bitrate 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. GetWireless Rf Profiles Item Per Ssid Settings Status8Bands - 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
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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
- min
Bitrate 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
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status9Bands - 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. string - Name of SSID
- Band
Operation Mode This property is required. string - 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. GetWireless Rf Profiles Item Per Ssid Settings Status9Bands - 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. string - Name of SSID
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status9Bands - Settings related to all bands
- min
Bitrate 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
- band
Operation Mode This property is required. string - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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. GetWireless Rf Profiles Item Per Ssid Settings Status9Bands - Settings related to all bands
- min
Bitrate 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. GetWireless Rf Profiles Item Per Ssid Settings Status9Bands - 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
- band
Operation Mode This property is required. String - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
- band
Steering Enabled 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
- min
Bitrate 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
- Channel
Width 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.
- 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. 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.
- Channel
Width 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.
- 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. []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.
- channel
Width 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.
- max
Power This property is required. Integer - Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
- min
Bitrate 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.
- min
Power 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.
- valid
Auto Channels 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.
- channel
Width 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.
- max
Power This property is required. number - Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
- min
Bitrate 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.
- min
Power 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.
- valid
Auto Channels 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.
- channel
Width 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.
- max
Power This property is required. Number - Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
- min
Bitrate 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.
- min
Power 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.
- valid
Auto Channels 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
- 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. double - Sets min bitrate (Mbps) of 2.4Ghz band. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. Defaults to 11.
- Min
Power 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. List<int> - 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. float64 - Sets min bitrate (Mbps) of 2.4Ghz band. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. Defaults to 11.
- Min
Power 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. []int - 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. Boolean - Determines whether ax radio on 2.4Ghz band is on or off. Can be either true or false. If false, we highly recommend disabling band steering. Defaults to true.
- max
Power This property is required. Integer - Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
- min
Bitrate 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.
- min
Power 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.
- valid
Auto Channels 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].
- ax
Enabled 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.
- max
Power This property is required. number - Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
- min
Bitrate 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.
- min
Power 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.
- valid
Auto Channels 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].
- ax
Enabled 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.
- max
Power This property is required. Number - Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
- min
Bitrate 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.
- min
Power 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.
- valid
Auto Channels 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.