Package org.jclouds.digitalocean2.domain
Class OperatingSystem
java.lang.Object
org.jclouds.digitalocean2.domain.OperatingSystem
The operating system of an image.
This class parses the name
string (e.g. "Ubuntu 12.10 x64") of the images and properly sets each field
to the right value.
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
arch()
static OperatingSystem
abstract Distribution
boolean
is64bit()
abstract String
version()
-
Method Details
-
distribution
-
version
-
arch
-
create
-
is64bit
public boolean is64bit()
-