ReplicationStatusResponse

data class ReplicationStatusResponse(val aggregatedState: String, val summary: List<RegionalReplicationStatusResponse>)

This is the replication status of the gallery image version.

Constructors

Link copied to clipboard
constructor(aggregatedState: String, summary: List<RegionalReplicationStatusResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This is the aggregated replication status based on all the regional replication status flags.

Link copied to clipboard

This is a summary of replication status for each region.