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