| Modifier and Type | Field and Description |
|---|---|
static CloudPoolStatus |
CONFIGURED_STARTED |
static CloudPoolStatus |
CONFIGURED_STOPPED |
static CloudPoolStatus |
UNCONFIGURED_STOPPED |
| Constructor and Description |
|---|
CloudPoolStatus(boolean started,
boolean configured)
Creates a
CloudPoolStatus. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isConfigured()
Indicates if the
CloudPool is configured. |
boolean |
isStarted()
Indicates if the
CloudPool is in a started state. |
String |
toString() |
public static final CloudPoolStatus UNCONFIGURED_STOPPED
public static final CloudPoolStatus CONFIGURED_STOPPED
public static final CloudPoolStatus CONFIGURED_STARTED
public CloudPoolStatus(boolean started,
boolean configured)
CloudPoolStatus.Copyright © 2011–2017 Elastisys. All rights reserved.