Skip to content

VlanInterfaceOpenApiVO

Properties

Name Type Description Notes
VlanId Pointer to int32 Vlan ID [optional]
VlanInterfaceId Pointer to string Vlan Interface ID [optional]
VlanInterfaceName Pointer to string Vlan Interface Name [optional]

Methods

NewVlanInterfaceOpenApiVO

func NewVlanInterfaceOpenApiVO() *VlanInterfaceOpenApiVO

NewVlanInterfaceOpenApiVO instantiates a new VlanInterfaceOpenApiVO 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

NewVlanInterfaceOpenApiVOWithDefaults

func NewVlanInterfaceOpenApiVOWithDefaults() *VlanInterfaceOpenApiVO

NewVlanInterfaceOpenApiVOWithDefaults instantiates a new VlanInterfaceOpenApiVO 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

GetVlanId

func (o *VlanInterfaceOpenApiVO) GetVlanId() int32

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

GetVlanIdOk

func (o *VlanInterfaceOpenApiVO) 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 *VlanInterfaceOpenApiVO) SetVlanId(v int32)

SetVlanId sets VlanId field to given value.

HasVlanId

func (o *VlanInterfaceOpenApiVO) HasVlanId() bool

HasVlanId returns a boolean if a field has been set.

GetVlanInterfaceId

func (o *VlanInterfaceOpenApiVO) GetVlanInterfaceId() string

GetVlanInterfaceId returns the VlanInterfaceId field if non-nil, zero value otherwise.

GetVlanInterfaceIdOk

func (o *VlanInterfaceOpenApiVO) GetVlanInterfaceIdOk() (*string, bool)

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

SetVlanInterfaceId

func (o *VlanInterfaceOpenApiVO) SetVlanInterfaceId(v string)

SetVlanInterfaceId sets VlanInterfaceId field to given value.

HasVlanInterfaceId

func (o *VlanInterfaceOpenApiVO) HasVlanInterfaceId() bool

HasVlanInterfaceId returns a boolean if a field has been set.

GetVlanInterfaceName

func (o *VlanInterfaceOpenApiVO) GetVlanInterfaceName() string

GetVlanInterfaceName returns the VlanInterfaceName field if non-nil, zero value otherwise.

GetVlanInterfaceNameOk

func (o *VlanInterfaceOpenApiVO) GetVlanInterfaceNameOk() (*string, bool)

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

SetVlanInterfaceName

func (o *VlanInterfaceOpenApiVO) SetVlanInterfaceName(v string)

SetVlanInterfaceName sets VlanInterfaceName field to given value.

HasVlanInterfaceName

func (o *VlanInterfaceOpenApiVO) HasVlanInterfaceName() bool

HasVlanInterfaceName returns a boolean if a field has been set.

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