Package version:

The properties of an add vCenter request.

interface AddVCenterRequestProperties {
    friendlyName?: string;
    ipAddress?: string;
    port?: string;
    processServerId?: string;
    runAsAccountId?: string;
}

Properties

friendlyName?: string

The friendly name of the vCenter.

ipAddress?: string

The IP address of the vCenter to be discovered.

port?: string

The port number for discovery.

processServerId?: string

The process server Id from where the discovery is orchestrated.

runAsAccountId?: string

The account Id which has privileges to discover the vCenter.