Get Instance Effective Replication Replica
data class GetInstanceEffectiveReplicationReplica(val lastActiveSyncTime: String, val state: String, val stateReasons: List<String>)
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. Additional information about the replication state, if available.