WirelessRouterMiscVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ChannelLimitMode | Pointer to int32 | [optional] | |
| CustomizeRegion | Pointer to int32 | [optional] | |
| MaxPower2G | Pointer to int32 | [optional] | |
| MaxPower5G | Pointer to int32 | [optional] | |
| MaxPower5G2 | Pointer to int32 | [optional] | |
| MaxPower6G | Pointer to int32 | [optional] | |
| MinPower2G | Pointer to int32 | [optional] | |
| MinPower5G | Pointer to int32 | [optional] | |
| MinPower5G2 | Pointer to int32 | [optional] | |
| MinPower6G | Pointer to int32 | [optional] | |
| Support11ac | Pointer to bool | [optional] | |
| Support2g | Pointer to bool | [optional] | |
| Support5g | Pointer to bool | [optional] | |
| Support5g2 | Pointer to bool | [optional] | |
| Support6g | Pointer to bool | [optional] | |
| SupportChannelLimit | Pointer to bool | [optional] | |
| SupportDfs | Pointer to int32 | [optional] | |
| SupportLag | Pointer to bool | [optional] | |
| SupportMesh | Pointer to int32 | [optional] | |
| SupportRoaming | Pointer to int32 | [optional] |
Methods
NewWirelessRouterMiscVO
func NewWirelessRouterMiscVO() *WirelessRouterMiscVO
NewWirelessRouterMiscVO instantiates a new WirelessRouterMiscVO 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
NewWirelessRouterMiscVOWithDefaults
func NewWirelessRouterMiscVOWithDefaults() *WirelessRouterMiscVO
NewWirelessRouterMiscVOWithDefaults instantiates a new WirelessRouterMiscVO 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
GetChannelLimitMode
func (o *WirelessRouterMiscVO) GetChannelLimitMode() int32
GetChannelLimitMode returns the ChannelLimitMode field if non-nil, zero value otherwise.
GetChannelLimitModeOk
func (o *WirelessRouterMiscVO) GetChannelLimitModeOk() (*int32, bool)
GetChannelLimitModeOk returns a tuple with the ChannelLimitMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetChannelLimitMode
func (o *WirelessRouterMiscVO) SetChannelLimitMode(v int32)
SetChannelLimitMode sets ChannelLimitMode field to given value.
HasChannelLimitMode
func (o *WirelessRouterMiscVO) HasChannelLimitMode() bool
HasChannelLimitMode returns a boolean if a field has been set.
GetCustomizeRegion
func (o *WirelessRouterMiscVO) GetCustomizeRegion() int32
GetCustomizeRegion returns the CustomizeRegion field if non-nil, zero value otherwise.
GetCustomizeRegionOk
func (o *WirelessRouterMiscVO) GetCustomizeRegionOk() (*int32, bool)
GetCustomizeRegionOk returns a tuple with the CustomizeRegion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCustomizeRegion
func (o *WirelessRouterMiscVO) SetCustomizeRegion(v int32)
SetCustomizeRegion sets CustomizeRegion field to given value.
HasCustomizeRegion
func (o *WirelessRouterMiscVO) HasCustomizeRegion() bool
HasCustomizeRegion returns a boolean if a field has been set.
GetMaxPower2G
func (o *WirelessRouterMiscVO) GetMaxPower2G() int32
GetMaxPower2G returns the MaxPower2G field if non-nil, zero value otherwise.
GetMaxPower2GOk
func (o *WirelessRouterMiscVO) GetMaxPower2GOk() (*int32, bool)
GetMaxPower2GOk returns a tuple with the MaxPower2G field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMaxPower2G
func (o *WirelessRouterMiscVO) SetMaxPower2G(v int32)
SetMaxPower2G sets MaxPower2G field to given value.
HasMaxPower2G
func (o *WirelessRouterMiscVO) HasMaxPower2G() bool
HasMaxPower2G returns a boolean if a field has been set.
GetMaxPower5G
func (o *WirelessRouterMiscVO) GetMaxPower5G() int32
GetMaxPower5G returns the MaxPower5G field if non-nil, zero value otherwise.
GetMaxPower5GOk
func (o *WirelessRouterMiscVO) GetMaxPower5GOk() (*int32, bool)
GetMaxPower5GOk returns a tuple with the MaxPower5G field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMaxPower5G
func (o *WirelessRouterMiscVO) SetMaxPower5G(v int32)
SetMaxPower5G sets MaxPower5G field to given value.
HasMaxPower5G
func (o *WirelessRouterMiscVO) HasMaxPower5G() bool
HasMaxPower5G returns a boolean if a field has been set.
GetMaxPower5G2
func (o *WirelessRouterMiscVO) GetMaxPower5G2() int32
GetMaxPower5G2 returns the MaxPower5G2 field if non-nil, zero value otherwise.
GetMaxPower5G2Ok
func (o *WirelessRouterMiscVO) GetMaxPower5G2Ok() (*int32, bool)
GetMaxPower5G2Ok returns a tuple with the MaxPower5G2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMaxPower5G2
func (o *WirelessRouterMiscVO) SetMaxPower5G2(v int32)
SetMaxPower5G2 sets MaxPower5G2 field to given value.
HasMaxPower5G2
func (o *WirelessRouterMiscVO) HasMaxPower5G2() bool
HasMaxPower5G2 returns a boolean if a field has been set.
GetMaxPower6G
func (o *WirelessRouterMiscVO) GetMaxPower6G() int32
GetMaxPower6G returns the MaxPower6G field if non-nil, zero value otherwise.
GetMaxPower6GOk
func (o *WirelessRouterMiscVO) GetMaxPower6GOk() (*int32, bool)
GetMaxPower6GOk returns a tuple with the MaxPower6G field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMaxPower6G
func (o *WirelessRouterMiscVO) SetMaxPower6G(v int32)
SetMaxPower6G sets MaxPower6G field to given value.
HasMaxPower6G
func (o *WirelessRouterMiscVO) HasMaxPower6G() bool
HasMaxPower6G returns a boolean if a field has been set.
GetMinPower2G
func (o *WirelessRouterMiscVO) GetMinPower2G() int32
GetMinPower2G returns the MinPower2G field if non-nil, zero value otherwise.
GetMinPower2GOk
func (o *WirelessRouterMiscVO) GetMinPower2GOk() (*int32, bool)
GetMinPower2GOk returns a tuple with the MinPower2G field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMinPower2G
func (o *WirelessRouterMiscVO) SetMinPower2G(v int32)
SetMinPower2G sets MinPower2G field to given value.
HasMinPower2G
func (o *WirelessRouterMiscVO) HasMinPower2G() bool
HasMinPower2G returns a boolean if a field has been set.
GetMinPower5G
func (o *WirelessRouterMiscVO) GetMinPower5G() int32
GetMinPower5G returns the MinPower5G field if non-nil, zero value otherwise.
GetMinPower5GOk
func (o *WirelessRouterMiscVO) GetMinPower5GOk() (*int32, bool)
GetMinPower5GOk returns a tuple with the MinPower5G field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMinPower5G
func (o *WirelessRouterMiscVO) SetMinPower5G(v int32)
SetMinPower5G sets MinPower5G field to given value.
HasMinPower5G
func (o *WirelessRouterMiscVO) HasMinPower5G() bool
HasMinPower5G returns a boolean if a field has been set.
GetMinPower5G2
func (o *WirelessRouterMiscVO) GetMinPower5G2() int32
GetMinPower5G2 returns the MinPower5G2 field if non-nil, zero value otherwise.
GetMinPower5G2Ok
func (o *WirelessRouterMiscVO) GetMinPower5G2Ok() (*int32, bool)
GetMinPower5G2Ok returns a tuple with the MinPower5G2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMinPower5G2
func (o *WirelessRouterMiscVO) SetMinPower5G2(v int32)
SetMinPower5G2 sets MinPower5G2 field to given value.
HasMinPower5G2
func (o *WirelessRouterMiscVO) HasMinPower5G2() bool
HasMinPower5G2 returns a boolean if a field has been set.
GetMinPower6G
func (o *WirelessRouterMiscVO) GetMinPower6G() int32
GetMinPower6G returns the MinPower6G field if non-nil, zero value otherwise.
GetMinPower6GOk
func (o *WirelessRouterMiscVO) GetMinPower6GOk() (*int32, bool)
GetMinPower6GOk returns a tuple with the MinPower6G field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMinPower6G
func (o *WirelessRouterMiscVO) SetMinPower6G(v int32)
SetMinPower6G sets MinPower6G field to given value.
HasMinPower6G
func (o *WirelessRouterMiscVO) HasMinPower6G() bool
HasMinPower6G returns a boolean if a field has been set.
GetSupport11ac
func (o *WirelessRouterMiscVO) GetSupport11ac() bool
GetSupport11ac returns the Support11ac field if non-nil, zero value otherwise.
GetSupport11acOk
func (o *WirelessRouterMiscVO) GetSupport11acOk() (*bool, bool)
GetSupport11acOk returns a tuple with the Support11ac field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupport11ac
func (o *WirelessRouterMiscVO) SetSupport11ac(v bool)
SetSupport11ac sets Support11ac field to given value.
HasSupport11ac
func (o *WirelessRouterMiscVO) HasSupport11ac() bool
HasSupport11ac returns a boolean if a field has been set.
GetSupport2g
func (o *WirelessRouterMiscVO) GetSupport2g() bool
GetSupport2g returns the Support2g field if non-nil, zero value otherwise.
GetSupport2gOk
func (o *WirelessRouterMiscVO) GetSupport2gOk() (*bool, bool)
GetSupport2gOk returns a tuple with the Support2g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupport2g
func (o *WirelessRouterMiscVO) SetSupport2g(v bool)
SetSupport2g sets Support2g field to given value.
HasSupport2g
func (o *WirelessRouterMiscVO) HasSupport2g() bool
HasSupport2g returns a boolean if a field has been set.
GetSupport5g
func (o *WirelessRouterMiscVO) GetSupport5g() bool
GetSupport5g returns the Support5g field if non-nil, zero value otherwise.
GetSupport5gOk
func (o *WirelessRouterMiscVO) GetSupport5gOk() (*bool, bool)
GetSupport5gOk returns a tuple with the Support5g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupport5g
func (o *WirelessRouterMiscVO) SetSupport5g(v bool)
SetSupport5g sets Support5g field to given value.
HasSupport5g
func (o *WirelessRouterMiscVO) HasSupport5g() bool
HasSupport5g returns a boolean if a field has been set.
GetSupport5g2
func (o *WirelessRouterMiscVO) GetSupport5g2() bool
GetSupport5g2 returns the Support5g2 field if non-nil, zero value otherwise.
GetSupport5g2Ok
func (o *WirelessRouterMiscVO) GetSupport5g2Ok() (*bool, bool)
GetSupport5g2Ok returns a tuple with the Support5g2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupport5g2
func (o *WirelessRouterMiscVO) SetSupport5g2(v bool)
SetSupport5g2 sets Support5g2 field to given value.
HasSupport5g2
func (o *WirelessRouterMiscVO) HasSupport5g2() bool
HasSupport5g2 returns a boolean if a field has been set.
GetSupport6g
func (o *WirelessRouterMiscVO) GetSupport6g() bool
GetSupport6g returns the Support6g field if non-nil, zero value otherwise.
GetSupport6gOk
func (o *WirelessRouterMiscVO) GetSupport6gOk() (*bool, bool)
GetSupport6gOk returns a tuple with the Support6g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupport6g
func (o *WirelessRouterMiscVO) SetSupport6g(v bool)
SetSupport6g sets Support6g field to given value.
HasSupport6g
func (o *WirelessRouterMiscVO) HasSupport6g() bool
HasSupport6g returns a boolean if a field has been set.
GetSupportChannelLimit
func (o *WirelessRouterMiscVO) GetSupportChannelLimit() bool
GetSupportChannelLimit returns the SupportChannelLimit field if non-nil, zero value otherwise.
GetSupportChannelLimitOk
func (o *WirelessRouterMiscVO) GetSupportChannelLimitOk() (*bool, bool)
GetSupportChannelLimitOk returns a tuple with the SupportChannelLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupportChannelLimit
func (o *WirelessRouterMiscVO) SetSupportChannelLimit(v bool)
SetSupportChannelLimit sets SupportChannelLimit field to given value.
HasSupportChannelLimit
func (o *WirelessRouterMiscVO) HasSupportChannelLimit() bool
HasSupportChannelLimit returns a boolean if a field has been set.
GetSupportDfs
func (o *WirelessRouterMiscVO) GetSupportDfs() int32
GetSupportDfs returns the SupportDfs field if non-nil, zero value otherwise.
GetSupportDfsOk
func (o *WirelessRouterMiscVO) GetSupportDfsOk() (*int32, bool)
GetSupportDfsOk returns a tuple with the SupportDfs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupportDfs
func (o *WirelessRouterMiscVO) SetSupportDfs(v int32)
SetSupportDfs sets SupportDfs field to given value.
HasSupportDfs
func (o *WirelessRouterMiscVO) HasSupportDfs() bool
HasSupportDfs returns a boolean if a field has been set.
GetSupportLag
func (o *WirelessRouterMiscVO) GetSupportLag() bool
GetSupportLag returns the SupportLag field if non-nil, zero value otherwise.
GetSupportLagOk
func (o *WirelessRouterMiscVO) GetSupportLagOk() (*bool, bool)
GetSupportLagOk returns a tuple with the SupportLag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupportLag
func (o *WirelessRouterMiscVO) SetSupportLag(v bool)
SetSupportLag sets SupportLag field to given value.
HasSupportLag
func (o *WirelessRouterMiscVO) HasSupportLag() bool
HasSupportLag returns a boolean if a field has been set.
GetSupportMesh
func (o *WirelessRouterMiscVO) GetSupportMesh() int32
GetSupportMesh returns the SupportMesh field if non-nil, zero value otherwise.
GetSupportMeshOk
func (o *WirelessRouterMiscVO) GetSupportMeshOk() (*int32, bool)
GetSupportMeshOk returns a tuple with the SupportMesh field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupportMesh
func (o *WirelessRouterMiscVO) SetSupportMesh(v int32)
SetSupportMesh sets SupportMesh field to given value.
HasSupportMesh
func (o *WirelessRouterMiscVO) HasSupportMesh() bool
HasSupportMesh returns a boolean if a field has been set.
GetSupportRoaming
func (o *WirelessRouterMiscVO) GetSupportRoaming() int32
GetSupportRoaming returns the SupportRoaming field if non-nil, zero value otherwise.
GetSupportRoamingOk
func (o *WirelessRouterMiscVO) GetSupportRoamingOk() (*int32, bool)
GetSupportRoamingOk returns a tuple with the SupportRoaming field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupportRoaming
func (o *WirelessRouterMiscVO) SetSupportRoaming(v int32)
SetSupportRoaming sets SupportRoaming field to given value.
HasSupportRoaming
func (o *WirelessRouterMiscVO) HasSupportRoaming() bool
HasSupportRoaming returns a boolean if a field has been set.