Skip to content

DhcpSnoopStatusVO

Properties

Name Type Description Notes
DhcpSnoopEnable Pointer to bool Whether open the dhcp snoop switch. [optional]

Methods

NewDhcpSnoopStatusVO

func NewDhcpSnoopStatusVO() *DhcpSnoopStatusVO

NewDhcpSnoopStatusVO instantiates a new DhcpSnoopStatusVO 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

NewDhcpSnoopStatusVOWithDefaults

func NewDhcpSnoopStatusVOWithDefaults() *DhcpSnoopStatusVO

NewDhcpSnoopStatusVOWithDefaults instantiates a new DhcpSnoopStatusVO 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

GetDhcpSnoopEnable

func (o *DhcpSnoopStatusVO) GetDhcpSnoopEnable() bool

GetDhcpSnoopEnable returns the DhcpSnoopEnable field if non-nil, zero value otherwise.

GetDhcpSnoopEnableOk

func (o *DhcpSnoopStatusVO) GetDhcpSnoopEnableOk() (*bool, bool)

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

SetDhcpSnoopEnable

func (o *DhcpSnoopStatusVO) SetDhcpSnoopEnable(v bool)

SetDhcpSnoopEnable sets DhcpSnoopEnable field to given value.

HasDhcpSnoopEnable

func (o *DhcpSnoopStatusVO) HasDhcpSnoopEnable() bool

HasDhcpSnoopEnable returns a boolean if a field has been set.

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