OBJECT

HotAddProxyVmInfo

Description

Supported in v5.3+

link GraphQL Schema definition

  • type HotAddProxyVmInfo {
  • # Supported in v5.3+
  • # The name of the compute cluster that contains the HotAdd proxy virtual machine.
  • computeClusterName: String
  • # Required. Supported in v5.3+
  • # The name of the datastore that the HotAdd proxy virtual machine uses.
  • datastoreName: String!
  • # Supported in v5.3+
  • # The name of the ESX host that contains the HotAdd proxy virtual machine.
  • hostName: String
  • # Required. Supported in v5.3+
  • # The ID of the HotAdd proxy virtual machine.
  • id: String!
  • # Required. Supported in v5.3+
  • # The name of the HotAdd proxy virtual machine.
  • name: String!
  • # Supported in v5.3+
  • # The network configuration of the HotAdd proxy virtual machine.
  • proxyNetworkInfo: HotAddNetworkConfigWithName
  • # Required. Supported in v5.3+
  • # The number of port in use for the HotAdd proxy virtual machine.
  • usedPortCount: Int!
  • # Required. Supported in v5.3+
  • # The name of the vCenter that contains the HotAdd proxy virtual machine.
  • vcenterName: String!
  • # Supported in v5.3+
  • status: HotAddProxyVmStatusType!
  • }