Class ProtectionIntentItemType


  • public final class ProtectionIntentItemType
    extends com.azure.core.util.ExpandableStringEnum<ProtectionIntentItemType>
    Defines values for ProtectionIntentItemType.
    • Field Detail

      • 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 Detail

      • ProtectionIntentItemType

        public ProtectionIntentItemType()
    • Method Detail

      • 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.