Class UtilizationAggregates

java.lang.Object
com.azure.resourcemanager.billingbenefits.models.UtilizationAggregates

public final class UtilizationAggregates extends Object
The aggregate values of savings plan utilization.
  • Constructor Details

    • UtilizationAggregates

      public UtilizationAggregates()
      Creates an instance of UtilizationAggregates class.
  • Method Details

    • grain

      public Float grain()
      Get the grain property: The grain of the aggregate.
      Returns:
      the grain value.
    • grainUnit

      public String grainUnit()
      Get the grainUnit property: The grain unit of the aggregate.
      Returns:
      the grainUnit value.
    • value

      public Float value()
      Get the value property: The aggregate value.
      Returns:
      the value value.
    • valueUnit

      public String valueUnit()
      Get the valueUnit property: The aggregate value unit.
      Returns:
      the valueUnit value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.