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"`