Skip to content

LanNetworkEntryVO

Properties

Name Type Description Notes
NetworkId Pointer to string [optional]
VlanId Pointer to int32 [optional]

Methods

NewLanNetworkEntryVO

func NewLanNetworkEntryVO() *LanNetworkEntryVO

NewLanNetworkEntryVO instantiates a new LanNetworkEntryVO 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

NewLanNetworkEntryVOWithDefaults

func NewLanNetworkEntryVOWithDefaults() *LanNetworkEntryVO

NewLanNetworkEntryVOWithDefaults instantiates a new LanNetworkEntryVO 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

GetNetworkId

func (o *LanNetworkEntryVO) GetNetworkId() string

GetNetworkId returns the NetworkId field if non-nil, zero value otherwise.

GetNetworkIdOk

func (o *LanNetworkEntryVO) GetNetworkIdOk() (*string, bool)

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

SetNetworkId

func (o *LanNetworkEntryVO) SetNetworkId(v string)

SetNetworkId sets NetworkId field to given value.

HasNetworkId

func (o *LanNetworkEntryVO) HasNetworkId() bool

HasNetworkId returns a boolean if a field has been set.

GetVlanId

func (o *LanNetworkEntryVO) GetVlanId() int32

GetVlanId returns the VlanId field if non-nil, zero value otherwise.

GetVlanIdOk

func (o *LanNetworkEntryVO) GetVlanIdOk() (*int32, bool)

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

SetVlanId

func (o *LanNetworkEntryVO) SetVlanId(v int32)

SetVlanId sets VlanId field to given value.

HasVlanId

func (o *LanNetworkEntryVO) HasVlanId() bool

HasVlanId returns a boolean if a field has been set.

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