public abstract class Hdd extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Hdd.CreateHdd |
static class |
Hdd.CreateHddList |
Constructor and Description |
---|
Hdd() |
Modifier and Type | Method and Description |
---|---|
static Hdd |
create(String id,
double size,
boolean isMain) |
abstract String |
id() |
abstract boolean |
isMain() |
abstract double |
size() |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.