ReservationSummaryProperties Class
- java.
lang. Object - com.
azure. resourcemanager. consumption. fluent. models. ReservationSummaryProperties
- com.
Implements
public final class ReservationSummaryProperties
implements JsonSerializable<ReservationSummaryProperties>
The properties of the reservation summary.
Constructor Summary
| Constructor | Description |
|---|---|
| ReservationSummaryProperties() |
Creates an instance of Reservation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Big |
avgUtilizationPercentage()
Get the avg |
|
static
Reservation |
fromJson(JsonReader jsonReader)
Reads an instance of Reservation |
| String |
kind()
Get the kind property: The reservation kind. |
|
Big |
maxUtilizationPercentage()
Get the max |
|
Big |
minUtilizationPercentage()
Get the min |
|
Big |
purchasedQuantity()
Get the purchased |
|
Big |
remainingQuantity()
Get the remaining |
| String |
reservationId()
Get the reservation |
| String |
reservationOrderId()
Get the reservation |
|
Big |
reservedHours()
Get the reserved |
| String |
skuName()
Get the sku |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Big |
totalReservedQuantity()
Get the total |
|
Offset |
usageDate()
Get the usage |
|
Big |
usedHours()
Get the used |
|
Big |
usedQuantity()
Get the used |
|
Big |
utilizedPercentage()
Get the utilized |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ReservationSummaryProperties
public ReservationSummaryProperties()
Creates an instance of ReservationSummaryProperties class.
Method Details
avgUtilizationPercentage
public BigDecimal avgUtilizationPercentage()
Get the avgUtilizationPercentage property: This is average utilization for the entire time range. (day or month depending on the grain).
Returns:
fromJson
public static ReservationSummaryProperties fromJson(JsonReader jsonReader)
Reads an instance of ReservationSummaryProperties from the JsonReader.
Parameters:
Returns:
Throws:
kind
public String kind()
Get the kind property: The reservation kind.
Returns:
maxUtilizationPercentage
public BigDecimal maxUtilizationPercentage()
Get the maxUtilizationPercentage property: This is the maximum hourly utilization in the usage time (day or month). E.g. if usage record corresponds to 12/10/2017 and on that for hour 4 and 5, utilization was 100%, this field will return 100% for that day.
Returns:
minUtilizationPercentage
public BigDecimal minUtilizationPercentage()
Get the minUtilizationPercentage property: This is the minimum hourly utilization in the usage time (day or month). E.g. if usage record corresponds to 12/10/2017 and on that for hour 4 and 5, utilization was 10%, this field will return 10% for that day.
Returns:
purchasedQuantity
public BigDecimal purchasedQuantity()
Get the purchasedQuantity property: This is the purchased quantity for the reservationId.
Returns:
remainingQuantity
public BigDecimal remainingQuantity()
Get the remainingQuantity property: This is the remaining quantity for the reservationId.
Returns:
reservationId
public String reservationId()
Get the reservationId property: The reservation ID is the identifier of a reservation within a reservation order. Each reservation is the grouping for applying the benefit scope and also specifies the number of instances to which the reservation benefit can be applied to.
Returns:
reservationOrderId
public String reservationOrderId()
Get the reservationOrderId property: The reservation order ID is the identifier for a reservation purchase. Each reservation order ID represents a single purchase transaction. A reservation order contains reservations. The reservation order specifies the VM size and region for the reservations.
Returns:
reservedHours
public BigDecimal reservedHours()
Get the reservedHours property: This is the total hours reserved. E.g. if reservation for 1 instance was made on 1 PM, this will be 11 hours for that day and 24 hours from subsequent days.
Returns:
skuName
public String skuName()
Get the skuName property: This is the ARM Sku name. It can be used to join with the serviceType field in additional info in usage records.
Returns:
toJson
totalReservedQuantity
public BigDecimal totalReservedQuantity()
Get the totalReservedQuantity property: This is the total count of instances that are reserved for the reservationId.
Returns:
usageDate
public OffsetDateTime usageDate()
Get the usageDate property: Data corresponding to the utilization record. If the grain of data is monthly, it will be first day of month.
Returns:
usedHours
public BigDecimal usedHours()
Get the usedHours property: Total used hours by the reservation.
Returns:
usedQuantity
public BigDecimal usedQuantity()
Get the usedQuantity property: This is the used quantity for the reservationId.
Returns:
utilizedPercentage
public BigDecimal utilizedPercentage()
Get the utilizedPercentage property: This is the utilized percentage for the reservation Id.
Returns:
validate
public void validate()
Validates the instance.