VmHardwareDiskCreateRequestBody
This is a request body class for an operation.
Properties
JSON Example
{
"spec": {
"backing": {
"type": "VMDK_FILE",
"vmdk_file": "string"
},
"ide": {
"master": false,
"primary": false
},
"new_vmdk": {
"capacity": 0,
"name": "string",
"storage_policy": {
"policy": "string"
}
},
"sata": {
"bus": 0,
"unit": 0
},
"scsi": {
"bus": 0,
"unit": 0
},
"type": "IDE"
}
}