From 7e37813414bcf7fec3e1cbfa684766cd5f22e855 Mon Sep 17 00:00:00 2001 From: powervs-ibm <137309855+powervs-ibm@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:46:45 -0500 Subject: [PATCH] Generated Swagger client from service-broker commit d82c42a9b20ab1dcd2188c89e0b0a3c8ea8db1ff (#403) --- power/models/volume.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/power/models/volume.go b/power/models/volume.go index 3eadf969..97e5ca8b 100644 --- a/power/models/volume.go +++ b/power/models/volume.go @@ -80,6 +80,9 @@ type Volume struct { // True if volume is replication enabled otherwise false ReplicationEnabled *bool `json:"replicationEnabled,omitempty"` + // List of replication sites for volume replication + ReplicationSite []string `json:"replicationSite,omitempty"` + // Replication status of a volume ReplicationStatus string `json:"replicationStatus,omitempty"`