|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeMetadata
Method Summary | |
---|---|
String |
getAdminPassword()
secures access to root with a password. |
Credentials |
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. |
NodeState |
getState()
Current State of the node |
String |
getTag()
Deprecated. |
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()
@Deprecated String getTag()
getGroup()
@Nullable Hardware getHardware()
@Nullable String getImageId()
@Nullable OperatingSystem getOperatingSystem()
NodeState getState()
int getLoginPort()
@Nullable String getAdminPassword()
echo 'password' |sudo -S command
Credentials getCredentials()
Set<String> getPublicAddresses()
Set<String> getPrivateAddresses()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |