|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeMetadata
| Nested Class Summary | |
|---|---|
static class |
NodeMetadata.Status
|
| Method Summary | |
|---|---|
org.jclouds.domain.LoginCredentials |
getCredentials()
If possible, these are returned upon all detail requests. |
String |
getGroup()
Tag used for all resources that belong to the same logical group. |
Hardware |
getHardware()
The hardware this node is running, if possible to determine. |
String |
getHostname()
note |
String |
getImageId()
The id of the image this node was created from, if possible to correlate. |
int |
getLoginPort()
|
OperatingSystem |
getOperatingSystem()
The operating system this node is running, if possible to determine. |
Set<String> |
getPrivateAddresses()
All private IP addresses. |
Set<String> |
getPublicAddresses()
All public IP addresses, potentially including shared ips. |
| Methods inherited from interface org.jclouds.compute.domain.ComputeMetadataIncludingStatus |
|---|
getBackendStatus, getStatus |
| Methods inherited from interface org.jclouds.compute.domain.ComputeMetadata |
|---|
getId, getName, getProviderId, getTags, getType |
| Methods inherited from interface org.jclouds.domain.ResourceMetadata |
|---|
getLocation, getUri, getUserMetadata |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
@Nullable String getHostname()
@Nullable String getGroup()
@Nullable Hardware getHardware()
@Nullable String getImageId()
@Nullable OperatingSystem getOperatingSystem()
int getLoginPort()
@Nullable org.jclouds.domain.LoginCredentials getCredentials()
ComputeServiceContext#credentialStoreSet<String> getPublicAddresses()
Set<String> getPrivateAddresses()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||