Data Object - VsanDatastoreCost
Java Class
com.omnissa.vdi.vlsi.binding.vdi.utils.virtualcenter.VirtualSAN.VsanDatastoreCost
Returned by
VirtualSAN_GetVsanDatastoreCostForFullClone, VirtualSAN_GetVsanDatastoreCostForInstantClone, VirtualSAN_GetVsanDatastoreCostForLinkedClone
Since
Horizon 7.4
Data Object Description¶
Represents the cost factor for different types of disks when VSAN is used.
Data Object Properties¶
Name | Type | Description |
---|---|---|
osFactor | xsd:int | Multiplicative factor for OS disk that is needed to account for the extra copies that are created for VSAN. 3 1 2 |
replicaFactor | xsd:int | Multiplicative factor for replica disk that is needed to account for the extra copies that are created for VSAN. 3 1 2 |
userDataFactor | xsd:int | Multiplicative factor for user data disk that is needed to account for the extra copies that are created for VSAN. 3 1 2 |
fullCloneFactor | xsd:int | Multiplicative factor for full clone disk that is needed to account for the extra copies that are created for VSAN. 3 1 2 |