public abstract class Hardware extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Hardware.CreateHardware |
static class |
Hardware.UpdateHardware |
Constructor and Description |
---|
Hardware() |
Modifier and Type | Method and Description |
---|---|
abstract double |
coresPerProcessor() |
static Hardware |
create(String fixedInstanceSizeId,
double vcore,
double coresPerProcessor,
double ram,
List<Hdd> hdds) |
abstract String |
fixedInstanceSizeId() |
abstract List<Hdd> |
hdds() |
abstract double |
ram() |
abstract double |
vcore() |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.