vcenter vm hardware floppy: summary
The
summary
structure contains commonly used information about a virtual floppy drive.Representations:
{
"floppy": "obj-103"
}
"floppy": "obj-103"
}
<?xml version="1.0" ?>
<ns0:Summary xmlns:ns0="http://vmware.com/vcenter/vm/hardware/floppy" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<floppy>obj-103</floppy>
</ns0:Summary>
<ns0:Summary xmlns:ns0="http://vmware.com/vcenter/vm/hardware/floppy" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<floppy>obj-103</floppy>
</ns0:Summary>
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
floppy | string | Identifier of the virtual floppy drive. 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.Floppy . 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.Floppy . |