Skip to content

Commit ab21447

Browse files
authored
feat(rdb): add instance_id to ReadReplica (#1969)
1 parent bf98ba4 commit ab21447

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/rdb/v1/rdb_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,9 @@ type ReadReplica struct {
988988

989989
// SameZone: whether the replica is in the same availability zone as the main instance nodes or not.
990990
SameZone bool `json:"same_zone"`
991+
992+
// InstanceID: UUID of the Database Instance.
993+
InstanceID string `json:"instance_id"`
991994
}
992995

993996
// UpgradableVersion: upgradable version.

0 commit comments

Comments
 (0)