Class StorageTierCapability

java.lang.Object
com.azure.resourcemanager.postgresqlflexibleserver.models.StorageTierCapability

public final class StorageTierCapability extends Object
The StorageTierCapability model.
  • Constructor Details

    • StorageTierCapability

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

    • name

      public String name()
      Get the name property: Name to represent Storage tier capability.
      Returns:
      the name value.
    • tierName

      public String tierName()
      Get the tierName property: Storage tier name.
      Returns:
      the tierName value.
    • iops

      public Long iops()
      Get the iops property: Supported IOPS for this storage tier.
      Returns:
      the iops value.
    • isBaseline

      public Boolean isBaseline()
      Get the isBaseline property: Indicates if this is a baseline storage tier or not.
      Returns:
      the isBaseline value.
    • status

      public String status()
      Get the status property: Status os this storage tier.
      Returns:
      the status value.
    • validate

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