WlanGroupGridOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| GridWlanGroup | Pointer to GridVOWlanGroupOpenApiVO | [optional] | |
| MaxSsids2G | Pointer to int32 | 2G radio max Ssid number in group | [optional] |
| MaxSsids5G | Pointer to int32 | 5G radio max Ssid number in group | [optional] |
| MaxSsids6G | Pointer to int32 | 6G radio max Ssid number in group | [optional] |
| MaxSsidsMlo | Pointer to int32 | max Mlo Ssid number in group | [optional] |
Methods
NewWlanGroupGridOpenApiVO
func NewWlanGroupGridOpenApiVO() *WlanGroupGridOpenApiVO
NewWlanGroupGridOpenApiVO instantiates a new WlanGroupGridOpenApiVO 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
NewWlanGroupGridOpenApiVOWithDefaults
func NewWlanGroupGridOpenApiVOWithDefaults() *WlanGroupGridOpenApiVO
NewWlanGroupGridOpenApiVOWithDefaults instantiates a new WlanGroupGridOpenApiVO 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
GetGridWlanGroup
func (o *WlanGroupGridOpenApiVO) GetGridWlanGroup() GridVOWlanGroupOpenApiVO
GetGridWlanGroup returns the GridWlanGroup field if non-nil, zero value otherwise.
GetGridWlanGroupOk
func (o *WlanGroupGridOpenApiVO) GetGridWlanGroupOk() (*GridVOWlanGroupOpenApiVO, bool)
GetGridWlanGroupOk returns a tuple with the GridWlanGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetGridWlanGroup
func (o *WlanGroupGridOpenApiVO) SetGridWlanGroup(v GridVOWlanGroupOpenApiVO)
SetGridWlanGroup sets GridWlanGroup field to given value.
HasGridWlanGroup
func (o *WlanGroupGridOpenApiVO) HasGridWlanGroup() bool
HasGridWlanGroup returns a boolean if a field has been set.
GetMaxSsids2G
func (o *WlanGroupGridOpenApiVO) GetMaxSsids2G() int32
GetMaxSsids2G returns the MaxSsids2G field if non-nil, zero value otherwise.
GetMaxSsids2GOk
func (o *WlanGroupGridOpenApiVO) GetMaxSsids2GOk() (*int32, bool)
GetMaxSsids2GOk returns a tuple with the MaxSsids2G field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMaxSsids2G
func (o *WlanGroupGridOpenApiVO) SetMaxSsids2G(v int32)
SetMaxSsids2G sets MaxSsids2G field to given value.
HasMaxSsids2G
func (o *WlanGroupGridOpenApiVO) HasMaxSsids2G() bool
HasMaxSsids2G returns a boolean if a field has been set.
GetMaxSsids5G
func (o *WlanGroupGridOpenApiVO) GetMaxSsids5G() int32
GetMaxSsids5G returns the MaxSsids5G field if non-nil, zero value otherwise.
GetMaxSsids5GOk
func (o *WlanGroupGridOpenApiVO) GetMaxSsids5GOk() (*int32, bool)
GetMaxSsids5GOk returns a tuple with the MaxSsids5G field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMaxSsids5G
func (o *WlanGroupGridOpenApiVO) SetMaxSsids5G(v int32)
SetMaxSsids5G sets MaxSsids5G field to given value.
HasMaxSsids5G
func (o *WlanGroupGridOpenApiVO) HasMaxSsids5G() bool
HasMaxSsids5G returns a boolean if a field has been set.
GetMaxSsids6G
func (o *WlanGroupGridOpenApiVO) GetMaxSsids6G() int32
GetMaxSsids6G returns the MaxSsids6G field if non-nil, zero value otherwise.
GetMaxSsids6GOk
func (o *WlanGroupGridOpenApiVO) GetMaxSsids6GOk() (*int32, bool)
GetMaxSsids6GOk returns a tuple with the MaxSsids6G field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMaxSsids6G
func (o *WlanGroupGridOpenApiVO) SetMaxSsids6G(v int32)
SetMaxSsids6G sets MaxSsids6G field to given value.
HasMaxSsids6G
func (o *WlanGroupGridOpenApiVO) HasMaxSsids6G() bool
HasMaxSsids6G returns a boolean if a field has been set.
GetMaxSsidsMlo
func (o *WlanGroupGridOpenApiVO) GetMaxSsidsMlo() int32
GetMaxSsidsMlo returns the MaxSsidsMlo field if non-nil, zero value otherwise.
GetMaxSsidsMloOk
func (o *WlanGroupGridOpenApiVO) GetMaxSsidsMloOk() (*int32, bool)
GetMaxSsidsMloOk returns a tuple with the MaxSsidsMlo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMaxSsidsMlo
func (o *WlanGroupGridOpenApiVO) SetMaxSsidsMlo(v int32)
SetMaxSsidsMlo sets MaxSsidsMlo field to given value.
HasMaxSsidsMlo
func (o *WlanGroupGridOpenApiVO) HasMaxSsidsMlo() bool
HasMaxSsidsMlo returns a boolean if a field has been set.