Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.92 KB

File metadata and controls

34 lines (28 loc) · 1.92 KB

IntersightClient::BiosTokenSettings

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.TokenSettings']
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.TokenSettings']
is_assigned String Value that represents if the BIOS configuration is active. Possible values are "yes" and "no". [optional][readonly]
serial String Parent server serial number. [optional]
settings_mo_rn 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]
compute_blade ComputeBladeRelationship [optional]
compute_rack_unit ComputeRackUnitRelationship [optional]
inventory_device_info InventoryDeviceInfoRelationship [optional]
registered_device AssetDeviceRegistrationRelationship [optional]

Example

require 'intersight_client'

instance = IntersightClient::BiosTokenSettings.new(
  class_id: null,
  object_type: null,
  is_assigned: null,
  serial: null,
  settings_mo_rn: null,
  compute_blade: null,
  compute_rack_unit: null,
  inventory_device_info: null,
  registered_device: null
)