Package org.jclouds.compute
Class ComputeServiceAdapter.NodeAndInitialCredentials<N>
java.lang.Object
org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<N>
- Direct Known Subclasses:
JCloudsNativeComputeServiceAdapter.NodeWithInitialCredentials
- Enclosing interface:
ComputeServiceAdapter<N,
H, I, L>
-
Constructor Summary
ConstructorsConstructorDescriptionNodeAndInitialCredentials
(N node, String nodeId, LoginCredentials credentials) -
Method Summary
-
Constructor Details
-
NodeAndInitialCredentials
-
-
Method Details
-
getNode
- Returns:
- cloud specific representation of the newly created node
-
getNodeId
- Returns:
- Stringified version of the new node's id.
-
getCredentials
- Returns:
- credentials given by the api for the node, or null if this information is not available
-