Package version:

Collection of vCenter details.

interface VCenterCollection {
    nextLink?: string;
    value?: VCenter[];
}

Properties

Properties

nextLink?: string

The value of next link.

value?: VCenter[]

The vCenter details.