OBJECT
VcdVcenterConnectionInfo
Description
Information about the child virtual machines that belong to the vCD vApp.
link GraphQL Schema definition
- type VcdVcenterConnectionInfo {
- #   The connection status of the vCenter.
- : HostConnectivityStatusEnum! 
- #   Name of the vCenter.
- : String! 
- #   FID of the vCenter.
- : UUID! 
- }