Data Object - FarmSpec

Class
VMware.Hv.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

Properties

Name Type Description
typexsd:string

Type of farm.
  • This property will be one of:
    Value Description
    "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.
dataFarmData

Farm data
automatedFarmSpecFarmAutomatedFarmSpec

Automated farm spec.
  • This property need not be set.
  • This property is required if type is set to "AUTOMATED".
manualFarmSpecFarmManualFarmSpec

Manual Farm spec
  • This property need not be set.
  • This property is required if type is set to "MANUAL".