VcenterSpec

VcenterSpec
VcenterSpec

This specification contains the installation and configuration of vCenter in a workload domain

JSON Example
{
    "name": "string",
    "networkDetailsSpec": {
        "ipAddress": "string",
        "dnsName": "string",
        "gateway": "string",
        "subnetMask": "string"
    },
    "rootPassword": "string",
    "datacenterName": "string",
    "vmSize": "One among:xlarge, large, medium, small, tiny",
    "storageSize": "One among:lstorage, xlstorage"
}
string
name
Optional

Name of the vCenter virtual machine

networkDetailsSpec
Required

This specification contains network parameters required for new virtual machines being added to a workload domain

string As ^(?=.*[0-9])(?=.*[a-z])(?=.*[A-Z])(?=.*[!"#$%&'()*+,-./:;<=>?@\[\]^_`{|}~])(?=\S+$).{8,20}$
rootPassword
Optional

vCenter root shell password

string
datacenterName
Optional

vCenter datacenter name

string As (XLARGE|LARGE|MEDIUM|SMALL|TINY)
vmSize
Optional

VCenter VM size

string As (lstorage|xlstorage)
storageSize
Optional

VCenter storage size