Class ProtectionIntentItemType

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

public final class ProtectionIntentItemType extends com.azure.core.util.ExpandableStringEnum<ProtectionIntentItemType>
backup protectionIntent type.
  • Field Details

    • INVALID

      public static final ProtectionIntentItemType INVALID
      Static value Invalid for ProtectionIntentItemType.
    • AZURE_RESOURCE_ITEM

      public static final ProtectionIntentItemType AZURE_RESOURCE_ITEM
      Static value AzureResourceItem for ProtectionIntentItemType.
    • RECOVERY_SERVICE_VAULT_ITEM

      public static final ProtectionIntentItemType RECOVERY_SERVICE_VAULT_ITEM
      Static value RecoveryServiceVaultItem for ProtectionIntentItemType.
    • AZURE_WORKLOAD_CONTAINER_AUTO_PROTECTION_INTENT

      public static final ProtectionIntentItemType AZURE_WORKLOAD_CONTAINER_AUTO_PROTECTION_INTENT
      Static value AzureWorkloadContainerAutoProtectionIntent for ProtectionIntentItemType.
    • AZURE_WORKLOAD_AUTO_PROTECTION_INTENT

      public static final ProtectionIntentItemType AZURE_WORKLOAD_AUTO_PROTECTION_INTENT
      Static value AzureWorkloadAutoProtectionIntent for ProtectionIntentItemType.
    • AZURE_WORKLOAD_SQLAUTO_PROTECTION_INTENT

      public static final ProtectionIntentItemType AZURE_WORKLOAD_SQLAUTO_PROTECTION_INTENT
      Static value AzureWorkloadSQLAutoProtectionIntent for ProtectionIntentItemType.
  • Constructor Details

    • ProtectionIntentItemType

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

    • fromString

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

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