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.AdapterConfig"] |
ObjectType | string | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to "adapter.AdapterConfig"] |
DceInterfaceSettings | Pointer to []AdapterDceInterfaceSettings | [optional] | |
EthSettings | Pointer to NullableAdapterEthSettings | [optional] | |
FcSettings | Pointer to NullableAdapterFcSettings | [optional] | |
PhysicalNicModeSettings | Pointer to NullableAdapterPhysicalNicModeSettings | [optional] | |
PortChannelSettings | Pointer to NullableAdapterPortChannelSettings | [optional] | |
SlotId | Pointer to string | PCIe slot where the VIC adapter is installed. Supported values are (1-15) and MLOM. | [optional] |
func NewAdapterAdapterConfig(classId string, objectType string, ) *AdapterAdapterConfig
NewAdapterAdapterConfig instantiates a new AdapterAdapterConfig 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 NewAdapterAdapterConfigWithDefaults() *AdapterAdapterConfig
NewAdapterAdapterConfigWithDefaults instantiates a new AdapterAdapterConfig 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 *AdapterAdapterConfig) GetClassId() string
GetClassId returns the ClassId field if non-nil, zero value otherwise.
func (o *AdapterAdapterConfig) 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 *AdapterAdapterConfig) SetClassId(v string)
SetClassId sets ClassId field to given value.
func (o *AdapterAdapterConfig) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *AdapterAdapterConfig) 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 *AdapterAdapterConfig) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *AdapterAdapterConfig) GetDceInterfaceSettings() []AdapterDceInterfaceSettings
GetDceInterfaceSettings returns the DceInterfaceSettings field if non-nil, zero value otherwise.
func (o *AdapterAdapterConfig) GetDceInterfaceSettingsOk() (*[]AdapterDceInterfaceSettings, bool)
GetDceInterfaceSettingsOk returns a tuple with the DceInterfaceSettings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdapterAdapterConfig) SetDceInterfaceSettings(v []AdapterDceInterfaceSettings)
SetDceInterfaceSettings sets DceInterfaceSettings field to given value.
func (o *AdapterAdapterConfig) HasDceInterfaceSettings() bool
HasDceInterfaceSettings returns a boolean if a field has been set.
func (o *AdapterAdapterConfig) SetDceInterfaceSettingsNil(b bool)
SetDceInterfaceSettingsNil sets the value for DceInterfaceSettings to be an explicit nil
func (o *AdapterAdapterConfig) UnsetDceInterfaceSettings()
UnsetDceInterfaceSettings ensures that no value is present for DceInterfaceSettings, not even an explicit nil
func (o *AdapterAdapterConfig) GetEthSettings() AdapterEthSettings
GetEthSettings returns the EthSettings field if non-nil, zero value otherwise.
func (o *AdapterAdapterConfig) GetEthSettingsOk() (*AdapterEthSettings, bool)
GetEthSettingsOk returns a tuple with the EthSettings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdapterAdapterConfig) SetEthSettings(v AdapterEthSettings)
SetEthSettings sets EthSettings field to given value.
func (o *AdapterAdapterConfig) HasEthSettings() bool
HasEthSettings returns a boolean if a field has been set.
func (o *AdapterAdapterConfig) SetEthSettingsNil(b bool)
SetEthSettingsNil sets the value for EthSettings to be an explicit nil
func (o *AdapterAdapterConfig) UnsetEthSettings()
UnsetEthSettings ensures that no value is present for EthSettings, not even an explicit nil
func (o *AdapterAdapterConfig) GetFcSettings() AdapterFcSettings
GetFcSettings returns the FcSettings field if non-nil, zero value otherwise.
func (o *AdapterAdapterConfig) GetFcSettingsOk() (*AdapterFcSettings, bool)
GetFcSettingsOk returns a tuple with the FcSettings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdapterAdapterConfig) SetFcSettings(v AdapterFcSettings)
SetFcSettings sets FcSettings field to given value.
func (o *AdapterAdapterConfig) HasFcSettings() bool
HasFcSettings returns a boolean if a field has been set.
func (o *AdapterAdapterConfig) SetFcSettingsNil(b bool)
SetFcSettingsNil sets the value for FcSettings to be an explicit nil
func (o *AdapterAdapterConfig) UnsetFcSettings()
UnsetFcSettings ensures that no value is present for FcSettings, not even an explicit nil
func (o *AdapterAdapterConfig) GetPhysicalNicModeSettings() AdapterPhysicalNicModeSettings
GetPhysicalNicModeSettings returns the PhysicalNicModeSettings field if non-nil, zero value otherwise.
func (o *AdapterAdapterConfig) GetPhysicalNicModeSettingsOk() (*AdapterPhysicalNicModeSettings, bool)
GetPhysicalNicModeSettingsOk returns a tuple with the PhysicalNicModeSettings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdapterAdapterConfig) SetPhysicalNicModeSettings(v AdapterPhysicalNicModeSettings)
SetPhysicalNicModeSettings sets PhysicalNicModeSettings field to given value.
func (o *AdapterAdapterConfig) HasPhysicalNicModeSettings() bool
HasPhysicalNicModeSettings returns a boolean if a field has been set.
func (o *AdapterAdapterConfig) SetPhysicalNicModeSettingsNil(b bool)
SetPhysicalNicModeSettingsNil sets the value for PhysicalNicModeSettings to be an explicit nil
func (o *AdapterAdapterConfig) UnsetPhysicalNicModeSettings()
UnsetPhysicalNicModeSettings ensures that no value is present for PhysicalNicModeSettings, not even an explicit nil
func (o *AdapterAdapterConfig) GetPortChannelSettings() AdapterPortChannelSettings
GetPortChannelSettings returns the PortChannelSettings field if non-nil, zero value otherwise.
func (o *AdapterAdapterConfig) GetPortChannelSettingsOk() (*AdapterPortChannelSettings, bool)
GetPortChannelSettingsOk returns a tuple with the PortChannelSettings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdapterAdapterConfig) SetPortChannelSettings(v AdapterPortChannelSettings)
SetPortChannelSettings sets PortChannelSettings field to given value.
func (o *AdapterAdapterConfig) HasPortChannelSettings() bool
HasPortChannelSettings returns a boolean if a field has been set.
func (o *AdapterAdapterConfig) SetPortChannelSettingsNil(b bool)
SetPortChannelSettingsNil sets the value for PortChannelSettings to be an explicit nil
func (o *AdapterAdapterConfig) UnsetPortChannelSettings()
UnsetPortChannelSettings ensures that no value is present for PortChannelSettings, not even an explicit nil
func (o *AdapterAdapterConfig) GetSlotId() string
GetSlotId returns the SlotId field if non-nil, zero value otherwise.
func (o *AdapterAdapterConfig) GetSlotIdOk() (*string, bool)
GetSlotIdOk returns a tuple with the SlotId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdapterAdapterConfig) SetSlotId(v string)
SetSlotId sets SlotId field to given value.
func (o *AdapterAdapterConfig) HasSlotId() bool
HasSlotId returns a boolean if a field has been set.