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

public final class PolicyType extends com.azure.core.util.ExpandableStringEnum<PolicyType>
Type of backup policy type.
  • Field Details

    • INVALID

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

      public static final PolicyType FULL
      Static value Full for PolicyType.
    • DIFFERENTIAL

      public static final PolicyType DIFFERENTIAL
      Static value Differential for PolicyType.
    • LOG

      public static final PolicyType LOG
      Static value Log for PolicyType.
    • COPY_ONLY_FULL

      public static final PolicyType COPY_ONLY_FULL
      Static value CopyOnlyFull for PolicyType.
    • INCREMENTAL

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

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

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

    • PolicyType

      public PolicyType()
  • Method Details

    • fromString

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

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