Package org.jclouds.profitbricks.domain
Class Image
- java.lang.Object
 - 
- org.jclouds.profitbricks.domain.Image
 
 
- 
- All Implemented Interfaces:
 Provisionable
public abstract class Image extends Object implements Provisionable
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImage.Builderstatic classImage.Type 
- 
Constructor Summary
Constructors Constructor Description Image() 
- 
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Image.Builderbuilder()abstract Stringid()abstract BooleanisBootable()abstract BooleanisCpuHotPlug()abstract BooleanisCpuHotUnPlug()abstract BooleanisDiscVirtioHotPlug()abstract BooleanisDiscVirtioHotUnPlug()abstract BooleanisNicHotPlug()abstract BooleanisNicHotUnPlug()abstract BooleanisPublic()abstract BooleanisRamHotPlug()abstract BooleanisRamHotUnPlug()abstract BooleanisWriteable()abstract Locationlocation()abstract Stringname()abstract OsTypeosType()abstract floatsize()abstract Image.BuildertoBuilder()abstract Image.Typetype() 
 - 
 
- 
- 
Method Detail
- 
id
public abstract String id()
 
- 
name
public abstract String name()
 
- 
size
public abstract float size()
 
- 
location
public abstract Location location()
 
- 
osType
public abstract OsType osType()
 
- 
type
public abstract Image.Type type()
 
- 
builder
public static Image.Builder builder()
 
- 
toBuilder
public abstract Image.Builder toBuilder()
 
 - 
 
 -