primary

primary
primary

Spec for the Primary appliance for systemSetup.

AllOf
This class requires all of the following:
JSON Example
{
    "applianceType": "primary",
    "storage": {
        "nfs": "192.168.100.1:/data/transfer"
    },
    "appliance": {
        "dbPassword": "string",
        "ceip": false
    },
    "sysAdmin": {
        "username": "string",
        "password": "string",
        "fullName": "string",
        "email": "string"
    },
    "installation": {
        "name": "string",
        "id": 0
    }
}