DiskAttachmentSpecification
DiskAttachmentSpecification
Specification for attaching disk to a machine
JSON Example
{
"name": "string",
"description": "string",
"blockDeviceId": "1298765",
"scsiController": "SCSI_Controller_0, SCSI_Controller_1, SCSI_Controller_2, SCSI_Controller_3",
"unitNumber": "0",
"diskAttachmentProperties": {
"scsiController": "SCSI_Controller_0",
"unitNumber": "2"
}
}
string
name
Optional
A human-friendly name used as an identifier in APIs that support this option.
string
description
Optional
A human-friendly description.
string
blockDeviceId
Required
The id of the existing block device
string
scsiController
Optional
Deprecated: The SCSI controller to be assigned
string
unitNumber
Optional
Deprecated: The Unit Number to be assigned
object
diskAttachmentProperties
Optional
Disk Attachment specific properties