Skip to content

ArpDetectStatusVO

Properties

Name Type Description Notes
ArpDetectEnable Pointer to bool Whether open the arp detect switch. [optional]
SnoopForEntryEnable Pointer to bool Whether open the snoop for entry. [optional]

Methods

NewArpDetectStatusVO

func NewArpDetectStatusVO() *ArpDetectStatusVO

NewArpDetectStatusVO instantiates a new ArpDetectStatusVO 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

NewArpDetectStatusVOWithDefaults

func NewArpDetectStatusVOWithDefaults() *ArpDetectStatusVO

NewArpDetectStatusVOWithDefaults instantiates a new ArpDetectStatusVO 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

GetArpDetectEnable

func (o *ArpDetectStatusVO) GetArpDetectEnable() bool

GetArpDetectEnable returns the ArpDetectEnable field if non-nil, zero value otherwise.

GetArpDetectEnableOk

func (o *ArpDetectStatusVO) GetArpDetectEnableOk() (*bool, bool)

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

SetArpDetectEnable

func (o *ArpDetectStatusVO) SetArpDetectEnable(v bool)

SetArpDetectEnable sets ArpDetectEnable field to given value.

HasArpDetectEnable

func (o *ArpDetectStatusVO) HasArpDetectEnable() bool

HasArpDetectEnable returns a boolean if a field has been set.

GetSnoopForEntryEnable

func (o *ArpDetectStatusVO) GetSnoopForEntryEnable() bool

GetSnoopForEntryEnable returns the SnoopForEntryEnable field if non-nil, zero value otherwise.

GetSnoopForEntryEnableOk

func (o *ArpDetectStatusVO) GetSnoopForEntryEnableOk() (*bool, bool)

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

SetSnoopForEntryEnable

func (o *ArpDetectStatusVO) SetSnoopForEntryEnable(v bool)

SetSnoopForEntryEnable sets SnoopForEntryEnable field to given value.

HasSnoopForEntryEnable

func (o *ArpDetectStatusVO) HasSnoopForEntryEnable() bool

HasSnoopForEntryEnable returns a boolean if a field has been set.

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