| Modifier and Type | Method and Description |
|---|---|
void |
CloudPool.setServiceState(String machineId,
ServiceState serviceState)
Sets the service state of a given machine pool member.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloudPoolClient.setServiceState(String machineId,
ServiceState serviceState) |
| Modifier and Type | Method and Description |
|---|---|
ServiceState |
SetServiceStateRequest.getServiceState() |
| Modifier and Type | Method and Description |
|---|---|
void |
SetServiceStateRequest.setServiceState(ServiceState serviceState) |
| Constructor and Description |
|---|
SetServiceStateRequest(ServiceState serviceState) |
| Modifier and Type | Method and Description |
|---|---|
ServiceState |
Machine.getServiceState()
Returns the service state of the
Machine. |
static ServiceState |
ServiceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceState[] |
ServiceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Machine.Builder |
Machine.Builder.serviceState(ServiceState serviceState)
Sets the
ServiceState for the Machine being built. |
| Constructor and Description |
|---|
Machine(String id,
MachineState machineState,
MembershipStatus membershipStatus,
ServiceState serviceState,
String cloudProvider,
String region,
String machineSize,
org.joda.time.DateTime requestTime,
org.joda.time.DateTime launchTime,
List<String> publicIps,
List<String> privateIps,
com.google.gson.JsonElement metadata)
Constructs a new
Machine. |
Copyright © 2011–2017 Elastisys. All rights reserved.