Interface UsageModel


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

    Modifier and Type
    Method
    Description
    Gets the display property: Localized information describing this usage model.
    Gets the inner com.azure.resourcemanager.storagecache.fluent.models.UsageModelInner object.
    Gets the modelName property: Non-localized keyword name for this usage model.
    Gets the targetType property: The type of Storage Target to which this model is applicable (only nfs3 as of this version).
  • Method Details

    • display

      Gets the display property: Localized information describing this usage model.
      Returns:
      the display value.
    • modelName

      String modelName()
      Gets the modelName property: Non-localized keyword name for this usage model.
      Returns:
      the modelName value.
    • targetType

      String targetType()
      Gets the targetType property: The type of Storage Target to which this model is applicable (only nfs3 as of this version).
      Returns:
      the targetType value.
    • innerModel

      UsageModelInner innerModel()
      Gets the inner com.azure.resourcemanager.storagecache.fluent.models.UsageModelInner object.
      Returns:
      the inner object.