Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 6.29 KB

GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13.md

File metadata and controls

160 lines (87 loc) · 6.29 KB

GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13

Properties

Name Type Description Notes
Name Pointer to string Name of SSID [optional]
MinBitrate Pointer to int32 Sets min bitrate (Mbps) of this SSID. Can be one of '1', '2', '5.5', '6', '9', '11', '12', '18', '24', '36', '48' or '54'. [optional]
BandOperationMode Pointer to string Choice between 'dual', '2.4ghz', '5ghz', '6ghz' or 'multi'. [optional]
Bands Pointer to GetNetworkWirelessRfProfiles200ResponseApBandSettingsBands [optional]
BandSteeringEnabled Pointer to bool Steers client to most open band between 2.4 GHz and 5 GHz. Can be either true or false. [optional]

Methods

NewGetNetworkWirelessRfProfiles200ResponsePerSsidSettings13

func NewGetNetworkWirelessRfProfiles200ResponsePerSsidSettings13() *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13

NewGetNetworkWirelessRfProfiles200ResponsePerSsidSettings13 instantiates a new GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewGetNetworkWirelessRfProfiles200ResponsePerSsidSettings13WithDefaults

func NewGetNetworkWirelessRfProfiles200ResponsePerSsidSettings13WithDefaults() *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13

NewGetNetworkWirelessRfProfiles200ResponsePerSsidSettings13WithDefaults instantiates a new GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetName

func (o *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13) HasName() bool

HasName returns a boolean if a field has been set.

GetMinBitrate

func (o *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13) GetMinBitrate() int32

GetMinBitrate returns the MinBitrate field if non-nil, zero value otherwise.

GetMinBitrateOk

func (o *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13) GetMinBitrateOk() (*int32, bool)

GetMinBitrateOk returns a tuple with the MinBitrate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMinBitrate

func (o *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13) SetMinBitrate(v int32)

SetMinBitrate sets MinBitrate field to given value.

HasMinBitrate

func (o *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13) HasMinBitrate() bool

HasMinBitrate returns a boolean if a field has been set.

GetBandOperationMode

func (o *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13) GetBandOperationMode() string

GetBandOperationMode returns the BandOperationMode field if non-nil, zero value otherwise.

GetBandOperationModeOk

func (o *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13) GetBandOperationModeOk() (*string, bool)

GetBandOperationModeOk returns a tuple with the BandOperationMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBandOperationMode

func (o *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13) SetBandOperationMode(v string)

SetBandOperationMode sets BandOperationMode field to given value.

HasBandOperationMode

func (o *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13) HasBandOperationMode() bool

HasBandOperationMode returns a boolean if a field has been set.

GetBands

func (o *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13) GetBands() GetNetworkWirelessRfProfiles200ResponseApBandSettingsBands

GetBands returns the Bands field if non-nil, zero value otherwise.

GetBandsOk

func (o *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13) GetBandsOk() (*GetNetworkWirelessRfProfiles200ResponseApBandSettingsBands, bool)

GetBandsOk returns a tuple with the Bands field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBands

func (o *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13) SetBands(v GetNetworkWirelessRfProfiles200ResponseApBandSettingsBands)

SetBands sets Bands field to given value.

HasBands

func (o *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13) HasBands() bool

HasBands returns a boolean if a field has been set.

GetBandSteeringEnabled

func (o *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13) GetBandSteeringEnabled() bool

GetBandSteeringEnabled returns the BandSteeringEnabled field if non-nil, zero value otherwise.

GetBandSteeringEnabledOk

func (o *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13) GetBandSteeringEnabledOk() (*bool, bool)

GetBandSteeringEnabledOk returns a tuple with the BandSteeringEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBandSteeringEnabled

func (o *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13) SetBandSteeringEnabled(v bool)

SetBandSteeringEnabled sets BandSteeringEnabled field to given value.

HasBandSteeringEnabled

func (o *GetNetworkWirelessRfProfiles200ResponsePerSsidSettings13) HasBandSteeringEnabled() bool

HasBandSteeringEnabled returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]