OBJECT
VsphereProxyVmInfo
Description
HotAdd proxy virtual machine information.
link GraphQL Schema definition
- type VsphereProxyVmInfo {
- # Cluster for the HotAdd proxy virtual machine.
- : Cluster!
- # Cluster UUID of the HotAdd proxy virtual machine.
- : UUID!
- # Name of the compute cluster.
- : String!
- # ID of the HotAdd proxy virtual machine.
- : String!
- # Name of the HotAdd proxy virtual machine.
- : String!
- # The network configuration of the HotAdd proxy virtual machine.
- : VsphereProxyVmNetworkInfo
- # Status of the HotAdd proxy virtual machine.
- : HotAddProxyVmStatus!
- # Port number in use for the HotAdd proxy virtual machine.
- : Int!
- # Name of the Vcenter.
- : String!
- }
link Require by
- VsphereProxyVmInfoConnectionPaginated list of VsphereProxyVmInfo objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- VsphereProxyVmInfoEdgeWrapper around the VsphereProxyVmInfo object. This wrapper is used for pagination.