Skip to content

Data Object - FarmSpaceReclamationSettings

Java Class

com.omnissa.vdi.vlsi.binding.vdi.resources.Farm.SpaceReclamationSettings

Property of

FarmViewComposerStorageSettings

See also

FarmBlackoutTime

Since

Horizon View 6.2

Data Object Description

Settings related to the Space Reclamation feature.

Data Object Properties

Name Type Description
reclaimVmDiskSpace xsd:boolean With vSphere 5.x, virtual machines can be configured to use a space efficient disk format that supports reclamation of unused disk space (such as deleted files). This option reclaims unused disk space on each virtual machine. The operation is initiated when an estimate of used disk space exceeds the specified threshold. vSphere 5.1 Patch1 or later is required for this option. 2
reclamationThresholdGB xsd:long Initiate reclamation when unused space on VM exceeds the threshold. 3 1 4 5
blackoutTimes FarmBlackoutTime[] A list of blackout times. RDS Server disk space reclamation do not occur during blackout times. If unset, no blackout times are used. 1

  1. This property need not be set. 

  2. This property has a default value of false. 

  3. This property has a default value of 1. 

  4. This property has a minimum value of 0. 

  5. This property is required if reclaimVmDiskSpace is set to true.