ReservationSummaryInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. consumption. fluent. models. ReservationSummaryInner
- com.
- com.
public final class ReservationSummaryInner
extends ProxyResource
reservation summary resource.
Constructor Summary
| Constructor | Description |
|---|---|
| ReservationSummaryInner() |
Creates an instance of Reservation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Big |
avgUtilizationPercentage()
Get the avg |
| String |
etag()
Get the etag property: The etag for the resource. |
|
static
Reservation |
fromJson(JsonReader jsonReader)
Reads an instance of Reservation |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
kind()
Get the kind property: The reservation kind. |
|
Big |
maxUtilizationPercentage()
Get the max |
|
Big |
minUtilizationPercentage()
Get the min |
| String |
name()
Get the name property: The name of the resource. |
|
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 |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Big |
totalReservedQuantity()
Get the total |
| String |
type()
Get the type property: The type of the resource. |
|
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 ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ReservationSummaryInner
public ReservationSummaryInner()
Creates an instance of ReservationSummaryInner 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:
etag
public String etag()
Get the etag property: The etag for the resource.
Returns:
fromJson
public static ReservationSummaryInner fromJson(JsonReader jsonReader)
Reads an instance of ReservationSummaryInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ReservationSummaryInner.id()Returns:
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:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ReservationSummaryInner.name()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:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ReservationSummaryInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
totalReservedQuantity
public BigDecimal totalReservedQuantity()
Get the totalReservedQuantity property: This is the total count of instances that are reserved for the reservationId.
Returns:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ReservationSummaryInner.type()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.