Uses of Class
org.jclouds.openstack.trove.v1.domain.Flavor

Packages that use Flavor
org.jclouds.openstack.trove.v1.domain   
org.jclouds.openstack.trove.v1.features   
 

Uses of Flavor in org.jclouds.openstack.trove.v1.domain
 

Fields in org.jclouds.openstack.trove.v1.domain declared as Flavor
protected  Flavor Instance.Builder.flavor
           
 

Methods in org.jclouds.openstack.trove.v1.domain that return Flavor
 Flavor Flavor.Builder.build()
           
 Flavor Instance.getFlavor()
           
 

Methods in org.jclouds.openstack.trove.v1.domain with parameters of type Flavor
 int Flavor.compareTo(Flavor that)
           
 Instance.Builder Instance.Builder.flavor(Flavor flavor)
           
 Flavor.Builder Flavor.Builder.fromFlavor(Flavor in)
           
 

Constructors in org.jclouds.openstack.trove.v1.domain with parameters of type Flavor
Instance(String id, String name, Flavor flavor, Volume volume, Instance.Status status, List<org.jclouds.openstack.v2_0.domain.Link> links, String hostname)
           
 

Uses of Flavor in org.jclouds.openstack.trove.v1.features
 

Methods in org.jclouds.openstack.trove.v1.features that return Flavor
 Flavor FlavorApi.get(int flavorId)
          Returns a Flavor by id.
 

Methods in org.jclouds.openstack.trove.v1.features that return types with arguments of type Flavor
 com.google.common.collect.FluentIterable<Flavor> FlavorApi.list()
          Returns a summary list of Flavors.
 com.google.common.collect.FluentIterable<Flavor> FlavorApi.list(String accountId)
          Returns a list of Flavors by Account ID (Tenant Id).
 



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