Modifier and Type | Method and Description |
---|---|
ActionResponse |
BlockVolumeService.resetState(String volumeId,
Volume.Status status)
Resets the specified volume status.
|
Modifier and Type | Method and Description |
---|---|
static Volume.Status |
Volume.Status.fromValue(String status) |
Volume.Status |
VolumeUploadImage.getStatus() |
Volume.Status |
VolumeSnapshot.getStatus() |
Volume.Status |
Volume.getStatus() |
static Volume.Status |
Volume.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Volume.Status[] |
Volume.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Volume.Status |
ResetStatusAction.getStatus() |
Volume.Status |
CinderVolumeUploadImage.getStatus() |
Volume.Status |
CinderVolumeSnapshot.getStatus() |
Volume.Status |
CinderVolume.getStatus() |
Modifier and Type | Method and Description |
---|---|
static ResetStatusAction |
ResetStatusAction.create(Volume.Status status) |
Constructor and Description |
---|
ResetStatusAction(Volume.Status status) |
Modifier and Type | Method and Description |
---|---|
ActionResponse |
BlockVolumeServiceImpl.resetState(String volumeId,
Volume.Status status)
Resets the specified volume status.
|
Copyright © 2017. All rights reserved.