Class StorageEditionCapability

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

public final class StorageEditionCapability extends Object
storage edition capability.
  • Constructor Details

    • StorageEditionCapability

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

    • name

      public String name()
      Get the name property: storage edition name.
      Returns:
      the name value.
    • supportedStorageMB

      public List<StorageMBCapability> supportedStorageMB()
      Get the supportedStorageMB property: The supportedStorageMB property.
      Returns:
      the supportedStorageMB 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.