GetInstanceEffectiveReplicationReplica

data class GetInstanceEffectiveReplicationReplica(val lastActiveSyncTime: String, val state: String, val stateReasons: List<String>)

Constructors

Link copied to clipboard
constructor(lastActiveSyncTime: String, state: String, stateReasons: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Output only. The timestamp of the latest replication snapshot taken on the active instance and is already replicated safely. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z"

Link copied to clipboard

Output only. The replica state

Link copied to clipboard

Output only. Additional information about the replication state, if available.