Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.81 KB

File metadata and controls

36 lines (30 loc) · 1.81 KB

IntersightClient::BiosUnit

Properties

Name Type Description Notes
class_id 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']
object_type String The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. [default to 'bios.Unit']
init_seq String The initSeq of the equipment. [optional][readonly]
init_ts String The initTs of the equipment. [optional][readonly]
compute_blade ComputeBladeRelationship [optional]
compute_rack_unit ComputeRackUnitRelationship [optional]
inventory_device_info InventoryDeviceInfoRelationship [optional]
registered_device AssetDeviceRegistrationRelationship [optional]
running_firmware Array<FirmwareRunningFirmwareRelationship> An array of relationships to firmwareRunningFirmware resources. [optional][readonly]
system_boot_order BiosSystemBootOrderRelationship [optional]

Example

require 'intersight_client'

instance = IntersightClient::BiosUnit.new(
  class_id: null,
  object_type: null,
  init_seq: null,
  init_ts: null,
  compute_blade: null,
  compute_rack_unit: null,
  inventory_device_info: null,
  registered_device: null,
  running_firmware: null,
  system_boot_order: null
)