FarmStorageSettingsCreateSpec

FarmStorageSettingsCreateSpec
FarmStorageSettingsCreateSpec

Virtual center storage settings for the farm.

JSON Example
{
    "datastores": [
        {
            "datastore_id": "datastore-1"
        }
    ],
    "replica_disk_datastore_id": "datastore-1",
    "use_separate_datastores_replica_and_os_disks": false,
    "use_view_storage_accelerator": false,
    "use_vsan": false
}
datastores
Required

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 required if use_separate_datastores_replica_and_os_disks is set to true.

boolean
use_separate_datastores_replica_and_os_disks
Optional

Indicates whether to use separate datastores for replica and OS disks. Default value is false.

boolean
use_view_storage_accelerator
Optional

Indicates whether to use view storage accelerator. Default value is false.

boolean
use_vsan
Optional

Indicates whether to use vSphere VSAN. Default value is false.