Dot1xEapPortInfoOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Dot1xEnable | Pointer to bool | 802.1x enable status | [optional] |
| MabEnable | Pointer to bool | MAB enable status | [optional] |
| Port | Pointer to string | Port number | [optional] |
Methods
NewDot1xEapPortInfoOpenApiVO
func NewDot1xEapPortInfoOpenApiVO() *Dot1xEapPortInfoOpenApiVO
NewDot1xEapPortInfoOpenApiVO instantiates a new Dot1xEapPortInfoOpenApiVO 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
NewDot1xEapPortInfoOpenApiVOWithDefaults
func NewDot1xEapPortInfoOpenApiVOWithDefaults() *Dot1xEapPortInfoOpenApiVO
NewDot1xEapPortInfoOpenApiVOWithDefaults instantiates a new Dot1xEapPortInfoOpenApiVO 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
GetDot1xEnable
func (o *Dot1xEapPortInfoOpenApiVO) GetDot1xEnable() bool
GetDot1xEnable returns the Dot1xEnable field if non-nil, zero value otherwise.
GetDot1xEnableOk
func (o *Dot1xEapPortInfoOpenApiVO) GetDot1xEnableOk() (*bool, bool)
GetDot1xEnableOk returns a tuple with the Dot1xEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDot1xEnable
func (o *Dot1xEapPortInfoOpenApiVO) SetDot1xEnable(v bool)
SetDot1xEnable sets Dot1xEnable field to given value.
HasDot1xEnable
func (o *Dot1xEapPortInfoOpenApiVO) HasDot1xEnable() bool
HasDot1xEnable returns a boolean if a field has been set.
GetMabEnable
func (o *Dot1xEapPortInfoOpenApiVO) GetMabEnable() bool
GetMabEnable returns the MabEnable field if non-nil, zero value otherwise.
GetMabEnableOk
func (o *Dot1xEapPortInfoOpenApiVO) GetMabEnableOk() (*bool, bool)
GetMabEnableOk returns a tuple with the MabEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMabEnable
func (o *Dot1xEapPortInfoOpenApiVO) SetMabEnable(v bool)
SetMabEnable sets MabEnable field to given value.
HasMabEnable
func (o *Dot1xEapPortInfoOpenApiVO) HasMabEnable() bool
HasMabEnable returns a boolean if a field has been set.
GetPort
func (o *Dot1xEapPortInfoOpenApiVO) GetPort() string
GetPort returns the Port field if non-nil, zero value otherwise.
GetPortOk
func (o *Dot1xEapPortInfoOpenApiVO) GetPortOk() (*string, bool)
GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPort
func (o *Dot1xEapPortInfoOpenApiVO) SetPort(v string)
SetPort sets Port field to given value.
HasPort
func (o *Dot1xEapPortInfoOpenApiVO) HasPort() bool
HasPort returns a boolean if a field has been set.