Skip to content

Data Object - FarmSpec

Java Class

com.omnissa.vdi.vlsi.binding.vdi.resources.Farm.FarmSpec

Parameter to

Farm_Create

See also

FarmAutomatedFarmSpec, FarmData, FarmManualFarmSpec

Since

Horizon View 6.2

Data Object Description

Farm spec data needed to create a Farm

Data Object Properties

Name Type Description
type xsd:string Type of farm.
* This property will be one of:
ValueDescription
"AUTOMATED"An automated farm creates RDS Servers cloned from a snapshot.
"MANUAL"A manual farm allows selection and addition of existing RDS Servers to the farm.
data FarmData Farm data
automatedFarmSpec FarmAutomatedFarmSpec Automated farm spec. 1 3
manualFarmSpec FarmManualFarmSpec Manual Farm spec 1 2

  1. This property need not be set. 

  2. This property is required if type is set to 'MANUAL'. 

  3. This property is required if type is set to 'AUTOMATED'.