java.lang.Object
com.azure.core.util.ExpandableStringEnum<RestorePointType>
com.azure.resourcemanager.recoveryservicesbackup.models.RestorePointType

public final class RestorePointType extends com.azure.core.util.ExpandableStringEnum<RestorePointType>
Type of restore point.
  • Field Details

    • INVALID

      public static final RestorePointType INVALID
      Static value Invalid for RestorePointType.
    • FULL

      public static final RestorePointType FULL
      Static value Full for RestorePointType.
    • LOG

      public static final RestorePointType LOG
      Static value Log for RestorePointType.
    • DIFFERENTIAL

      public static final RestorePointType DIFFERENTIAL
      Static value Differential for RestorePointType.
    • INCREMENTAL

      public static final RestorePointType INCREMENTAL
      Static value Incremental for RestorePointType.
    • SNAPSHOT_FULL

      public static final RestorePointType SNAPSHOT_FULL
      Static value SnapshotFull for RestorePointType.
    • SNAPSHOT_COPY_ONLY_FULL

      public static final RestorePointType SNAPSHOT_COPY_ONLY_FULL
      Static value SnapshotCopyOnlyFull for RestorePointType.
  • Constructor Details

    • RestorePointType

      public RestorePointType()
  • Method Details

    • fromString

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

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