1. Packages
  2. Cisco Meraki
  3. API Docs
  4. networks
  5. getWirelessRfProfiles
Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi

meraki.networks.getWirelessRfProfiles

Explore with Pulumi AI

meraki logo
Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as meraki from "@pulumi/meraki";
    
    const example = meraki.networks.getWirelessRfProfiles({
        includeTemplateProfiles: false,
        networkId: "string",
    });
    export const merakiNetworksWirelessRfProfilesExample = example.then(example => example.item);
    
    import pulumi
    import pulumi_meraki as meraki
    
    example = meraki.networks.get_wireless_rf_profiles(include_template_profiles=False,
        network_id="string")
    pulumi.export("merakiNetworksWirelessRfProfilesExample", example.item)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-meraki/sdk/go/meraki/networks"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		example, err := networks.LookupWirelessRfProfiles(ctx, &networks.LookupWirelessRfProfilesArgs{
    			IncludeTemplateProfiles: pulumi.BoolRef(false),
    			NetworkId:               pulumi.StringRef("string"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		ctx.Export("merakiNetworksWirelessRfProfilesExample", example.Item)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Meraki = Pulumi.Meraki;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Meraki.Networks.GetWirelessRfProfiles.Invoke(new()
        {
            IncludeTemplateProfiles = false,
            NetworkId = "string",
        });
    
        return new Dictionary<string, object?>
        {
            ["merakiNetworksWirelessRfProfilesExample"] = example.Apply(getWirelessRfProfilesResult => getWirelessRfProfilesResult.Item),
        };
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.meraki.networks.NetworksFunctions;
    import com.pulumi.meraki.networks.inputs.GetWirelessRfProfilesArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = NetworksFunctions.getWirelessRfProfiles(GetWirelessRfProfilesArgs.builder()
                .includeTemplateProfiles(false)
                .networkId("string")
                .build());
    
            ctx.export("merakiNetworksWirelessRfProfilesExample", example.applyValue(getWirelessRfProfilesResult -> getWirelessRfProfilesResult.item()));
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: meraki:networks:getWirelessRfProfiles
          Arguments:
            includeTemplateProfiles: false
            networkId: string
    outputs:
      merakiNetworksWirelessRfProfilesExample: ${example.item}
    

    Using getWirelessRfProfiles

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getWirelessRfProfiles(args: GetWirelessRfProfilesArgs, opts?: InvokeOptions): Promise<GetWirelessRfProfilesResult>
    function getWirelessRfProfilesOutput(args: GetWirelessRfProfilesOutputArgs, opts?: InvokeOptions): Output<GetWirelessRfProfilesResult>
    def get_wireless_rf_profiles(include_template_profiles: Optional[bool] = None,
                                 network_id: Optional[str] = None,
                                 rf_profile_id: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetWirelessRfProfilesResult
    def get_wireless_rf_profiles_output(include_template_profiles: Optional[pulumi.Input[bool]] = None,
                                 network_id: Optional[pulumi.Input[str]] = None,
                                 rf_profile_id: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetWirelessRfProfilesResult]
    func LookupWirelessRfProfiles(ctx *Context, args *LookupWirelessRfProfilesArgs, opts ...InvokeOption) (*LookupWirelessRfProfilesResult, error)
    func LookupWirelessRfProfilesOutput(ctx *Context, args *LookupWirelessRfProfilesOutputArgs, opts ...InvokeOption) LookupWirelessRfProfilesResultOutput

    > Note: This function is named LookupWirelessRfProfiles in the Go SDK.

    public static class GetWirelessRfProfiles 
    {
        public static Task<GetWirelessRfProfilesResult> InvokeAsync(GetWirelessRfProfilesArgs args, InvokeOptions? opts = null)
        public static Output<GetWirelessRfProfilesResult> Invoke(GetWirelessRfProfilesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWirelessRfProfilesResult> getWirelessRfProfiles(GetWirelessRfProfilesArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: meraki:networks/getWirelessRfProfiles:getWirelessRfProfiles
      arguments:
        # arguments dictionary

    The following arguments are supported:

    IncludeTemplateProfiles bool
    includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
    NetworkId string
    networkId path parameter. Network ID
    RfProfileId string
    rfProfileId path parameter. Rf profile ID
    IncludeTemplateProfiles bool
    includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
    NetworkId string
    networkId path parameter. Network ID
    RfProfileId string
    rfProfileId path parameter. Rf profile ID
    includeTemplateProfiles Boolean
    includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
    networkId String
    networkId path parameter. Network ID
    rfProfileId String
    rfProfileId path parameter. Rf profile ID
    includeTemplateProfiles boolean
    includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
    networkId string
    networkId path parameter. Network ID
    rfProfileId string
    rfProfileId path parameter. Rf profile ID
    include_template_profiles bool
    includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
    network_id str
    networkId path parameter. Network ID
    rf_profile_id str
    rfProfileId path parameter. Rf profile ID
    includeTemplateProfiles Boolean
    includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
    networkId String
    networkId path parameter. Network ID
    rfProfileId String
    rfProfileId path parameter. Rf profile ID

    getWirelessRfProfiles Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Item GetWirelessRfProfilesItem
    IncludeTemplateProfiles bool
    includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
    NetworkId string
    networkId path parameter. Network ID
    RfProfileId string
    rfProfileId path parameter. Rf profile ID
    Id string
    The provider-assigned unique ID for this managed resource.
    Item GetWirelessRfProfilesItem
    IncludeTemplateProfiles bool
    includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
    NetworkId string
    networkId path parameter. Network ID
    RfProfileId string
    rfProfileId path parameter. Rf profile ID
    id String
    The provider-assigned unique ID for this managed resource.
    item GetWirelessRfProfilesItem
    includeTemplateProfiles Boolean
    includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
    networkId String
    networkId path parameter. Network ID
    rfProfileId String
    rfProfileId path parameter. Rf profile ID
    id string
    The provider-assigned unique ID for this managed resource.
    item GetWirelessRfProfilesItem
    includeTemplateProfiles boolean
    includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
    networkId string
    networkId path parameter. Network ID
    rfProfileId string
    rfProfileId path parameter. Rf profile ID
    id str
    The provider-assigned unique ID for this managed resource.
    item GetWirelessRfProfilesItem
    include_template_profiles bool
    includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
    network_id str
    networkId path parameter. Network ID
    rf_profile_id str
    rfProfileId path parameter. Rf profile ID
    id String
    The provider-assigned unique ID for this managed resource.
    item Property Map
    includeTemplateProfiles Boolean
    includeTemplateProfiles query parameter. If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.
    networkId String
    networkId path parameter. Network ID
    rfProfileId String
    rfProfileId path parameter. Rf profile ID

    Supporting Types

    GetWirelessRfProfilesItem

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

    GetWirelessRfProfilesItemApBandSettings

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

    GetWirelessRfProfilesItemApBandSettingsBands

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

    GetWirelessRfProfilesItemFiveGhzSettings

    ChannelWidth string
    Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
    MaxPower int
    Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
    MinBitrate int
    Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
    MinPower int
    Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
    Rxsop int
    The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
    ChannelWidth string
    Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
    MaxPower int
    Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
    MinBitrate int
    Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
    MinPower int
    Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
    Rxsop int
    The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
    channelWidth String
    Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
    maxPower Integer
    Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
    minBitrate Integer
    Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
    minPower Integer
    Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
    rxsop Integer
    The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
    channelWidth string
    Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
    maxPower number
    Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
    minBitrate number
    Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
    minPower number
    Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
    rxsop number
    The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
    channel_width str
    Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
    max_power int
    Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
    min_bitrate int
    Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
    min_power int
    Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
    rxsop int
    The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
    channelWidth String
    Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
    maxPower Number
    Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
    minBitrate Number
    Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
    minPower Number
    Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
    rxsop Number
    The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.

    GetWirelessRfProfilesItemPerSsidSettings

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

    GetWirelessRfProfilesItemPerSsidSettingsStatus0

    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus0Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus0Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus0Bands
    Settings related to all bands
    minBitrate Integer
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID
    bandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus0Bands
    Settings related to all bands
    minBitrate number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name string
    Name of SSID
    band_operation_mode str
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    band_steering_enabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus0Bands
    Settings related to all bands
    min_bitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name str
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands Property Map
    Settings related to all bands
    minBitrate Number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID

    GetWirelessRfProfilesItemPerSsidSettingsStatus0Bands

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

    GetWirelessRfProfilesItemPerSsidSettingsStatus1

    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus1Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus1Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus1Bands
    Settings related to all bands
    minBitrate Integer
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID
    bandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus1Bands
    Settings related to all bands
    minBitrate number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name string
    Name of SSID
    band_operation_mode str
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    band_steering_enabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus1Bands
    Settings related to all bands
    min_bitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name str
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands Property Map
    Settings related to all bands
    minBitrate Number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID

    GetWirelessRfProfilesItemPerSsidSettingsStatus10

    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus10Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus10Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus10Bands
    Settings related to all bands
    minBitrate Integer
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID
    bandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus10Bands
    Settings related to all bands
    minBitrate number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name string
    Name of SSID
    band_operation_mode str
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    band_steering_enabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus10Bands
    Settings related to all bands
    min_bitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name str
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands Property Map
    Settings related to all bands
    minBitrate Number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID

    GetWirelessRfProfilesItemPerSsidSettingsStatus10Bands

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

    GetWirelessRfProfilesItemPerSsidSettingsStatus11

    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus11Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus11Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus11Bands
    Settings related to all bands
    minBitrate Integer
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID
    bandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus11Bands
    Settings related to all bands
    minBitrate number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name string
    Name of SSID
    band_operation_mode str
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    band_steering_enabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus11Bands
    Settings related to all bands
    min_bitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name str
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands Property Map
    Settings related to all bands
    minBitrate Number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID

    GetWirelessRfProfilesItemPerSsidSettingsStatus11Bands

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

    GetWirelessRfProfilesItemPerSsidSettingsStatus12

    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus12Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus12Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus12Bands
    Settings related to all bands
    minBitrate Integer
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID
    bandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus12Bands
    Settings related to all bands
    minBitrate number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name string
    Name of SSID
    band_operation_mode str
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    band_steering_enabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus12Bands
    Settings related to all bands
    min_bitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name str
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands Property Map
    Settings related to all bands
    minBitrate Number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID

    GetWirelessRfProfilesItemPerSsidSettingsStatus12Bands

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

    GetWirelessRfProfilesItemPerSsidSettingsStatus13

    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus13Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus13Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus13Bands
    Settings related to all bands
    minBitrate Integer
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID
    bandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus13Bands
    Settings related to all bands
    minBitrate number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name string
    Name of SSID
    band_operation_mode str
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    band_steering_enabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus13Bands
    Settings related to all bands
    min_bitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name str
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands Property Map
    Settings related to all bands
    minBitrate Number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID

    GetWirelessRfProfilesItemPerSsidSettingsStatus13Bands

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

    GetWirelessRfProfilesItemPerSsidSettingsStatus14

    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus14Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus14Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus14Bands
    Settings related to all bands
    minBitrate Integer
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID
    bandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus14Bands
    Settings related to all bands
    minBitrate number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name string
    Name of SSID
    band_operation_mode str
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    band_steering_enabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus14Bands
    Settings related to all bands
    min_bitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name str
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands Property Map
    Settings related to all bands
    minBitrate Number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID

    GetWirelessRfProfilesItemPerSsidSettingsStatus14Bands

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

    GetWirelessRfProfilesItemPerSsidSettingsStatus1Bands

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

    GetWirelessRfProfilesItemPerSsidSettingsStatus2

    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus2Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus2Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus2Bands
    Settings related to all bands
    minBitrate Integer
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID
    bandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus2Bands
    Settings related to all bands
    minBitrate number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name string
    Name of SSID
    band_operation_mode str
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    band_steering_enabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus2Bands
    Settings related to all bands
    min_bitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name str
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands Property Map
    Settings related to all bands
    minBitrate Number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID

    GetWirelessRfProfilesItemPerSsidSettingsStatus2Bands

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

    GetWirelessRfProfilesItemPerSsidSettingsStatus3

    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus3Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus3Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus3Bands
    Settings related to all bands
    minBitrate Integer
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID
    bandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus3Bands
    Settings related to all bands
    minBitrate number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name string
    Name of SSID
    band_operation_mode str
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    band_steering_enabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus3Bands
    Settings related to all bands
    min_bitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name str
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands Property Map
    Settings related to all bands
    minBitrate Number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID

    GetWirelessRfProfilesItemPerSsidSettingsStatus3Bands

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

    GetWirelessRfProfilesItemPerSsidSettingsStatus4

    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus4Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus4Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus4Bands
    Settings related to all bands
    minBitrate Integer
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID
    bandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus4Bands
    Settings related to all bands
    minBitrate number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name string
    Name of SSID
    band_operation_mode str
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    band_steering_enabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus4Bands
    Settings related to all bands
    min_bitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name str
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands Property Map
    Settings related to all bands
    minBitrate Number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID

    GetWirelessRfProfilesItemPerSsidSettingsStatus4Bands

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

    GetWirelessRfProfilesItemPerSsidSettingsStatus5

    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus5Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus5Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus5Bands
    Settings related to all bands
    minBitrate Integer
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID
    bandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus5Bands
    Settings related to all bands
    minBitrate number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name string
    Name of SSID
    band_operation_mode str
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    band_steering_enabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus5Bands
    Settings related to all bands
    min_bitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name str
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands Property Map
    Settings related to all bands
    minBitrate Number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID

    GetWirelessRfProfilesItemPerSsidSettingsStatus5Bands

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

    GetWirelessRfProfilesItemPerSsidSettingsStatus6

    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus6Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus6Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus6Bands
    Settings related to all bands
    minBitrate Integer
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID
    bandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus6Bands
    Settings related to all bands
    minBitrate number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name string
    Name of SSID
    band_operation_mode str
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    band_steering_enabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus6Bands
    Settings related to all bands
    min_bitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name str
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands Property Map
    Settings related to all bands
    minBitrate Number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID

    GetWirelessRfProfilesItemPerSsidSettingsStatus6Bands

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

    GetWirelessRfProfilesItemPerSsidSettingsStatus7

    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus7Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus7Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus7Bands
    Settings related to all bands
    minBitrate Integer
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID
    bandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus7Bands
    Settings related to all bands
    minBitrate number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name string
    Name of SSID
    band_operation_mode str
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    band_steering_enabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus7Bands
    Settings related to all bands
    min_bitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name str
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands Property Map
    Settings related to all bands
    minBitrate Number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID

    GetWirelessRfProfilesItemPerSsidSettingsStatus7Bands

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

    GetWirelessRfProfilesItemPerSsidSettingsStatus8

    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus8Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus8Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus8Bands
    Settings related to all bands
    minBitrate Integer
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID
    bandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus8Bands
    Settings related to all bands
    minBitrate number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name string
    Name of SSID
    band_operation_mode str
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    band_steering_enabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus8Bands
    Settings related to all bands
    min_bitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name str
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands Property Map
    Settings related to all bands
    minBitrate Number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID

    GetWirelessRfProfilesItemPerSsidSettingsStatus8Bands

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

    GetWirelessRfProfilesItemPerSsidSettingsStatus9

    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus9Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    BandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    BandSteeringEnabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    Bands GetWirelessRfProfilesItemPerSsidSettingsStatus9Bands
    Settings related to all bands
    MinBitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    Name string
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus9Bands
    Settings related to all bands
    minBitrate Integer
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID
    bandOperationMode string
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus9Bands
    Settings related to all bands
    minBitrate number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name string
    Name of SSID
    band_operation_mode str
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    band_steering_enabled bool
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands GetWirelessRfProfilesItemPerSsidSettingsStatus9Bands
    Settings related to all bands
    min_bitrate int
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name str
    Name of SSID
    bandOperationMode String
    Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
    bandSteeringEnabled Boolean
    Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
    bands Property Map
    Settings related to all bands
    minBitrate Number
    Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
    name String
    Name of SSID

    GetWirelessRfProfilesItemPerSsidSettingsStatus9Bands

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

    GetWirelessRfProfilesItemSixGhzSettings

    ChannelWidth string
    Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
    MaxPower int
    Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
    MinBitrate int
    Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
    MinPower int
    Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
    Rxsop int
    The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
    ValidAutoChannels List<string>
    Sets valid auto channels for 6Ghz band. Can be one of '1', '5', '9', '13', '17', '21', '25', '29', '33', '37', '41', '45', '49', '53', '57', '61', '65', '69', '73', '77', '81', '85', '89', '93', '97', '101', '105', '109', '113', '117', '121', '125', '129', '133', '137', '141', '145', '149', '153', '157', '161', '165', '169', '173', '177', '181', '185', '189', '193', '197', '201', '205', '209', '213', '217', '221', '225', '229' or '233'. Defaults to auto.
    ChannelWidth string
    Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
    MaxPower int
    Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
    MinBitrate int
    Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
    MinPower int
    Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
    Rxsop int
    The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
    ValidAutoChannels []string
    Sets valid auto channels for 6Ghz band. Can be one of '1', '5', '9', '13', '17', '21', '25', '29', '33', '37', '41', '45', '49', '53', '57', '61', '65', '69', '73', '77', '81', '85', '89', '93', '97', '101', '105', '109', '113', '117', '121', '125', '129', '133', '137', '141', '145', '149', '153', '157', '161', '165', '169', '173', '177', '181', '185', '189', '193', '197', '201', '205', '209', '213', '217', '221', '225', '229' or '233'. Defaults to auto.
    channelWidth String
    Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
    maxPower Integer
    Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
    minBitrate Integer
    Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
    minPower Integer
    Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
    rxsop Integer
    The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
    validAutoChannels List<String>
    Sets valid auto channels for 6Ghz band. Can be one of '1', '5', '9', '13', '17', '21', '25', '29', '33', '37', '41', '45', '49', '53', '57', '61', '65', '69', '73', '77', '81', '85', '89', '93', '97', '101', '105', '109', '113', '117', '121', '125', '129', '133', '137', '141', '145', '149', '153', '157', '161', '165', '169', '173', '177', '181', '185', '189', '193', '197', '201', '205', '209', '213', '217', '221', '225', '229' or '233'. Defaults to auto.
    channelWidth string
    Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
    maxPower number
    Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
    minBitrate number
    Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
    minPower number
    Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
    rxsop number
    The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
    validAutoChannels string[]
    Sets valid auto channels for 6Ghz band. Can be one of '1', '5', '9', '13', '17', '21', '25', '29', '33', '37', '41', '45', '49', '53', '57', '61', '65', '69', '73', '77', '81', '85', '89', '93', '97', '101', '105', '109', '113', '117', '121', '125', '129', '133', '137', '141', '145', '149', '153', '157', '161', '165', '169', '173', '177', '181', '185', '189', '193', '197', '201', '205', '209', '213', '217', '221', '225', '229' or '233'. Defaults to auto.
    channel_width str
    Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
    max_power int
    Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
    min_bitrate int
    Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
    min_power int
    Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
    rxsop int
    The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
    valid_auto_channels Sequence[str]
    Sets valid auto channels for 6Ghz band. Can be one of '1', '5', '9', '13', '17', '21', '25', '29', '33', '37', '41', '45', '49', '53', '57', '61', '65', '69', '73', '77', '81', '85', '89', '93', '97', '101', '105', '109', '113', '117', '121', '125', '129', '133', '137', '141', '145', '149', '153', '157', '161', '165', '169', '173', '177', '181', '185', '189', '193', '197', '201', '205', '209', '213', '217', '221', '225', '229' or '233'. Defaults to auto.
    channelWidth String
    Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
    maxPower Number
    Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
    minBitrate Number
    Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
    minPower Number
    Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
    rxsop Number
    The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
    validAutoChannels List<String>
    Sets valid auto channels for 6Ghz band. Can be one of '1', '5', '9', '13', '17', '21', '25', '29', '33', '37', '41', '45', '49', '53', '57', '61', '65', '69', '73', '77', '81', '85', '89', '93', '97', '101', '105', '109', '113', '117', '121', '125', '129', '133', '137', '141', '145', '149', '153', '157', '161', '165', '169', '173', '177', '181', '185', '189', '193', '197', '201', '205', '209', '213', '217', '221', '225', '229' or '233'. Defaults to auto.

    GetWirelessRfProfilesItemTransmission

    Enabled bool
    Toggle for radio transmission. When false, radios will not transmit at all.
    Enabled bool
    Toggle for radio transmission. When false, radios will not transmit at all.
    enabled Boolean
    Toggle for radio transmission. When false, radios will not transmit at all.
    enabled boolean
    Toggle for radio transmission. When false, radios will not transmit at all.
    enabled bool
    Toggle for radio transmission. When false, radios will not transmit at all.
    enabled Boolean
    Toggle for radio transmission. When false, radios will not transmit at all.

    GetWirelessRfProfilesItemTwoFourGhzSettings

    AxEnabled bool
    Determines whether ax radio on 2.4Ghz band is on or off. Can be either true or false. If false, we highly recommend disabling band steering. Defaults to true.
    MaxPower int
    Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
    MinBitrate double
    Sets min bitrate (Mbps) of 2.4Ghz band. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. Defaults to 11.
    MinPower int
    Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
    Rxsop int
    The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
    ValidAutoChannels List<string>
    Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
    AxEnabled bool
    Determines whether ax radio on 2.4Ghz band is on or off. Can be either true or false. If false, we highly recommend disabling band steering. Defaults to true.
    MaxPower int
    Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
    MinBitrate float64
    Sets min bitrate (Mbps) of 2.4Ghz band. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. Defaults to 11.
    MinPower int
    Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
    Rxsop int
    The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
    ValidAutoChannels []string
    Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
    axEnabled Boolean
    Determines whether ax radio on 2.4Ghz band is on or off. Can be either true or false. If false, we highly recommend disabling band steering. Defaults to true.
    maxPower Integer
    Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
    minBitrate Double
    Sets min bitrate (Mbps) of 2.4Ghz band. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. Defaults to 11.
    minPower Integer
    Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
    rxsop Integer
    The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
    validAutoChannels List<String>
    Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
    axEnabled boolean
    Determines whether ax radio on 2.4Ghz band is on or off. Can be either true or false. If false, we highly recommend disabling band steering. Defaults to true.
    maxPower number
    Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
    minBitrate number
    Sets min bitrate (Mbps) of 2.4Ghz band. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. Defaults to 11.
    minPower number
    Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
    rxsop number
    The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
    validAutoChannels string[]
    Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
    ax_enabled bool
    Determines whether ax radio on 2.4Ghz band is on or off. Can be either true or false. If false, we highly recommend disabling band steering. Defaults to true.
    max_power int
    Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
    min_bitrate float
    Sets min bitrate (Mbps) of 2.4Ghz band. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. Defaults to 11.
    min_power int
    Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
    rxsop int
    The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
    valid_auto_channels Sequence[str]
    Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
    axEnabled Boolean
    Determines whether ax radio on 2.4Ghz band is on or off. Can be either true or false. If false, we highly recommend disabling band steering. Defaults to true.
    maxPower Number
    Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
    minBitrate Number
    Sets min bitrate (Mbps) of 2.4Ghz band. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. Defaults to 11.
    minPower Number
    Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
    rxsop Number
    The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
    validAutoChannels List<String>
    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.
    meraki logo
    Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi