VdcStorageProfileIopsSettingsType

Type:
VdcStorageProfileIopsSettingsType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Grouping of IOPs related settings associated with a particular VdcStorageProfile, i.e. a particular Vdc + StorageProfile pairing.
Since:
9.0
Schema:
vdcStorageProfile.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<VdcStorageProfileIopsSettingsType xmlns="http://www.vmware.com/vcloud/v1.5">
    <Enabled> xs:boolean </Enabled>
    <DiskIopsMax> xs:long </DiskIopsMax>
    <DiskIopsDefault> xs:long </DiskIopsDefault>
    <StorageProfileIopsLimit> xs:long </StorageProfileIopsLimit>
    <DiskIopsPerGbMax> xs:long </DiskIopsPerGbMax>
</VdcStorageProfileIopsSettingsType>

Elements

Element Type Required Modifiable Since Deprecated Description
DiskIopsDefault long Yes always 9.0 This value is applied when provisioning a disk that does not specify vcloud:iops. Value must be in the range 0-Integer.MAX_VALUE. If DiskIopsPerGbMax is greater than 0 and if (diskSize * DiskIopsPerGbMax) less than DiskIopsDefault, then the default iops for the disk will be set as (diskSize * DiskIopsPerGbMax). Value of 0 for disk iops means that no iops would be reserved or provisioned for that virtual disk.
DiskIopsMax long Yes always 9.0 The maximum IOPS value that this storage profile is permitted to deliver. Value must be in the range 0-Integer.MAX_VALUE, and if greater than 0, cannot be less than the value of DiskIopsDefault. Value of 0 means this max setting is is disabled and there is no max disk IOPS restriction.
DiskIopsPerGbMax long Yes always 17.0 The maximum disk IOPs per GB value that this storage profile is permitted to deliver. A value of 0 means there is no perGB IOPS restriction.
Enabled boolean Yes always 9.0 True if this storage profile is IOPs-based placement enabled.
StorageProfileIopsLimit long No always 9.0 Maximum number of IOPs that can be allocated for this profile. A value of 0 is understood to mean "maximum possible."