OBJECT
ManagedVolumeSnapshotSummary
Description
Supported in v5.0+ v5.0-v8.0: v8.1+: Summary of the managed volume snapshot.
link GraphQL Schema definition
- type ManagedVolumeSnapshotSummary {
- # Required. Supported in v5.0+
- # Links to actions available on the snapshot.
- ManagedVolumeSnapshotLinks :
- # Supported in v5.2+
- # A Boolean that specifies whether the snapshot is queued to be stored as a patch
- # file. When this value is 'true', the snapshot is in queue and not yet stored as
- # a patch file.
- Boolean :
- # The base snapshot summary for Managed Volume snapshot.
- BaseSnapshotSummary :
- }