Package | Description |
---|---|
org.jclouds.openstack.trove.v1.domain | |
org.jclouds.openstack.trove.v1.features |
Modifier and Type | Field and Description |
---|---|
protected Flavor |
Instance.Builder.flavor |
Modifier and Type | Method and Description |
---|---|
Flavor |
Flavor.Builder.build() |
Flavor |
Instance.getFlavor() |
Modifier and Type | Method and Description |
---|---|
int |
Flavor.compareTo(Flavor that) |
Instance.Builder |
Instance.Builder.flavor(Flavor flavor) |
Flavor.Builder |
Flavor.Builder.fromFlavor(Flavor in) |
Constructor and Description |
---|
Instance(String id,
String name,
Flavor flavor,
Volume volume,
Instance.Status status,
List<Link> links,
String hostname) |
Modifier and Type | Method and Description |
---|---|
Flavor |
FlavorApi.get(int flavorId)
Returns a Flavor by id.
|
Modifier and Type | Method and Description |
---|---|
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-2016 The Apache Software Foundation. All Rights Reserved.