OBJECT

VsphereProxyVmInfo

Description

HotAdd proxy virtual machine information.

link GraphQL Schema definition

  • type VsphereProxyVmInfo {
  • # Name of the compute cluster.
  • computeClusterName: String!
  • # ID of the HotAdd proxy virtual machine.
  • id: String!
  • # Name of the HotAdd proxy virtual machine.
  • name: String!
  • # Name of the Vcenter.
  • vcenterName: String!
  • # Port number in use for the HotAdd proxy virtual machine.
  • usedPortCount: Int!
  • # Status of the HotAdd proxy virtual machine.
  • status: HotAddProxyVmStatus!
  • # Cluster UUID of the HotAdd proxy virtual machine.
  • clusterUuid: UUID!
  • # The network configuration of the HotAdd proxy virtual machine.
  • networkInfo: VsphereProxyVmNetworkInfo
  • }