Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int64 | The resource identifier. | [optional] |
Type | Pointer to string | The resource type. | [optional] [readonly] |
Device | Pointer to DiscoveredDevice | [optional] [readonly] | |
Address | Pointer to string | [optional] [readonly] | |
MacAddress | Pointer to string | [optional] [readonly] | |
Interface | Pointer to DiscoveredInterface | [optional] [readonly] | |
Name | Pointer to string | [optional] [readonly] | |
Description | Pointer to string | [optional] [readonly] | |
InterfaceIndex | Pointer to int32 | [optional] [readonly] | |
Speed | Pointer to int32 | [optional] [readonly] | |
Connector | Pointer to string | [optional] [readonly] | |
Alias | Pointer to string | [optional] [readonly] | |
PortMode | Pointer to string | [optional] [readonly] | |
Range | Pointer to string | [optional] [readonly] | |
Location | Pointer to string | [optional] [readonly] | |
VlanId | Pointer to int32 | [optional] [readonly] |
func NewGetReconciliationPolicyDiscoveredDevices200Response1DataInner() *GetReconciliationPolicyDiscoveredDevices200Response1DataInner
NewGetReconciliationPolicyDiscoveredDevices200Response1DataInner instantiates a new GetReconciliationPolicyDiscoveredDevices200Response1DataInner 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 NewGetReconciliationPolicyDiscoveredDevices200Response1DataInnerWithDefaults() *GetReconciliationPolicyDiscoveredDevices200Response1DataInner
NewGetReconciliationPolicyDiscoveredDevices200Response1DataInnerWithDefaults instantiates a new GetReconciliationPolicyDiscoveredDevices200Response1DataInner 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 *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) SetId(v int64)
SetId sets Id field to given value.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) 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 *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) SetType(v string)
SetType sets Type field to given value.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) HasType() bool
HasType returns a boolean if a field has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetDevice() DiscoveredDevice
GetDevice returns the Device field if non-nil, zero value otherwise.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) 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 *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) SetDevice(v DiscoveredDevice)
SetDevice sets Device field to given value.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) HasDevice() bool
HasDevice returns a boolean if a field has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetMacAddress() string
GetMacAddress returns the MacAddress field if non-nil, zero value otherwise.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) 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 *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) SetMacAddress(v string)
SetMacAddress sets MacAddress field to given value.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) HasMacAddress() bool
HasMacAddress returns a boolean if a field has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetInterface() DiscoveredInterface
GetInterface returns the Interface field if non-nil, zero value otherwise.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetInterfaceOk() (*DiscoveredInterface, bool)
GetInterfaceOk returns a tuple with the Interface field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) SetInterface(v DiscoveredInterface)
SetInterface sets Interface field to given value.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) HasInterface() bool
HasInterface returns a boolean if a field has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) 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 *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) SetName(v string)
SetName sets Name field to given value.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) HasName() bool
HasName returns a boolean if a field has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) 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 *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetInterfaceIndex() int32
GetInterfaceIndex returns the InterfaceIndex field if non-nil, zero value otherwise.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) 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 *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) SetInterfaceIndex(v int32)
SetInterfaceIndex sets InterfaceIndex field to given value.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) HasInterfaceIndex() bool
HasInterfaceIndex returns a boolean if a field has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetSpeed() int32
GetSpeed returns the Speed field if non-nil, zero value otherwise.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) 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 *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) SetSpeed(v int32)
SetSpeed sets Speed field to given value.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) HasSpeed() bool
HasSpeed returns a boolean if a field has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetConnector() string
GetConnector returns the Connector field if non-nil, zero value otherwise.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) 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 *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) SetConnector(v string)
SetConnector sets Connector field to given value.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) HasConnector() bool
HasConnector returns a boolean if a field has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetAlias() string
GetAlias returns the Alias field if non-nil, zero value otherwise.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) 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 *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) SetAlias(v string)
SetAlias sets Alias field to given value.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) HasAlias() bool
HasAlias returns a boolean if a field has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetPortMode() string
GetPortMode returns the PortMode field if non-nil, zero value otherwise.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetPortModeOk() (*string, bool)
GetPortModeOk returns a tuple with the PortMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) SetPortMode(v string)
SetPortMode sets PortMode field to given value.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) HasPortMode() bool
HasPortMode returns a boolean if a field has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetRange() string
GetRange returns the Range field if non-nil, zero value otherwise.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetRangeOk() (*string, bool)
GetRangeOk returns a tuple with the Range field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) SetRange(v string)
SetRange sets Range field to given value.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) HasRange() bool
HasRange returns a boolean if a field has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetLocation() string
GetLocation returns the Location field if non-nil, zero value otherwise.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) SetLocation(v string)
SetLocation sets Location field to given value.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetVlanId() int32
GetVlanId returns the VlanId field if non-nil, zero value otherwise.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) GetVlanIdOk() (*int32, bool)
GetVlanIdOk returns a tuple with the VlanId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) SetVlanId(v int32)
SetVlanId sets VlanId field to given value.
func (o *GetReconciliationPolicyDiscoveredDevices200Response1DataInner) HasVlanId() bool
HasVlanId returns a boolean if a field has been set.