ENUM

ArchivalLocationUpgradeUnsupportedReason

Description

Reasons for which archival location upgrades are not supported.

link GraphQL Schema definition

  • enum ArchivalLocationUpgradeUnsupportedReason {
  • # The cluster has a government cloud location registered.
  • CLUSTER_CONTAINS_GOV_CLOUD_LOCATION
  • # The cluster version is unsupported.
  • CLUSTER_VERSION_NOT_SUPPORTED
  • # The upgrade status of the location is other than UPGRADE_UNSUPPORTED.
  • NOT_APPLICABLE
  • # The location is managed by RSC.
  • RSC_MANAGED_LOCATION
  • # There is some unexpected error.
  • UNKNOWN_REASON
  • }