public static class CreateAutoProvisioningGroupRequest.LaunchTemplateConfig extends Object
| Constructor and Description |
|---|
LaunchTemplateConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceType() |
Double |
getMaxPrice() |
Integer |
getPriority() |
String |
getVSwitchId() |
Double |
getWeightedCapacity() |
void |
setInstanceType(String instanceType) |
void |
setMaxPrice(Double maxPrice) |
void |
setPriority(Integer priority) |
void |
setVSwitchId(String vSwitchId) |
void |
setWeightedCapacity(Double weightedCapacity) |
public String getInstanceType()
public void setInstanceType(String instanceType)
public Double getMaxPrice()
public void setMaxPrice(Double maxPrice)
public String getVSwitchId()
public void setVSwitchId(String vSwitchId)
public Double getWeightedCapacity()
public void setWeightedCapacity(Double weightedCapacity)
public Integer getPriority()
public void setPriority(Integer priority)
Copyright © 2020. All Rights Reserved.