Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.21 KB

File metadata and controls

28 lines (22 loc) · 1.21 KB

IntersightClient::OsPhysicalDiskResponse

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 'os.PhysicalDiskResponse']
object_type String The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. [default to 'os.PhysicalDiskResponse']
bootable String Bootable field of the Physical Drive target. [optional]
name String The Physical Disk Name to be used as Install Target. [optional]
serial_number String Serial Number of the Physical Disk Target. [optional]
storage_controller_slot_id String The Storage Controller associated to the physical disk. [optional]

Example

require 'intersight_client'

instance = IntersightClient::OsPhysicalDiskResponse.new(
  class_id: null,
  object_type: null,
  bootable: null,
  name: null,
  serial_number: null,
  storage_controller_slot_id: null
)