Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to string | The resource type. | [optional] [readonly] |
Device | Pointer to DiscoveredDevice | [optional] [readonly] | |
Name | Pointer to string | [optional] [readonly] | |
Description | Pointer to string | [optional] [readonly] | |
InterfaceIndex | Pointer to int32 | [optional] [readonly] | |
MacAddress | Pointer to string | [optional] [readonly] | |
Speed | Pointer to int32 | [optional] [readonly] | |
Connector | Pointer to string | [optional] [readonly] | |
Alias | Pointer to string | [optional] [readonly] |
func NewDiscoveredInterface() *DiscoveredInterface
NewDiscoveredInterface instantiates a new DiscoveredInterface 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 NewDiscoveredInterfaceWithDefaults() *DiscoveredInterface
NewDiscoveredInterfaceWithDefaults instantiates a new DiscoveredInterface 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 *DiscoveredInterface) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *DiscoveredInterface) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DiscoveredInterface) SetType(v string)
SetType sets Type field to given value.
func (o *DiscoveredInterface) HasType() bool
HasType returns a boolean if a field has been set.
func (o *DiscoveredInterface) GetDevice() DiscoveredDevice
GetDevice returns the Device field if non-nil, zero value otherwise.
func (o *DiscoveredInterface) GetDeviceOk() (*DiscoveredDevice, bool)
GetDeviceOk returns a tuple with the Device field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DiscoveredInterface) SetDevice(v DiscoveredDevice)
SetDevice sets Device field to given value.
func (o *DiscoveredInterface) HasDevice() bool
HasDevice returns a boolean if a field has been set.
func (o *DiscoveredInterface) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DiscoveredInterface) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DiscoveredInterface) SetName(v string)
SetName sets Name field to given value.
func (o *DiscoveredInterface) HasName() bool
HasName returns a boolean if a field has been set.
func (o *DiscoveredInterface) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *DiscoveredInterface) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DiscoveredInterface) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *DiscoveredInterface) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *DiscoveredInterface) GetInterfaceIndex() int32
GetInterfaceIndex returns the InterfaceIndex field if non-nil, zero value otherwise.
func (o *DiscoveredInterface) GetInterfaceIndexOk() (*int32, bool)
GetInterfaceIndexOk returns a tuple with the InterfaceIndex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DiscoveredInterface) SetInterfaceIndex(v int32)
SetInterfaceIndex sets InterfaceIndex field to given value.
func (o *DiscoveredInterface) HasInterfaceIndex() bool
HasInterfaceIndex returns a boolean if a field has been set.
func (o *DiscoveredInterface) GetMacAddress() string
GetMacAddress returns the MacAddress field if non-nil, zero value otherwise.
func (o *DiscoveredInterface) GetMacAddressOk() (*string, bool)
GetMacAddressOk returns a tuple with the MacAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DiscoveredInterface) SetMacAddress(v string)
SetMacAddress sets MacAddress field to given value.
func (o *DiscoveredInterface) HasMacAddress() bool
HasMacAddress returns a boolean if a field has been set.
func (o *DiscoveredInterface) GetSpeed() int32
GetSpeed returns the Speed field if non-nil, zero value otherwise.
func (o *DiscoveredInterface) GetSpeedOk() (*int32, bool)
GetSpeedOk returns a tuple with the Speed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DiscoveredInterface) SetSpeed(v int32)
SetSpeed sets Speed field to given value.
func (o *DiscoveredInterface) HasSpeed() bool
HasSpeed returns a boolean if a field has been set.
func (o *DiscoveredInterface) GetConnector() string
GetConnector returns the Connector field if non-nil, zero value otherwise.
func (o *DiscoveredInterface) GetConnectorOk() (*string, bool)
GetConnectorOk returns a tuple with the Connector field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DiscoveredInterface) SetConnector(v string)
SetConnector sets Connector field to given value.
func (o *DiscoveredInterface) HasConnector() bool
HasConnector returns a boolean if a field has been set.
func (o *DiscoveredInterface) GetAlias() string
GetAlias returns the Alias field if non-nil, zero value otherwise.
func (o *DiscoveredInterface) GetAliasOk() (*string, bool)
GetAliasOk returns a tuple with the Alias field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DiscoveredInterface) SetAlias(v string)
SetAlias sets Alias field to given value.
func (o *DiscoveredInterface) HasAlias() bool
HasAlias returns a boolean if a field has been set.