FarmMonitorDetails
FarmMonitorDetails
Details of the Farm.
JSON Example
{
"source": "LINKED_CLONE",
"type": "AUTOMATED"
}
string
source
Optional
Source of farm machines. This property is required if type is set to "AUTOMATED".
- LINKED_CLONE: Linked clone share the same base image and use less storage space than full RDS Servers.
- INSTANT_CLONE: Instant clone engine uses vmfork technology to create the instant clones. These clones take much less time for provisioning.
Possible values are : LINKED_CLONE, INSTANT_CLONE,
string
type
Optional
Farm type.
- AUTOMATED: Automated Farm.
- MANUAL: Manual farm.
Possible values are : AUTOMATED, MANUAL,