Uses of Class
com.woorea.openstack.nova.model.Flavor
-
Packages that use Flavor Package Description com.woorea.openstack.nova.api com.woorea.openstack.nova.model -
-
Uses of Flavor in com.woorea.openstack.nova.api
Methods in com.woorea.openstack.nova.api with parameters of type Flavor Modifier and Type Method Description FlavorsResource.CreateFlavorsResource. create(Flavor flavor)Constructors in com.woorea.openstack.nova.api with parameters of type Flavor Constructor Description Create(Flavor flavor) -
Uses of Flavor in com.woorea.openstack.nova.model
Methods in com.woorea.openstack.nova.model that return Flavor Modifier and Type Method Description FlavorServer. getFlavor()Methods in com.woorea.openstack.nova.model that return types with arguments of type Flavor Modifier and Type Method Description List<Flavor>Flavors. getList()Iterator<Flavor>Flavors. iterator()Methods in com.woorea.openstack.nova.model with parameters of type Flavor Modifier and Type Method Description voidServer. setFlavor(Flavor flavor)
-