VmfsUnmapBandwidthSpec
VMFS unmap reclaims unused storage space.
This data object type describes the specification of VMFS unmap bandwidth.
{
"_typeName": "string",
"policy": "string",
"fixedValue": 0,
"dynamicMin": 0,
"dynamicMax": 0
}
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.
This property determines the bandwidth under the fixed policy.
This property determines the lower limits of the unmap bandwidth under the dynamic policy.
This property determines the upper limits of the unmap bandwidth under the dynamic policy.