OBJECT
CloudDirectSnapshot
Description
NAS Cloud Direct snapshot object.
link GraphQL Schema definition
- type CloudDirectSnapshot implements GenericSnapshot {
- # ID of the snapshot on the NAS Cloud Direct cluster.
- UUID! :
- # NAS Cloud Direct cluster ID.
- UUID! :
- # Time snapshot completed.
- DateTime :
- # Timestamp of the snapshot.
- DateTime! :
- # Date the snapshot will expire.
- DateTime :
- # Specifies whether the expiration hint is enabled.
- Boolean! :
- # Object ID.
- UUID! :
- # Number of attempts for indexing the snapshot.
- Long! :
- # Flag if the snapshot is an anomaly.
- Boolean! :
- # Specifies whether the snapshot is corrupted.
- Boolean! :
- # Specifies whether the snapshot was downloaded.
- Boolean :
- # Specifies whether or not the snapshot is expired.
- Boolean! :
- # Specifies whether the snapshot is indexed or not.
- Boolean! :
- # Specifies if the snapshot is on-demand.
- Boolean! :
- # Specifies whether the snapshot is quarantined.
- Boolean! :
- # Specifies whether the snapshot can be unindexed.
- Boolean! :
- # NAS Cloud Direct object (Bucket or Share) to which this snapshot belongs.
- CloudDirectNasObject! :
- # Name of policy assigned to the snapshot in NAS Cloud Direct.
- String! :
- # Protocol of the NAS Cloud Direct snapshot.
- CloudDirectSnapshotProtocolType! :
- # SLA Domain of the snapshot.
- SlaDomain :
- # The workload ID of the snapshot.
- String! :
- # State of snapshot on NAS Cloud Direct.
- CloudDirectSnapshotSateType! :
- # ID of the NAS Cloud Direct System.
- String! :
- # Type of snapshot on NAS Cloud Direct.
- CloudDirectSnapshotType! :
- # Rubrik ID of NAS Cloud Direct workload.
- UUID! :
- }
link Require by
- CloudDirectNasBucketNAS Cloud Direct bucket.
- CloudDirectNasShareNAS Cloud Direct share.
- CloudDirectSnapshotConnectionPaginated list of CloudDirectSnapshot objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- CloudDirectSnapshotEdgeWrapper around the CloudDirectSnapshot object. This wrapper is used for pagination.
- Query