FarmStorageSettingsInfo
FarmStorageSettingsInfo
Virtual center storage settings for the farm.
JSON Example
{
"datastores": [
{
"datastore_id": "datastore-1",
"storage_overcommit": "CONSERVATIVE"
}
],
"replica_disk_datastore_id": "datastore-1",
"use_separate_datastores_replica_and_os_disks": false,
"use_view_storage_accelerator": false,
"use_vsan": false
}
array of FarmDatastoreSettingsInfo
datastores
Optional
List of IDs of the datastore used to store the RDS Server.
string
replica_disk_datastore_id
Optional
Datastore to store replica disks for instant clone machines. This is set when use_separate_datastores_replica_and_os_disks is true.
boolean
use_separate_datastores_replica_and_os_disks
Optional
Indicates whether to use separate datastores for replica and OS disks.
boolean
use_view_storage_accelerator
Optional
Indicates whether to use view storage accelerator. This property can be used for sorting.
boolean
use_vsan
Optional
Indicates whether to use vSphere VSAN. This property can be used for sorting.