public static class DescribeScalingConfigurationsResponse.ScalingConfiguration.InstancePatternInfo extends Object
| Constructor and Description |
|---|
InstancePatternInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCores() |
String |
getInstanceFamilyLevel() |
Float |
getMaxPrice() |
Float |
getMemory() |
void |
setCores(Integer cores) |
void |
setInstanceFamilyLevel(String instanceFamilyLevel) |
void |
setMaxPrice(Float maxPrice) |
void |
setMemory(Float memory) |
public Integer getCores()
public void setCores(Integer cores)
public Float getMemory()
public void setMemory(Float memory)
public Float getMaxPrice()
public void setMaxPrice(Float maxPrice)
public String getInstanceFamilyLevel()
public void setInstanceFamilyLevel(String instanceFamilyLevel)
Copyright © 2021. All Rights Reserved.