OBJECT
SnapshotSummary
Description
Supported in v5.2+
link GraphQL Schema definition
- type SnapshotSummary {
- # Required. Supported in v5.2+
- # Time at which the snapshot was taken.
- DateTime :
- # Required. Supported in v5.2+
- # ID of the snapshot.
- String! :
- # Required. Supported in v5.2+
- # A Boolean value that indicates whether custom retention is applied to the
- # specified snapshot. Value is true when custom retention is applied to the
- # snapshot.
- Boolean! :
- # Required. Supported in v5.2+
- # Indicates whether the snapshot is protected by a Retention Locked SLA Domain.
- Boolean! :
- # Required. Supported in v5.2+
- # Retention information for snapshots at the local, archival, and replication
- # locations.
- SnapshotRetentionInfo :
- UnmanagedSnapshotType! :
- }
link Require by
- SnapshotSummaryConnectionPaginated list of SnapshotSummary objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- SnapshotSummaryEdgeWrapper around the SnapshotSummary object. This wrapper is used for pagination.