Uses of Class
org.jclouds.openstack.glance.v1_0.domain.StoreType

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
 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)
           
static CreateImageOptions CreateImageOptions.Builder.storeType(StoreType storeType)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.