OBJECT
CloudDirectSnapshotLocationRetentionInfo
Description
NAS CloudDirect snapshot location retention information.
link GraphQL Schema definition
- type CloudDirectSnapshotLocationRetentionInfo {
- # Time when the snapshot expired or is expected to expire at this location.
- : DateTime
- # Specifies whether the expiration date for this snapshot has been calculated.
- # This field will be absent if the snapshot has never existed at this location.
- : Boolean!
- # Boolean to indicate whether the snapshot is legally held at the specified
- # location.
- : Boolean!
- # Specifies whether the snapshot is present at this location.
- : Boolean!
- # ID of the snapshot location.
- : String!
- # Name of the snapshot location.
- : String!
- }