Class NodePlan
- java.lang.Object
-
- jenkins.plugins.jclouds.compute.internal.NodePlan
-
public class NodePlan extends Object
-
-
Constructor Summary
Constructors Constructor Description NodePlan(String cloud, String template, int count, boolean suspendOrTerminate, com.google.common.base.Supplier<JCloudsNodeMetadata> nodeSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCloudName()
int
getCount()
com.google.common.base.Supplier<JCloudsNodeMetadata>
getNodeSupplier()
String
getTemplateName()
boolean
isSuspendOrTerminate()
-
-
-
Constructor Detail
-
NodePlan
public NodePlan(String cloud, String template, int count, boolean suspendOrTerminate, com.google.common.base.Supplier<JCloudsNodeMetadata> nodeSupplier)
-
-
Method Detail
-
getCloudName
public String getCloudName()
-
getTemplateName
public String getTemplateName()
-
getCount
public int getCount()
-
isSuspendOrTerminate
public boolean isSuspendOrTerminate()
-
getNodeSupplier
public com.google.common.base.Supplier<JCloudsNodeMetadata> getNodeSupplier()
-
-