VMware Cloud Director API - IopsResourceType

VMware Cloud Director API - IopsResourceType

IopsResourceType

Type:
IopsResourceType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Stores the reservation, limit, shares and shares level for IOPS of a disk.
Since:
37.0
Schema:
vApp.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<IopsResourceType xmlns="http://www.vmware.com/vcloud/v1.5">
    <Reservation> xs:long </Reservation>
    <Limit> xs:long </Limit>
    <SharesLevel> ResourceSharesLevelType </SharesLevel>
    <Shares> xs:int </Shares>
</IopsResourceType>

Elements

Element Type Required Modifiable Since Deprecated Description
Limit long No none 37.0 The limit for how much of IOPS can be consumed on the underlying virtualization infrastructure. This is only valid when the resource allocation is not unlimited.
Reservation long Yes always 37.0 The amount of reservation of IOPS on the underlying virtualization infrastructure. This is a read-only.
Shares int No none 37.0 Custom priority for IOPS. This is a read-only.
SharesLevel ResourceSharesLevelType No none 37.0 Pre-determined relative priorities according to which the non-reserved portion of IOPS is made available to the virtualized workload. This is a read-only.
VCloudExtension VCloudExtensionType No always 37.0 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.