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