public class Platform extends Object implements Validatable
| Modifier and Type | Class and Description |
|---|---|
static class |
Platform.PlatformChild |
| Modifier and Type | Field and Description |
|---|---|
Boolean |
enabled |
Platform.PlatformChild |
fileStores |
Integer |
interval |
String |
machineId |
Platform.PlatformChild |
memory |
Platform.PlatformChild |
powerSources |
Platform.PlatformChild |
processors |
TimeUnits |
timeUnits |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Checks the state of the object to ensure it is valid.
|
public Boolean enabled
public Integer interval
public TimeUnits timeUnits
public String machineId
public Platform.PlatformChild fileStores
public Platform.PlatformChild memory
public Platform.PlatformChild processors
public Platform.PlatformChild powerSources
public Platform()
public Platform(Platform original)
public void validate()
throws Exception
Validatablevalidate in interface ValidatableException - if the state of the object is not validCopyright © 2015–2017 Red Hat, Inc.. All rights reserved.