QuickStartConfig

QuickStartConfig
QuickStartConfig

Represents the configuration needed for auto quick start.

JSON Example
{
    "orgName": "string",
    "regionName": "string",
    "supervisorRef": {
        "name": "string",
        "id": "string"
    },
    "storagePolicyNames": [
        "string"
    ]
}
string
orgName
Optional
Constraints: maxLength: 128

If specified, quick start will rename the default provider tenant organization. It must follow RFC 1123 Label Names to conform with Kubernetes standards.

string
regionName
Required
Constraints: maxLength: 63

The name of the initial region to create. It must follow RFC 1123 Label Names to conform with Kubernetes standards.

supervisorRef
Required

Entity reference used to describe VCD entities

array of string
storagePolicyNames
Required

A list of distinct vCenter storage policy names from the vCenters taking part in this region. A storage policy with the given name must exist in all the vCenters of this region otherwise it will not be accepted. Only the storage policies added to a region can be published to the tenant Virtual Datacenters.