VlanNetworkIdListVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| NetworkIdList | Pointer to []string | Network ID list | [optional] |
Methods
NewVlanNetworkIdListVO
func NewVlanNetworkIdListVO() *VlanNetworkIdListVO
NewVlanNetworkIdListVO instantiates a new VlanNetworkIdListVO 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
NewVlanNetworkIdListVOWithDefaults
func NewVlanNetworkIdListVOWithDefaults() *VlanNetworkIdListVO
NewVlanNetworkIdListVOWithDefaults instantiates a new VlanNetworkIdListVO 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
GetNetworkIdList
func (o *VlanNetworkIdListVO) GetNetworkIdList() []string
GetNetworkIdList returns the NetworkIdList field if non-nil, zero value otherwise.
GetNetworkIdListOk
func (o *VlanNetworkIdListVO) GetNetworkIdListOk() (*[]string, bool)
GetNetworkIdListOk returns a tuple with the NetworkIdList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNetworkIdList
func (o *VlanNetworkIdListVO) SetNetworkIdList(v []string)
SetNetworkIdList sets NetworkIdList field to given value.
HasNetworkIdList
func (o *VlanNetworkIdListVO) HasNetworkIdList() bool
HasNetworkIdList returns a boolean if a field has been set.