DeviceInterfaces
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Interfaces | Pointer to []InterfaceInfo | [optional] |
Methods
NewDeviceInterfaces
func NewDeviceInterfaces() *DeviceInterfaces
NewDeviceInterfaces instantiates a new DeviceInterfaces 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
NewDeviceInterfacesWithDefaults
func NewDeviceInterfacesWithDefaults() *DeviceInterfaces
NewDeviceInterfacesWithDefaults instantiates a new DeviceInterfaces 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
GetInterfaces
func (o *DeviceInterfaces) GetInterfaces() []InterfaceInfo
GetInterfaces returns the Interfaces field if non-nil, zero value otherwise.
GetInterfacesOk
func (o *DeviceInterfaces) GetInterfacesOk() (*[]InterfaceInfo, bool)
GetInterfacesOk returns a tuple with the Interfaces field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetInterfaces
func (o *DeviceInterfaces) SetInterfaces(v []InterfaceInfo)
SetInterfaces sets Interfaces field to given value.
HasInterfaces
func (o *DeviceInterfaces) HasInterfaces() bool
HasInterfaces returns a boolean if a field has been set.