Interface UsageModel


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

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

      • display

        UsageModelDisplay 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.