Package version:

vCenter properties.

interface VCenterProperties {
    discoveryStatus?: string;
    fabricArmResourceName?: string;
    friendlyName?: string;
    healthErrors?: HealthError[];
    infrastructureId?: string;
    internalId?: string;
    ipAddress?: string;
    lastHeartbeat?: any;
    port?: string;
    processServerId?: string;
    runAsAccountId?: string;
}

Properties

discoveryStatus?: string

The VCenter discovery status.

fabricArmResourceName?: string

The ARM resource name of the fabric containing this VCenter.

friendlyName?: string

Friendly name of the vCenter.

healthErrors?: HealthError[]

The health errors for this VCenter.

infrastructureId?: string

The infrastructure Id of vCenter.

internalId?: string

VCenter internal ID.

ipAddress?: string

The IP address of the vCenter.

lastHeartbeat?: any

The time when the last heartbeat was received by vCenter.

port?: string

The port number for discovery.

processServerId?: string

The process server Id.

runAsAccountId?: string

The account Id which has privileges to discover the vCenter.