OBJECT
VolumeGroupSnapshotVolumeSummary
Description
Supported in v5.0+
link GraphQL Schema definition
- type VolumeGroupSnapshotVolumeSummary {
- : FileSystemType!
- # Required. Supported in v5.0+
- # v5.0-v5.2:
- # v5.3+: The unique ID of the snapshot volume summary.
- : String!
- # Required. Supported in v5.0+
- # v5.0-v5.2: Mount point locations of this Volume on the Host
- # v5.3+: The mount points of the volume on the host.
- : [String!]!
- # Required. Supported in v5.0+
- # v5.0-v5.2: Size of the Volume in bytes
- # v5.3+: The size of the volume in bytes.
- : Long!
- }