SddcVcenterSpec

SddcVcenterSpec
SddcVcenterSpec

Spec contains parameters for vCenter

JSON Example
{
    "vcenterHostname": "vcenter.rainpole.io",
    "rootVcenterPassword": "Sample_Password123",
    "vmSize": "medium",
    "storageSize": "lstorage",
    "ssoDomain": "string",
    "adminUserSsoUsername": "string",
    "adminUserSsoPassword": "string",
    "useExistingDeployment": true,
    "version": "9.0.0.0.24597083",
    "sslThumbprint": "3D:D0:EE:B5:A0:CC:45:08:5C:4F:84:51:CD:00:B6:41:BB:4A:A2:9A:77:1C:A6:4C:6D:84:5A:D0:4F:68:7A:B8"
}
string
vcenterHostname
Required
Constraints: minLength: 0 maxLength: 63

vCenter hostname address.

string
rootVcenterPassword
Required
Constraints: minLength: 15 maxLength: 2147483647

vCenter root password. The password must be between 15 characters and 20 characters long. It must also contain at least one uppercase and lowercase letter, one number, and one character from '! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { Ι } ~' and all characters must be ASCII. Space is not allowed in password. For VCF only: if blank, the SDDC Local Admin Password will be used (if provided) or password will be auto-generated.

string
vmSize
Optional

vCenter Virtual Machine size. One among:xlarge, large, medium, small, tiny

string
storageSize
Optional

vCenter Virtual Machine Storage size. One among:lstorage, xlstorage

string
ssoDomain
Optional

PSC SSO Domain

string
adminUserSsoUsername
Optional
Constraints: minLength: 1

Admin user sso username. If blank, administrator username will be used.

string
adminUserSsoPassword
Optional
Constraints: minLength: 8 maxLength: 2147483647

Admin user sso password. Password needs to be a strong password with at least one Uppercase character, one lowercase character, one digit and one special character specified in braces [!$%^] and 8-20 characters in length,and 3 maximum identical adjacent characters!. If blank, the SDDC Local Admin Password will be used (if provided) or password will be auto-generated.

boolean
useExistingDeployment
Optional

Import existing deployment or deploy one.

string
version
Optional

Version

string
sslThumbprint
Optional

SSL thumbprint (SHA256) of the product's certificate. Need to be populated when using existing deployment in order to establish trust with the existing product.

Property Of