Name
|
Type
|
Description
|
type | xsd: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. |
|
data | FarmData |
Farm data
|
automatedFarmSpec | FarmAutomatedFarmSpec |
Automated farm spec.
- This property need not be set.
-
This property is required if
type is set to
"AUTOMATED".
|
manualFarmSpec | FarmManualFarmSpec |
Manual Farm spec
- This property need not be set.
-
This property is required if
type is set to
"MANUAL".
|