Package org.jclouds.profitbricks.domain
Class Image
java.lang.Object
org.jclouds.profitbricks.domain.Image
- All Implemented Interfaces:
Provisionable
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Image.Builder
builder()
abstract String
id()
abstract Boolean
abstract Boolean
abstract Boolean
abstract Boolean
abstract Boolean
abstract Boolean
abstract Boolean
abstract Boolean
isPublic()
abstract Boolean
abstract Boolean
abstract Boolean
abstract Location
location()
abstract String
name()
abstract OsType
osType()
abstract float
size()
abstract Image.Builder
abstract Image.Type
type()
-
Constructor Details
-
Image
public Image()
-
-
Method Details
-
id
-
name
-
size
public abstract float size() -
location
-
osType
-
type
-
isPublic
-
isWriteable
-
isBootable
-
isCpuHotPlug
-
isCpuHotUnPlug
-
isRamHotPlug
-
isRamHotUnPlug
-
isNicHotPlug
-
isNicHotUnPlug
-
isDiscVirtioHotPlug
-
isDiscVirtioHotUnPlug
-
builder
-
toBuilder
-