ReservationDetailProperties Class
- java.
lang. Object - com.
azure. resourcemanager. consumption. fluent. models. ReservationDetailProperties
- com.
Implements
public final class ReservationDetailProperties
implements JsonSerializable<ReservationDetailProperties>
The properties of the reservation detail.
Constructor Summary
| Constructor | Description |
|---|---|
| ReservationDetailProperties() |
Creates an instance of Reservation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Reservation |
fromJson(JsonReader jsonReader)
Reads an instance of Reservation |
| String |
instanceFlexibilityGroup()
Get the instance |
| String |
instanceFlexibilityRatio()
Get the instance |
| String |
instanceId()
Get the instance |
| String |
kind()
Get the kind property: The reservation kind. |
| 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 |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ReservationDetailProperties
public ReservationDetailProperties()
Creates an instance of ReservationDetailProperties class.
Method Details
fromJson
public static ReservationDetailProperties fromJson(JsonReader jsonReader)
Reads an instance of ReservationDetailProperties from the JsonReader.
Parameters:
Returns:
Throws:
instanceFlexibilityGroup
public String instanceFlexibilityGroup()
Get the instanceFlexibilityGroup property: The instance Flexibility Group.
Returns:
instanceFlexibilityRatio
public String instanceFlexibilityRatio()
Get the instanceFlexibilityRatio property: The instance Flexibility Ratio.
Returns:
instanceId
public String instanceId()
Get the instanceId property: This identifier is the name of the resource or the fully qualified Resource ID.
Returns:
kind
public String kind()
Get the kind property: The reservation kind.
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 for the day. 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: The date on which consumption occurred.
Returns:
usedHours
public BigDecimal usedHours()
Get the usedHours property: This is the total hours used by the instance.
Returns:
validate
public void validate()
Validates the instance.