Uses of Class
org.jclouds.openstack.nova.v2_0.domain.Flavor

Packages that use Flavor
org.jclouds.openstack.nova.v2_0.domain   
org.jclouds.openstack.nova.v2_0.domain.zonescoped   
org.jclouds.openstack.nova.v2_0.features   
org.jclouds.openstack.nova.v2_0.functions.internal   
 

Uses of Flavor in org.jclouds.openstack.nova.v2_0.domain
 

Methods in org.jclouds.openstack.nova.v2_0.domain that return Flavor
 Flavor Flavor.Builder.build()
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Flavor
 T Flavor.Builder.fromFlavor(Flavor in)
           
 

Uses of Flavor in org.jclouds.openstack.nova.v2_0.domain.zonescoped
 

Fields in org.jclouds.openstack.nova.v2_0.domain.zonescoped declared as Flavor
protected  Flavor FlavorInZone.image
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain.zonescoped that return Flavor
 Flavor FlavorInZone.getFlavor()
           
 

Constructors in org.jclouds.openstack.nova.v2_0.domain.zonescoped with parameters of type Flavor
FlavorInZone(Flavor image, String zoneId)
           
 

Uses of Flavor in org.jclouds.openstack.nova.v2_0.features
 

Methods in org.jclouds.openstack.nova.v2_0.features that return Flavor
 Flavor FlavorApi.create(Flavor flavor)
          Create flavor according to the provided object
 Flavor FlavorApi.get(String id)
          List details of the specified flavor
 

Methods in org.jclouds.openstack.nova.v2_0.features that return types with arguments of type Flavor
 org.jclouds.collect.PagedIterable<Flavor> FlavorApi.listInDetail()
          List all flavors (all details)
 org.jclouds.openstack.v2_0.domain.PaginatedCollection<Flavor> FlavorApi.listInDetail(org.jclouds.openstack.v2_0.options.PaginationOptions options)
           
 

Methods in org.jclouds.openstack.nova.v2_0.features with parameters of type Flavor
 Flavor FlavorApi.create(Flavor flavor)
          Create flavor according to the provided object
 

Uses of Flavor in org.jclouds.openstack.nova.v2_0.functions.internal
 

Methods in org.jclouds.openstack.nova.v2_0.functions.internal that return types with arguments of type Flavor
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Flavor>> ParseFlavorDetails.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
           
 



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