OBJECT

VcdVcenterConnectionInfo

Description

Information about the child virtual machines that belong to the vCD vApp.

link GraphQL Schema definition

  • type VcdVcenterConnectionInfo {
  • # Name of the vCenter.
  • name: String!
  • # The connection status of the vCenter.
  • connectionStatus: HostConnectivityStatusEnum!
  • # FID of the vCenter.
  • vcenterId: UUID!
  • }

link Require by