public class Flavor extends Resource
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Flavor.Builder<T extends Flavor.Builder<T>>  | 
Resource.LinkType| Modifier | Constructor and Description | 
|---|---|
protected  | 
Flavor(int id,
      List<Map<String,String>> links,
      Map<Resource.LinkType,URI> orderedSelfReferences,
      String name,
      Integer disk,
      Integer ram,
      Integer vcpus)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Flavor.Builder<?> | 
builder()  | 
boolean | 
equals(Object obj)  | 
Integer | 
getDisk()  | 
String | 
getName()  | 
Integer | 
getRam()  | 
Integer | 
getVcpus()  | 
int | 
hashCode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
Flavor.Builder<?> | 
toBuilder()  | 
getId, getLinks, getOrderedSelfReferences, getSelfURI, getURI, toString@ConstructorProperties(value={"id","links","orderedSelfReferences","name","disk","ram","vcpus"}) protected Flavor(int id, List<Map<String,String>> links, @Nullable Map<Resource.LinkType,URI> orderedSelfReferences, @Nullable String name, @Nullable Integer disk, @Nullable Integer ram, @Nullable Integer vcpus)
public static Flavor.Builder<?> builder()
public Flavor.Builder<?> toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.