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.
- : String
- # Required. Supported in v5.3+
- # The name of the datastore that the HotAdd proxy virtual machine uses.
- : String!
- # Supported in v5.3+
- # The name of the ESX host that contains the HotAdd proxy virtual machine.
- : String
- # Required. Supported in v5.3+
- # The ID of the HotAdd proxy virtual machine.
- : String!
- # Required. Supported in v5.3+
- # The name of the HotAdd proxy virtual machine.
- : String!
- # Supported in v5.3+
- # The network configuration of the HotAdd proxy virtual machine.
- : HotAddNetworkConfigWithName
- # Supported in v5.3+
- : HotAddProxyVmStatusType!
- # Required. Supported in v5.3+
- # The number of port in use for the HotAdd proxy virtual machine.
- : Int!
- # Required. Supported in v5.3+
- # The name of the vCenter that contains the HotAdd proxy virtual machine.
- : String!
- }