Skip to content
Merged
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
13 changes: 6 additions & 7 deletions lib/provider/vpc_data_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,12 @@ type Profile struct {

// CapIops
type CapIops struct {
Default int32 `json:"default,omitempty"`
Max int32 `json:"max,omitempty"`
Min int32 `json:"min,omitempty"`
Step int32 `json:"step,omitempty"`
Type string `json:"type,omitempty"`
Value int32 `json:"value,omitempty"`
Values []int32 `json:"values,omitempty"`
Default int32 `json:"default,omitempty"`
Max int32 `json:"max,omitempty"`
Min int32 `json:"min,omitempty"`
Step int32 `json:"step,omitempty"`
Type string `json:"type,omitempty"`
Value int32 `json:"value,omitempty"`
}

// VolumeAttachment ...
Expand Down