public class DiskImage extends Object
It is used as base for the system disk of a virtual server.
Modifier and Type | Class and Description |
---|---|
static class |
DiskImage.Builder |
Constructor and Description |
---|
DiskImage() |
Modifier and Type | Method and Description |
---|---|
static DiskImage.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getCreatorName() |
String |
getDescription() |
String |
getId() |
String |
getLicenseInfo() |
String |
getName() |
String |
getOsName() |
String |
getOsType() |
String |
getRegistrant() |
int |
getSize() |
Set<Software> |
getSoftware() |
int |
hashCode() |
String |
toString() |
public String getId()
public int getSize()
public String getOsName()
public String getOsType()
public String getCreatorName()
public String getRegistrant()
public String getLicenseInfo()
public String getDescription()
public String getName()
public static DiskImage.Builder builder()
Copyright © 2009-2013 jclouds. All Rights Reserved.