OBJECT
VsphereProxyVmInfo
Description
HotAdd proxy virtual machine information.
link GraphQL Schema definition
- type VsphereProxyVmInfo {
- # Name of the compute cluster.
- String! :
- # ID of the HotAdd proxy virtual machine.
- String! :
- # Name of the HotAdd proxy virtual machine.
- String! :
- # Name of the Vcenter.
- String! :
- # Port number in use for the HotAdd proxy virtual machine.
- Int! :
- # Status of the HotAdd proxy virtual machine.
- HotAddProxyVmStatus! :
- # Cluster UUID of the HotAdd proxy virtual machine.
- UUID! :
- # The network configuration of the HotAdd proxy virtual machine.
- VsphereProxyVmNetworkInfo :
- # Cluster for the HotAdd proxy virtual machine.
- Cluster! :
- }
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.