public class NodePlan extends Object
Constructor and Description |
---|
NodePlan(String cloud,
String template,
int count,
boolean suspendOrTerminate,
com.google.common.base.Supplier<JCloudsNodeMetadata> nodeSupplier) |
Modifier and Type | Method and Description |
---|---|
String |
getCloudName() |
int |
getCount() |
com.google.common.base.Supplier<JCloudsNodeMetadata> |
getNodeSupplier() |
String |
getTemplateName() |
boolean |
isSuspendOrTerminate() |
public NodePlan(String cloud, String template, int count, boolean suspendOrTerminate, com.google.common.base.Supplier<JCloudsNodeMetadata> nodeSupplier)
public String getCloudName()
public String getTemplateName()
public int getCount()
public boolean isSuspendOrTerminate()
public com.google.common.base.Supplier<JCloudsNodeMetadata> getNodeSupplier()
Copyright © 2016–2021. All rights reserved.