SddcManagerSpec

SddcManagerSpec
SddcManagerSpec

Client input parameters for SDDC Manager Virtual Machine

JSON Example
{
    "hostname": "string",
    "ipAddress": "string",
    "licenseKey": "string",
    "localUserPassword": "string",
    "netmask": "string",
    "rootUserCredentials": {
        "password": "string",
        "username": "root"
    },
    "secondUserCredentials": {
        "password": "string",
        "username": "root"
    }
}
string
hostname
Required

SDDC Manager Hostname

string
ipAddress
Required

SDDC Manager ip address

string
licenseKey
Optional

SDDC Manager license key

string
localUserPassword
Optional

The local account is a built-in admin account in VCF that can be used in emergency scenarios. The password of this account must be at least 12 characters long. It also must contain at-least 1 uppercase, 1 lowercase, 1 special character specified in braces [!%@$^#?] and 1 digit. In addition, a character cannot be repeated more than 3 times consecutively.

string
netmask
Optional

SDDC Manager netmask

rootUserCredentials
Required

Credentials contains the username and password

secondUserCredentials
Required

Credentials contains the username and password

Property Of