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 "bios.TokenSettings"] |
ObjectType | string | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to "bios.TokenSettings"] |
IsAssigned | Pointer to string | Value that represents if the BIOS configuration is active. Possible values are "yes" and "no". | [optional] [readonly] |
Serial | Pointer to string | Parent server serial number. | [optional] |
SettingsMoRn | Pointer to string | BIOS configuration name as found in dn. Possible values are "ADDDC-Sparing", "Maximum-Performance", "Partial-Mirror-mode-1LM", "Mirror-Mode-1LM", "Mirroring", "Lockstep", "Sparing", "Platform-Default". | [optional] [readonly] |
ComputeBlade | Pointer to NullableComputeBladeRelationship | [optional] | |
ComputeRackUnit | Pointer to NullableComputeRackUnitRelationship | [optional] | |
InventoryDeviceInfo | Pointer to NullableInventoryDeviceInfoRelationship | [optional] | |
RegisteredDevice | Pointer to NullableAssetDeviceRegistrationRelationship | [optional] |
func NewBiosTokenSettings(classId string, objectType string, ) *BiosTokenSettings
NewBiosTokenSettings instantiates a new BiosTokenSettings 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 NewBiosTokenSettingsWithDefaults() *BiosTokenSettings
NewBiosTokenSettingsWithDefaults instantiates a new BiosTokenSettings 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 *BiosTokenSettings) GetClassId() string
GetClassId returns the ClassId field if non-nil, zero value otherwise.
func (o *BiosTokenSettings) 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 *BiosTokenSettings) SetClassId(v string)
SetClassId sets ClassId field to given value.
func (o *BiosTokenSettings) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *BiosTokenSettings) 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 *BiosTokenSettings) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *BiosTokenSettings) GetIsAssigned() string
GetIsAssigned returns the IsAssigned field if non-nil, zero value otherwise.
func (o *BiosTokenSettings) GetIsAssignedOk() (*string, bool)
GetIsAssignedOk returns a tuple with the IsAssigned field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BiosTokenSettings) SetIsAssigned(v string)
SetIsAssigned sets IsAssigned field to given value.
func (o *BiosTokenSettings) HasIsAssigned() bool
HasIsAssigned returns a boolean if a field has been set.
func (o *BiosTokenSettings) GetSerial() string
GetSerial returns the Serial field if non-nil, zero value otherwise.
func (o *BiosTokenSettings) GetSerialOk() (*string, bool)
GetSerialOk returns a tuple with the Serial field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BiosTokenSettings) SetSerial(v string)
SetSerial sets Serial field to given value.
func (o *BiosTokenSettings) HasSerial() bool
HasSerial returns a boolean if a field has been set.
func (o *BiosTokenSettings) GetSettingsMoRn() string
GetSettingsMoRn returns the SettingsMoRn field if non-nil, zero value otherwise.
func (o *BiosTokenSettings) GetSettingsMoRnOk() (*string, bool)
GetSettingsMoRnOk returns a tuple with the SettingsMoRn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BiosTokenSettings) SetSettingsMoRn(v string)
SetSettingsMoRn sets SettingsMoRn field to given value.
func (o *BiosTokenSettings) HasSettingsMoRn() bool
HasSettingsMoRn returns a boolean if a field has been set.
func (o *BiosTokenSettings) GetComputeBlade() ComputeBladeRelationship
GetComputeBlade returns the ComputeBlade field if non-nil, zero value otherwise.
func (o *BiosTokenSettings) GetComputeBladeOk() (*ComputeBladeRelationship, bool)
GetComputeBladeOk returns a tuple with the ComputeBlade field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BiosTokenSettings) SetComputeBlade(v ComputeBladeRelationship)
SetComputeBlade sets ComputeBlade field to given value.
func (o *BiosTokenSettings) HasComputeBlade() bool
HasComputeBlade returns a boolean if a field has been set.
func (o *BiosTokenSettings) SetComputeBladeNil(b bool)
SetComputeBladeNil sets the value for ComputeBlade to be an explicit nil
func (o *BiosTokenSettings) UnsetComputeBlade()
UnsetComputeBlade ensures that no value is present for ComputeBlade, not even an explicit nil
func (o *BiosTokenSettings) GetComputeRackUnit() ComputeRackUnitRelationship
GetComputeRackUnit returns the ComputeRackUnit field if non-nil, zero value otherwise.
func (o *BiosTokenSettings) GetComputeRackUnitOk() (*ComputeRackUnitRelationship, bool)
GetComputeRackUnitOk returns a tuple with the ComputeRackUnit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BiosTokenSettings) SetComputeRackUnit(v ComputeRackUnitRelationship)
SetComputeRackUnit sets ComputeRackUnit field to given value.
func (o *BiosTokenSettings) HasComputeRackUnit() bool
HasComputeRackUnit returns a boolean if a field has been set.
func (o *BiosTokenSettings) SetComputeRackUnitNil(b bool)
SetComputeRackUnitNil sets the value for ComputeRackUnit to be an explicit nil
func (o *BiosTokenSettings) UnsetComputeRackUnit()
UnsetComputeRackUnit ensures that no value is present for ComputeRackUnit, not even an explicit nil
func (o *BiosTokenSettings) GetInventoryDeviceInfo() InventoryDeviceInfoRelationship
GetInventoryDeviceInfo returns the InventoryDeviceInfo field if non-nil, zero value otherwise.
func (o *BiosTokenSettings) 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 *BiosTokenSettings) SetInventoryDeviceInfo(v InventoryDeviceInfoRelationship)
SetInventoryDeviceInfo sets InventoryDeviceInfo field to given value.
func (o *BiosTokenSettings) HasInventoryDeviceInfo() bool
HasInventoryDeviceInfo returns a boolean if a field has been set.
func (o *BiosTokenSettings) SetInventoryDeviceInfoNil(b bool)
SetInventoryDeviceInfoNil sets the value for InventoryDeviceInfo to be an explicit nil
func (o *BiosTokenSettings) UnsetInventoryDeviceInfo()
UnsetInventoryDeviceInfo ensures that no value is present for InventoryDeviceInfo, not even an explicit nil
func (o *BiosTokenSettings) GetRegisteredDevice() AssetDeviceRegistrationRelationship
GetRegisteredDevice returns the RegisteredDevice field if non-nil, zero value otherwise.
func (o *BiosTokenSettings) 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 *BiosTokenSettings) SetRegisteredDevice(v AssetDeviceRegistrationRelationship)
SetRegisteredDevice sets RegisteredDevice field to given value.
func (o *BiosTokenSettings) HasRegisteredDevice() bool
HasRegisteredDevice returns a boolean if a field has been set.
func (o *BiosTokenSettings) SetRegisteredDeviceNil(b bool)
SetRegisteredDeviceNil sets the value for RegisteredDevice to be an explicit nil
func (o *BiosTokenSettings) UnsetRegisteredDevice()
UnsetRegisteredDevice ensures that no value is present for RegisteredDevice, not even an explicit nil