TopologyFilterDevicesVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DeviceMacs | Pointer to []string | Devices Macs. | [optional] |
Methods
NewTopologyFilterDevicesVO
func NewTopologyFilterDevicesVO() *TopologyFilterDevicesVO
NewTopologyFilterDevicesVO instantiates a new TopologyFilterDevicesVO 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
NewTopologyFilterDevicesVOWithDefaults
func NewTopologyFilterDevicesVOWithDefaults() *TopologyFilterDevicesVO
NewTopologyFilterDevicesVOWithDefaults instantiates a new TopologyFilterDevicesVO 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
GetDeviceMacs
func (o *TopologyFilterDevicesVO) GetDeviceMacs() []string
GetDeviceMacs returns the DeviceMacs field if non-nil, zero value otherwise.
GetDeviceMacsOk
func (o *TopologyFilterDevicesVO) GetDeviceMacsOk() (*[]string, bool)
GetDeviceMacsOk returns a tuple with the DeviceMacs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDeviceMacs
func (o *TopologyFilterDevicesVO) SetDeviceMacs(v []string)
SetDeviceMacs sets DeviceMacs field to given value.
HasDeviceMacs
func (o *TopologyFilterDevicesVO) HasDeviceMacs() bool
HasDeviceMacs returns a boolean if a field has been set.