Uses of Interface
org.openstack4j.model.compute.Flavor
-
-
Uses of Flavor in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return Flavor Modifier and Type Method Description FlavorFlavorService. create(String name, int ram, int vcpus, int disk, int ephemeral, int swap, float rxtxFactor, boolean isPublic)Creates a new FlavorFlavorFlavorService. create(Flavor flavor)Creates a new FlavorFlavorFlavorService. get(String flavorId)Get a Flavor by it's identifierMethods in org.openstack4j.api.compute that return types with arguments of type Flavor Modifier and Type Method Description List<? extends Flavor>FlavorService. list()List all Flavors with detailsList<? extends Flavor>FlavorService. list(boolean detail)list flavors with non filtering parametersList<? extends Flavor>FlavorService. list(boolean detail, Map<String,String> filteringParams)list flavorsList<? extends Flavor>FlavorService. list(Map<String,String> filteringParams)list flavors with detailedMethods in org.openstack4j.api.compute with parameters of type Flavor Modifier and Type Method Description FlavorFlavorService. create(Flavor flavor)Creates a new Flavor -
Uses of Flavor in org.openstack4j.model.compute
Methods in org.openstack4j.model.compute that return Flavor Modifier and Type Method Description FlavorServer. getFlavor() -
Uses of Flavor in org.openstack4j.model.compute.builder
Methods in org.openstack4j.model.compute.builder with parameters of type Flavor Modifier and Type Method Description ServerCreateBuilderServerCreateBuilder. flavor(Flavor flavor) -
Uses of Flavor in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement Flavor Modifier and Type Class Description classNovaFlavorAn OpenStack Flavor which is a template used for configuration against running InstancesMethods in org.openstack4j.openstack.compute.domain that return Flavor Modifier and Type Method Description FlavorNovaFlavor.FlavorConcreteBuilder. build()FlavorNovaServer. getFlavor()Methods in org.openstack4j.openstack.compute.domain with parameters of type Flavor Modifier and Type Method Description NovaServerCreate.ServerCreateConcreteBuilderNovaServerCreate.ServerCreateConcreteBuilder. flavor(Flavor flavor)FlavorBuilderNovaFlavor.FlavorConcreteBuilder. from(Flavor in) -
Uses of Flavor in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return Flavor Modifier and Type Method Description FlavorFlavorServiceImpl. create(String name, int ram, int vcpus, int disk, int ephemeral, int swap, float rxtxFactor, boolean isPublic)Creates a new FlavorFlavorFlavorServiceImpl. create(Flavor flavor)Creates a new FlavorFlavorFlavorServiceImpl. get(String flavorId)Get a Flavor by it's identifierMethods in org.openstack4j.openstack.compute.internal that return types with arguments of type Flavor Modifier and Type Method Description List<? extends Flavor>FlavorServiceImpl. list()List all Flavors with detailsList<? extends Flavor>FlavorServiceImpl. list(boolean detail)list flavors with non filtering parametersList<? extends Flavor>FlavorServiceImpl. list(boolean detail, Map<String,String> filteringParams)list flavorsList<? extends Flavor>FlavorServiceImpl. list(Map<String,String> filteringParams)list flavors with detailedMethods in org.openstack4j.openstack.compute.internal with parameters of type Flavor Modifier and Type Method Description FlavorFlavorServiceImpl. create(Flavor flavor)Creates a new Flavor
-