Modifier and Type | Method and Description |
---|---|
ActionResponse |
ServerService.resetState(String serverId,
Server.Status state)
Resets the state of a server to a specified
state |
Server |
ServerService.waitForServerStatus(String serverId,
Server.Status status,
int maxWait,
TimeUnit maxWaitUnit)
Will poll the Server waiting for the
Status to match or an Error state occurs for the maxWait |
Modifier and Type | Method and Description |
---|---|
static Server.Status |
Server.Status.forValue(String value) |
Server.Status |
SimpleTenantUsage.ServerUsage.getState() |
Server.Status |
Server.getStatus() |
static Server.Status |
Server.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Server.Status[] |
Server.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
Server.Status |
NovaServer.status |
Modifier and Type | Method and Description |
---|---|
Server.Status |
NovaSimpleTenantUsage.NovaServerUsage.getState() |
Server.Status |
NovaServer.getStatus() |
Modifier and Type | Method and Description |
---|---|
Server.Status |
ResetStateAction.getState() |
Modifier and Type | Method and Description |
---|---|
static ResetStateAction |
ResetStateAction.create(Server.Status state) |
Constructor and Description |
---|
ResetStateAction(Server.Status state) |
Modifier and Type | Method and Description |
---|---|
ActionResponse |
ServerServiceImpl.resetState(String serverId,
Server.Status state)
Resets the state of a server to a specified
state |
Server |
ServerServiceImpl.waitForServerStatus(String serverId,
Server.Status status,
int maxWait,
TimeUnit maxWaitUnit)
Will poll the Server waiting for the
Status to match or an Error state occurs for the maxWait |
Copyright © 2017. All rights reserved.