| Package | Description |
|---|---|
| org.jclouds.compute.domain | |
| org.jclouds.compute.domain.internal | |
| org.jclouds.compute.predicates.internal | |
| org.jclouds.compute.stub.config |
| Modifier and Type | Method and Description |
|---|---|
static NodeMetadata.Status |
NodeMetadata.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeMetadata.Status[] |
NodeMetadata.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NodeMetadataBuilder |
NodeMetadataBuilder.status(NodeMetadata.Status status) |
| Modifier and Type | Method and Description |
|---|---|
NodeMetadata.Status |
NodeMetadataImpl.getStatus()
portable status of the resource
|
| Constructor and Description |
|---|
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,
NodeMetadata.Status status,
String backendStatus,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
org.jclouds.domain.LoginCredentials credentials,
String hostname) |
| Constructor and Description |
|---|
RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid(NodeMetadata.Status intended,
GetNodeMetadataStrategy client) |
RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid(NodeMetadata.Status intended,
Set<NodeMetadata.Status> invalids,
GetNodeMetadataStrategy client) |
| Constructor and Description |
|---|
RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid(NodeMetadata.Status intended,
Set<NodeMetadata.Status> invalids,
GetNodeMetadataStrategy client) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StubComputeServiceAdapter.setStateOnNode(NodeMetadata.Status status,
NodeMetadata node) |
protected void |
StubComputeServiceAdapter.setStateOnNodeAfterDelay(NodeMetadata.Status status,
NodeMetadata node,
long millis) |
Copyright © 2009-2017 The Apache Software Foundation. All Rights Reserved.