[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

StoragePolicySettings

Various settings for a storage policy.


Properties

integer as int64
diskIopsDefault Optional

Default IOPS value to use for any disk associated with the storage policy. This default is only used when Disk IOPS Per GB Max is set to zero.


integer as int64
diskIopsMax Optional

Maximum IOPS for any disk associated with this storage policy.


integer as int64
diskIopsPerGbMax Optional

Maximum IOPS that can be assigned to any disk associated with this storage policy based on the size of the disk (in GB). This is also the default IOPS value used for any disk associated with this policy. If set to zero, Default Disk IOPS is used as the default IOPS to be assigned to any disk associated with this storage policy.


boolean
ignoreIopsPlacement Optional

Whether VCD IOPS placement should be ignored for disks using this policy.


boolean
isIopsLimitingEnabled Optional

Whether IOPS limiting is enabled.


integer as int64
storagePolicyIopsLimit Optional

The sum of IOPS across all disks associated with this policy will be limited to this value.


boolean
supportsAllValidEntityTypes Optional

If true, designates that this storage policy can be used with all valid entity types

Added in 35.2

JSON Example

{
	"diskIopsDefault": 0,
	"diskIopsMax": 0,
	"diskIopsPerGbMax": 0,
	"ignoreIopsPlacement": false,
	"isIopsLimitingEnabled": false,
	"storagePolicyIopsLimit": 0,
	"supportsAllValidEntityTypes": false
}
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 35.0
Parameter To

Update Pvdc Storage Policy Inheritable Settings
Returned By

Update Pvdc Storage Policy Inheritable Settings
Get Pvdc Storage Policy Inheritable Settings

Feedback

Was this page helpful?