Class GeoRedundantBackupEnum

java.lang.Object
com.azure.core.util.ExpandableStringEnum<GeoRedundantBackupEnum>
com.azure.resourcemanager.postgresqlflexibleserver.models.GeoRedundantBackupEnum

public final class GeoRedundantBackupEnum extends com.azure.core.util.ExpandableStringEnum<GeoRedundantBackupEnum>
A value indicating whether Geo-Redundant backup is enabled on the server.
  • Field Details

    • ENABLED

      public static final GeoRedundantBackupEnum ENABLED
      Static value Enabled for GeoRedundantBackupEnum.
    • DISABLED

      public static final GeoRedundantBackupEnum DISABLED
      Static value Disabled for GeoRedundantBackupEnum.
  • Constructor Details

    • GeoRedundantBackupEnum

      @Deprecated public GeoRedundantBackupEnum()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of GeoRedundantBackupEnum value.
  • Method Details

    • fromString

      public static GeoRedundantBackupEnum fromString(String name)
      Creates or finds a GeoRedundantBackupEnum from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding GeoRedundantBackupEnum.
    • values

      public static Collection<GeoRedundantBackupEnum> values()
      Gets known GeoRedundantBackupEnum values.
      Returns:
      known GeoRedundantBackupEnum values.