Uses of Class
org.jclouds.openstack.glance.v1_0.options.ImageField
-
Packages that use ImageField Package Description org.jclouds.openstack.glance.v1_0.options -
-
Uses of ImageField in org.jclouds.openstack.glance.v1_0.options
Methods in org.jclouds.openstack.glance.v1_0.options that return ImageField Modifier and Type Method Description static ImageField
ImageField. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImageField[]
ImageField. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.openstack.glance.v1_0.options with parameters of type ImageField Modifier and Type Method Description static ListImageOptions
ListImageOptions.Builder. sortBy(ImageField sortKey)
ListImageOptions
ListImageOptions. sortBy(ImageField key)
Results will be ordered by the specified image attribute.
-