public static class CreateAutoProvisioningGroupRequest.LaunchTemplateConfig extends Object
| 构造器和说明 |
|---|
LaunchTemplateConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2019. All Rights Reserved.