Class BackupType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<BackupType>
com.azure.resourcemanager.netapp.models.BackupType

public final class BackupType extends com.azure.core.util.ExpandableStringEnum<BackupType>
backupType

Type of backup Manual or Scheduled.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final BackupType
    Static value Manual for BackupType.
    static final BackupType
    Static value Scheduled for BackupType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static BackupType
    Creates or finds a BackupType from its string representation.
    Gets known BackupType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • MANUAL

      public static final BackupType MANUAL
      Static value Manual for BackupType.
    • SCHEDULED

      public static final BackupType SCHEDULED
      Static value Scheduled for BackupType.
  • Constructor Details

    • BackupType

      public BackupType()
  • Method Details

    • fromString

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

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