|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeState | |
|---|---|
| org.jclouds.compute.domain | |
| org.jclouds.compute.domain.internal | |
| org.jclouds.compute.predicates | |
| org.jclouds.compute.stub.config | |
| Uses of NodeState in org.jclouds.compute.domain |
|---|
| Methods in org.jclouds.compute.domain that return NodeState | |
|---|---|
NodeState |
NodeMetadata.getState()
Current State of the node |
static NodeState |
NodeState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NodeState[] |
NodeState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.jclouds.compute.domain with parameters of type NodeState | |
|---|---|
NodeMetadataBuilder |
NodeMetadataBuilder.state(NodeState state)
|
| Uses of NodeState in org.jclouds.compute.domain.internal |
|---|
| Methods in org.jclouds.compute.domain.internal that return NodeState | |
|---|---|
NodeState |
NodeMetadataImpl.getState()
Current State of the node |
| Constructors in org.jclouds.compute.domain.internal with parameters of type NodeState | |
|---|---|
NodeMetadataImpl(String providerId,
String name,
String id,
org.jclouds.domain.Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
String group,
Hardware hardware,
String imageId,
OperatingSystem os,
NodeState state,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
String adminPassword,
org.jclouds.domain.Credentials credentials,
String hostname)
|
|
| Uses of NodeState in org.jclouds.compute.predicates |
|---|
| Constructors in org.jclouds.compute.predicates with parameters of type NodeState | |
|---|---|
NodePresentAndInIntendedState(NodeState intended,
ComputeService client)
|
|
NodePresentAndInIntendedState(NodeState intended,
Set<NodeState> invalids,
ComputeService client)
|
|
| Constructor parameters in org.jclouds.compute.predicates with type arguments of type NodeState | |
|---|---|
NodePresentAndInIntendedState(NodeState intended,
Set<NodeState> invalids,
ComputeService client)
|
|
| Uses of NodeState in org.jclouds.compute.stub.config |
|---|
| Methods in org.jclouds.compute.stub.config with parameters of type NodeState | |
|---|---|
protected static void |
StubComputeServiceDependenciesModule.nodeWithState(NodeMetadata node,
NodeState state)
|
static void |
StubComputeServiceDependenciesModule.setState(NodeMetadata node,
NodeState state,
long millis)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||