We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3cdbf commit 31b2cb2Copy full SHA for 31b2cb2
api/instance/v1/instance_sdk.go
@@ -1151,6 +1151,7 @@ const (
1151
VolumeStateSnapshotting = VolumeState("snapshotting")
1152
VolumeStateFetching = VolumeState("fetching")
1153
VolumeStateSaving = VolumeState("saving")
1154
+ VolumeStateAttaching = VolumeState("attaching")
1155
VolumeStateResizing = VolumeState("resizing")
1156
VolumeStateHotsyncing = VolumeState("hotsyncing")
1157
VolumeStateError = VolumeState("error")
@@ -1170,6 +1171,7 @@ func (enum VolumeState) Values() []VolumeState {
1170
1171
"snapshotting",
1172
"fetching",
1173
"saving",
1174
+ "attaching",
1175
"resizing",
1176
"hotsyncing",
1177
"error",
0 commit comments