OBJECT
VsphereComputeClusterEdge
Description
Wrapper around the VsphereComputeCluster object. This wrapper is used for pagination.
link GraphQL Schema definition
- type VsphereComputeClusterEdge {
- # String used to identify this edge.
- String! :
- # The actual VsphereComputeCluster object wrapped by this edge.
- VsphereComputeCluster! :
- }