RegionalReplicationStatusResponse

data class RegionalReplicationStatusResponse(val details: String, val progress: Int, val region: String, val state: String)

This is the regional replication status.

Constructors

Link copied to clipboard
constructor(details: String, progress: Int, region: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The details of the replication status.

Link copied to clipboard

It indicates progress of the replication job.

Link copied to clipboard

The region to which the gallery image version is being replicated to.

Link copied to clipboard

This is the regional replication state.