ENUM

SlaMigrationIneligibilityReason

Description

Reasons for the SLA being ineligible for migration.

link GraphQL Schema definition

  • enum SlaMigrationIneligibilityReason {
  • # The remote SLA Domain has an archival policy configured, which is not supported
  • # in Rubrik currently.
  • CASCADED_ARCHIVAL_CONFIGURED
  • # Rubrik cluster associated with the SLA Domain is disconnected.
  • CLUSTER_DISCONNECTED
  • # To upgrade to retention-locked SLA Domain in compliance mode, contact Rubrik
  • # Support to enable compliance mode. Also, make sure quorum authorization is
  • # enabled in RSC and your Rubrik cluster is running CDM version 7.0.2 or later.
  • COMPLIANCE_RETENTION_LOCK_CONFIGURED
  • # To upgrade to a retention-locked SLA Domain in governance mode, make sure quorum
  • # authorization is enabled in RSC and your Rubrik cluster is running CDM version
  • # 9.0.1 or later.
  • GOVERNANCE_RETENTION_LOCK_CONFIGURED
  • # To upgrade to a retention-locked SLA Domain in governance mode, make sure your
  • # Rubrik cluster is running CDM version 9.0.1 or later.
  • GOVERNANCE_RETENTION_LOCK_UNSUPPORTED_CLUSTER_VERSION
  • # The commercial instance of RSC doesn't support archival to GovCloud regions.
  • # Contact the Rubrik Support team for more information.
  • GOV_CLOUD_ARCHIVAL_LOCATION_REGISTERED_ON_CLUSTER
  • # This SLA Domain has cascading archival configured. However, the Rubrik CDM
  • # version on the replication target cluster does not support migration of SLA
  • # Domains with cascading archival configured.
  • INVALID_CASCADING_ARCHIVAL_VERSION
  • # The version of the Rubrik cluster associated with the SLA Domain is not valid
  • # for SLA migration.
  • INVALID_CLUSTER_VERSION
  • # SLA Domain is not associated with a Rubrik cluster.
  • INVALID_LOCAL_SLA
  • # The type of replication targets is invalid for migration.
  • INVALID_REPLICATION_TARGET
  • # Replication targets associated with the SLA Domain have invalid cluster version
  • # for migration.
  • INVALID_REPLICATION_TARGET_VERSION
  • # The SLA Domain has frequency configured in minutes, which is currently not
  • # supported in Rubrik.
  • MINUTE_FREQUENCY_CONFIGURED
  • # SLA Domain is eligible for migration.
  • NOT_APPLICABLE
  • # Replication targets associated with the SLA Domain are disconnected.
  • REPLICATION_TARGET_DISCONNECTED
  • # The SLA Domain is retention-locked and has cross-account replication targets
  • # configured in it. Upgrading such SLA Domains is not supported.
  • RETENTION_LOCKED_SLA_WITH_CROSS_ACCOUNT_REPLICATION_TARGETS
  • # The SLA Domain has retention lock configured, which is not supported in Rubrik
  • # currently.
  • RETENTION_LOCK_CONFIGURED
  • # The Two-person rule is enabled on the Rubrik cluster, which is not supported for
  • # SLA Domain migration.
  • TPR_ENABLED_ON_CLUSTER
  • # The SLA Domain is protecting some objects which are currently not supported for
  • # upgrade.
  • UNSUPPORTED_PROTECTED_OBJECTS
  • # The SLA Domain has frequency configured in minutes, which is currently not
  • # supported for objects other than Managed Volumes.
  • UNSUPPORTED_PROTECTED_OBJECTS_MINUTE_FREQUENCY_CONFIGURED
  • # The SLA Domain protecting NAS on CDM is currently not eligible for upgrade.
  • UNSUPPORTED_PROTECTED_OBJECTS_SHARE_FILESET
  • }