FarmDatastoreSettingsInfo
FarmDatastoreSettingsInfo
Datastore settings for the automated farm.
JSON Example
{
"datastore_id": "datastore-1",
"storage_overcommit": "CONSERVATIVE"
}
string
datastore_id
Optional
Id of the datastore.
string
storage_overcommit
Optional
Storage overcommit determines how view places new RDS Servers on the selected datastores. With an aggressive overcommit level, view reserves less space for sparse disk growth, but fits more RDS Servers on the datastore.
- NONE: No overcommit.
- CONSERVATIVE: Conservative.
- MODERATE: Moderate.
- AGGRESSIVE: Aggressive.
- UNBOUNDED: Unbounded.
Possible values are : NONE, CONSERVATIVE, MODERATE, AGGRESSIVE, UNBOUNDED,