interface ReadReplica {
    endpoints: RDB.v1.Endpoint[];
    id: string;
    instanceId: string;
    region: Region;
    sameZone: boolean;
    status: RDB.v1.ReadReplicaStatus;
}

Properties

endpoints: RDB.v1.Endpoint[]

Display Read Replica connection information.

id: string

UUID of the Read Replica.

instanceId: string

UUID of the Database Instance.

region: Region

Region the Read Replica is in.

sameZone: boolean

Whether the replica is in the same availability zone as the main instance nodes or not.

Read replica status.