public interface VaultUsage
An immutable client-side representation of VaultUsage.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the currentValue property: Current value of usage.
    Gets the inner com.azure.resourcemanager.recoveryservices.fluent.models.VaultUsageInner object.
    Gets the limit property: Limit of usage.
    Gets the name property: Name of usage.
    Gets the nextResetTime property: Next reset time of usage.
    Gets the quotaPeriod property: Quota period of usage.
    Gets the unit property: Unit of the usage.
  • Method Details

    • unit

      UsagesUnit unit()
      Gets the unit property: Unit of the usage.
      Returns:
      the unit value.
    • quotaPeriod

      String quotaPeriod()
      Gets the quotaPeriod property: Quota period of usage.
      Returns:
      the quotaPeriod value.
    • nextResetTime

      OffsetDateTime nextResetTime()
      Gets the nextResetTime property: Next reset time of usage.
      Returns:
      the nextResetTime value.
    • currentValue

      Long currentValue()
      Gets the currentValue property: Current value of usage.
      Returns:
      the currentValue value.
    • limit

      Long limit()
      Gets the limit property: Limit of usage.
      Returns:
      the limit value.
    • name

      NameInfo name()
      Gets the name property: Name of usage.
      Returns:
      the name value.
    • innerModel

      VaultUsageInner innerModel()
      Gets the inner com.azure.resourcemanager.recoveryservices.fluent.models.VaultUsageInner object.
      Returns:
      the inner object.