Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.42 KB

CreateNetworkApplianceRfProfileRequestTwoFourGhzSettings.md

File metadata and controls

82 lines (45 loc) · 3.42 KB

CreateNetworkApplianceRfProfileRequestTwoFourGhzSettings

Properties

Name Type Description Notes
MinBitrate Pointer to float32 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. [optional]
AxEnabled Pointer to 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. [optional]

Methods

NewCreateNetworkApplianceRfProfileRequestTwoFourGhzSettings

func NewCreateNetworkApplianceRfProfileRequestTwoFourGhzSettings() *CreateNetworkApplianceRfProfileRequestTwoFourGhzSettings

NewCreateNetworkApplianceRfProfileRequestTwoFourGhzSettings instantiates a new CreateNetworkApplianceRfProfileRequestTwoFourGhzSettings 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

NewCreateNetworkApplianceRfProfileRequestTwoFourGhzSettingsWithDefaults

func NewCreateNetworkApplianceRfProfileRequestTwoFourGhzSettingsWithDefaults() *CreateNetworkApplianceRfProfileRequestTwoFourGhzSettings

NewCreateNetworkApplianceRfProfileRequestTwoFourGhzSettingsWithDefaults instantiates a new CreateNetworkApplianceRfProfileRequestTwoFourGhzSettings 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

GetMinBitrate

func (o *CreateNetworkApplianceRfProfileRequestTwoFourGhzSettings) GetMinBitrate() float32

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

GetMinBitrateOk

func (o *CreateNetworkApplianceRfProfileRequestTwoFourGhzSettings) GetMinBitrateOk() (*float32, 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 *CreateNetworkApplianceRfProfileRequestTwoFourGhzSettings) SetMinBitrate(v float32)

SetMinBitrate sets MinBitrate field to given value.

HasMinBitrate

func (o *CreateNetworkApplianceRfProfileRequestTwoFourGhzSettings) HasMinBitrate() bool

HasMinBitrate returns a boolean if a field has been set.

GetAxEnabled

func (o *CreateNetworkApplianceRfProfileRequestTwoFourGhzSettings) GetAxEnabled() bool

GetAxEnabled returns the AxEnabled field if non-nil, zero value otherwise.

GetAxEnabledOk

func (o *CreateNetworkApplianceRfProfileRequestTwoFourGhzSettings) GetAxEnabledOk() (*bool, bool)

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

SetAxEnabled

func (o *CreateNetworkApplianceRfProfileRequestTwoFourGhzSettings) SetAxEnabled(v bool)

SetAxEnabled sets AxEnabled field to given value.

HasAxEnabled

func (o *CreateNetworkApplianceRfProfileRequestTwoFourGhzSettings) HasAxEnabled() bool

HasAxEnabled returns a boolean if a field has been set.

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