OBJECT
CloudDirectSnapshot
Description
NAS Cloud Direct snapshot object.
link GraphQL Schema definition
- type CloudDirectSnapshot implements GenericSnapshot {
- # Object ID.
- UUID! :
- # ID of the snapshot on the NAS Cloud Direct cluster.
- UUID! :
- # Timestamp of the snapshot.
- DateTime! :
- # Date the snapshot will expire.
- DateTime :
- # Specifies whether the expiration hint is enabled.
- Boolean! :
- # NAS Cloud Direct Cluster ID.
- UUID! :
- # ID of the NAS Cloud Direct System.
- String! :
- # Protocol of the NAS Cloud Direct share.
- CloudDirectSnapshotProtocolType! :
- # Specifies whether the snapshot is corrupted.
- Boolean! :
- # Number of attempts for indexing the snapshot.
- Long! :
- # Specifies whether the snapshot is indexed or not.
- Boolean! :
- # Specifies whether the snapshot can be unindexed.
- Boolean! :
- # Specifies if the snapshot is on-demand.
- Boolean! :
- # Time snapshot completed.
- DateTime :
- # State of snapshot on NAS Cloud Direct.
- CloudDirectSnapshotSateType! :
- # Type of snapshot on NAS Cloud Direct.
- CloudDirectSnapshotType! :
- # Rubrik ID of NAS Cloud Direct workload.
- UUID! :
- # SLA Domain of the snapshot.
- SlaDomain :
- # Specifies whether the snapshot was downloaded.
- Boolean :
- # Specifies whether the snapshot is quarantined.
- Boolean! :
- # NAS Cloud Direct share to which this snapshot belongs.
- CloudDirectNasShare! :
- # Specifies whether or not the snapshot is expired.
- Boolean! :
- # The workload ID of the snapshot.
- String! :
- }
link Require by
- CloudDirectNasShareCloud Direct NAS Share object.
- 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.