Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.26 KB

reference_element_api_remoteclustersnapshotstatus.adoc

File metadata and controls

40 lines (33 loc) · 1.26 KB
permalink sidebar keywords summary
api/reference_element_api_remoteclustersnapshotstatus.html
sidebar
object,objects,remoteClusterSnapshotStatus
The remoteClusterSnapshotStatus object contains the UUID and status of a snapshot stored on a remote storage cluster. You can get this information with the ListSnapshots or ListGroupSnapshots API methods.

remoteClusterSnapshotStatus

The remoteClusterSnapshotStatus object contains the UUID and status of a snapshot stored on a remote storage cluster. You can get this information with the ListSnapshots or ListGroupSnapshots API methods.

Object members

This object contains the following members:

Name Description Type

remoteStatus

The replication status of the remote snapshot on the target cluster as seen from the source cluster. Possible values:

  • Present: The snapshot exists on a remote cluster.

  • NotPresent: The snapshot does not exist on a remote cluster.

  • Syncing: This is a target cluster and it is currently replicating the snapshot.

  • Deleted: This is a target cluster. The snapshot has been deleted, and it still exists on the source.

string

volumePairUUID

The universal identifier of the volume pair.

UUID