VMware Cloud Director API - DiskSectionType
DiskSectionType
- Type:
- DiskSectionType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- The section of the VM representation that has to do with the VM's disks.
- Since:
- 32.0
- Schema:
- vApp.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
-
<DiskSectionType xmlns="http://www.vmware.com/vcloud/v1.5">
<DiskSettings>
<DiskId> xs:string </DiskId>
<SizeMb> xs:long </SizeMb>
<UnitNumber> xs:int </UnitNumber>
<BusNumber> xs:int </BusNumber>
<AdapterType> xs:string </AdapterType>
<ThinProvisioned> xs:boolean </ThinProvisioned>
<Disk href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
<StorageProfile href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
<overrideVmDefault> xs:boolean </overrideVmDefault>
<IopsAllocation>
<Reservation> xs:long </Reservation>
<Limit> xs:long </Limit>
<SharesLevel> ResourceSharesLevelType </SharesLevel>
<Shares> xs:int </Shares>
</IopsAllocation>
<VirtualQuantityUnit> xs:string </VirtualQuantityUnit>
<VirtualQuantity> xs:long </VirtualQuantity>
<resizable> xs:boolean </resizable>
<encrypted> xs:boolean </encrypted>
<shareable> xs:boolean </shareable>
<sharingType> xs:string </sharingType>
</DiskSettings>
</DiskSectionType>
-
Elements
-
Element Type Required Modifiable Since Deprecated Description DiskSettings DiskSettingsType Yes always 32.0 A description of a virtual disk of a VM. VCloudExtension VCloudExtensionType No always 32.0 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.