jenkins.plugins.jclouds.compute.internal
Class RunningNode
java.lang.Object
jenkins.plugins.jclouds.compute.internal.RunningNode
public class RunningNode
- extends Object
|
Constructor Summary |
RunningNode(String cloud,
String template,
boolean suspendOrTerminate,
org.jclouds.compute.domain.NodeMetadata node)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunningNode
public RunningNode(String cloud,
String template,
boolean suspendOrTerminate,
org.jclouds.compute.domain.NodeMetadata node)
getCloudName
public String getCloudName()
getTemplateName
public String getTemplateName()
isSuspendOrTerminate
public boolean isSuspendOrTerminate()
getNode
public org.jclouds.compute.domain.NodeMetadata getNode()
Copyright © 2004-2012. All Rights Reserved.