Package version:

The properties of an update vCenter request.

interface UpdateVCenterRequestProperties {
    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 update can be orchestrated.

runAsAccountId?: string

The CS account Id which has privileges to update the vCenter.