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

meraki.networks.WirelessRfProfiles

Explore with Pulumi AI

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

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    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=meraki.networks.WirelessRfProfilesFiveGhzSettingsArgs(
            channel_width="string",
            max_power=0,
            min_bitrate=0,
            min_power=0,
            rxsop=0,
            valid_auto_channels=[0],
        ),
        flex_radios=meraki.networks.WirelessRfProfilesFlexRadiosArgs(
            by_models=[meraki.networks.WirelessRfProfilesFlexRadiosByModelArgs(
                bands=["string"],
                model="string",
            )],
        ),
        min_bitrate_type="string",
        ap_band_settings=meraki.networks.WirelessRfProfilesApBandSettingsArgs(
            band_operation_mode="string",
            band_steering_enabled=False,
            bands=meraki.networks.WirelessRfProfilesApBandSettingsBandsArgs(
                enableds=["string"],
            ),
        ),
        band_selection_type="string",
        per_ssid_settings=meraki.networks.WirelessRfProfilesPerSsidSettingsArgs(
            status0=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus0Args(
                band_operation_mode="string",
                band_steering_enabled=False,
                bands=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus0BandsArgs(
                    enableds=["string"],
                ),
                min_bitrate=0,
                name="string",
            ),
            status1=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus1Args(
                band_operation_mode="string",
                band_steering_enabled=False,
                bands=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus1BandsArgs(
                    enableds=["string"],
                ),
                min_bitrate=0,
                name="string",
            ),
            status10=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus10Args(
                band_operation_mode="string",
                band_steering_enabled=False,
                bands=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus10BandsArgs(
                    enableds=["string"],
                ),
                min_bitrate=0,
                name="string",
            ),
            status11=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus11Args(
                band_operation_mode="string",
                band_steering_enabled=False,
                bands=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus11BandsArgs(
                    enableds=["string"],
                ),
                min_bitrate=0,
                name="string",
            ),
            status12=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus12Args(
                band_operation_mode="string",
                band_steering_enabled=False,
                bands=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus12BandsArgs(
                    enableds=["string"],
                ),
                min_bitrate=0,
                name="string",
            ),
            status13=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus13Args(
                band_operation_mode="string",
                band_steering_enabled=False,
                bands=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus13BandsArgs(
                    enableds=["string"],
                ),
                min_bitrate=0,
                name="string",
            ),
            status14=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus14Args(
                band_operation_mode="string",
                band_steering_enabled=False,
                bands=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus14BandsArgs(
                    enableds=["string"],
                ),
                min_bitrate=0,
                name="string",
            ),
            status2=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus2Args(
                band_operation_mode="string",
                band_steering_enabled=False,
                bands=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus2BandsArgs(
                    enableds=["string"],
                ),
                min_bitrate=0,
                name="string",
            ),
            status3=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus3Args(
                band_operation_mode="string",
                band_steering_enabled=False,
                bands=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus3BandsArgs(
                    enableds=["string"],
                ),
                min_bitrate=0,
                name="string",
            ),
            status4=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus4Args(
                band_operation_mode="string",
                band_steering_enabled=False,
                bands=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus4BandsArgs(
                    enableds=["string"],
                ),
                min_bitrate=0,
                name="string",
            ),
            status5=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus5Args(
                band_operation_mode="string",
                band_steering_enabled=False,
                bands=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus5BandsArgs(
                    enableds=["string"],
                ),
                min_bitrate=0,
                name="string",
            ),
            status6=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus6Args(
                band_operation_mode="string",
                band_steering_enabled=False,
                bands=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus6BandsArgs(
                    enableds=["string"],
                ),
                min_bitrate=0,
                name="string",
            ),
            status7=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus7Args(
                band_operation_mode="string",
                band_steering_enabled=False,
                bands=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus7BandsArgs(
                    enableds=["string"],
                ),
                min_bitrate=0,
                name="string",
            ),
            status8=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus8Args(
                band_operation_mode="string",
                band_steering_enabled=False,
                bands=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus8BandsArgs(
                    enableds=["string"],
                ),
                min_bitrate=0,
                name="string",
            ),
            status9=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus9Args(
                band_operation_mode="string",
                band_steering_enabled=False,
                bands=meraki.networks.WirelessRfProfilesPerSsidSettingsStatus9BandsArgs(
                    enableds=["string"],
                ),
                min_bitrate=0,
                name="string",
            ),
        ),
        rf_profile_id="string",
        six_ghz_settings=meraki.networks.WirelessRfProfilesSixGhzSettingsArgs(
            channel_width="string",
            max_power=0,
            min_bitrate=0,
            min_power=0,
            rxsop=0,
            valid_auto_channels=[0],
        ),
        transmission=meraki.networks.WirelessRfProfilesTransmissionArgs(
            enabled=False,
        ),
        two_four_ghz_settings=meraki.networks.WirelessRfProfilesTwoFourGhzSettingsArgs(
            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

    The WirelessRfProfiles resource accepts the following input properties:

    NetworkId string
    The network ID of the RF Profile
    ApBandSettings WirelessRfProfilesApBandSettings
    Settings that will be enabled if selectionType is set to 'ap'.
    BandSelectionType string
    Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
    ClientBalancingEnabled bool
    Steers client to best available access point. Can be either true or false. Defaults to true.
    FiveGhzSettings WirelessRfProfilesFiveGhzSettings
    Settings related to 5Ghz band
    FlexRadios WirelessRfProfilesFlexRadios
    Flex radio settings.
    MinBitrateType string
    Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
    Name string
    The name of the new profile. Must be unique. This param is required on creation.
    PerSsidSettings WirelessRfProfilesPerSsidSettings
    Per-SSID radio settings by number.
    RfProfileId string
    rfProfileId path parameter. Rf profile ID
    SixGhzSettings WirelessRfProfilesSixGhzSettings
    Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
    Transmission WirelessRfProfilesTransmission
    Settings related to radio transmission.
    TwoFourGhzSettings WirelessRfProfilesTwoFourGhzSettings
    Settings related to 2.4Ghz band
    NetworkId string
    The network ID of the RF Profile
    ApBandSettings WirelessRfProfilesApBandSettingsArgs
    Settings that will be enabled if selectionType is set to 'ap'.
    BandSelectionType string
    Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
    ClientBalancingEnabled bool
    Steers client to best available access point. Can be either true or false. Defaults to true.
    FiveGhzSettings WirelessRfProfilesFiveGhzSettingsArgs
    Settings related to 5Ghz band
    FlexRadios WirelessRfProfilesFlexRadiosArgs
    Flex radio settings.
    MinBitrateType string
    Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
    Name string
    The name of the new profile. Must be unique. This param is required on creation.
    PerSsidSettings WirelessRfProfilesPerSsidSettingsArgs
    Per-SSID radio settings by number.
    RfProfileId string
    rfProfileId path parameter. Rf profile ID
    SixGhzSettings WirelessRfProfilesSixGhzSettingsArgs
    Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
    Transmission WirelessRfProfilesTransmissionArgs
    Settings related to radio transmission.
    TwoFourGhzSettings WirelessRfProfilesTwoFourGhzSettingsArgs
    Settings related to 2.4Ghz band
    networkId String
    The network ID of the RF Profile
    apBandSettings WirelessRfProfilesApBandSettings
    Settings that will be enabled if selectionType is set to 'ap'.
    bandSelectionType String
    Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
    clientBalancingEnabled Boolean
    Steers client to best available access point. Can be either true or false. Defaults to true.
    fiveGhzSettings WirelessRfProfilesFiveGhzSettings
    Settings related to 5Ghz band
    flexRadios WirelessRfProfilesFlexRadios
    Flex radio settings.
    minBitrateType String
    Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
    name String
    The name of the new profile. Must be unique. This param is required on creation.
    perSsidSettings WirelessRfProfilesPerSsidSettings
    Per-SSID radio settings by number.
    rfProfileId String
    rfProfileId path parameter. Rf profile ID
    sixGhzSettings WirelessRfProfilesSixGhzSettings
    Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
    transmission WirelessRfProfilesTransmission
    Settings related to radio transmission.
    twoFourGhzSettings WirelessRfProfilesTwoFourGhzSettings
    Settings related to 2.4Ghz band
    networkId string
    The network ID of the RF Profile
    apBandSettings WirelessRfProfilesApBandSettings
    Settings that will be enabled if selectionType is set to 'ap'.
    bandSelectionType string
    Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
    clientBalancingEnabled boolean
    Steers client to best available access point. Can be either true or false. Defaults to true.
    fiveGhzSettings WirelessRfProfilesFiveGhzSettings
    Settings related to 5Ghz band
    flexRadios WirelessRfProfilesFlexRadios
    Flex radio settings.
    minBitrateType string
    Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
    name string
    The name of the new profile. Must be unique. This param is required on creation.
    perSsidSettings WirelessRfProfilesPerSsidSettings
    Per-SSID radio settings by number.
    rfProfileId string
    rfProfileId path parameter. Rf profile ID
    sixGhzSettings WirelessRfProfilesSixGhzSettings
    Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
    transmission WirelessRfProfilesTransmission
    Settings related to radio transmission.
    twoFourGhzSettings WirelessRfProfilesTwoFourGhzSettings
    Settings related to 2.4Ghz band
    network_id str
    The network ID of the RF Profile
    ap_band_settings WirelessRfProfilesApBandSettingsArgs
    Settings that will be enabled if selectionType is set to 'ap'.
    band_selection_type str
    Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
    client_balancing_enabled bool
    Steers client to best available access point. Can be either true or false. Defaults to true.
    five_ghz_settings WirelessRfProfilesFiveGhzSettingsArgs
    Settings related to 5Ghz band
    flex_radios WirelessRfProfilesFlexRadiosArgs
    Flex radio settings.
    min_bitrate_type str
    Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
    name str
    The name of the new profile. Must be unique. This param is required on creation.
    per_ssid_settings WirelessRfProfilesPerSsidSettingsArgs
    Per-SSID radio settings by number.
    rf_profile_id str
    rfProfileId path parameter. Rf profile ID
    six_ghz_settings WirelessRfProfilesSixGhzSettingsArgs
    Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
    transmission WirelessRfProfilesTransmissionArgs
    Settings related to radio transmission.
    two_four_ghz_settings WirelessRfProfilesTwoFourGhzSettingsArgs
    Settings related to 2.4Ghz band
    networkId String
    The network ID of the RF Profile
    apBandSettings Property Map
    Settings that will be enabled if selectionType is set to 'ap'.
    bandSelectionType String
    Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
    clientBalancingEnabled Boolean
    Steers client to best available access point. Can be either true or false. Defaults to true.
    fiveGhzSettings Property Map
    Settings related to 5Ghz band
    flexRadios Property Map
    Flex radio settings.
    minBitrateType String
    Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
    name String
    The name of the new profile. Must be unique. This param is required on creation.
    perSsidSettings Property Map
    Per-SSID radio settings by number.
    rfProfileId String
    rfProfileId path parameter. Rf profile ID
    sixGhzSettings Property Map
    Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
    transmission Property Map
    Settings related to radio transmission.
    twoFourGhzSettings Property Map
    Settings related to 2.4Ghz band

    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) -> WirelessRfProfiles
    func 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)
    Resource lookup is not supported in YAML
    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.
    The following state arguments are supported:
    ApBandSettings WirelessRfProfilesApBandSettings
    Settings that will be enabled if selectionType is set to 'ap'.
    BandSelectionType string
    Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
    ClientBalancingEnabled bool
    Steers client to best available access point. Can be either true or false. Defaults to true.
    FiveGhzSettings WirelessRfProfilesFiveGhzSettings
    Settings related to 5Ghz band
    FlexRadios WirelessRfProfilesFlexRadios
    Flex radio settings.
    MinBitrateType string
    Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
    Name string
    The name of the new profile. Must be unique. This param is required on creation.
    NetworkId string
    The network ID of the RF Profile
    PerSsidSettings WirelessRfProfilesPerSsidSettings
    Per-SSID radio settings by number.
    RfProfileId string
    rfProfileId path parameter. Rf profile ID
    SixGhzSettings WirelessRfProfilesSixGhzSettings
    Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
    Transmission WirelessRfProfilesTransmission
    Settings related to radio transmission.
    TwoFourGhzSettings WirelessRfProfilesTwoFourGhzSettings
    Settings related to 2.4Ghz band
    ApBandSettings WirelessRfProfilesApBandSettingsArgs
    Settings that will be enabled if selectionType is set to 'ap'.
    BandSelectionType string
    Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
    ClientBalancingEnabled bool
    Steers client to best available access point. Can be either true or false. Defaults to true.
    FiveGhzSettings WirelessRfProfilesFiveGhzSettingsArgs
    Settings related to 5Ghz band
    FlexRadios WirelessRfProfilesFlexRadiosArgs
    Flex radio settings.
    MinBitrateType string
    Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
    Name string
    The name of the new profile. Must be unique. This param is required on creation.
    NetworkId string
    The network ID of the RF Profile
    PerSsidSettings WirelessRfProfilesPerSsidSettingsArgs
    Per-SSID radio settings by number.
    RfProfileId string
    rfProfileId path parameter. Rf profile ID
    SixGhzSettings WirelessRfProfilesSixGhzSettingsArgs
    Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
    Transmission WirelessRfProfilesTransmissionArgs
    Settings related to radio transmission.
    TwoFourGhzSettings WirelessRfProfilesTwoFourGhzSettingsArgs
    Settings related to 2.4Ghz band
    apBandSettings WirelessRfProfilesApBandSettings
    Settings that will be enabled if selectionType is set to 'ap'.
    bandSelectionType String
    Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
    clientBalancingEnabled Boolean
    Steers client to best available access point. Can be either true or false. Defaults to true.
    fiveGhzSettings WirelessRfProfilesFiveGhzSettings
    Settings related to 5Ghz band
    flexRadios WirelessRfProfilesFlexRadios
    Flex radio settings.
    minBitrateType String
    Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
    name String
    The name of the new profile. Must be unique. This param is required on creation.
    networkId String
    The network ID of the RF Profile
    perSsidSettings WirelessRfProfilesPerSsidSettings
    Per-SSID radio settings by number.
    rfProfileId String
    rfProfileId path parameter. Rf profile ID
    sixGhzSettings WirelessRfProfilesSixGhzSettings
    Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
    transmission WirelessRfProfilesTransmission
    Settings related to radio transmission.
    twoFourGhzSettings WirelessRfProfilesTwoFourGhzSettings
    Settings related to 2.4Ghz band
    apBandSettings WirelessRfProfilesApBandSettings
    Settings that will be enabled if selectionType is set to 'ap'.
    bandSelectionType string
    Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
    clientBalancingEnabled boolean
    Steers client to best available access point. Can be either true or false. Defaults to true.
    fiveGhzSettings WirelessRfProfilesFiveGhzSettings
    Settings related to 5Ghz band
    flexRadios WirelessRfProfilesFlexRadios
    Flex radio settings.
    minBitrateType string
    Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
    name string
    The name of the new profile. Must be unique. This param is required on creation.
    networkId string
    The network ID of the RF Profile
    perSsidSettings WirelessRfProfilesPerSsidSettings
    Per-SSID radio settings by number.
    rfProfileId string
    rfProfileId path parameter. Rf profile ID
    sixGhzSettings WirelessRfProfilesSixGhzSettings
    Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
    transmission WirelessRfProfilesTransmission
    Settings related to radio transmission.
    twoFourGhzSettings WirelessRfProfilesTwoFourGhzSettings
    Settings related to 2.4Ghz band
    ap_band_settings WirelessRfProfilesApBandSettingsArgs
    Settings that will be enabled if selectionType is set to 'ap'.
    band_selection_type str
    Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
    client_balancing_enabled bool
    Steers client to best available access point. Can be either true or false. Defaults to true.
    five_ghz_settings WirelessRfProfilesFiveGhzSettingsArgs
    Settings related to 5Ghz band
    flex_radios WirelessRfProfilesFlexRadiosArgs
    Flex radio settings.
    min_bitrate_type str
    Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
    name str
    The name of the new profile. Must be unique. This param is required on creation.
    network_id str
    The network ID of the RF Profile
    per_ssid_settings WirelessRfProfilesPerSsidSettingsArgs
    Per-SSID radio settings by number.
    rf_profile_id str
    rfProfileId path parameter. Rf profile ID
    six_ghz_settings WirelessRfProfilesSixGhzSettingsArgs
    Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
    transmission WirelessRfProfilesTransmissionArgs
    Settings related to radio transmission.
    two_four_ghz_settings WirelessRfProfilesTwoFourGhzSettingsArgs
    Settings related to 2.4Ghz band
    apBandSettings Property Map
    Settings that will be enabled if selectionType is set to 'ap'.
    bandSelectionType String
    Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
    clientBalancingEnabled Boolean
    Steers client to best available access point. Can be either true or false. Defaults to true.
    fiveGhzSettings Property Map
    Settings related to 5Ghz band
    flexRadios Property Map
    Flex radio settings.
    minBitrateType String
    Minimum bitrate can be set to either 'band' or 'ssid'. Defaults to band.
    name String
    The name of the new profile. Must be unique. This param is required on creation.
    networkId String
    The network ID of the RF Profile
    perSsidSettings Property Map
    Per-SSID radio settings by number.
    rfProfileId String
    rfProfileId path parameter. Rf profile ID
    sixGhzSettings Property Map
    Settings related to 6Ghz band. Only applicable to networks with 6Ghz capable APs
    transmission Property Map
    Settings related to radio transmission.
    twoFourGhzSettings Property Map
    Settings related to 2.4Ghz band

    Supporting Types

    WirelessRfProfilesApBandSettings, WirelessRfProfilesApBandSettingsArgs

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

    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

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

    byModels List<Property Map>
    Flex radios by model.

    WirelessRfProfilesFlexRadiosByModel, WirelessRfProfilesFlexRadiosByModelArgs

    Bands List<string>
    Band to use for each flex radio. For example, ['6'] will set the AP's first flex radio to 6 GHz
    Model string
    Model of the AP
    Bands []string
    Band to use for each flex radio. For example, ['6'] will set the AP's first flex radio to 6 GHz
    Model string
    Model of the AP
    bands List<String>
    Band to use for each flex radio. For example, ['6'] will set the AP's first flex radio to 6 GHz
    model String
    Model of the AP
    bands string[]
    Band to use for each flex radio. For example, ['6'] will set the AP's first flex radio to 6 GHz
    model string
    Model of the AP
    bands Sequence[str]
    Band to use for each flex radio. For example, ['6'] will set the AP's first flex radio to 6 GHz
    model str
    Model of the AP
    bands List<String>
    Band to use for each flex radio. For example, ['6'] will set the AP's first flex radio to 6 GHz
    model String
    Model of the AP

    WirelessRfProfilesPerSsidSettings, WirelessRfProfilesPerSsidSettingsArgs

    Status0 WirelessRfProfilesPerSsidSettingsStatus0
    Settings for SSID 0
    Status1 WirelessRfProfilesPerSsidSettingsStatus1
    Settings for SSID 1
    Status10 WirelessRfProfilesPerSsidSettingsStatus10
    Settings for SSID 10
    Status11 WirelessRfProfilesPerSsidSettingsStatus11
    Settings for SSID 11
    Status12 WirelessRfProfilesPerSsidSettingsStatus12
    Settings for SSID 12
    Status13 WirelessRfProfilesPerSsidSettingsStatus13
    Settings for SSID 13
    Status14 WirelessRfProfilesPerSsidSettingsStatus14
    Settings for SSID 14
    Status2 WirelessRfProfilesPerSsidSettingsStatus2
    Settings for SSID 2
    Status3 WirelessRfProfilesPerSsidSettingsStatus3
    Settings for SSID 3
    Status4 WirelessRfProfilesPerSsidSettingsStatus4
    Settings for SSID 4
    Status5 WirelessRfProfilesPerSsidSettingsStatus5
    Settings for SSID 5
    Status6 WirelessRfProfilesPerSsidSettingsStatus6
    Settings for SSID 6
    Status7 WirelessRfProfilesPerSsidSettingsStatus7
    Settings for SSID 7
    Status8 WirelessRfProfilesPerSsidSettingsStatus8
    Settings for SSID 8
    Status9 WirelessRfProfilesPerSsidSettingsStatus9
    Settings for SSID 9
    Status0 WirelessRfProfilesPerSsidSettingsStatus0
    Settings for SSID 0
    Status1 WirelessRfProfilesPerSsidSettingsStatus1
    Settings for SSID 1
    Status10 WirelessRfProfilesPerSsidSettingsStatus10
    Settings for SSID 10
    Status11 WirelessRfProfilesPerSsidSettingsStatus11
    Settings for SSID 11
    Status12 WirelessRfProfilesPerSsidSettingsStatus12
    Settings for SSID 12
    Status13 WirelessRfProfilesPerSsidSettingsStatus13
    Settings for SSID 13
    Status14 WirelessRfProfilesPerSsidSettingsStatus14
    Settings for SSID 14
    Status2 WirelessRfProfilesPerSsidSettingsStatus2
    Settings for SSID 2
    Status3 WirelessRfProfilesPerSsidSettingsStatus3
    Settings for SSID 3
    Status4 WirelessRfProfilesPerSsidSettingsStatus4
    Settings for SSID 4
    Status5 WirelessRfProfilesPerSsidSettingsStatus5
    Settings for SSID 5
    Status6 WirelessRfProfilesPerSsidSettingsStatus6
    Settings for SSID 6
    Status7 WirelessRfProfilesPerSsidSettingsStatus7
    Settings for SSID 7
    Status8 WirelessRfProfilesPerSsidSettingsStatus8
    Settings for SSID 8
    Status9 WirelessRfProfilesPerSsidSettingsStatus9
    Settings for SSID 9
    status0 WirelessRfProfilesPerSsidSettingsStatus0
    Settings for SSID 0
    status1 WirelessRfProfilesPerSsidSettingsStatus1
    Settings for SSID 1
    status10 WirelessRfProfilesPerSsidSettingsStatus10
    Settings for SSID 10
    status11 WirelessRfProfilesPerSsidSettingsStatus11
    Settings for SSID 11
    status12 WirelessRfProfilesPerSsidSettingsStatus12
    Settings for SSID 12
    status13 WirelessRfProfilesPerSsidSettingsStatus13
    Settings for SSID 13
    status14 WirelessRfProfilesPerSsidSettingsStatus14
    Settings for SSID 14
    status2 WirelessRfProfilesPerSsidSettingsStatus2
    Settings for SSID 2
    status3 WirelessRfProfilesPerSsidSettingsStatus3
    Settings for SSID 3
    status4 WirelessRfProfilesPerSsidSettingsStatus4
    Settings for SSID 4
    status5 WirelessRfProfilesPerSsidSettingsStatus5
    Settings for SSID 5
    status6 WirelessRfProfilesPerSsidSettingsStatus6
    Settings for SSID 6
    status7 WirelessRfProfilesPerSsidSettingsStatus7
    Settings for SSID 7
    status8 WirelessRfProfilesPerSsidSettingsStatus8
    Settings for SSID 8
    status9 WirelessRfProfilesPerSsidSettingsStatus9
    Settings for SSID 9
    status0 WirelessRfProfilesPerSsidSettingsStatus0
    Settings for SSID 0
    status1 WirelessRfProfilesPerSsidSettingsStatus1
    Settings for SSID 1
    status10 WirelessRfProfilesPerSsidSettingsStatus10
    Settings for SSID 10
    status11 WirelessRfProfilesPerSsidSettingsStatus11
    Settings for SSID 11
    status12 WirelessRfProfilesPerSsidSettingsStatus12
    Settings for SSID 12
    status13 WirelessRfProfilesPerSsidSettingsStatus13
    Settings for SSID 13
    status14 WirelessRfProfilesPerSsidSettingsStatus14
    Settings for SSID 14
    status2 WirelessRfProfilesPerSsidSettingsStatus2
    Settings for SSID 2
    status3 WirelessRfProfilesPerSsidSettingsStatus3
    Settings for SSID 3
    status4 WirelessRfProfilesPerSsidSettingsStatus4
    Settings for SSID 4
    status5 WirelessRfProfilesPerSsidSettingsStatus5
    Settings for SSID 5
    status6 WirelessRfProfilesPerSsidSettingsStatus6
    Settings for SSID 6
    status7 WirelessRfProfilesPerSsidSettingsStatus7
    Settings for SSID 7
    status8 WirelessRfProfilesPerSsidSettingsStatus8
    Settings for SSID 8
    status9 WirelessRfProfilesPerSsidSettingsStatus9
    Settings for SSID 9
    status0 WirelessRfProfilesPerSsidSettingsStatus0
    Settings for SSID 0
    status1 WirelessRfProfilesPerSsidSettingsStatus1
    Settings for SSID 1
    status10 WirelessRfProfilesPerSsidSettingsStatus10
    Settings for SSID 10
    status11 WirelessRfProfilesPerSsidSettingsStatus11
    Settings for SSID 11
    status12 WirelessRfProfilesPerSsidSettingsStatus12
    Settings for SSID 12
    status13 WirelessRfProfilesPerSsidSettingsStatus13
    Settings for SSID 13
    status14 WirelessRfProfilesPerSsidSettingsStatus14
    Settings for SSID 14
    status2 WirelessRfProfilesPerSsidSettingsStatus2
    Settings for SSID 2
    status3 WirelessRfProfilesPerSsidSettingsStatus3
    Settings for SSID 3
    status4 WirelessRfProfilesPerSsidSettingsStatus4
    Settings for SSID 4
    status5 WirelessRfProfilesPerSsidSettingsStatus5
    Settings for SSID 5
    status6 WirelessRfProfilesPerSsidSettingsStatus6
    Settings for SSID 6
    status7 WirelessRfProfilesPerSsidSettingsStatus7
    Settings for SSID 7
    status8 WirelessRfProfilesPerSsidSettingsStatus8
    Settings for SSID 8
    status9 WirelessRfProfilesPerSsidSettingsStatus9
    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

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

    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

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

    WirelessRfProfilesPerSsidSettingsStatus10, WirelessRfProfilesPerSsidSettingsStatus10Args

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

    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

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

    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

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

    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

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

    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

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

    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

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

    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

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

    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

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

    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

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

    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

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

    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

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

    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

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

    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

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

    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

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

    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

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