public class AlibabaEcsFollowerTemplate extends Object implements Describable<AlibabaEcsFollowerTemplate>
| Modifier and Type | Class and Description |
|---|---|
static class |
AlibabaEcsFollowerTemplate.DescriptorImpl |
| Constructor and Description |
|---|
AlibabaEcsFollowerTemplate(String region,
String zone,
String instanceType,
int minimumNumberOfInstances,
String vsw,
String initScript,
String labelString,
String remoteFs) |
| Modifier and Type | Method and Description |
|---|---|
Descriptor<AlibabaEcsFollowerTemplate> |
getDescriptor() |
String |
getInitScript() |
String |
getInstanceType() |
String |
getLabelString() |
int |
getMinimumNumberOfInstances() |
AlibabaCloud |
getParent() |
String |
getRegion() |
String |
getRemoteFs() |
String |
getTemplateId() |
String |
getVswId() |
String |
getZone() |
List<AlibabaEcsSpotFollower> |
provision(int amount) |
List<String> |
provisionSpot(int amount) |
void |
setParent(AlibabaCloud parent) |
public AlibabaCloud getParent()
public void setParent(AlibabaCloud parent)
public Descriptor<AlibabaEcsFollowerTemplate> getDescriptor()
getDescriptor in interface Describable<AlibabaEcsFollowerTemplate>public String getTemplateId()
public String getRegion()
public String getVswId()
public String getZone()
public String getInstanceType()
public int getMinimumNumberOfInstances()
public String getInitScript()
public String getLabelString()
public String getRemoteFs()
public List<AlibabaEcsSpotFollower> provision(int amount) throws Exception
ExceptionCopyright © 2016–2020. All rights reserved.