Skip to content

AutoSelectDevicesForVlanVO

Properties

Name Type Description Notes
DeviceList Pointer to []AutoSelectDeviceForVlanVO Auto select device list. [optional]

Methods

NewAutoSelectDevicesForVlanVO

func NewAutoSelectDevicesForVlanVO() *AutoSelectDevicesForVlanVO

NewAutoSelectDevicesForVlanVO instantiates a new AutoSelectDevicesForVlanVO 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

NewAutoSelectDevicesForVlanVOWithDefaults

func NewAutoSelectDevicesForVlanVOWithDefaults() *AutoSelectDevicesForVlanVO

NewAutoSelectDevicesForVlanVOWithDefaults instantiates a new AutoSelectDevicesForVlanVO 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

GetDeviceList

func (o *AutoSelectDevicesForVlanVO) GetDeviceList() []AutoSelectDeviceForVlanVO

GetDeviceList returns the DeviceList field if non-nil, zero value otherwise.

GetDeviceListOk

func (o *AutoSelectDevicesForVlanVO) GetDeviceListOk() (*[]AutoSelectDeviceForVlanVO, bool)

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

SetDeviceList

func (o *AutoSelectDevicesForVlanVO) SetDeviceList(v []AutoSelectDeviceForVlanVO)

SetDeviceList sets DeviceList field to given value.

HasDeviceList

func (o *AutoSelectDevicesForVlanVO) HasDeviceList() bool

HasDeviceList returns a boolean if a field has been set.

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