Instance Effective Replication Replica
data class InstanceEffectiveReplicationReplica(val lastActiveSyncTime: String? = null, val state: String? = null, val stateReasons: List<String>? = null)
Properties
Link copied to clipboard
(Output) 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) Output only. Additional information about the replication state, if available.