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>
</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.
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.