public abstract class Image extends Object implements Provisionable
Modifier and Type | Class and Description |
---|---|
static class |
Image.Builder |
static class |
Image.Type |
Constructor and Description |
---|
Image() |
Modifier and Type | Method and Description |
---|---|
static Image.Builder |
builder() |
abstract String |
id() |
abstract Boolean |
isBootable() |
abstract Boolean |
isCpuHotPlug() |
abstract Boolean |
isCpuHotUnPlug() |
abstract Boolean |
isDiscVirtioHotPlug() |
abstract Boolean |
isDiscVirtioHotUnPlug() |
abstract Boolean |
isNicHotPlug() |
abstract Boolean |
isNicHotUnPlug() |
abstract Boolean |
isPublic() |
abstract Boolean |
isRamHotPlug() |
abstract Boolean |
isRamHotUnPlug() |
abstract Boolean |
isWriteable() |
abstract Location |
location() |
abstract String |
name() |
abstract OsType |
osType() |
abstract float |
size() |
abstract Image.Builder |
toBuilder() |
abstract Image.Type |
type() |
public abstract String id()
public abstract String name()
public abstract float size()
public abstract Location location()
public abstract OsType osType()
public abstract Image.Type type()
public static Image.Builder builder()
public abstract Image.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.