public class EmrVpcPricingState extends Object
| Constructor and Description |
|---|
EmrVpcPricingState() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,BigDecimal>> |
getOnDemandPricesPerAvailabilityZone() |
Map<String,Map<String,BigDecimal>> |
getSpotPricesPerAvailabilityZone() |
Map<String,Integer> |
getSubnetAvailableIpAddressCounts() |
void |
setOnDemandPricesPerAvailabilityZone(Map<String,Map<String,BigDecimal>> onDemandPricesPerAvailabilityZone) |
void |
setSpotPricesPerAvailabilityZone(Map<String,Map<String,BigDecimal>> spotPricesPerAvailabilityZone) |
void |
setSubnetAvailableIpAddressCounts(Map<String,Integer> subnets) |
public void setSubnetAvailableIpAddressCounts(Map<String,Integer> subnets)
public Map<String,Map<String,BigDecimal>> getSpotPricesPerAvailabilityZone()
public void setSpotPricesPerAvailabilityZone(Map<String,Map<String,BigDecimal>> spotPricesPerAvailabilityZone)
public Map<String,Map<String,BigDecimal>> getOnDemandPricesPerAvailabilityZone()
public void setOnDemandPricesPerAvailabilityZone(Map<String,Map<String,BigDecimal>> onDemandPricesPerAvailabilityZone)
Copyright © 2021. All rights reserved.