Name | Type | Description | Notes |
---|---|---|---|
Vid | int32 | [readonly] | |
Group | NullableVLANGroup | [readonly] |
func NewAvailableVLAN(vid int32, group NullableVLANGroup, ) *AvailableVLAN
NewAvailableVLAN instantiates a new AvailableVLAN 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
func NewAvailableVLANWithDefaults() *AvailableVLAN
NewAvailableVLANWithDefaults instantiates a new AvailableVLAN 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
func (o *AvailableVLAN) GetVid() int32
GetVid returns the Vid field if non-nil, zero value otherwise.
func (o *AvailableVLAN) GetVidOk() (*int32, bool)
GetVidOk returns a tuple with the Vid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AvailableVLAN) SetVid(v int32)
SetVid sets Vid field to given value.
func (o *AvailableVLAN) GetGroup() VLANGroup
GetGroup returns the Group field if non-nil, zero value otherwise.
func (o *AvailableVLAN) GetGroupOk() (*VLANGroup, bool)
GetGroupOk returns a tuple with the Group field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AvailableVLAN) SetGroup(v VLANGroup)
SetGroup sets Group field to given value.
func (o *AvailableVLAN) SetGroupNil(b bool)
SetGroupNil sets the value for Group to be an explicit nil
func (o *AvailableVLAN) UnsetGroup()
UnsetGroup ensures that no value is present for Group, not even an explicit nil