| Modifier and Type | Field and Description | 
|---|---|
protected Integer | 
disk  | 
protected int | 
id  | 
protected String | 
name  | 
protected Integer | 
ram  | 
| Constructor and Description | 
|---|
Flavor.Builder()  | 
protected int id
protected String name
protected Integer disk
protected Integer ram
protected abstract T self()
public T id(int id)
Flavor.getId()public T name(String name)
Flavor.getName()public T disk(Integer disk)
Flavor.getDisk()public T ram(Integer ram)
Flavor.getRam()public Flavor build()
Copyright © 2009-2013 jclouds. All Rights Reserved.