Uses of Interface
org.openstack4j.model.trove.Flavor
-
Packages that use Flavor Package Description org.openstack4j.api.trove org.openstack4j.model.trove org.openstack4j.openstack.trove.domain org.openstack4j.openstack.trove.internal -
-
Uses of Flavor in org.openstack4j.api.trove
Methods in org.openstack4j.api.trove that return Flavor Modifier and Type Method Description FlavorInstanceFlavorService. get(String id)Get the instance flavor specified by IDMethods in org.openstack4j.api.trove that return types with arguments of type Flavor Modifier and Type Method Description List<? extends Flavor>InstanceFlavorService. list()Returns all the available database instance flavors -
Uses of Flavor in org.openstack4j.model.trove
Methods in org.openstack4j.model.trove that return Flavor Modifier and Type Method Description FlavorInstance. getFlavor() -
Uses of Flavor in org.openstack4j.openstack.trove.domain
Classes in org.openstack4j.openstack.trove.domain that implement Flavor Modifier and Type Class Description classTroveInstanceFlavorModel implementation for Database instance flavorMethods in org.openstack4j.openstack.trove.domain that return Flavor Modifier and Type Method Description FlavorTroveInstance. getFlavor() -
Uses of Flavor in org.openstack4j.openstack.trove.internal
Methods in org.openstack4j.openstack.trove.internal that return Flavor Modifier and Type Method Description FlavorDBFlavorServiceImpl. get(String id)Get the instance flavor specified by IDMethods in org.openstack4j.openstack.trove.internal that return types with arguments of type Flavor Modifier and Type Method Description List<? extends Flavor>DBFlavorServiceImpl. list()Returns all the available database instance flavors
-