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

public final class StorageMBCapability extends Object
storage size in MB capability.
  • Constructor Details

    • StorageMBCapability

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

    • name

      public String name()
      Get the name property: storage MB name.
      Returns:
      the name value.
    • supportedIops

      public Long supportedIops()
      Get the supportedIops property: supported IOPS.
      Returns:
      the supportedIops value.
    • storageSizeMB

      public Long storageSizeMB()
      Get the storageSizeMB property: storage size in MB.
      Returns:
      the storageSizeMB value.
    • supportedUpgradableTierList

      public List<StorageTierCapability> supportedUpgradableTierList()
      Get the supportedUpgradableTierList property: The supportedUpgradableTierList property.
      Returns:
      the supportedUpgradableTierList value.
    • status

      public String status()
      Get the status property: The status.
      Returns:
      the status value.
    • validate

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