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
Fields in com.woorea.openstack.nova.api declared as Flavor Modifier and Type Field Description private Flavor
FlavorsResource.Create. flavor
Methods in com.woorea.openstack.nova.api with parameters of type Flavor Modifier and Type Method Description FlavorsResource.Create
FlavorsResource. 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
Fields in com.woorea.openstack.nova.model declared as Flavor Modifier and Type Field Description private Flavor
Server. flavor
Fields in com.woorea.openstack.nova.model with type parameters of type Flavor Modifier and Type Field Description private java.util.List<Flavor>
Flavors. list
Methods in com.woorea.openstack.nova.model that return Flavor Modifier and Type Method Description Flavor
Server. getFlavor()
Methods in com.woorea.openstack.nova.model that return types with arguments of type Flavor Modifier and Type Method Description java.util.List<Flavor>
Flavors. getList()
java.util.Iterator<Flavor>
Flavors. iterator()
Methods in com.woorea.openstack.nova.model with parameters of type Flavor Modifier and Type Method Description void
Server. setFlavor(Flavor flavor)
-