vcenter vm hardware disk: summary
The
summary
structure contains commonly used information about a virtual disk.Representations:
{
"disk": "obj-103"
}
"disk": "obj-103"
}
<?xml version="1.0" ?>
<ns0:Summary xmlns:ns0="http://vmware.com/vcenter/vm/hardware/disk" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<disk>obj-103</disk>
</ns0:Summary>
<ns0:Summary xmlns:ns0="http://vmware.com/vcenter/vm/hardware/disk" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<disk>obj-103</disk>
</ns0:Summary>
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
disk | string | Identifier of the virtual Disk. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk . When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk . |