public class ResourceCostAndUsageResponse extends Object implements Serializable
| Constructor and Description |
|---|
ResourceCostAndUsageResponse(CostAndUsageResponse total,
CostAndUsageResponse reserved,
CostAndUsageResponse burst) |
| Modifier and Type | Method and Description |
|---|---|
CostAndUsageResponse |
getBurst()
Get the burst cost and usage.
|
CostAndUsageResponse |
getReserved()
Get the reservation cost and usage.
|
CostAndUsageResponse |
getTotal()
Get the total cost and usage.
|
public ResourceCostAndUsageResponse(CostAndUsageResponse total, CostAndUsageResponse reserved, CostAndUsageResponse burst)
public CostAndUsageResponse getTotal()
public CostAndUsageResponse getReserved()
public CostAndUsageResponse getBurst()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.