public abstract class Specs extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Specs.CPU |
static class |
Specs.Drive |
static class |
Specs.Memory |
static class |
Specs.NIC |
Modifier and Type | Method and Description |
---|---|
abstract List<Specs.CPU> |
cpus() |
static Specs |
create(List<Specs.CPU> cpus,
Specs.Memory memory,
List<Specs.Drive> drives,
List<Specs.NIC> nics,
Map<String,Object> features) |
abstract List<Specs.Drive> |
drives() |
abstract Map<String,Object> |
features() |
abstract Specs.Memory |
memory() |
abstract List<Specs.NIC> |
nics() |
public abstract Specs.Memory memory()
public abstract List<Specs.Drive> drives()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.