OBJECT
SnapshotLocationRetentionInfo
Description
Supported in v5.2+
link GraphQL Schema definition
- type SnapshotLocationRetentionInfo {
- # Supported in v5.2+
- # Time when the snapshot expired or is expected to expire at this location. This
- # field will only be set if the snapshot has ever existed at the location. If the
- # snapshot is present at the location, but the expiration time calculation is
- # pending, this field will be absent. If the expiration time calculation is
- # complete and the field is still absent, the snapshot will be retained forever at
- # this location.
- DateTime :
- # Required. Supported in v5.2+
- # ID of the location.
- String! :
- # Supported in v5.2+
- # A Boolean that indicates whether expiration date for snapshot has been
- # calculated. This field will be absent if the snapshot has never existed at this
- # location.
- Boolean :
- # Supported in v5.2+
- # Indicates whether expiration information of the snapshot is unavailable at this
- # location. This field is always and only present for replication locations. Its
- # value is true if and only if the replicated snapshots are from pre-5.2 cluster.
- Boolean :
- # Required. Supported in v5.2+
- # Boolean that specifies whether the snapshot is present at this location. When
- # this value is 'false,' the snapshot is expired at this location. Because
- # retention information is unreliable for locations where the snapshots are not
- # present, confirming that this value is 'true' is the best practice.
- Boolean! :
- # Required. Supported in v5.2+
- # Name of the location.
- String! :
- # Supported in v5.2+
- # The tag to determine what frequency the snapshot corresponds to at this
- # location. The snapshot tag can be hourly, daily, weekly, monthly, quarterly, or
- # yearly depending on the SLA frequency which is used to determine the retention
- # of the snapshot. A value of "Ready for Deletion" means that the snapshot will be
- # deleted soon. A value of "Forever" means that the snapshot will never be
- # deleted. This field is absent when the tag computation is incomplete.
- String :
- # Supported in v7.0+
- # Indicates whether the snapshots is retained beyond its expiration date for
- # security reasons.
- Boolean :
- # Supported in v9.0+
- # Indicates whether snapshot is on legal hold for this location. By default, this
- # is false.
- Boolean :
- }