Name | Type | Description | Notes |
---|---|---|---|
ClassId | string | The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. | [default to "adapter.HostIscsiInterface"] |
ObjectType | string | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to "adapter.HostIscsiInterface"] |
AdminState | Pointer to string | Admin Configured State of Host ISCSI Interface. | [optional] [readonly] |
EpDn | Pointer to string | The Endpoint Config Dn of the Host ISCSI Interface. | [optional] [readonly] |
HostIscsiInterfaceId | Pointer to int64 | Identifier of the Host ISCSI Interface. | [optional] [readonly] |
HostVisible | Pointer to string | The visibility of the Host to the endpoint. | [optional] [readonly] |
MacAddress | Pointer to string | MAC address of Host ISCSI Interface. | [optional] [readonly] |
Name | Pointer to string | Name of the Host ISCSI Interface. | [optional] [readonly] |
OperState | Pointer to string | Operational State of Host ISCSI Interface. | [optional] [readonly] |
Operability | Pointer to string | Operability status of Host ISCSI Interface. | [optional] [readonly] |
PeerDn | Pointer to string | PeerPort Dn of Host ISCSI Interface. | [optional] [readonly] |
AdapterUnit | Pointer to NullableAdapterUnitRelationship | [optional] | |
InventoryDeviceInfo | Pointer to NullableInventoryDeviceInfoRelationship | [optional] | |
RegisteredDevice | Pointer to NullableAssetDeviceRegistrationRelationship | [optional] |
func NewAdapterHostIscsiInterface(classId string, objectType string, ) *AdapterHostIscsiInterface
NewAdapterHostIscsiInterface instantiates a new AdapterHostIscsiInterface 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 NewAdapterHostIscsiInterfaceWithDefaults() *AdapterHostIscsiInterface
NewAdapterHostIscsiInterfaceWithDefaults instantiates a new AdapterHostIscsiInterface 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 *AdapterHostIscsiInterface) GetClassId() string
GetClassId returns the ClassId field if non-nil, zero value otherwise.
func (o *AdapterHostIscsiInterface) GetClassIdOk() (*string, bool)
GetClassIdOk returns a tuple with the ClassId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdapterHostIscsiInterface) SetClassId(v string)
SetClassId sets ClassId field to given value.
func (o *AdapterHostIscsiInterface) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *AdapterHostIscsiInterface) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdapterHostIscsiInterface) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *AdapterHostIscsiInterface) GetAdminState() string
GetAdminState returns the AdminState field if non-nil, zero value otherwise.
func (o *AdapterHostIscsiInterface) GetAdminStateOk() (*string, bool)
GetAdminStateOk returns a tuple with the AdminState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdapterHostIscsiInterface) SetAdminState(v string)
SetAdminState sets AdminState field to given value.
func (o *AdapterHostIscsiInterface) HasAdminState() bool
HasAdminState returns a boolean if a field has been set.
func (o *AdapterHostIscsiInterface) GetEpDn() string
GetEpDn returns the EpDn field if non-nil, zero value otherwise.
func (o *AdapterHostIscsiInterface) GetEpDnOk() (*string, bool)
GetEpDnOk returns a tuple with the EpDn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdapterHostIscsiInterface) SetEpDn(v string)
SetEpDn sets EpDn field to given value.
func (o *AdapterHostIscsiInterface) HasEpDn() bool
HasEpDn returns a boolean if a field has been set.
func (o *AdapterHostIscsiInterface) GetHostIscsiInterfaceId() int64
GetHostIscsiInterfaceId returns the HostIscsiInterfaceId field if non-nil, zero value otherwise.
func (o *AdapterHostIscsiInterface) GetHostIscsiInterfaceIdOk() (*int64, bool)
GetHostIscsiInterfaceIdOk returns a tuple with the HostIscsiInterfaceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdapterHostIscsiInterface) SetHostIscsiInterfaceId(v int64)
SetHostIscsiInterfaceId sets HostIscsiInterfaceId field to given value.
func (o *AdapterHostIscsiInterface) HasHostIscsiInterfaceId() bool
HasHostIscsiInterfaceId returns a boolean if a field has been set.
func (o *AdapterHostIscsiInterface) GetHostVisible() string
GetHostVisible returns the HostVisible field if non-nil, zero value otherwise.
func (o *AdapterHostIscsiInterface) GetHostVisibleOk() (*string, bool)
GetHostVisibleOk returns a tuple with the HostVisible field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdapterHostIscsiInterface) SetHostVisible(v string)
SetHostVisible sets HostVisible field to given value.
func (o *AdapterHostIscsiInterface) HasHostVisible() bool
HasHostVisible returns a boolean if a field has been set.
func (o *AdapterHostIscsiInterface) GetMacAddress() string
GetMacAddress returns the MacAddress field if non-nil, zero value otherwise.
func (o *AdapterHostIscsiInterface) 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 *AdapterHostIscsiInterface) SetMacAddress(v string)
SetMacAddress sets MacAddress field to given value.
func (o *AdapterHostIscsiInterface) HasMacAddress() bool
HasMacAddress returns a boolean if a field has been set.
func (o *AdapterHostIscsiInterface) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AdapterHostIscsiInterface) 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 *AdapterHostIscsiInterface) SetName(v string)
SetName sets Name field to given value.
func (o *AdapterHostIscsiInterface) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AdapterHostIscsiInterface) GetOperState() string
GetOperState returns the OperState field if non-nil, zero value otherwise.
func (o *AdapterHostIscsiInterface) GetOperStateOk() (*string, bool)
GetOperStateOk returns a tuple with the OperState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdapterHostIscsiInterface) SetOperState(v string)
SetOperState sets OperState field to given value.
func (o *AdapterHostIscsiInterface) HasOperState() bool
HasOperState returns a boolean if a field has been set.
func (o *AdapterHostIscsiInterface) GetOperability() string
GetOperability returns the Operability field if non-nil, zero value otherwise.
func (o *AdapterHostIscsiInterface) GetOperabilityOk() (*string, bool)
GetOperabilityOk returns a tuple with the Operability field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdapterHostIscsiInterface) SetOperability(v string)
SetOperability sets Operability field to given value.
func (o *AdapterHostIscsiInterface) HasOperability() bool
HasOperability returns a boolean if a field has been set.
func (o *AdapterHostIscsiInterface) GetPeerDn() string
GetPeerDn returns the PeerDn field if non-nil, zero value otherwise.
func (o *AdapterHostIscsiInterface) GetPeerDnOk() (*string, bool)
GetPeerDnOk returns a tuple with the PeerDn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdapterHostIscsiInterface) SetPeerDn(v string)
SetPeerDn sets PeerDn field to given value.
func (o *AdapterHostIscsiInterface) HasPeerDn() bool
HasPeerDn returns a boolean if a field has been set.
func (o *AdapterHostIscsiInterface) GetAdapterUnit() AdapterUnitRelationship
GetAdapterUnit returns the AdapterUnit field if non-nil, zero value otherwise.
func (o *AdapterHostIscsiInterface) GetAdapterUnitOk() (*AdapterUnitRelationship, bool)
GetAdapterUnitOk returns a tuple with the AdapterUnit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdapterHostIscsiInterface) SetAdapterUnit(v AdapterUnitRelationship)
SetAdapterUnit sets AdapterUnit field to given value.
func (o *AdapterHostIscsiInterface) HasAdapterUnit() bool
HasAdapterUnit returns a boolean if a field has been set.
func (o *AdapterHostIscsiInterface) SetAdapterUnitNil(b bool)
SetAdapterUnitNil sets the value for AdapterUnit to be an explicit nil
func (o *AdapterHostIscsiInterface) UnsetAdapterUnit()
UnsetAdapterUnit ensures that no value is present for AdapterUnit, not even an explicit nil
func (o *AdapterHostIscsiInterface) GetInventoryDeviceInfo() InventoryDeviceInfoRelationship
GetInventoryDeviceInfo returns the InventoryDeviceInfo field if non-nil, zero value otherwise.
func (o *AdapterHostIscsiInterface) GetInventoryDeviceInfoOk() (*InventoryDeviceInfoRelationship, bool)
GetInventoryDeviceInfoOk returns a tuple with the InventoryDeviceInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdapterHostIscsiInterface) SetInventoryDeviceInfo(v InventoryDeviceInfoRelationship)
SetInventoryDeviceInfo sets InventoryDeviceInfo field to given value.
func (o *AdapterHostIscsiInterface) HasInventoryDeviceInfo() bool
HasInventoryDeviceInfo returns a boolean if a field has been set.
func (o *AdapterHostIscsiInterface) SetInventoryDeviceInfoNil(b bool)
SetInventoryDeviceInfoNil sets the value for InventoryDeviceInfo to be an explicit nil
func (o *AdapterHostIscsiInterface) UnsetInventoryDeviceInfo()
UnsetInventoryDeviceInfo ensures that no value is present for InventoryDeviceInfo, not even an explicit nil
func (o *AdapterHostIscsiInterface) GetRegisteredDevice() AssetDeviceRegistrationRelationship
GetRegisteredDevice returns the RegisteredDevice field if non-nil, zero value otherwise.
func (o *AdapterHostIscsiInterface) GetRegisteredDeviceOk() (*AssetDeviceRegistrationRelationship, bool)
GetRegisteredDeviceOk returns a tuple with the RegisteredDevice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdapterHostIscsiInterface) SetRegisteredDevice(v AssetDeviceRegistrationRelationship)
SetRegisteredDevice sets RegisteredDevice field to given value.
func (o *AdapterHostIscsiInterface) HasRegisteredDevice() bool
HasRegisteredDevice returns a boolean if a field has been set.
func (o *AdapterHostIscsiInterface) SetRegisteredDeviceNil(b bool)
SetRegisteredDeviceNil sets the value for RegisteredDevice to be an explicit nil
func (o *AdapterHostIscsiInterface) UnsetRegisteredDevice()
UnsetRegisteredDevice ensures that no value is present for RegisteredDevice, not even an explicit nil