From 17d9fcebe887b72c79cc12401748d4300cc95eab Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 28 Feb 2019 10:58:05 +0800 Subject: [PATCH] add repl to volume type --- service/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/service/types.go b/service/types.go index eed84c8..3b5c7ce 100644 --- a/service/types.go +++ b/service/types.go @@ -2941,6 +2941,7 @@ type Volume struct { LatestSnapshotTime *time.Time `json:"latest_snapshot_time" name:"latest_snapshot_time" format:"ISO 8601"` Owner *string `json:"owner" name:"owner"` PlaceGroupID *string `json:"place_group_id" name:"place_group_id"` + Repl *string `json:"repl" name:"repl"` Size *int `json:"size" name:"size"` // Status's available values: pending, available, in-use, suspended, deleted, ceased Status *string `json:"status" name:"status"`