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 Flavor
Flavor.Builder. build()
Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Flavor Modifier and Type Method Description T
Flavor.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 Flavor
FlavorInRegion. flavor
Methods in org.jclouds.openstack.nova.v2_0.domain.regionscoped that return Flavor Modifier and Type Method Description Flavor
FlavorInRegion. 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 Flavor
FlavorInRegion. flavor
Deprecated.Methods in org.jclouds.openstack.nova.v2_0.domain.zonescoped that return Flavor Modifier and Type Method Description Flavor
FlavorInRegion. 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 Flavor
FlavorApi. create(Flavor flavor)
Create flavor according to the provided objectFlavor
FlavorApi. 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 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 Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<Flavor>>
ParseFlavorDetails.ToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
-