VMware Cloud Director API - HardDiskAdapterType
HardDiskAdapterType
- Type:
- HardDiskAdapterType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Hard disk controller type detailed description.
- Since:
- 29.0
- Schema:
- vms.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
-
<HardDiskAdapterType xmlns="http://www.vmware.com/vcloud/v1.5" id="xs:string" legacyId="xs:int" name="xs:string" maximumDiskSizeGb="xs:int">
<BusNumberRanges>
<Range begin="xs:int" end="xs:int"/>
</BusNumberRanges>
<UnitNumberRanges>
<Range begin="xs:int" end="xs:int"/>
</UnitNumberRanges>
<ReservedBusUnitNumber busNumber="xs:int" unitNumber="xs:int"/>
</HardDiskAdapterType>
-
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description id string Yes none 29.0 Identifier for this type of hard disk controller. legacyId int Yes none 29.0 Legacy identifier for this type of hard disk controller. name string Yes none 29.0 Name of the adapter type. maximumDiskSizeGb int Yes none 29.0 Maximum capacity (in GB) for any virtual hard disk connected to this adapter. -
Elements
-
Element Type Required Modifiable Since Deprecated Description BusNumberRanges RangesType Yes none 29.0 Set of allowed bus number ranges for this disk controller. ReservedBusUnitNumber BusUnitNumberType No none 31.0 Reserved combination of bus-number/unit-number. UnitNumberRanges RangesType Yes none 29.0 Set of allowed disk unit number ranges for an instance of this disk controller type. VCloudExtension VCloudExtensionType No always 29.0 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.