VmfsUnmapBandwidthSpec

VmfsUnmapBandwidthSpec
VmfsUnmapBandwidthSpec

VMFS unmap reclaims unused storage space.

This data object type describes the specification of VMFS unmap bandwidth.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "policy": "string",
    "fixedValue": 0,
    "dynamicMin": 0,
    "dynamicMax": 0
}
string
policy
Required

This property determines the unmap bandwidth policy.

See HostVmfsVolumeUnmapBandwidthPolicyEnum for supported values. If not specified, the default value is fixed, which means unmap is processed at a fixed rate.

integer As int64 As int64
fixedValue
Required

This property determines the bandwidth under the fixed policy.

integer As int64 As int64
dynamicMin
Required

This property determines the lower limits of the unmap bandwidth under the dynamic policy.

integer As int64 As int64
dynamicMax
Required

This property determines the upper limits of the unmap bandwidth under the dynamic policy.