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.Unit"] |
ObjectType | string | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to "bios.Unit"] |
InitSeq | Pointer to string | The initSeq of the equipment. | [optional] [readonly] |
InitTs | Pointer to string | The initTs of the equipment. | [optional] [readonly] |
ComputeBlade | Pointer to NullableComputeBladeRelationship | [optional] | |
ComputeRackUnit | Pointer to NullableComputeRackUnitRelationship | [optional] | |
InventoryDeviceInfo | Pointer to NullableInventoryDeviceInfoRelationship | [optional] | |
RegisteredDevice | Pointer to NullableAssetDeviceRegistrationRelationship | [optional] | |
RunningFirmware | Pointer to []FirmwareRunningFirmwareRelationship | An array of relationships to firmwareRunningFirmware resources. | [optional] [readonly] |
SystemBootOrder | Pointer to NullableBiosSystemBootOrderRelationship | [optional] |
func NewBiosUnit(classId string, objectType string, ) *BiosUnit
NewBiosUnit instantiates a new BiosUnit 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 NewBiosUnitWithDefaults() *BiosUnit
NewBiosUnitWithDefaults instantiates a new BiosUnit 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 *BiosUnit) GetClassId() string
GetClassId returns the ClassId field if non-nil, zero value otherwise.
func (o *BiosUnit) 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 *BiosUnit) SetClassId(v string)
SetClassId sets ClassId field to given value.
func (o *BiosUnit) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *BiosUnit) 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 *BiosUnit) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *BiosUnit) GetInitSeq() string
GetInitSeq returns the InitSeq field if non-nil, zero value otherwise.
func (o *BiosUnit) GetInitSeqOk() (*string, bool)
GetInitSeqOk returns a tuple with the InitSeq field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BiosUnit) SetInitSeq(v string)
SetInitSeq sets InitSeq field to given value.
func (o *BiosUnit) HasInitSeq() bool
HasInitSeq returns a boolean if a field has been set.
func (o *BiosUnit) GetInitTs() string
GetInitTs returns the InitTs field if non-nil, zero value otherwise.
func (o *BiosUnit) GetInitTsOk() (*string, bool)
GetInitTsOk returns a tuple with the InitTs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BiosUnit) SetInitTs(v string)
SetInitTs sets InitTs field to given value.
func (o *BiosUnit) HasInitTs() bool
HasInitTs returns a boolean if a field has been set.
func (o *BiosUnit) GetComputeBlade() ComputeBladeRelationship
GetComputeBlade returns the ComputeBlade field if non-nil, zero value otherwise.
func (o *BiosUnit) 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 *BiosUnit) SetComputeBlade(v ComputeBladeRelationship)
SetComputeBlade sets ComputeBlade field to given value.
func (o *BiosUnit) HasComputeBlade() bool
HasComputeBlade returns a boolean if a field has been set.
func (o *BiosUnit) SetComputeBladeNil(b bool)
SetComputeBladeNil sets the value for ComputeBlade to be an explicit nil
func (o *BiosUnit) UnsetComputeBlade()
UnsetComputeBlade ensures that no value is present for ComputeBlade, not even an explicit nil
func (o *BiosUnit) GetComputeRackUnit() ComputeRackUnitRelationship
GetComputeRackUnit returns the ComputeRackUnit field if non-nil, zero value otherwise.
func (o *BiosUnit) 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 *BiosUnit) SetComputeRackUnit(v ComputeRackUnitRelationship)
SetComputeRackUnit sets ComputeRackUnit field to given value.
func (o *BiosUnit) HasComputeRackUnit() bool
HasComputeRackUnit returns a boolean if a field has been set.
func (o *BiosUnit) SetComputeRackUnitNil(b bool)
SetComputeRackUnitNil sets the value for ComputeRackUnit to be an explicit nil
func (o *BiosUnit) UnsetComputeRackUnit()
UnsetComputeRackUnit ensures that no value is present for ComputeRackUnit, not even an explicit nil
func (o *BiosUnit) GetInventoryDeviceInfo() InventoryDeviceInfoRelationship
GetInventoryDeviceInfo returns the InventoryDeviceInfo field if non-nil, zero value otherwise.
func (o *BiosUnit) 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 *BiosUnit) SetInventoryDeviceInfo(v InventoryDeviceInfoRelationship)
SetInventoryDeviceInfo sets InventoryDeviceInfo field to given value.
func (o *BiosUnit) HasInventoryDeviceInfo() bool
HasInventoryDeviceInfo returns a boolean if a field has been set.
func (o *BiosUnit) SetInventoryDeviceInfoNil(b bool)
SetInventoryDeviceInfoNil sets the value for InventoryDeviceInfo to be an explicit nil
func (o *BiosUnit) UnsetInventoryDeviceInfo()
UnsetInventoryDeviceInfo ensures that no value is present for InventoryDeviceInfo, not even an explicit nil
func (o *BiosUnit) GetRegisteredDevice() AssetDeviceRegistrationRelationship
GetRegisteredDevice returns the RegisteredDevice field if non-nil, zero value otherwise.
func (o *BiosUnit) 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 *BiosUnit) SetRegisteredDevice(v AssetDeviceRegistrationRelationship)
SetRegisteredDevice sets RegisteredDevice field to given value.
func (o *BiosUnit) HasRegisteredDevice() bool
HasRegisteredDevice returns a boolean if a field has been set.
func (o *BiosUnit) SetRegisteredDeviceNil(b bool)
SetRegisteredDeviceNil sets the value for RegisteredDevice to be an explicit nil
func (o *BiosUnit) UnsetRegisteredDevice()
UnsetRegisteredDevice ensures that no value is present for RegisteredDevice, not even an explicit nil
func (o *BiosUnit) GetRunningFirmware() []FirmwareRunningFirmwareRelationship
GetRunningFirmware returns the RunningFirmware field if non-nil, zero value otherwise.
func (o *BiosUnit) GetRunningFirmwareOk() (*[]FirmwareRunningFirmwareRelationship, bool)
GetRunningFirmwareOk returns a tuple with the RunningFirmware field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BiosUnit) SetRunningFirmware(v []FirmwareRunningFirmwareRelationship)
SetRunningFirmware sets RunningFirmware field to given value.
func (o *BiosUnit) HasRunningFirmware() bool
HasRunningFirmware returns a boolean if a field has been set.
func (o *BiosUnit) SetRunningFirmwareNil(b bool)
SetRunningFirmwareNil sets the value for RunningFirmware to be an explicit nil
func (o *BiosUnit) UnsetRunningFirmware()
UnsetRunningFirmware ensures that no value is present for RunningFirmware, not even an explicit nil
func (o *BiosUnit) GetSystemBootOrder() BiosSystemBootOrderRelationship
GetSystemBootOrder returns the SystemBootOrder field if non-nil, zero value otherwise.
func (o *BiosUnit) GetSystemBootOrderOk() (*BiosSystemBootOrderRelationship, bool)
GetSystemBootOrderOk returns a tuple with the SystemBootOrder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BiosUnit) SetSystemBootOrder(v BiosSystemBootOrderRelationship)
SetSystemBootOrder sets SystemBootOrder field to given value.
func (o *BiosUnit) HasSystemBootOrder() bool
HasSystemBootOrder returns a boolean if a field has been set.
func (o *BiosUnit) SetSystemBootOrderNil(b bool)
SetSystemBootOrderNil sets the value for SystemBootOrder to be an explicit nil
func (o *BiosUnit) UnsetSystemBootOrder()
UnsetSystemBootOrder ensures that no value is present for SystemBootOrder, not even an explicit nil