|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StoreType | |
|---|---|
| org.jclouds.openstack.glance.v1_0.domain | |
| org.jclouds.openstack.glance.v1_0.options | |
| Uses of StoreType in org.jclouds.openstack.glance.v1_0.domain |
|---|
| Methods in org.jclouds.openstack.glance.v1_0.domain that return StoreType | |
|---|---|
static StoreType |
StoreType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StoreType[] |
StoreType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of StoreType in org.jclouds.openstack.glance.v1_0.options |
|---|
| Methods in org.jclouds.openstack.glance.v1_0.options with parameters of type StoreType | |
|---|---|
static CreateImageOptions |
CreateImageOptions.Builder.storeType(StoreType storeType)
|
UpdateImageOptions |
UpdateImageOptions.storeType(StoreType storeType)
When present, Glance will attempt to store the disk image data in the backing store indicated by the value of the header. |
static UpdateImageOptions |
UpdateImageOptions.Builder.storeType(StoreType storeType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||