ApplianceSystemSetup
ApplianceSystemSetup
Spec for the appliance for systemSetup.
JSON Example
{
"applianceType": "primary",
"storage": {
"nfs": "192.168.100.1:/data/transfer"
},
"appliance": {
"dbPassword": "vcloud",
"ceip": true
},
"sysAdmin": {
"username": "administrator",
"password": "secret-password",
"fullName": "cloud administrator",
"email": "my-email@my-company.com"
},
"installation": {
"name": "vcd5",
"id": 5
}
}
string
applianceType
Required
type of appliance (primary, standby, cell)
storage
Required
Spec for the nfs configuration used by this appliance. Valid for all appliance types.