Package version:

Explicit service initialization data

interface ServiceInitializationInfo {
    serviceAccountPassword?: string;
    serviceAccountUsername?: string;
    vSphereCertificate?: string;
    vSphereIp?: string;
}

Properties

serviceAccountPassword?: string

Service account password

serviceAccountUsername?: string

Service account username

vSphereCertificate?: string

AVS instance's vSphere certificate

vSphereIp?: string

AVS instance's vSphere IP address