public static class CreateAutoProvisioningGroupRequest.LaunchTemplateConfig extends Object
| 构造器和说明 |
|---|
LaunchTemplateConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
getArchitecturess() |
String |
getBurstablePerformance() |
List<Integer> |
getCoress() |
List<String> |
getExcludedInstanceTypess() |
String |
getInstanceFamilyLevel() |
String |
getInstanceType() |
Double |
getMaxPrice() |
Integer |
getMaxQuantity() |
List<Float> |
getMemoriess() |
Integer |
getPriority() |
String |
getVSwitchId() |
Double |
getWeightedCapacity() |
void |
setArchitecturess(List<String> architecturess) |
void |
setBurstablePerformance(String burstablePerformance) |
void |
setCoress(List<Integer> coress) |
void |
setExcludedInstanceTypess(List<String> excludedInstanceTypess) |
void |
setInstanceFamilyLevel(String instanceFamilyLevel) |
void |
setInstanceType(String instanceType) |
void |
setMaxPrice(Double maxPrice) |
void |
setMaxQuantity(Integer maxQuantity) |
void |
setMemoriess(List<Float> memoriess) |
void |
setPriority(Integer priority) |
void |
setVSwitchId(String vSwitchId) |
void |
setWeightedCapacity(Double weightedCapacity) |
public String getVSwitchId()
public void setVSwitchId(String vSwitchId)
public Double getMaxPrice()
public void setMaxPrice(Double maxPrice)
public Integer getPriority()
public void setPriority(Integer priority)
public String getInstanceType()
public void setInstanceType(String instanceType)
public Double getWeightedCapacity()
public void setWeightedCapacity(Double weightedCapacity)
public Integer getMaxQuantity()
public void setMaxQuantity(Integer maxQuantity)
public String getInstanceFamilyLevel()
public void setInstanceFamilyLevel(String instanceFamilyLevel)
public void setExcludedInstanceTypess(List<String> excludedInstanceTypess)
public String getBurstablePerformance()
public void setBurstablePerformance(String burstablePerformance)
Copyright © 2023. All Rights Reserved.