SsidMacFilterOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MacFilterEnable | Pointer to bool | SSID MAC Filter global config status. True: enable, false: disable. | [optional] |
| MacFilterId | Pointer to string | This field represents MAC Group Profile ID. MAC Group Profile can be created using Create a new group profile interface, and MAC Group Profile ID can be obtained from Get group profile list by type interface. | [optional] |
| OuiProfileIdList | Pointer to []string | This field represents OUI Profile ID list. OUI Profile can be created using Create OUI profile interface, and OUI Profile ID can be obtained from Get OUI profile summary list interface. | [optional] |
| Policy | Pointer to int32 | SSID MAC Filter policy config mode; It should be a value as follows: 0: Deny List, 1: Allow List. | [optional] |
Methods
NewSsidMacFilterOpenApiVO
func NewSsidMacFilterOpenApiVO() *SsidMacFilterOpenApiVO
NewSsidMacFilterOpenApiVO instantiates a new SsidMacFilterOpenApiVO 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
NewSsidMacFilterOpenApiVOWithDefaults
func NewSsidMacFilterOpenApiVOWithDefaults() *SsidMacFilterOpenApiVO
NewSsidMacFilterOpenApiVOWithDefaults instantiates a new SsidMacFilterOpenApiVO 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
GetMacFilterEnable
func (o *SsidMacFilterOpenApiVO) GetMacFilterEnable() bool
GetMacFilterEnable returns the MacFilterEnable field if non-nil, zero value otherwise.
GetMacFilterEnableOk
func (o *SsidMacFilterOpenApiVO) GetMacFilterEnableOk() (*bool, bool)
GetMacFilterEnableOk returns a tuple with the MacFilterEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMacFilterEnable
func (o *SsidMacFilterOpenApiVO) SetMacFilterEnable(v bool)
SetMacFilterEnable sets MacFilterEnable field to given value.
HasMacFilterEnable
func (o *SsidMacFilterOpenApiVO) HasMacFilterEnable() bool
HasMacFilterEnable returns a boolean if a field has been set.
GetMacFilterId
func (o *SsidMacFilterOpenApiVO) GetMacFilterId() string
GetMacFilterId returns the MacFilterId field if non-nil, zero value otherwise.
GetMacFilterIdOk
func (o *SsidMacFilterOpenApiVO) GetMacFilterIdOk() (*string, bool)
GetMacFilterIdOk returns a tuple with the MacFilterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMacFilterId
func (o *SsidMacFilterOpenApiVO) SetMacFilterId(v string)
SetMacFilterId sets MacFilterId field to given value.
HasMacFilterId
func (o *SsidMacFilterOpenApiVO) HasMacFilterId() bool
HasMacFilterId returns a boolean if a field has been set.
GetOuiProfileIdList
func (o *SsidMacFilterOpenApiVO) GetOuiProfileIdList() []string
GetOuiProfileIdList returns the OuiProfileIdList field if non-nil, zero value otherwise.
GetOuiProfileIdListOk
func (o *SsidMacFilterOpenApiVO) GetOuiProfileIdListOk() (*[]string, bool)
GetOuiProfileIdListOk returns a tuple with the OuiProfileIdList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOuiProfileIdList
func (o *SsidMacFilterOpenApiVO) SetOuiProfileIdList(v []string)
SetOuiProfileIdList sets OuiProfileIdList field to given value.
HasOuiProfileIdList
func (o *SsidMacFilterOpenApiVO) HasOuiProfileIdList() bool
HasOuiProfileIdList returns a boolean if a field has been set.
GetPolicy
func (o *SsidMacFilterOpenApiVO) GetPolicy() int32
GetPolicy returns the Policy field if non-nil, zero value otherwise.
GetPolicyOk
func (o *SsidMacFilterOpenApiVO) GetPolicyOk() (*int32, bool)
GetPolicyOk returns a tuple with the Policy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPolicy
func (o *SsidMacFilterOpenApiVO) SetPolicy(v int32)
SetPolicy sets Policy field to given value.
HasPolicy
func (o *SsidMacFilterOpenApiVO) HasPolicy() bool
HasPolicy returns a boolean if a field has been set.