meraki.networks.WirelessRfProfiles
Explore with Pulumi AI
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.meraki.networks.WirelessRfProfiles;
import com.pulumi.meraki.networks.WirelessRfProfilesArgs;
import com.pulumi.meraki.networks.inputs.WirelessRfProfilesApBandSettingsArgs;
import com.pulumi.meraki.networks.inputs.WirelessRfProfilesApBandSettingsBandsArgs;
import com.pulumi.meraki.networks.inputs.WirelessRfProfilesFiveGhzSettingsArgs;
import com.pulumi.meraki.networks.inputs.WirelessRfProfilesFlexRadiosArgs;
import com.pulumi.meraki.networks.inputs.WirelessRfProfilesPerSsidSettingsArgs;
import com.pulumi.meraki.networks.inputs.WirelessRfProfilesSixGhzSettingsArgs;
import com.pulumi.meraki.networks.inputs.WirelessRfProfilesTransmissionArgs;
import com.pulumi.meraki.networks.inputs.WirelessRfProfilesTwoFourGhzSettingsArgs;
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) {
        var example = new WirelessRfProfiles("example", WirelessRfProfilesArgs.builder()
            .apBandSettings(WirelessRfProfilesApBandSettingsArgs.builder()
                .band_operation_mode("dual")
                .band_steering_enabled(true)
                .bands(WirelessRfProfilesApBandSettingsBandsArgs.builder()
                    .enabled(                    
                        "2.4",
                        "5")
                    .build())
                .build())
            .bandSelectionType("ap")
            .clientBalancingEnabled(true)
            .fiveGhzSettings(WirelessRfProfilesFiveGhzSettingsArgs.builder()
                .channel_width("auto")
                .max_power(30)
                .min_bitrate(12)
                .min_power(8)
                .rxsop(-95)
                .valid_auto_channels(                
                    36,
                    40,
                    44,
                    48,
                    52,
                    56,
                    60,
                    64,
                    100,
                    104,
                    108,
                    112,
                    116,
                    120,
                    124,
                    128,
                    132,
                    136,
                    140,
                    144,
                    149,
                    153,
                    157,
                    161,
                    165)
                .build())
            .flexRadios(WirelessRfProfilesFlexRadiosArgs.builder()
                .by_model(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .build())
            .minBitrateType("band")
            .name("Main Office")
            .networkId("string")
            .perSsidSettings(WirelessRfProfilesPerSsidSettingsArgs.builder()
                .status_0(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .status_1(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .status_10(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .status_11(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .status_12(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .status_13(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .status_14(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .status_2(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .status_3(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .status_4(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .status_5(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .status_6(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .status_7(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .status_8(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .status_9(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .build())
            .sixGhzSettings(WirelessRfProfilesSixGhzSettingsArgs.builder()
                .channel_width("auto")
                .max_power(30)
                .min_bitrate(12)
                .min_power(8)
                .rxsop(-95)
                .valid_auto_channels(                
                    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,
                    233)
                .build())
            .transmission(WirelessRfProfilesTransmissionArgs.builder()
                .enabled(true)
                .build())
            .twoFourGhzSettings(WirelessRfProfilesTwoFourGhzSettingsArgs.builder()
                .ax_enabled(true)
                .max_power(30)
                .min_bitrate(11)
                .min_power(5)
                .rxsop(-95)
                .valid_auto_channels(                
                    1,
                    6,
                    11)
                .build())
            .build());
        ctx.export("merakiNetworksWirelessRfProfilesExample", example);
    }
}
resources:
  example:
    type: meraki:networks:WirelessRfProfiles
    properties:
      apBandSettings:
        band_operation_mode: dual
        band_steering_enabled: true
        bands:
          enabled:
            - '2.4'
            - '5'
      bandSelectionType: ap
      clientBalancingEnabled: true
      fiveGhzSettings:
        channel_width: auto
        max_power: 30
        min_bitrate: 12
        min_power: 8
        rxsop: -95
        valid_auto_channels:
          - 36
          - 40
          - 44
          - 48
          - 52
          - 56
          - 60
          - 64
          - 100
          - 104
          - 108
          - 112
          - 116
          - 120
          - 124
          - 128
          - 132
          - 136
          - 140
          - 144
          - 149
          - 153
          - 157
          - 161
          - 165
      flexRadios:
        by_model:
          - bands:
              - '5'
            model: MR34
      minBitrateType: band
      name: Main Office
      networkId: string
      perSsidSettings:
        status_0:
          bandOperationMode: dual
          bandSteeringEnabled: true
          bands:
            enabled:
              - '2.4'
              - '5'
          minBitrate: 11
        status_1:
          bandOperationMode: dual
          bandSteeringEnabled: true
          bands:
            enabled:
              - '2.4'
              - '5'
          minBitrate: 11
        status_10:
          bandOperationMode: dual
          bandSteeringEnabled: true
          bands:
            enabled:
              - '2.4'
              - '5'
          minBitrate: 11
        status_11:
          bandOperationMode: dual
          bandSteeringEnabled: true
          bands:
            enabled:
              - '2.4'
              - '5'
          minBitrate: 11
        status_12:
          bandOperationMode: dual
          bandSteeringEnabled: true
          bands:
            enabled:
              - '2.4'
              - '5'
          minBitrate: 11
        status_13:
          bandOperationMode: dual
          bandSteeringEnabled: true
          bands:
            enabled:
              - '2.4'
              - '5'
          minBitrate: 11
        status_14:
          bandOperationMode: dual
          bandSteeringEnabled: true
          bands:
            enabled:
              - '2.4'
              - '5'
          minBitrate: 11
        status_2:
          bandOperationMode: dual
          bandSteeringEnabled: true
          bands:
            enabled:
              - '2.4'
              - '5'
          minBitrate: 11
        status_3:
          bandOperationMode: dual
          bandSteeringEnabled: true
          bands:
            enabled:
              - '2.4'
              - '5'
          minBitrate: 11
        status_4:
          bandOperationMode: dual
          bandSteeringEnabled: true
          bands:
            enabled:
              - '2.4'
              - '5'
          minBitrate: 11
        status_5:
          bandOperationMode: dual
          bandSteeringEnabled: true
          bands:
            enabled:
              - '2.4'
              - '5'
          minBitrate: 11
        status_6:
          bandOperationMode: dual
          bandSteeringEnabled: true
          bands:
            enabled:
              - '2.4'
              - '5'
          minBitrate: 11
        status_7:
          bandOperationMode: dual
          bandSteeringEnabled: true
          bands:
            enabled:
              - '2.4'
              - '5'
          minBitrate: 11
        status_8:
          bandOperationMode: dual
          bandSteeringEnabled: true
          bands:
            enabled:
              - '2.4'
              - '5'
          minBitrate: 11
        status_9:
          bandOperationMode: dual
          bandSteeringEnabled: true
          bands:
            enabled:
              - '2.4'
              - '5'
          minBitrate: 11
      sixGhzSettings:
        channel_width: auto
        max_power: 30
        min_bitrate: 12
        min_power: 8
        rxsop: -95
        valid_auto_channels:
          - 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
          - 233
      transmission:
        enabled: true
      twoFourGhzSettings:
        ax_enabled: true
        max_power: 30
        min_bitrate: 11
        min_power: 5
        rxsop: -95
        valid_auto_channels:
          - 1
          - 6
          - 11
outputs:
  merakiNetworksWirelessRfProfilesExample: ${example}
Create WirelessRfProfiles Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WirelessRfProfiles(name: string, args: WirelessRfProfilesArgs, opts?: CustomResourceOptions);@overload
def WirelessRfProfiles(resource_name: str,
                       args: WirelessRfProfilesArgs,
                       opts: Optional[ResourceOptions] = None)
@overload
def WirelessRfProfiles(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       network_id: Optional[str] = None,
                       name: Optional[str] = None,
                       client_balancing_enabled: Optional[bool] = None,
                       five_ghz_settings: Optional[WirelessRfProfilesFiveGhzSettingsArgs] = None,
                       flex_radios: Optional[WirelessRfProfilesFlexRadiosArgs] = None,
                       min_bitrate_type: Optional[str] = None,
                       ap_band_settings: Optional[WirelessRfProfilesApBandSettingsArgs] = None,
                       band_selection_type: Optional[str] = None,
                       per_ssid_settings: Optional[WirelessRfProfilesPerSsidSettingsArgs] = None,
                       rf_profile_id: Optional[str] = None,
                       six_ghz_settings: Optional[WirelessRfProfilesSixGhzSettingsArgs] = None,
                       transmission: Optional[WirelessRfProfilesTransmissionArgs] = None,
                       two_four_ghz_settings: Optional[WirelessRfProfilesTwoFourGhzSettingsArgs] = None)func NewWirelessRfProfiles(ctx *Context, name string, args WirelessRfProfilesArgs, opts ...ResourceOption) (*WirelessRfProfiles, error)public WirelessRfProfiles(string name, WirelessRfProfilesArgs args, CustomResourceOptions? opts = null)
public WirelessRfProfiles(String name, WirelessRfProfilesArgs args)
public WirelessRfProfiles(String name, WirelessRfProfilesArgs args, CustomResourceOptions options)
type: meraki:networks:WirelessRfProfiles
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
 - The unique name of the resource.
 - args WirelessRfProfilesArgs
 - The arguments to resource properties.
 - opts CustomResourceOptions
 - Bag of options to control resource's behavior.
 
- resource_name str
 - The unique name of the resource.
 - args WirelessRfProfilesArgs
 - The arguments to resource properties.
 - opts ResourceOptions
 - Bag of options to control resource's behavior.
 
- ctx Context
 - Context object for the current deployment.
 - name string
 - The unique name of the resource.
 - args WirelessRfProfilesArgs
 - The arguments to resource properties.
 - opts ResourceOption
 - Bag of options to control resource's behavior.
 
- name string
 - The unique name of the resource.
 - args WirelessRfProfilesArgs
 - The arguments to resource properties.
 - opts CustomResourceOptions
 - Bag of options to control resource's behavior.
 
- name String
 - The unique name of the resource.
 - args WirelessRfProfilesArgs
 - The arguments to resource properties.
 - options CustomResourceOptions
 - Bag of options to control resource's behavior.
 
Constructor example
The following reference example uses placeholder values for all input properties.
var wirelessRfProfilesResource = new Meraki.Networks.WirelessRfProfiles("wirelessRfProfilesResource", new()
{
    NetworkId = "string",
    Name = "string",
    ClientBalancingEnabled = false,
    FiveGhzSettings = new Meraki.Networks.Inputs.WirelessRfProfilesFiveGhzSettingsArgs
    {
        ChannelWidth = "string",
        MaxPower = 0,
        MinBitrate = 0,
        MinPower = 0,
        Rxsop = 0,
        ValidAutoChannels = new[]
        {
            0,
        },
    },
    FlexRadios = new Meraki.Networks.Inputs.WirelessRfProfilesFlexRadiosArgs
    {
        ByModels = new[]
        {
            new Meraki.Networks.Inputs.WirelessRfProfilesFlexRadiosByModelArgs
            {
                Bands = new[]
                {
                    "string",
                },
                Model = "string",
            },
        },
    },
    MinBitrateType = "string",
    ApBandSettings = new Meraki.Networks.Inputs.WirelessRfProfilesApBandSettingsArgs
    {
        BandOperationMode = "string",
        BandSteeringEnabled = false,
        Bands = new Meraki.Networks.Inputs.WirelessRfProfilesApBandSettingsBandsArgs
        {
            Enableds = new[]
            {
                "string",
            },
        },
    },
    BandSelectionType = "string",
    PerSsidSettings = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsArgs
    {
        Status0 = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus0Args
        {
            BandOperationMode = "string",
            BandSteeringEnabled = false,
            Bands = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus0BandsArgs
            {
                Enableds = new[]
                {
                    "string",
                },
            },
            MinBitrate = 0,
            Name = "string",
        },
        Status1 = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus1Args
        {
            BandOperationMode = "string",
            BandSteeringEnabled = false,
            Bands = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus1BandsArgs
            {
                Enableds = new[]
                {
                    "string",
                },
            },
            MinBitrate = 0,
            Name = "string",
        },
        Status10 = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus10Args
        {
            BandOperationMode = "string",
            BandSteeringEnabled = false,
            Bands = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus10BandsArgs
            {
                Enableds = new[]
                {
                    "string",
                },
            },
            MinBitrate = 0,
            Name = "string",
        },
        Status11 = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus11Args
        {
            BandOperationMode = "string",
            BandSteeringEnabled = false,
            Bands = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus11BandsArgs
            {
                Enableds = new[]
                {
                    "string",
                },
            },
            MinBitrate = 0,
            Name = "string",
        },
        Status12 = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus12Args
        {
            BandOperationMode = "string",
            BandSteeringEnabled = false,
            Bands = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus12BandsArgs
            {
                Enableds = new[]
                {
                    "string",
                },
            },
            MinBitrate = 0,
            Name = "string",
        },
        Status13 = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus13Args
        {
            BandOperationMode = "string",
            BandSteeringEnabled = false,
            Bands = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus13BandsArgs
            {
                Enableds = new[]
                {
                    "string",
                },
            },
            MinBitrate = 0,
            Name = "string",
        },
        Status14 = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus14Args
        {
            BandOperationMode = "string",
            BandSteeringEnabled = false,
            Bands = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus14BandsArgs
            {
                Enableds = new[]
                {
                    "string",
                },
            },
            MinBitrate = 0,
            Name = "string",
        },
        Status2 = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus2Args
        {
            BandOperationMode = "string",
            BandSteeringEnabled = false,
            Bands = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus2BandsArgs
            {
                Enableds = new[]
                {
                    "string",
                },
            },
            MinBitrate = 0,
            Name = "string",
        },
        Status3 = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus3Args
        {
            BandOperationMode = "string",
            BandSteeringEnabled = false,
            Bands = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus3BandsArgs
            {
                Enableds = new[]
                {
                    "string",
                },
            },
            MinBitrate = 0,
            Name = "string",
        },
        Status4 = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus4Args
        {
            BandOperationMode = "string",
            BandSteeringEnabled = false,
            Bands = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus4BandsArgs
            {
                Enableds = new[]
                {
                    "string",
                },
            },
            MinBitrate = 0,
            Name = "string",
        },
        Status5 = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus5Args
        {
            BandOperationMode = "string",
            BandSteeringEnabled = false,
            Bands = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus5BandsArgs
            {
                Enableds = new[]
                {
                    "string",
                },
            },
            MinBitrate = 0,
            Name = "string",
        },
        Status6 = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus6Args
        {
            BandOperationMode = "string",
            BandSteeringEnabled = false,
            Bands = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus6BandsArgs
            {
                Enableds = new[]
                {
                    "string",
                },
            },
            MinBitrate = 0,
            Name = "string",
        },
        Status7 = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus7Args
        {
            BandOperationMode = "string",
            BandSteeringEnabled = false,
            Bands = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus7BandsArgs
            {
                Enableds = new[]
                {
                    "string",
                },
            },
            MinBitrate = 0,
            Name = "string",
        },
        Status8 = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus8Args
        {
            BandOperationMode = "string",
            BandSteeringEnabled = false,
            Bands = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus8BandsArgs
            {
                Enableds = new[]
                {
                    "string",
                },
            },
            MinBitrate = 0,
            Name = "string",
        },
        Status9 = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus9Args
        {
            BandOperationMode = "string",
            BandSteeringEnabled = false,
            Bands = new Meraki.Networks.Inputs.WirelessRfProfilesPerSsidSettingsStatus9BandsArgs
            {
                Enableds = new[]
                {
                    "string",
                },
            },
            MinBitrate = 0,
            Name = "string",
        },
    },
    RfProfileId = "string",
    SixGhzSettings = new Meraki.Networks.Inputs.WirelessRfProfilesSixGhzSettingsArgs
    {
        ChannelWidth = "string",
        MaxPower = 0,
        MinBitrate = 0,
        MinPower = 0,
        Rxsop = 0,
        ValidAutoChannels = new[]
        {
            0,
        },
    },
    Transmission = new Meraki.Networks.Inputs.WirelessRfProfilesTransmissionArgs
    {
        Enabled = false,
    },
    TwoFourGhzSettings = new Meraki.Networks.Inputs.WirelessRfProfilesTwoFourGhzSettingsArgs
    {
        AxEnabled = false,
        MaxPower = 0,
        MinBitrate = 0,
        MinPower = 0,
        Rxsop = 0,
        ValidAutoChannels = new[]
        {
            0,
        },
    },
});
example, err := networks.NewWirelessRfProfiles(ctx, "wirelessRfProfilesResource", &networks.WirelessRfProfilesArgs{
	NetworkId:              pulumi.String("string"),
	Name:                   pulumi.String("string"),
	ClientBalancingEnabled: pulumi.Bool(false),
	FiveGhzSettings: &networks.WirelessRfProfilesFiveGhzSettingsArgs{
		ChannelWidth: pulumi.String("string"),
		MaxPower:     pulumi.Int(0),
		MinBitrate:   pulumi.Int(0),
		MinPower:     pulumi.Int(0),
		Rxsop:        pulumi.Int(0),
		ValidAutoChannels: pulumi.IntArray{
			pulumi.Int(0),
		},
	},
	FlexRadios: &networks.WirelessRfProfilesFlexRadiosArgs{
		ByModels: networks.WirelessRfProfilesFlexRadiosByModelArray{
			&networks.WirelessRfProfilesFlexRadiosByModelArgs{
				Bands: pulumi.StringArray{
					pulumi.String("string"),
				},
				Model: pulumi.String("string"),
			},
		},
	},
	MinBitrateType: pulumi.String("string"),
	ApBandSettings: &networks.WirelessRfProfilesApBandSettingsArgs{
		BandOperationMode:   pulumi.String("string"),
		BandSteeringEnabled: pulumi.Bool(false),
		Bands: &networks.WirelessRfProfilesApBandSettingsBandsArgs{
			Enableds: pulumi.StringArray{
				pulumi.String("string"),
			},
		},
	},
	BandSelectionType: pulumi.String("string"),
	PerSsidSettings: &networks.WirelessRfProfilesPerSsidSettingsArgs{
		Status0: &networks.WirelessRfProfilesPerSsidSettingsStatus0Args{
			BandOperationMode:   pulumi.String("string"),
			BandSteeringEnabled: pulumi.Bool(false),
			Bands: &networks.WirelessRfProfilesPerSsidSettingsStatus0BandsArgs{
				Enableds: pulumi.StringArray{
					pulumi.String("string"),
				},
			},
			MinBitrate: pulumi.Int(0),
			Name:       pulumi.String("string"),
		},
		Status1: &networks.WirelessRfProfilesPerSsidSettingsStatus1Args{
			BandOperationMode:   pulumi.String("string"),
			BandSteeringEnabled: pulumi.Bool(false),
			Bands: &networks.WirelessRfProfilesPerSsidSettingsStatus1BandsArgs{
				Enableds: pulumi.StringArray{
					pulumi.String("string"),
				},
			},
			MinBitrate: pulumi.Int(0),
			Name:       pulumi.String("string"),
		},
		Status10: &networks.WirelessRfProfilesPerSsidSettingsStatus10Args{
			BandOperationMode:   pulumi.String("string"),
			BandSteeringEnabled: pulumi.Bool(false),
			Bands: &networks.WirelessRfProfilesPerSsidSettingsStatus10BandsArgs{
				Enableds: pulumi.StringArray{
					pulumi.String("string"),
				},
			},
			MinBitrate: pulumi.Int(0),
			Name:       pulumi.String("string"),
		},
		Status11: &networks.WirelessRfProfilesPerSsidSettingsStatus11Args{
			BandOperationMode:   pulumi.String("string"),
			BandSteeringEnabled: pulumi.Bool(false),
			Bands: &networks.WirelessRfProfilesPerSsidSettingsStatus11BandsArgs{
				Enableds: pulumi.StringArray{
					pulumi.String("string"),
				},
			},
			MinBitrate: pulumi.Int(0),
			Name:       pulumi.String("string"),
		},
		Status12: &networks.WirelessRfProfilesPerSsidSettingsStatus12Args{
			BandOperationMode:   pulumi.String("string"),
			BandSteeringEnabled: pulumi.Bool(false),
			Bands: &networks.WirelessRfProfilesPerSsidSettingsStatus12BandsArgs{
				Enableds: pulumi.StringArray{
					pulumi.String("string"),
				},
			},
			MinBitrate: pulumi.Int(0),
			Name:       pulumi.String("string"),
		},
		Status13: &networks.WirelessRfProfilesPerSsidSettingsStatus13Args{
			BandOperationMode:   pulumi.String("string"),
			BandSteeringEnabled: pulumi.Bool(false),
			Bands: &networks.WirelessRfProfilesPerSsidSettingsStatus13BandsArgs{
				Enableds: pulumi.StringArray{
					pulumi.String("string"),
				},
			},
			MinBitrate: pulumi.Int(0),
			Name:       pulumi.String("string"),
		},
		Status14: &networks.WirelessRfProfilesPerSsidSettingsStatus14Args{
			BandOperationMode:   pulumi.String("string"),
			BandSteeringEnabled: pulumi.Bool(false),
			Bands: &networks.WirelessRfProfilesPerSsidSettingsStatus14BandsArgs{
				Enableds: pulumi.StringArray{
					pulumi.String("string"),
				},
			},
			MinBitrate: pulumi.Int(0),
			Name:       pulumi.String("string"),
		},
		Status2: &networks.WirelessRfProfilesPerSsidSettingsStatus2Args{
			BandOperationMode:   pulumi.String("string"),
			BandSteeringEnabled: pulumi.Bool(false),
			Bands: &networks.WirelessRfProfilesPerSsidSettingsStatus2BandsArgs{
				Enableds: pulumi.StringArray{
					pulumi.String("string"),
				},
			},
			MinBitrate: pulumi.Int(0),
			Name:       pulumi.String("string"),
		},
		Status3: &networks.WirelessRfProfilesPerSsidSettingsStatus3Args{
			BandOperationMode:   pulumi.String("string"),
			BandSteeringEnabled: pulumi.Bool(false),
			Bands: &networks.WirelessRfProfilesPerSsidSettingsStatus3BandsArgs{
				Enableds: pulumi.StringArray{
					pulumi.String("string"),
				},
			},
			MinBitrate: pulumi.Int(0),
			Name:       pulumi.String("string"),
		},
		Status4: &networks.WirelessRfProfilesPerSsidSettingsStatus4Args{
			BandOperationMode:   pulumi.String("string"),
			BandSteeringEnabled: pulumi.Bool(false),
			Bands: &networks.WirelessRfProfilesPerSsidSettingsStatus4BandsArgs{
				Enableds: pulumi.StringArray{
					pulumi.String("string"),
				},
			},
			MinBitrate: pulumi.Int(0),
			Name:       pulumi.String("string"),
		},
		Status5: &networks.WirelessRfProfilesPerSsidSettingsStatus5Args{
			BandOperationMode:   pulumi.String("string"),
			BandSteeringEnabled: pulumi.Bool(false),
			Bands: &networks.WirelessRfProfilesPerSsidSettingsStatus5BandsArgs{
				Enableds: pulumi.StringArray{
					pulumi.String("string"),
				},
			},
			MinBitrate: pulumi.Int(0),
			Name:       pulumi.String("string"),
		},
		Status6: &networks.WirelessRfProfilesPerSsidSettingsStatus6Args{
			BandOperationMode:   pulumi.String("string"),
			BandSteeringEnabled: pulumi.Bool(false),
			Bands: &networks.WirelessRfProfilesPerSsidSettingsStatus6BandsArgs{
				Enableds: pulumi.StringArray{
					pulumi.String("string"),
				},
			},
			MinBitrate: pulumi.Int(0),
			Name:       pulumi.String("string"),
		},
		Status7: &networks.WirelessRfProfilesPerSsidSettingsStatus7Args{
			BandOperationMode:   pulumi.String("string"),
			BandSteeringEnabled: pulumi.Bool(false),
			Bands: &networks.WirelessRfProfilesPerSsidSettingsStatus7BandsArgs{
				Enableds: pulumi.StringArray{
					pulumi.String("string"),
				},
			},
			MinBitrate: pulumi.Int(0),
			Name:       pulumi.String("string"),
		},
		Status8: &networks.WirelessRfProfilesPerSsidSettingsStatus8Args{
			BandOperationMode:   pulumi.String("string"),
			BandSteeringEnabled: pulumi.Bool(false),
			Bands: &networks.WirelessRfProfilesPerSsidSettingsStatus8BandsArgs{
				Enableds: pulumi.StringArray{
					pulumi.String("string"),
				},
			},
			MinBitrate: pulumi.Int(0),
			Name:       pulumi.String("string"),
		},
		Status9: &networks.WirelessRfProfilesPerSsidSettingsStatus9Args{
			BandOperationMode:   pulumi.String("string"),
			BandSteeringEnabled: pulumi.Bool(false),
			Bands: &networks.WirelessRfProfilesPerSsidSettingsStatus9BandsArgs{
				Enableds: pulumi.StringArray{
					pulumi.String("string"),
				},
			},
			MinBitrate: pulumi.Int(0),
			Name:       pulumi.String("string"),
		},
	},
	RfProfileId: pulumi.String("string"),
	SixGhzSettings: &networks.WirelessRfProfilesSixGhzSettingsArgs{
		ChannelWidth: pulumi.String("string"),
		MaxPower:     pulumi.Int(0),
		MinBitrate:   pulumi.Int(0),
		MinPower:     pulumi.Int(0),
		Rxsop:        pulumi.Int(0),
		ValidAutoChannels: pulumi.IntArray{
			pulumi.Int(0),
		},
	},
	Transmission: &networks.WirelessRfProfilesTransmissionArgs{
		Enabled: pulumi.Bool(false),
	},
	TwoFourGhzSettings: &networks.WirelessRfProfilesTwoFourGhzSettingsArgs{
		AxEnabled:  pulumi.Bool(false),
		MaxPower:   pulumi.Int(0),
		MinBitrate: pulumi.Float64(0),
		MinPower:   pulumi.Int(0),
		Rxsop:      pulumi.Int(0),
		ValidAutoChannels: pulumi.IntArray{
			pulumi.Int(0),
		},
	},
})
var wirelessRfProfilesResource = new WirelessRfProfiles("wirelessRfProfilesResource", WirelessRfProfilesArgs.builder()
    .networkId("string")
    .name("string")
    .clientBalancingEnabled(false)
    .fiveGhzSettings(WirelessRfProfilesFiveGhzSettingsArgs.builder()
        .channelWidth("string")
        .maxPower(0)
        .minBitrate(0)
        .minPower(0)
        .rxsop(0)
        .validAutoChannels(0)
        .build())
    .flexRadios(WirelessRfProfilesFlexRadiosArgs.builder()
        .byModels(WirelessRfProfilesFlexRadiosByModelArgs.builder()
            .bands("string")
            .model("string")
            .build())
        .build())
    .minBitrateType("string")
    .apBandSettings(WirelessRfProfilesApBandSettingsArgs.builder()
        .bandOperationMode("string")
        .bandSteeringEnabled(false)
        .bands(WirelessRfProfilesApBandSettingsBandsArgs.builder()
            .enableds("string")
            .build())
        .build())
    .bandSelectionType("string")
    .perSsidSettings(WirelessRfProfilesPerSsidSettingsArgs.builder()
        .status0(WirelessRfProfilesPerSsidSettingsStatus0Args.builder()
            .bandOperationMode("string")
            .bandSteeringEnabled(false)
            .bands(WirelessRfProfilesPerSsidSettingsStatus0BandsArgs.builder()
                .enableds("string")
                .build())
            .minBitrate(0)
            .name("string")
            .build())
        .status1(WirelessRfProfilesPerSsidSettingsStatus1Args.builder()
            .bandOperationMode("string")
            .bandSteeringEnabled(false)
            .bands(WirelessRfProfilesPerSsidSettingsStatus1BandsArgs.builder()
                .enableds("string")
                .build())
            .minBitrate(0)
            .name("string")
            .build())
        .status10(WirelessRfProfilesPerSsidSettingsStatus10Args.builder()
            .bandOperationMode("string")
            .bandSteeringEnabled(false)
            .bands(WirelessRfProfilesPerSsidSettingsStatus10BandsArgs.builder()
                .enableds("string")
                .build())
            .minBitrate(0)
            .name("string")
            .build())
        .status11(WirelessRfProfilesPerSsidSettingsStatus11Args.builder()
            .bandOperationMode("string")
            .bandSteeringEnabled(false)
            .bands(WirelessRfProfilesPerSsidSettingsStatus11BandsArgs.builder()
                .enableds("string")
                .build())
            .minBitrate(0)
            .name("string")
            .build())
        .status12(WirelessRfProfilesPerSsidSettingsStatus12Args.builder()
            .bandOperationMode("string")
            .bandSteeringEnabled(false)
            .bands(WirelessRfProfilesPerSsidSettingsStatus12BandsArgs.builder()
                .enableds("string")
                .build())
            .minBitrate(0)
            .name("string")
            .build())
        .status13(WirelessRfProfilesPerSsidSettingsStatus13Args.builder()
            .bandOperationMode("string")
            .bandSteeringEnabled(false)
            .bands(WirelessRfProfilesPerSsidSettingsStatus13BandsArgs.builder()
                .enableds("string")
                .build())
            .minBitrate(0)
            .name("string")
            .build())
        .status14(WirelessRfProfilesPerSsidSettingsStatus14Args.builder()
            .bandOperationMode("string")
            .bandSteeringEnabled(false)
            .bands(WirelessRfProfilesPerSsidSettingsStatus14BandsArgs.builder()
                .enableds("string")
                .build())
            .minBitrate(0)
            .name("string")
            .build())
        .status2(WirelessRfProfilesPerSsidSettingsStatus2Args.builder()
            .bandOperationMode("string")
            .bandSteeringEnabled(false)
            .bands(WirelessRfProfilesPerSsidSettingsStatus2BandsArgs.builder()
                .enableds("string")
                .build())
            .minBitrate(0)
            .name("string")
            .build())
        .status3(WirelessRfProfilesPerSsidSettingsStatus3Args.builder()
            .bandOperationMode("string")
            .bandSteeringEnabled(false)
            .bands(WirelessRfProfilesPerSsidSettingsStatus3BandsArgs.builder()
                .enableds("string")
                .build())
            .minBitrate(0)
            .name("string")
            .build())
        .status4(WirelessRfProfilesPerSsidSettingsStatus4Args.builder()
            .bandOperationMode("string")
            .bandSteeringEnabled(false)
            .bands(WirelessRfProfilesPerSsidSettingsStatus4BandsArgs.builder()
                .enableds("string")
                .build())
            .minBitrate(0)
            .name("string")
            .build())
        .status5(WirelessRfProfilesPerSsidSettingsStatus5Args.builder()
            .bandOperationMode("string")
            .bandSteeringEnabled(false)
            .bands(WirelessRfProfilesPerSsidSettingsStatus5BandsArgs.builder()
                .enableds("string")
                .build())
            .minBitrate(0)
            .name("string")
            .build())
        .status6(WirelessRfProfilesPerSsidSettingsStatus6Args.builder()
            .bandOperationMode("string")
            .bandSteeringEnabled(false)
            .bands(WirelessRfProfilesPerSsidSettingsStatus6BandsArgs.builder()
                .enableds("string")
                .build())
            .minBitrate(0)
            .name("string")
            .build())
        .status7(WirelessRfProfilesPerSsidSettingsStatus7Args.builder()
            .bandOperationMode("string")
            .bandSteeringEnabled(false)
            .bands(WirelessRfProfilesPerSsidSettingsStatus7BandsArgs.builder()
                .enableds("string")
                .build())
            .minBitrate(0)
            .name("string")
            .build())
        .status8(WirelessRfProfilesPerSsidSettingsStatus8Args.builder()
            .bandOperationMode("string")
            .bandSteeringEnabled(false)
            .bands(WirelessRfProfilesPerSsidSettingsStatus8BandsArgs.builder()
                .enableds("string")
                .build())
            .minBitrate(0)
            .name("string")
            .build())
        .status9(WirelessRfProfilesPerSsidSettingsStatus9Args.builder()
            .bandOperationMode("string")
            .bandSteeringEnabled(false)
            .bands(WirelessRfProfilesPerSsidSettingsStatus9BandsArgs.builder()
                .enableds("string")
                .build())
            .minBitrate(0)
            .name("string")
            .build())
        .build())
    .rfProfileId("string")
    .sixGhzSettings(WirelessRfProfilesSixGhzSettingsArgs.builder()
        .channelWidth("string")
        .maxPower(0)
        .minBitrate(0)
        .minPower(0)
        .rxsop(0)
        .validAutoChannels(0)
        .build())
    .transmission(WirelessRfProfilesTransmissionArgs.builder()
        .enabled(false)
        .build())
    .twoFourGhzSettings(WirelessRfProfilesTwoFourGhzSettingsArgs.builder()
        .axEnabled(false)
        .maxPower(0)
        .minBitrate(0)
        .minPower(0)
        .rxsop(0)
        .validAutoChannels(0)
        .build())
    .build());
wireless_rf_profiles_resource = meraki.networks.WirelessRfProfiles("wirelessRfProfilesResource",
    network_id="string",
    name="string",
    client_balancing_enabled=False,
    five_ghz_settings={
        "channel_width": "string",
        "max_power": 0,
        "min_bitrate": 0,
        "min_power": 0,
        "rxsop": 0,
        "valid_auto_channels": [0],
    },
    flex_radios={
        "by_models": [{
            "bands": ["string"],
            "model": "string",
        }],
    },
    min_bitrate_type="string",
    ap_band_settings={
        "band_operation_mode": "string",
        "band_steering_enabled": False,
        "bands": {
            "enableds": ["string"],
        },
    },
    band_selection_type="string",
    per_ssid_settings={
        "status0": {
            "band_operation_mode": "string",
            "band_steering_enabled": False,
            "bands": {
                "enableds": ["string"],
            },
            "min_bitrate": 0,
            "name": "string",
        },
        "status1": {
            "band_operation_mode": "string",
            "band_steering_enabled": False,
            "bands": {
                "enableds": ["string"],
            },
            "min_bitrate": 0,
            "name": "string",
        },
        "status10": {
            "band_operation_mode": "string",
            "band_steering_enabled": False,
            "bands": {
                "enableds": ["string"],
            },
            "min_bitrate": 0,
            "name": "string",
        },
        "status11": {
            "band_operation_mode": "string",
            "band_steering_enabled": False,
            "bands": {
                "enableds": ["string"],
            },
            "min_bitrate": 0,
            "name": "string",
        },
        "status12": {
            "band_operation_mode": "string",
            "band_steering_enabled": False,
            "bands": {
                "enableds": ["string"],
            },
            "min_bitrate": 0,
            "name": "string",
        },
        "status13": {
            "band_operation_mode": "string",
            "band_steering_enabled": False,
            "bands": {
                "enableds": ["string"],
            },
            "min_bitrate": 0,
            "name": "string",
        },
        "status14": {
            "band_operation_mode": "string",
            "band_steering_enabled": False,
            "bands": {
                "enableds": ["string"],
            },
            "min_bitrate": 0,
            "name": "string",
        },
        "status2": {
            "band_operation_mode": "string",
            "band_steering_enabled": False,
            "bands": {
                "enableds": ["string"],
            },
            "min_bitrate": 0,
            "name": "string",
        },
        "status3": {
            "band_operation_mode": "string",
            "band_steering_enabled": False,
            "bands": {
                "enableds": ["string"],
            },
            "min_bitrate": 0,
            "name": "string",
        },
        "status4": {
            "band_operation_mode": "string",
            "band_steering_enabled": False,
            "bands": {
                "enableds": ["string"],
            },
            "min_bitrate": 0,
            "name": "string",
        },
        "status5": {
            "band_operation_mode": "string",
            "band_steering_enabled": False,
            "bands": {
                "enableds": ["string"],
            },
            "min_bitrate": 0,
            "name": "string",
        },
        "status6": {
            "band_operation_mode": "string",
            "band_steering_enabled": False,
            "bands": {
                "enableds": ["string"],
            },
            "min_bitrate": 0,
            "name": "string",
        },
        "status7": {
            "band_operation_mode": "string",
            "band_steering_enabled": False,
            "bands": {
                "enableds": ["string"],
            },
            "min_bitrate": 0,
            "name": "string",
        },
        "status8": {
            "band_operation_mode": "string",
            "band_steering_enabled": False,
            "bands": {
                "enableds": ["string"],
            },
            "min_bitrate": 0,
            "name": "string",
        },
        "status9": {
            "band_operation_mode": "string",
            "band_steering_enabled": False,
            "bands": {
                "enableds": ["string"],
            },
            "min_bitrate": 0,
            "name": "string",
        },
    },
    rf_profile_id="string",
    six_ghz_settings={
        "channel_width": "string",
        "max_power": 0,
        "min_bitrate": 0,
        "min_power": 0,
        "rxsop": 0,
        "valid_auto_channels": [0],
    },
    transmission={
        "enabled": False,
    },
    two_four_ghz_settings={
        "ax_enabled": False,
        "max_power": 0,
        "min_bitrate": 0,
        "min_power": 0,
        "rxsop": 0,
        "valid_auto_channels": [0],
    })
const wirelessRfProfilesResource = new meraki.networks.WirelessRfProfiles("wirelessRfProfilesResource", {
    networkId: "string",
    name: "string",
    clientBalancingEnabled: false,
    fiveGhzSettings: {
        channelWidth: "string",
        maxPower: 0,
        minBitrate: 0,
        minPower: 0,
        rxsop: 0,
        validAutoChannels: [0],
    },
    flexRadios: {
        byModels: [{
            bands: ["string"],
            model: "string",
        }],
    },
    minBitrateType: "string",
    apBandSettings: {
        bandOperationMode: "string",
        bandSteeringEnabled: false,
        bands: {
            enableds: ["string"],
        },
    },
    bandSelectionType: "string",
    perSsidSettings: {
        status0: {
            bandOperationMode: "string",
            bandSteeringEnabled: false,
            bands: {
                enableds: ["string"],
            },
            minBitrate: 0,
            name: "string",
        },
        status1: {
            bandOperationMode: "string",
            bandSteeringEnabled: false,
            bands: {
                enableds: ["string"],
            },
            minBitrate: 0,
            name: "string",
        },
        status10: {
            bandOperationMode: "string",
            bandSteeringEnabled: false,
            bands: {
                enableds: ["string"],
            },
            minBitrate: 0,
            name: "string",
        },
        status11: {
            bandOperationMode: "string",
            bandSteeringEnabled: false,
            bands: {
                enableds: ["string"],
            },
            minBitrate: 0,
            name: "string",
        },
        status12: {
            bandOperationMode: "string",
            bandSteeringEnabled: false,
            bands: {
                enableds: ["string"],
            },
            minBitrate: 0,
            name: "string",
        },
        status13: {
            bandOperationMode: "string",
            bandSteeringEnabled: false,
            bands: {
                enableds: ["string"],
            },
            minBitrate: 0,
            name: "string",
        },
        status14: {
            bandOperationMode: "string",
            bandSteeringEnabled: false,
            bands: {
                enableds: ["string"],
            },
            minBitrate: 0,
            name: "string",
        },
        status2: {
            bandOperationMode: "string",
            bandSteeringEnabled: false,
            bands: {
                enableds: ["string"],
            },
            minBitrate: 0,
            name: "string",
        },
        status3: {
            bandOperationMode: "string",
            bandSteeringEnabled: false,
            bands: {
                enableds: ["string"],
            },
            minBitrate: 0,
            name: "string",
        },
        status4: {
            bandOperationMode: "string",
            bandSteeringEnabled: false,
            bands: {
                enableds: ["string"],
            },
            minBitrate: 0,
            name: "string",
        },
        status5: {
            bandOperationMode: "string",
            bandSteeringEnabled: false,
            bands: {
                enableds: ["string"],
            },
            minBitrate: 0,
            name: "string",
        },
        status6: {
            bandOperationMode: "string",
            bandSteeringEnabled: false,
            bands: {
                enableds: ["string"],
            },
            minBitrate: 0,
            name: "string",
        },
        status7: {
            bandOperationMode: "string",
            bandSteeringEnabled: false,
            bands: {
                enableds: ["string"],
            },
            minBitrate: 0,
            name: "string",
        },
        status8: {
            bandOperationMode: "string",
            bandSteeringEnabled: false,
            bands: {
                enableds: ["string"],
            },
            minBitrate: 0,
            name: "string",
        },
        status9: {
            bandOperationMode: "string",
            bandSteeringEnabled: false,
            bands: {
                enableds: ["string"],
            },
            minBitrate: 0,
            name: "string",
        },
    },
    rfProfileId: "string",
    sixGhzSettings: {
        channelWidth: "string",
        maxPower: 0,
        minBitrate: 0,
        minPower: 0,
        rxsop: 0,
        validAutoChannels: [0],
    },
    transmission: {
        enabled: false,
    },
    twoFourGhzSettings: {
        axEnabled: false,
        maxPower: 0,
        minBitrate: 0,
        minPower: 0,
        rxsop: 0,
        validAutoChannels: [0],
    },
});
type: meraki:networks:WirelessRfProfiles
properties:
    apBandSettings:
        bandOperationMode: string
        bandSteeringEnabled: false
        bands:
            enableds:
                - string
    bandSelectionType: string
    clientBalancingEnabled: false
    fiveGhzSettings:
        channelWidth: string
        maxPower: 0
        minBitrate: 0
        minPower: 0
        rxsop: 0
        validAutoChannels:
            - 0
    flexRadios:
        byModels:
            - bands:
                - string
              model: string
    minBitrateType: string
    name: string
    networkId: string
    perSsidSettings:
        status0:
            bandOperationMode: string
            bandSteeringEnabled: false
            bands:
                enableds:
                    - string
            minBitrate: 0
            name: string
        status1:
            bandOperationMode: string
            bandSteeringEnabled: false
            bands:
                enableds:
                    - string
            minBitrate: 0
            name: string
        status2:
            bandOperationMode: string
            bandSteeringEnabled: false
            bands:
                enableds:
                    - string
            minBitrate: 0
            name: string
        status3:
            bandOperationMode: string
            bandSteeringEnabled: false
            bands:
                enableds:
                    - string
            minBitrate: 0
            name: string
        status4:
            bandOperationMode: string
            bandSteeringEnabled: false
            bands:
                enableds:
                    - string
            minBitrate: 0
            name: string
        status5:
            bandOperationMode: string
            bandSteeringEnabled: false
            bands:
                enableds:
                    - string
            minBitrate: 0
            name: string
        status6:
            bandOperationMode: string
            bandSteeringEnabled: false
            bands:
                enableds:
                    - string
            minBitrate: 0
            name: string
        status7:
            bandOperationMode: string
            bandSteeringEnabled: false
            bands:
                enableds:
                    - string
            minBitrate: 0
            name: string
        status8:
            bandOperationMode: string
            bandSteeringEnabled: false
            bands:
                enableds:
                    - string
            minBitrate: 0
            name: string
        status9:
            bandOperationMode: string
            bandSteeringEnabled: false
            bands:
                enableds:
                    - string
            minBitrate: 0
            name: string
        status10:
            bandOperationMode: string
            bandSteeringEnabled: false
            bands:
                enableds:
                    - string
            minBitrate: 0
            name: string
        status11:
            bandOperationMode: string
            bandSteeringEnabled: false
            bands:
                enableds:
                    - string
            minBitrate: 0
            name: string
        status12:
            bandOperationMode: string
            bandSteeringEnabled: false
            bands:
                enableds:
                    - string
            minBitrate: 0
            name: string
        status13:
            bandOperationMode: string
            bandSteeringEnabled: false
            bands:
                enableds:
                    - string
            minBitrate: 0
            name: string
        status14:
            bandOperationMode: string
            bandSteeringEnabled: false
            bands:
                enableds:
                    - string
            minBitrate: 0
            name: string
    rfProfileId: string
    sixGhzSettings:
        channelWidth: string
        maxPower: 0
        minBitrate: 0
        minPower: 0
        rxsop: 0
        validAutoChannels:
            - 0
    transmission:
        enabled: false
    twoFourGhzSettings:
        axEnabled: false
        maxPower: 0
        minBitrate: 0
        minPower: 0
        rxsop: 0
        validAutoChannels:
            - 0
WirelessRfProfiles Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The WirelessRfProfiles resource accepts the following input properties:
- Network
Id string - The network ID of the RF Profile
 - Ap
Band WirelessSettings Rf Profiles Ap Band Settings  - Settings that will be enabled if selectionType is set to 'ap'.
 - Band
Selection stringType  - Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
 - Client
Balancing boolEnabled  - Steers client to best available access point. Can be either true or false. Defaults to true.
 - Five
Ghz WirelessSettings Rf Profiles Five Ghz Settings  - Settings related to 5Ghz band
 - Flex
Radios WirelessRf Profiles Flex Radios  - Flex radio settings.
 - Min
Bitrate stringType  - Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
 - Name string
 - The name of the new profile. Must be unique. This param is required on creation.
 - Per
Ssid WirelessSettings Rf Profiles Per Ssid Settings  - Per-SSID radio settings by number.
 - Rf
Profile stringId  - rfProfileId path parameter. Rf profile ID
 - Six
Ghz WirelessSettings Rf Profiles Six Ghz Settings  - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
 - Transmission
Wireless
Rf Profiles Transmission  - Settings related to radio transmission.
 - Two
Four WirelessGhz Settings Rf Profiles Two Four Ghz Settings  - Settings related to 2.4Ghz band
 
- Network
Id string - The network ID of the RF Profile
 - Ap
Band WirelessSettings Rf Profiles Ap Band Settings Args  - Settings that will be enabled if selectionType is set to 'ap'.
 - Band
Selection stringType  - Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
 - Client
Balancing boolEnabled  - Steers client to best available access point. Can be either true or false. Defaults to true.
 - Five
Ghz WirelessSettings Rf Profiles Five Ghz Settings Args  - Settings related to 5Ghz band
 - Flex
Radios WirelessRf Profiles Flex Radios Args  - Flex radio settings.
 - Min
Bitrate stringType  - Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
 - Name string
 - The name of the new profile. Must be unique. This param is required on creation.
 - Per
Ssid WirelessSettings Rf Profiles Per Ssid Settings Args  - Per-SSID radio settings by number.
 - Rf
Profile stringId  - rfProfileId path parameter. Rf profile ID
 - Six
Ghz WirelessSettings Rf Profiles Six Ghz Settings Args  - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
 - Transmission
Wireless
Rf Profiles Transmission Args  - Settings related to radio transmission.
 - Two
Four WirelessGhz Settings Rf Profiles Two Four Ghz Settings Args  - Settings related to 2.4Ghz band
 
- network
Id String - The network ID of the RF Profile
 - ap
Band WirelessSettings Rf Profiles Ap Band Settings  - Settings that will be enabled if selectionType is set to 'ap'.
 - band
Selection StringType  - Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
 - client
Balancing BooleanEnabled  - Steers client to best available access point. Can be either true or false. Defaults to true.
 - five
Ghz WirelessSettings Rf Profiles Five Ghz Settings  - Settings related to 5Ghz band
 - flex
Radios WirelessRf Profiles Flex Radios  - Flex radio settings.
 - min
Bitrate StringType  - Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
 - name String
 - The name of the new profile. Must be unique. This param is required on creation.
 - per
Ssid WirelessSettings Rf Profiles Per Ssid Settings  - Per-SSID radio settings by number.
 - rf
Profile StringId  - rfProfileId path parameter. Rf profile ID
 - six
Ghz WirelessSettings Rf Profiles Six Ghz Settings  - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
 - transmission
Wireless
Rf Profiles Transmission  - Settings related to radio transmission.
 - two
Four WirelessGhz Settings Rf Profiles Two Four Ghz Settings  - Settings related to 2.4Ghz band
 
- network
Id string - The network ID of the RF Profile
 - ap
Band WirelessSettings Rf Profiles Ap Band Settings  - Settings that will be enabled if selectionType is set to 'ap'.
 - band
Selection stringType  - Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
 - client
Balancing booleanEnabled  - Steers client to best available access point. Can be either true or false. Defaults to true.
 - five
Ghz WirelessSettings Rf Profiles Five Ghz Settings  - Settings related to 5Ghz band
 - flex
Radios WirelessRf Profiles Flex Radios  - Flex radio settings.
 - min
Bitrate stringType  - Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
 - name string
 - The name of the new profile. Must be unique. This param is required on creation.
 - per
Ssid WirelessSettings Rf Profiles Per Ssid Settings  - Per-SSID radio settings by number.
 - rf
Profile stringId  - rfProfileId path parameter. Rf profile ID
 - six
Ghz WirelessSettings Rf Profiles Six Ghz Settings  - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
 - transmission
Wireless
Rf Profiles Transmission  - Settings related to radio transmission.
 - two
Four WirelessGhz Settings Rf Profiles Two Four Ghz Settings  - Settings related to 2.4Ghz band
 
- network_
id str - The network ID of the RF Profile
 - ap_
band_ Wirelesssettings Rf Profiles Ap Band Settings Args  - Settings that will be enabled if selectionType is set to 'ap'.
 - band_
selection_ strtype  - Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
 - client_
balancing_ boolenabled  - Steers client to best available access point. Can be either true or false. Defaults to true.
 - five_
ghz_ Wirelesssettings Rf Profiles Five Ghz Settings Args  - Settings related to 5Ghz band
 - flex_
radios WirelessRf Profiles Flex Radios Args  - Flex radio settings.
 - min_
bitrate_ strtype  - Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
 - name str
 - The name of the new profile. Must be unique. This param is required on creation.
 - per_
ssid_ Wirelesssettings Rf Profiles Per Ssid Settings Args  - Per-SSID radio settings by number.
 - rf_
profile_ strid  - rfProfileId path parameter. Rf profile ID
 - six_
ghz_ Wirelesssettings Rf Profiles Six Ghz Settings Args  - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
 - transmission
Wireless
Rf Profiles Transmission Args  - Settings related to radio transmission.
 - two_
four_ Wirelessghz_ settings Rf Profiles Two Four Ghz Settings Args  - Settings related to 2.4Ghz band
 
- network
Id String - The network ID of the RF Profile
 - ap
Band Property MapSettings  - Settings that will be enabled if selectionType is set to 'ap'.
 - band
Selection StringType  - Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
 - client
Balancing BooleanEnabled  - Steers client to best available access point. Can be either true or false. Defaults to true.
 - five
Ghz Property MapSettings  - Settings related to 5Ghz band
 - flex
Radios Property Map - Flex radio settings.
 - min
Bitrate StringType  - Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
 - name String
 - The name of the new profile. Must be unique. This param is required on creation.
 - per
Ssid Property MapSettings  - Per-SSID radio settings by number.
 - rf
Profile StringId  - rfProfileId path parameter. Rf profile ID
 - six
Ghz Property MapSettings  - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
 - transmission Property Map
 - Settings related to radio transmission.
 - two
Four Property MapGhz Settings  - Settings related to 2.4Ghz band
 
Outputs
All input properties are implicitly available as output properties. Additionally, the WirelessRfProfiles resource produces the following output properties:
- Id string
 - The provider-assigned unique ID for this managed resource.
 
- Id string
 - The provider-assigned unique ID for this managed resource.
 
- id String
 - The provider-assigned unique ID for this managed resource.
 
- id string
 - The provider-assigned unique ID for this managed resource.
 
- id str
 - The provider-assigned unique ID for this managed resource.
 
- id String
 - The provider-assigned unique ID for this managed resource.
 
Look up Existing WirelessRfProfiles Resource
Get an existing WirelessRfProfiles resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: WirelessRfProfilesState, opts?: CustomResourceOptions): WirelessRfProfiles@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        ap_band_settings: Optional[WirelessRfProfilesApBandSettingsArgs] = None,
        band_selection_type: Optional[str] = None,
        client_balancing_enabled: Optional[bool] = None,
        five_ghz_settings: Optional[WirelessRfProfilesFiveGhzSettingsArgs] = None,
        flex_radios: Optional[WirelessRfProfilesFlexRadiosArgs] = None,
        min_bitrate_type: Optional[str] = None,
        name: Optional[str] = None,
        network_id: Optional[str] = None,
        per_ssid_settings: Optional[WirelessRfProfilesPerSsidSettingsArgs] = None,
        rf_profile_id: Optional[str] = None,
        six_ghz_settings: Optional[WirelessRfProfilesSixGhzSettingsArgs] = None,
        transmission: Optional[WirelessRfProfilesTransmissionArgs] = None,
        two_four_ghz_settings: Optional[WirelessRfProfilesTwoFourGhzSettingsArgs] = None) -> WirelessRfProfilesfunc GetWirelessRfProfiles(ctx *Context, name string, id IDInput, state *WirelessRfProfilesState, opts ...ResourceOption) (*WirelessRfProfiles, error)public static WirelessRfProfiles Get(string name, Input<string> id, WirelessRfProfilesState? state, CustomResourceOptions? opts = null)public static WirelessRfProfiles get(String name, Output<String> id, WirelessRfProfilesState state, CustomResourceOptions options)resources:  _:    type: meraki:networks:WirelessRfProfiles    get:      id: ${id}- name
 - The unique name of the resulting resource.
 - id
 - The unique provider ID of the resource to lookup.
 - state
 - Any extra arguments used during the lookup.
 - opts
 - A bag of options that control this resource's behavior.
 
- resource_name
 - The unique name of the resulting resource.
 - id
 - The unique provider ID of the resource to lookup.
 
- name
 - The unique name of the resulting resource.
 - id
 - The unique provider ID of the resource to lookup.
 - state
 - Any extra arguments used during the lookup.
 - opts
 - A bag of options that control this resource's behavior.
 
- name
 - The unique name of the resulting resource.
 - id
 - The unique provider ID of the resource to lookup.
 - state
 - Any extra arguments used during the lookup.
 - opts
 - A bag of options that control this resource's behavior.
 
- name
 - The unique name of the resulting resource.
 - id
 - The unique provider ID of the resource to lookup.
 - state
 - Any extra arguments used during the lookup.
 - opts
 - A bag of options that control this resource's behavior.
 
- Ap
Band WirelessSettings Rf Profiles Ap Band Settings  - Settings that will be enabled if selectionType is set to 'ap'.
 - Band
Selection stringType  - Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
 - Client
Balancing boolEnabled  - Steers client to best available access point. Can be either true or false. Defaults to true.
 - Five
Ghz WirelessSettings Rf Profiles Five Ghz Settings  - Settings related to 5Ghz band
 - Flex
Radios WirelessRf Profiles Flex Radios  - Flex radio settings.
 - Min
Bitrate stringType  - Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
 - Name string
 - The name of the new profile. Must be unique. This param is required on creation.
 - Network
Id string - The network ID of the RF Profile
 - Per
Ssid WirelessSettings Rf Profiles Per Ssid Settings  - Per-SSID radio settings by number.
 - Rf
Profile stringId  - rfProfileId path parameter. Rf profile ID
 - Six
Ghz WirelessSettings Rf Profiles Six Ghz Settings  - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
 - Transmission
Wireless
Rf Profiles Transmission  - Settings related to radio transmission.
 - Two
Four WirelessGhz Settings Rf Profiles Two Four Ghz Settings  - Settings related to 2.4Ghz band
 
- Ap
Band WirelessSettings Rf Profiles Ap Band Settings Args  - Settings that will be enabled if selectionType is set to 'ap'.
 - Band
Selection stringType  - Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
 - Client
Balancing boolEnabled  - Steers client to best available access point. Can be either true or false. Defaults to true.
 - Five
Ghz WirelessSettings Rf Profiles Five Ghz Settings Args  - Settings related to 5Ghz band
 - Flex
Radios WirelessRf Profiles Flex Radios Args  - Flex radio settings.
 - Min
Bitrate stringType  - Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
 - Name string
 - The name of the new profile. Must be unique. This param is required on creation.
 - Network
Id string - The network ID of the RF Profile
 - Per
Ssid WirelessSettings Rf Profiles Per Ssid Settings Args  - Per-SSID radio settings by number.
 - Rf
Profile stringId  - rfProfileId path parameter. Rf profile ID
 - Six
Ghz WirelessSettings Rf Profiles Six Ghz Settings Args  - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
 - Transmission
Wireless
Rf Profiles Transmission Args  - Settings related to radio transmission.
 - Two
Four WirelessGhz Settings Rf Profiles Two Four Ghz Settings Args  - Settings related to 2.4Ghz band
 
- ap
Band WirelessSettings Rf Profiles Ap Band Settings  - Settings that will be enabled if selectionType is set to 'ap'.
 - band
Selection StringType  - Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
 - client
Balancing BooleanEnabled  - Steers client to best available access point. Can be either true or false. Defaults to true.
 - five
Ghz WirelessSettings Rf Profiles Five Ghz Settings  - Settings related to 5Ghz band
 - flex
Radios WirelessRf Profiles Flex Radios  - Flex radio settings.
 - min
Bitrate StringType  - Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
 - name String
 - The name of the new profile. Must be unique. This param is required on creation.
 - network
Id String - The network ID of the RF Profile
 - per
Ssid WirelessSettings Rf Profiles Per Ssid Settings  - Per-SSID radio settings by number.
 - rf
Profile StringId  - rfProfileId path parameter. Rf profile ID
 - six
Ghz WirelessSettings Rf Profiles Six Ghz Settings  - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
 - transmission
Wireless
Rf Profiles Transmission  - Settings related to radio transmission.
 - two
Four WirelessGhz Settings Rf Profiles Two Four Ghz Settings  - Settings related to 2.4Ghz band
 
- ap
Band WirelessSettings Rf Profiles Ap Band Settings  - Settings that will be enabled if selectionType is set to 'ap'.
 - band
Selection stringType  - Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
 - client
Balancing booleanEnabled  - Steers client to best available access point. Can be either true or false. Defaults to true.
 - five
Ghz WirelessSettings Rf Profiles Five Ghz Settings  - Settings related to 5Ghz band
 - flex
Radios WirelessRf Profiles Flex Radios  - Flex radio settings.
 - min
Bitrate stringType  - Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
 - name string
 - The name of the new profile. Must be unique. This param is required on creation.
 - network
Id string - The network ID of the RF Profile
 - per
Ssid WirelessSettings Rf Profiles Per Ssid Settings  - Per-SSID radio settings by number.
 - rf
Profile stringId  - rfProfileId path parameter. Rf profile ID
 - six
Ghz WirelessSettings Rf Profiles Six Ghz Settings  - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
 - transmission
Wireless
Rf Profiles Transmission  - Settings related to radio transmission.
 - two
Four WirelessGhz Settings Rf Profiles Two Four Ghz Settings  - Settings related to 2.4Ghz band
 
- ap_
band_ Wirelesssettings Rf Profiles Ap Band Settings Args  - Settings that will be enabled if selectionType is set to 'ap'.
 - band_
selection_ strtype  - Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
 - client_
balancing_ boolenabled  - Steers client to best available access point. Can be either true or false. Defaults to true.
 - five_
ghz_ Wirelesssettings Rf Profiles Five Ghz Settings Args  - Settings related to 5Ghz band
 - flex_
radios WirelessRf Profiles Flex Radios Args  - Flex radio settings.
 - min_
bitrate_ strtype  - Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
 - name str
 - The name of the new profile. Must be unique. This param is required on creation.
 - network_
id str - The network ID of the RF Profile
 - per_
ssid_ Wirelesssettings Rf Profiles Per Ssid Settings Args  - Per-SSID radio settings by number.
 - rf_
profile_ strid  - rfProfileId path parameter. Rf profile ID
 - six_
ghz_ Wirelesssettings Rf Profiles Six Ghz Settings Args  - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
 - transmission
Wireless
Rf Profiles Transmission Args  - Settings related to radio transmission.
 - two_
four_ Wirelessghz_ settings Rf Profiles Two Four Ghz Settings Args  - Settings related to 2.4Ghz band
 
- ap
Band Property MapSettings  - Settings that will be enabled if selectionType is set to 'ap'.
 - band
Selection StringType  - Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
 - client
Balancing BooleanEnabled  - Steers client to best available access point. Can be either true or false. Defaults to true.
 - five
Ghz Property MapSettings  - Settings related to 5Ghz band
 - flex
Radios Property Map - Flex radio settings.
 - min
Bitrate StringType  - Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
 - name String
 - The name of the new profile. Must be unique. This param is required on creation.
 - network
Id String - The network ID of the RF Profile
 - per
Ssid Property MapSettings  - Per-SSID radio settings by number.
 - rf
Profile StringId  - rfProfileId path parameter. Rf profile ID
 - six
Ghz Property MapSettings  - Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
 - transmission Property Map
 - Settings related to radio transmission.
 - two
Four Property MapGhz Settings  - Settings related to 2.4Ghz band
 
Supporting Types
WirelessRfProfilesApBandSettings, WirelessRfProfilesApBandSettingsArgs            
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. Defaults to dual.
 - Band
Steering boolEnabled  - Steers client to most open band. Can be either true or false. Defaults to true.
 - Bands
Wireless
Rf Profiles Ap Band Settings Bands  - Settings related to all bands
 
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. Defaults to dual.
 - Band
Steering boolEnabled  - Steers client to most open band. Can be either true or false. Defaults to true.
 - Bands
Wireless
Rf Profiles Ap Band Settings Bands  - Settings related to all bands
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. Defaults to dual.
 - band
Steering BooleanEnabled  - Steers client to most open band. Can be either true or false. Defaults to true.
 - bands
Wireless
Rf Profiles Ap Band Settings Bands  - Settings related to all bands
 
- band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. Defaults to dual.
 - band
Steering booleanEnabled  - Steers client to most open band. Can be either true or false. Defaults to true.
 - bands
Wireless
Rf Profiles Ap Band Settings Bands  - Settings related to all bands
 
- band_
operation_ strmode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. Defaults to dual.
 - band_
steering_ boolenabled  - Steers client to most open band. Can be either true or false. Defaults to true.
 - bands
Wireless
Rf Profiles Ap Band Settings Bands  - Settings related to all bands
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. Defaults to dual.
 - band
Steering BooleanEnabled  - Steers client to most open band. Can be either true or false. Defaults to true.
 - bands Property Map
 - Settings related to all bands
 
WirelessRfProfilesApBandSettingsBands, WirelessRfProfilesApBandSettingsBandsArgs              
- 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"
 
WirelessRfProfilesFiveGhzSettings, WirelessRfProfilesFiveGhzSettingsArgs            
- Channel
Width string - Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
 - Max
Power int - Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
 - Min
Bitrate int - Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
 - Min
Power int - Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
 - Rxsop int
 - The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
 - Valid
Auto List<int>Channels  - Sets valid auto channels for 5Ghz band. Can be one of '36', '40', '44', '48', '52', '56', '60', '64', '100', '104', '108', '112', '116', '120', '124', '128', '132', '136', '140', '144', '149', '153', '157', '161' or '165'.Defaults to [36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, 149, 153, 157, 161, 165].
 
- Channel
Width string - Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
 - Max
Power int - Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
 - Min
Bitrate int - Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
 - Min
Power int - Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
 - Rxsop int
 - The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
 - Valid
Auto []intChannels  - Sets valid auto channels for 5Ghz band. Can be one of '36', '40', '44', '48', '52', '56', '60', '64', '100', '104', '108', '112', '116', '120', '124', '128', '132', '136', '140', '144', '149', '153', '157', '161' or '165'.Defaults to [36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, 149, 153, 157, 161, 165].
 
- channel
Width String - Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
 - max
Power Integer - Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
 - min
Bitrate Integer - Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
 - min
Power Integer - Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
 - rxsop Integer
 - The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
 - valid
Auto List<Integer>Channels  - Sets valid auto channels for 5Ghz band. Can be one of '36', '40', '44', '48', '52', '56', '60', '64', '100', '104', '108', '112', '116', '120', '124', '128', '132', '136', '140', '144', '149', '153', '157', '161' or '165'.Defaults to [36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, 149, 153, 157, 161, 165].
 
- channel
Width string - Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
 - max
Power number - Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
 - min
Bitrate number - Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
 - min
Power number - Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
 - rxsop number
 - The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
 - valid
Auto number[]Channels  - Sets valid auto channels for 5Ghz band. Can be one of '36', '40', '44', '48', '52', '56', '60', '64', '100', '104', '108', '112', '116', '120', '124', '128', '132', '136', '140', '144', '149', '153', '157', '161' or '165'.Defaults to [36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, 149, 153, 157, 161, 165].
 
- channel_
width str - Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
 - max_
power int - Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
 - min_
bitrate int - Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
 - min_
power int - Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
 - rxsop int
 - The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
 - valid_
auto_ Sequence[int]channels  - Sets valid auto channels for 5Ghz band. Can be one of '36', '40', '44', '48', '52', '56', '60', '64', '100', '104', '108', '112', '116', '120', '124', '128', '132', '136', '140', '144', '149', '153', '157', '161' or '165'.Defaults to [36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, 149, 153, 157, 161, 165].
 
- channel
Width String - Sets channel width (MHz) for 5Ghz band. Can be one of 'auto', '20', '40' or '80'. Defaults to auto.
 - max
Power Number - Sets max power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 30.
 - min
Bitrate Number - Sets min bitrate (Mbps) of 5Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
 - min
Power Number - Sets min power (dBm) of 5Ghz band. Can be integer between 2 and 30. Defaults to 8.
 - rxsop Number
 - The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
 - valid
Auto List<Number>Channels  - Sets valid auto channels for 5Ghz band. Can be one of '36', '40', '44', '48', '52', '56', '60', '64', '100', '104', '108', '112', '116', '120', '124', '128', '132', '136', '140', '144', '149', '153', '157', '161' or '165'.Defaults to [36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, 149, 153, 157, 161, 165].
 
WirelessRfProfilesFlexRadios, WirelessRfProfilesFlexRadiosArgs          
- By
Models List<WirelessRf Profiles Flex Radios By Model>  - Flex radios by model.
 
- By
Models []WirelessRf Profiles Flex Radios By Model  - Flex radios by model.
 
- by
Models List<WirelessRf Profiles Flex Radios By Model>  - Flex radios by model.
 
- by
Models WirelessRf Profiles Flex Radios By Model[]  - Flex radios by model.
 
- by_
models Sequence[WirelessRf Profiles Flex Radios By Model]  - Flex radios by model.
 
- by
Models List<Property Map> - Flex radios by model.
 
WirelessRfProfilesFlexRadiosByModel, WirelessRfProfilesFlexRadiosByModelArgs              
WirelessRfProfilesPerSsidSettings, WirelessRfProfilesPerSsidSettingsArgs            
- Status0
Wireless
Rf Profiles Per Ssid Settings Status0  - Settings for SSID 0
 - Status1
Wireless
Rf Profiles Per Ssid Settings Status1  - Settings for SSID 1
 - Status10
Wireless
Rf Profiles Per Ssid Settings Status10  - Settings for SSID 10
 - Status11
Wireless
Rf Profiles Per Ssid Settings Status11  - Settings for SSID 11
 - Status12
Wireless
Rf Profiles Per Ssid Settings Status12  - Settings for SSID 12
 - Status13
Wireless
Rf Profiles Per Ssid Settings Status13  - Settings for SSID 13
 - Status14
Wireless
Rf Profiles Per Ssid Settings Status14  - Settings for SSID 14
 - Status2
Wireless
Rf Profiles Per Ssid Settings Status2  - Settings for SSID 2
 - Status3
Wireless
Rf Profiles Per Ssid Settings Status3  - Settings for SSID 3
 - Status4
Wireless
Rf Profiles Per Ssid Settings Status4  - Settings for SSID 4
 - Status5
Wireless
Rf Profiles Per Ssid Settings Status5  - Settings for SSID 5
 - Status6
Wireless
Rf Profiles Per Ssid Settings Status6  - Settings for SSID 6
 - Status7
Wireless
Rf Profiles Per Ssid Settings Status7  - Settings for SSID 7
 - Status8
Wireless
Rf Profiles Per Ssid Settings Status8  - Settings for SSID 8
 - Status9
Wireless
Rf Profiles Per Ssid Settings Status9  - Settings for SSID 9
 
- Status0
Wireless
Rf Profiles Per Ssid Settings Status0  - Settings for SSID 0
 - Status1
Wireless
Rf Profiles Per Ssid Settings Status1  - Settings for SSID 1
 - Status10
Wireless
Rf Profiles Per Ssid Settings Status10  - Settings for SSID 10
 - Status11
Wireless
Rf Profiles Per Ssid Settings Status11  - Settings for SSID 11
 - Status12
Wireless
Rf Profiles Per Ssid Settings Status12  - Settings for SSID 12
 - Status13
Wireless
Rf Profiles Per Ssid Settings Status13  - Settings for SSID 13
 - Status14
Wireless
Rf Profiles Per Ssid Settings Status14  - Settings for SSID 14
 - Status2
Wireless
Rf Profiles Per Ssid Settings Status2  - Settings for SSID 2
 - Status3
Wireless
Rf Profiles Per Ssid Settings Status3  - Settings for SSID 3
 - Status4
Wireless
Rf Profiles Per Ssid Settings Status4  - Settings for SSID 4
 - Status5
Wireless
Rf Profiles Per Ssid Settings Status5  - Settings for SSID 5
 - Status6
Wireless
Rf Profiles Per Ssid Settings Status6  - Settings for SSID 6
 - Status7
Wireless
Rf Profiles Per Ssid Settings Status7  - Settings for SSID 7
 - Status8
Wireless
Rf Profiles Per Ssid Settings Status8  - Settings for SSID 8
 - Status9
Wireless
Rf Profiles Per Ssid Settings Status9  - Settings for SSID 9
 
- status0
Wireless
Rf Profiles Per Ssid Settings Status0  - Settings for SSID 0
 - status1
Wireless
Rf Profiles Per Ssid Settings Status1  - Settings for SSID 1
 - status10
Wireless
Rf Profiles Per Ssid Settings Status10  - Settings for SSID 10
 - status11
Wireless
Rf Profiles Per Ssid Settings Status11  - Settings for SSID 11
 - status12
Wireless
Rf Profiles Per Ssid Settings Status12  - Settings for SSID 12
 - status13
Wireless
Rf Profiles Per Ssid Settings Status13  - Settings for SSID 13
 - status14
Wireless
Rf Profiles Per Ssid Settings Status14  - Settings for SSID 14
 - status2
Wireless
Rf Profiles Per Ssid Settings Status2  - Settings for SSID 2
 - status3
Wireless
Rf Profiles Per Ssid Settings Status3  - Settings for SSID 3
 - status4
Wireless
Rf Profiles Per Ssid Settings Status4  - Settings for SSID 4
 - status5
Wireless
Rf Profiles Per Ssid Settings Status5  - Settings for SSID 5
 - status6
Wireless
Rf Profiles Per Ssid Settings Status6  - Settings for SSID 6
 - status7
Wireless
Rf Profiles Per Ssid Settings Status7  - Settings for SSID 7
 - status8
Wireless
Rf Profiles Per Ssid Settings Status8  - Settings for SSID 8
 - status9
Wireless
Rf Profiles Per Ssid Settings Status9  - Settings for SSID 9
 
- status0
Wireless
Rf Profiles Per Ssid Settings Status0  - Settings for SSID 0
 - status1
Wireless
Rf Profiles Per Ssid Settings Status1  - Settings for SSID 1
 - status10
Wireless
Rf Profiles Per Ssid Settings Status10  - Settings for SSID 10
 - status11
Wireless
Rf Profiles Per Ssid Settings Status11  - Settings for SSID 11
 - status12
Wireless
Rf Profiles Per Ssid Settings Status12  - Settings for SSID 12
 - status13
Wireless
Rf Profiles Per Ssid Settings Status13  - Settings for SSID 13
 - status14
Wireless
Rf Profiles Per Ssid Settings Status14  - Settings for SSID 14
 - status2
Wireless
Rf Profiles Per Ssid Settings Status2  - Settings for SSID 2
 - status3
Wireless
Rf Profiles Per Ssid Settings Status3  - Settings for SSID 3
 - status4
Wireless
Rf Profiles Per Ssid Settings Status4  - Settings for SSID 4
 - status5
Wireless
Rf Profiles Per Ssid Settings Status5  - Settings for SSID 5
 - status6
Wireless
Rf Profiles Per Ssid Settings Status6  - Settings for SSID 6
 - status7
Wireless
Rf Profiles Per Ssid Settings Status7  - Settings for SSID 7
 - status8
Wireless
Rf Profiles Per Ssid Settings Status8  - Settings for SSID 8
 - status9
Wireless
Rf Profiles Per Ssid Settings Status9  - Settings for SSID 9
 
- status0
Wireless
Rf Profiles Per Ssid Settings Status0  - Settings for SSID 0
 - status1
Wireless
Rf Profiles Per Ssid Settings Status1  - Settings for SSID 1
 - status10
Wireless
Rf Profiles Per Ssid Settings Status10  - Settings for SSID 10
 - status11
Wireless
Rf Profiles Per Ssid Settings Status11  - Settings for SSID 11
 - status12
Wireless
Rf Profiles Per Ssid Settings Status12  - Settings for SSID 12
 - status13
Wireless
Rf Profiles Per Ssid Settings Status13  - Settings for SSID 13
 - status14
Wireless
Rf Profiles Per Ssid Settings Status14  - Settings for SSID 14
 - status2
Wireless
Rf Profiles Per Ssid Settings Status2  - Settings for SSID 2
 - status3
Wireless
Rf Profiles Per Ssid Settings Status3  - Settings for SSID 3
 - status4
Wireless
Rf Profiles Per Ssid Settings Status4  - Settings for SSID 4
 - status5
Wireless
Rf Profiles Per Ssid Settings Status5  - Settings for SSID 5
 - status6
Wireless
Rf Profiles Per Ssid Settings Status6  - Settings for SSID 6
 - status7
Wireless
Rf Profiles Per Ssid Settings Status7  - Settings for SSID 7
 - status8
Wireless
Rf Profiles Per Ssid Settings Status8  - Settings for SSID 8
 - status9
Wireless
Rf Profiles Per Ssid Settings Status9  - Settings for SSID 9
 
- status0 Property Map
 - Settings for SSID 0
 - status1 Property Map
 - Settings for SSID 1
 - status10 Property Map
 - Settings for SSID 10
 - status11 Property Map
 - Settings for SSID 11
 - status12 Property Map
 - Settings for SSID 12
 - status13 Property Map
 - Settings for SSID 13
 - status14 Property Map
 - Settings for SSID 14
 - status2 Property Map
 - Settings for SSID 2
 - status3 Property Map
 - Settings for SSID 3
 - status4 Property Map
 - Settings for SSID 4
 - status5 Property Map
 - Settings for SSID 5
 - status6 Property Map
 - Settings for SSID 6
 - status7 Property Map
 - Settings for SSID 7
 - status8 Property Map
 - Settings for SSID 8
 - status9 Property Map
 - Settings for SSID 9
 
WirelessRfProfilesPerSsidSettingsStatus0, WirelessRfProfilesPerSsidSettingsStatus0Args              
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status0Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status0Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status0Bands  - Settings related to all bands
 - min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
- band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering booleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status0Bands  - Settings related to all bands
 - min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name string
 - Name of SSID
 
- band_
operation_ strmode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band_
steering_ boolenabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status0Bands  - Settings related to all bands
 - min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name str
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands Property Map
 - Settings related to all bands
 - min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
WirelessRfProfilesPerSsidSettingsStatus0Bands, WirelessRfProfilesPerSsidSettingsStatus0BandsArgs              
- 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"
 
WirelessRfProfilesPerSsidSettingsStatus1, WirelessRfProfilesPerSsidSettingsStatus1Args              
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status1Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status1Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status1Bands  - Settings related to all bands
 - min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
- band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering booleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status1Bands  - Settings related to all bands
 - min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name string
 - Name of SSID
 
- band_
operation_ strmode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band_
steering_ boolenabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status1Bands  - Settings related to all bands
 - min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name str
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands Property Map
 - Settings related to all bands
 - min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
WirelessRfProfilesPerSsidSettingsStatus10, WirelessRfProfilesPerSsidSettingsStatus10Args              
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status10Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status10Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status10Bands  - Settings related to all bands
 - min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
- band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering booleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status10Bands  - Settings related to all bands
 - min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name string
 - Name of SSID
 
- band_
operation_ strmode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band_
steering_ boolenabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status10Bands  - Settings related to all bands
 - min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name str
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands Property Map
 - Settings related to all bands
 - min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
WirelessRfProfilesPerSsidSettingsStatus10Bands, WirelessRfProfilesPerSsidSettingsStatus10BandsArgs              
- 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"
 
WirelessRfProfilesPerSsidSettingsStatus11, WirelessRfProfilesPerSsidSettingsStatus11Args              
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status11Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status11Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status11Bands  - Settings related to all bands
 - min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
- band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering booleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status11Bands  - Settings related to all bands
 - min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name string
 - Name of SSID
 
- band_
operation_ strmode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band_
steering_ boolenabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status11Bands  - Settings related to all bands
 - min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name str
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands Property Map
 - Settings related to all bands
 - min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
WirelessRfProfilesPerSsidSettingsStatus11Bands, WirelessRfProfilesPerSsidSettingsStatus11BandsArgs              
- 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"
 
WirelessRfProfilesPerSsidSettingsStatus12, WirelessRfProfilesPerSsidSettingsStatus12Args              
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status12Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status12Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status12Bands  - Settings related to all bands
 - min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
- band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering booleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status12Bands  - Settings related to all bands
 - min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name string
 - Name of SSID
 
- band_
operation_ strmode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band_
steering_ boolenabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status12Bands  - Settings related to all bands
 - min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name str
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands Property Map
 - Settings related to all bands
 - min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
WirelessRfProfilesPerSsidSettingsStatus12Bands, WirelessRfProfilesPerSsidSettingsStatus12BandsArgs              
- 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"
 
WirelessRfProfilesPerSsidSettingsStatus13, WirelessRfProfilesPerSsidSettingsStatus13Args              
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status13Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status13Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status13Bands  - Settings related to all bands
 - min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
- band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering booleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status13Bands  - Settings related to all bands
 - min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name string
 - Name of SSID
 
- band_
operation_ strmode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band_
steering_ boolenabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status13Bands  - Settings related to all bands
 - min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name str
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands Property Map
 - Settings related to all bands
 - min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
WirelessRfProfilesPerSsidSettingsStatus13Bands, WirelessRfProfilesPerSsidSettingsStatus13BandsArgs              
- 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"
 
WirelessRfProfilesPerSsidSettingsStatus14, WirelessRfProfilesPerSsidSettingsStatus14Args              
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status14Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status14Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status14Bands  - Settings related to all bands
 - min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
- band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering booleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status14Bands  - Settings related to all bands
 - min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name string
 - Name of SSID
 
- band_
operation_ strmode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band_
steering_ boolenabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status14Bands  - Settings related to all bands
 - min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name str
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands Property Map
 - Settings related to all bands
 - min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
WirelessRfProfilesPerSsidSettingsStatus14Bands, WirelessRfProfilesPerSsidSettingsStatus14BandsArgs              
- 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"
 
WirelessRfProfilesPerSsidSettingsStatus1Bands, WirelessRfProfilesPerSsidSettingsStatus1BandsArgs              
- 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"
 
WirelessRfProfilesPerSsidSettingsStatus2, WirelessRfProfilesPerSsidSettingsStatus2Args              
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status2Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status2Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status2Bands  - Settings related to all bands
 - min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
- band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering booleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status2Bands  - Settings related to all bands
 - min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name string
 - Name of SSID
 
- band_
operation_ strmode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band_
steering_ boolenabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status2Bands  - Settings related to all bands
 - min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name str
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands Property Map
 - Settings related to all bands
 - min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
WirelessRfProfilesPerSsidSettingsStatus2Bands, WirelessRfProfilesPerSsidSettingsStatus2BandsArgs              
- 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"
 
WirelessRfProfilesPerSsidSettingsStatus3, WirelessRfProfilesPerSsidSettingsStatus3Args              
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status3Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status3Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status3Bands  - Settings related to all bands
 - min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
- band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering booleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status3Bands  - Settings related to all bands
 - min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name string
 - Name of SSID
 
- band_
operation_ strmode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band_
steering_ boolenabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status3Bands  - Settings related to all bands
 - min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name str
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands Property Map
 - Settings related to all bands
 - min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
WirelessRfProfilesPerSsidSettingsStatus3Bands, WirelessRfProfilesPerSsidSettingsStatus3BandsArgs              
- 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"
 
WirelessRfProfilesPerSsidSettingsStatus4, WirelessRfProfilesPerSsidSettingsStatus4Args              
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status4Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status4Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status4Bands  - Settings related to all bands
 - min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
- band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering booleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status4Bands  - Settings related to all bands
 - min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name string
 - Name of SSID
 
- band_
operation_ strmode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band_
steering_ boolenabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status4Bands  - Settings related to all bands
 - min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name str
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands Property Map
 - Settings related to all bands
 - min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
WirelessRfProfilesPerSsidSettingsStatus4Bands, WirelessRfProfilesPerSsidSettingsStatus4BandsArgs              
- 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"
 
WirelessRfProfilesPerSsidSettingsStatus5, WirelessRfProfilesPerSsidSettingsStatus5Args              
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status5Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status5Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status5Bands  - Settings related to all bands
 - min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
- band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering booleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status5Bands  - Settings related to all bands
 - min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name string
 - Name of SSID
 
- band_
operation_ strmode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band_
steering_ boolenabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status5Bands  - Settings related to all bands
 - min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name str
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands Property Map
 - Settings related to all bands
 - min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
WirelessRfProfilesPerSsidSettingsStatus5Bands, WirelessRfProfilesPerSsidSettingsStatus5BandsArgs              
- 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"
 
WirelessRfProfilesPerSsidSettingsStatus6, WirelessRfProfilesPerSsidSettingsStatus6Args              
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status6Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status6Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status6Bands  - Settings related to all bands
 - min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
- band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering booleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status6Bands  - Settings related to all bands
 - min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name string
 - Name of SSID
 
- band_
operation_ strmode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band_
steering_ boolenabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status6Bands  - Settings related to all bands
 - min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name str
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands Property Map
 - Settings related to all bands
 - min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
WirelessRfProfilesPerSsidSettingsStatus6Bands, WirelessRfProfilesPerSsidSettingsStatus6BandsArgs              
- 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"
 
WirelessRfProfilesPerSsidSettingsStatus7, WirelessRfProfilesPerSsidSettingsStatus7Args              
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status7Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status7Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status7Bands  - Settings related to all bands
 - min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
- band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering booleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status7Bands  - Settings related to all bands
 - min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name string
 - Name of SSID
 
- band_
operation_ strmode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band_
steering_ boolenabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status7Bands  - Settings related to all bands
 - min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name str
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands Property Map
 - Settings related to all bands
 - min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
WirelessRfProfilesPerSsidSettingsStatus7Bands, WirelessRfProfilesPerSsidSettingsStatus7BandsArgs              
- 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"
 
WirelessRfProfilesPerSsidSettingsStatus8, WirelessRfProfilesPerSsidSettingsStatus8Args              
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status8Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status8Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status8Bands  - Settings related to all bands
 - min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
- band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering booleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status8Bands  - Settings related to all bands
 - min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name string
 - Name of SSID
 
- band_
operation_ strmode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band_
steering_ boolenabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status8Bands  - Settings related to all bands
 - min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name str
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands Property Map
 - Settings related to all bands
 - min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
WirelessRfProfilesPerSsidSettingsStatus8Bands, WirelessRfProfilesPerSsidSettingsStatus8BandsArgs              
- 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"
 
WirelessRfProfilesPerSsidSettingsStatus9, WirelessRfProfilesPerSsidSettingsStatus9Args              
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status9Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- Band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - Band
Steering boolEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - Bands
Wireless
Rf Profiles Per Ssid Settings Status9Bands  - Settings related to all bands
 - Min
Bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - Name string
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status9Bands  - Settings related to all bands
 - min
Bitrate Integer - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
- band
Operation stringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering booleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status9Bands  - Settings related to all bands
 - min
Bitrate number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name string
 - Name of SSID
 
- band_
operation_ strmode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band_
steering_ boolenabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands
Wireless
Rf Profiles Per Ssid Settings Status9Bands  - Settings related to all bands
 - min_
bitrate int - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name str
 - Name of SSID
 
- band
Operation StringMode  - Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'.
 - band
Steering BooleanEnabled  - Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false.
 - bands Property Map
 - Settings related to all bands
 - min
Bitrate Number - Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'.
 - name String
 - Name of SSID
 
WirelessRfProfilesPerSsidSettingsStatus9Bands, WirelessRfProfilesPerSsidSettingsStatus9BandsArgs              
- 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"
 
WirelessRfProfilesSixGhzSettings, WirelessRfProfilesSixGhzSettingsArgs            
- Channel
Width string - Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
 - Max
Power int - Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
 - Min
Bitrate int - Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
 - Min
Power int - Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
 - Rxsop int
 - The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
 - Valid
Auto List<int>Channels  - Sets valid auto channels for 6Ghz band. Can be one of '1', '5', '9', '13', '17', '21', '25', '29', '33', '37', '41', '45', '49', '53', '57', '61', '65', '69', '73', '77', '81', '85', '89', '93', '97', '101', '105', '109', '113', '117', '121', '125', '129', '133', '137', '141', '145', '149', '153', '157', '161', '165', '169', '173', '177', '181', '185', '189', '193', '197', '201', '205', '209', '213', '217', '221', '225', '229' or '233'. Defaults to auto.
 
- Channel
Width string - Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
 - Max
Power int - Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
 - Min
Bitrate int - Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
 - Min
Power int - Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
 - Rxsop int
 - The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
 - Valid
Auto []intChannels  - Sets valid auto channels for 6Ghz band. Can be one of '1', '5', '9', '13', '17', '21', '25', '29', '33', '37', '41', '45', '49', '53', '57', '61', '65', '69', '73', '77', '81', '85', '89', '93', '97', '101', '105', '109', '113', '117', '121', '125', '129', '133', '137', '141', '145', '149', '153', '157', '161', '165', '169', '173', '177', '181', '185', '189', '193', '197', '201', '205', '209', '213', '217', '221', '225', '229' or '233'. Defaults to auto.
 
- channel
Width String - Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
 - max
Power Integer - Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
 - min
Bitrate Integer - Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
 - min
Power Integer - Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
 - rxsop Integer
 - The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
 - valid
Auto List<Integer>Channels  - Sets valid auto channels for 6Ghz band. Can be one of '1', '5', '9', '13', '17', '21', '25', '29', '33', '37', '41', '45', '49', '53', '57', '61', '65', '69', '73', '77', '81', '85', '89', '93', '97', '101', '105', '109', '113', '117', '121', '125', '129', '133', '137', '141', '145', '149', '153', '157', '161', '165', '169', '173', '177', '181', '185', '189', '193', '197', '201', '205', '209', '213', '217', '221', '225', '229' or '233'. Defaults to auto.
 
- channel
Width string - Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
 - max
Power number - Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
 - min
Bitrate number - Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
 - min
Power number - Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
 - rxsop number
 - The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
 - valid
Auto number[]Channels  - Sets valid auto channels for 6Ghz band. Can be one of '1', '5', '9', '13', '17', '21', '25', '29', '33', '37', '41', '45', '49', '53', '57', '61', '65', '69', '73', '77', '81', '85', '89', '93', '97', '101', '105', '109', '113', '117', '121', '125', '129', '133', '137', '141', '145', '149', '153', '157', '161', '165', '169', '173', '177', '181', '185', '189', '193', '197', '201', '205', '209', '213', '217', '221', '225', '229' or '233'. Defaults to auto.
 
- channel_
width str - Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
 - max_
power int - Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
 - min_
bitrate int - Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
 - min_
power int - Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
 - rxsop int
 - The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
 - valid_
auto_ Sequence[int]channels  - Sets valid auto channels for 6Ghz band. Can be one of '1', '5', '9', '13', '17', '21', '25', '29', '33', '37', '41', '45', '49', '53', '57', '61', '65', '69', '73', '77', '81', '85', '89', '93', '97', '101', '105', '109', '113', '117', '121', '125', '129', '133', '137', '141', '145', '149', '153', '157', '161', '165', '169', '173', '177', '181', '185', '189', '193', '197', '201', '205', '209', '213', '217', '221', '225', '229' or '233'. Defaults to auto.
 
- channel
Width String - Sets channel width (MHz) for 6Ghz band. Can be one of '0', '20', '40', '80' or '160'. Defaults to auto.
 - max
Power Number - Sets max power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 30.
 - min
Bitrate Number - Sets min bitrate (Mbps) of 6Ghz band. Can be one of '6', '9', '12', '18', '24', '36', '48' or '54'. Defaults to 12.
 - min
Power Number - Sets min power (dBm) of 6Ghz band. Can be integer between 2 and 30. Defaults to 8.
 - rxsop Number
 - The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
 - valid
Auto List<Number>Channels  - Sets valid auto channels for 6Ghz band. Can be one of '1', '5', '9', '13', '17', '21', '25', '29', '33', '37', '41', '45', '49', '53', '57', '61', '65', '69', '73', '77', '81', '85', '89', '93', '97', '101', '105', '109', '113', '117', '121', '125', '129', '133', '137', '141', '145', '149', '153', '157', '161', '165', '169', '173', '177', '181', '185', '189', '193', '197', '201', '205', '209', '213', '217', '221', '225', '229' or '233'. Defaults to auto.
 
WirelessRfProfilesTransmission, WirelessRfProfilesTransmissionArgs        
- 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.
 
WirelessRfProfilesTwoFourGhzSettings, WirelessRfProfilesTwoFourGhzSettingsArgs              
- Ax
Enabled bool - Determines whether ax radio on 2.4Ghz band is on or off. Can be either true or false. If false, we highly recommend disabling band steering. Defaults to true.
 - Max
Power int - Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
 - Min
Bitrate double - Sets min bitrate (Mbps) of 2.4Ghz band. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. Defaults to 11.
 - Min
Power int - Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
 - Rxsop int
 - The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
 - Valid
Auto List<int>Channels  - Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
 
- Ax
Enabled bool - Determines whether ax radio on 2.4Ghz band is on or off. Can be either true or false. If false, we highly recommend disabling band steering. Defaults to true.
 - Max
Power int - Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
 - Min
Bitrate float64 - Sets min bitrate (Mbps) of 2.4Ghz band. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. Defaults to 11.
 - Min
Power int - Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
 - Rxsop int
 - The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
 - Valid
Auto []intChannels  - Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
 
- ax
Enabled Boolean - Determines whether ax radio on 2.4Ghz band is on or off. Can be either true or false. If false, we highly recommend disabling band steering. Defaults to true.
 - max
Power Integer - Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
 - min
Bitrate Double - Sets min bitrate (Mbps) of 2.4Ghz band. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. Defaults to 11.
 - min
Power Integer - Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
 - rxsop Integer
 - The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
 - valid
Auto List<Integer>Channels  - Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
 
- ax
Enabled boolean - Determines whether ax radio on 2.4Ghz band is on or off. Can be either true or false. If false, we highly recommend disabling band steering. Defaults to true.
 - max
Power number - Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
 - min
Bitrate number - Sets min bitrate (Mbps) of 2.4Ghz band. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. Defaults to 11.
 - min
Power number - Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
 - rxsop number
 - The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
 - valid
Auto number[]Channels  - Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
 
- ax_
enabled bool - Determines whether ax radio on 2.4Ghz band is on or off. Can be either true or false. If false, we highly recommend disabling band steering. Defaults to true.
 - max_
power int - Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
 - min_
bitrate float - Sets min bitrate (Mbps) of 2.4Ghz band. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. Defaults to 11.
 - min_
power int - Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
 - rxsop int
 - The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
 - valid_
auto_ Sequence[int]channels  - Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
 
- ax
Enabled Boolean - Determines whether ax radio on 2.4Ghz band is on or off. Can be either true or false. If false, we highly recommend disabling band steering. Defaults to true.
 - max
Power Number - Sets max power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 30.
 - min
Bitrate Number - Sets min bitrate (Mbps) of 2.4Ghz band. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. Defaults to 11.
 - min
Power Number - Sets min power (dBm) of 2.4Ghz band. Can be integer between 2 and 30. Defaults to 5.
 - rxsop Number
 - The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
 - valid
Auto List<Number>Channels  - Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
 
Import
$ pulumi import meraki:networks/wirelessRfProfiles:WirelessRfProfiles example "network_id,rf_profile_id"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
 - meraki pulumi/pulumi-meraki
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
merakiTerraform Provider.