Table of Contents

Class NetworkApplianceRfProfilePerSsidSettingsSettings

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

NetworkApplianceRfProfilePerSsidSettingsSettings

[DataContract]
public class NetworkApplianceRfProfilePerSsidSettingsSettings
Inheritance
NetworkApplianceRfProfilePerSsidSettingsSettings
Inherited Members

Properties

BandOperationMode

Band mode of this SSID

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "bandOperationMode")]
public string? BandOperationMode { get; set; }

Property Value

string

BandSteeringEnabled

Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "bandSteeringEnabled")]
public bool? BandSteeringEnabled { get; set; }

Property Value

bool?