Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions lib/provider/data_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@ type ExpandVolumeRequest struct {

// The new Capacity of the volume, in GiB
Capacity int64 `json:"capacity"`

// The new Iops of the volume, in GiB
Iops int64 `json:"capacity"`

// The new Bandwidth of the volume, in GiB
Bandwidth int32 `json:"capacity"`
}

// SnapshotParameters ...
Expand Down