ApiOzoneSnapshot Data Model

Reference to an Ozone snapshot.

Properties
name data type description
snapshotName string
bucketRef ApiOzoneBucketRef

Example

{
  "snapshotName" : "...",
  "bucketRef" : {
    "volume" : "...",
    "bucket" : "..."
  }
}