Uses of Class
org.jclouds.openstack.nova.v2_0.domain.Flavor
- 
- 
Uses of Flavor in org.jclouds.openstack.nova.v2_0.domain
Methods in org.jclouds.openstack.nova.v2_0.domain that return Flavor Modifier and Type Method Description FlavorFlavor.Builder. build()Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Flavor Modifier and Type Method Description TFlavor.Builder. fromFlavor(Flavor in) - 
Uses of Flavor in org.jclouds.openstack.nova.v2_0.domain.regionscoped
Fields in org.jclouds.openstack.nova.v2_0.domain.regionscoped declared as Flavor Modifier and Type Field Description protected FlavorFlavorInRegion. flavorMethods in org.jclouds.openstack.nova.v2_0.domain.regionscoped that return Flavor Modifier and Type Method Description FlavorFlavorInRegion. getFlavor()Constructors in org.jclouds.openstack.nova.v2_0.domain.regionscoped with parameters of type Flavor Constructor Description FlavorInRegion(Flavor flavor, String regionId) - 
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 Modifier and Type Field Description protected FlavorFlavorInRegion. flavorDeprecated.Methods in org.jclouds.openstack.nova.v2_0.domain.zonescoped that return Flavor Modifier and Type Method Description FlavorFlavorInRegion. getFlavor()Deprecated.Constructors in org.jclouds.openstack.nova.v2_0.domain.zonescoped with parameters of type Flavor Constructor Description FlavorInRegion(Flavor flavor, String regionId)Deprecated. - 
Uses of Flavor in org.jclouds.openstack.nova.v2_0.features
Methods in org.jclouds.openstack.nova.v2_0.features that return Flavor Modifier and Type Method Description FlavorFlavorApi. create(Flavor flavor)Create flavor according to the provided objectFlavorFlavorApi. get(String id)List details of the specified flavorMethods in org.jclouds.openstack.nova.v2_0.features that return types with arguments of type Flavor Modifier and Type Method Description PagedIterable<Flavor>FlavorApi. listInDetail()List all flavors (all details)PaginatedCollection<Flavor>FlavorApi. listInDetail(PaginationOptions options)Methods in org.jclouds.openstack.nova.v2_0.features with parameters of type Flavor Modifier and Type Method Description FlavorFlavorApi. 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 Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<Flavor>>ParseFlavorDetails.ToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> arg0) 
 -