FarmStorageSettingsUpdateSpec

FarmStorageSettingsUpdateSpec
FarmStorageSettingsUpdateSpec

Virtual center storage settings for the farm.

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

List of IDs of the datastore used to store the RDS Server. This can be modified only if there are no current operations ( operation is NONE).

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. This can be modified only if there are no current operations ( operation is NONE).