Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.19 KB

File metadata and controls

28 lines (22 loc) · 1.19 KB

IntersightClient::OsVirtualDriveResponse

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.VirtualDriveResponse']
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.VirtualDriveResponse']
bootable String Bootable field of the Virtual Drive target. [optional]
id String Virtual Drive ID to be used as Install Target. [optional]
name String The Virtual Drive Name to be used as Install Target. [optional]
storage_controller_slot_id String The Storage Controller associated to the virtual drive. [optional]

Example

require 'intersight_client'

instance = IntersightClient::OsVirtualDriveResponse.new(
  class_id: null,
  object_type: null,
  bootable: null,
  id: null,
  name: null,
  storage_controller_slot_id: null
)