ENUM

CloudNativeLocTemplateType

Description

The archival location template types.

link GraphQL Schema definition

  • enum CloudNativeLocTemplateType {
  • # Cloud native location type is invalid.
  • INVALID
  • # Specifies that the target archival location should be in the same region as that
  • # of source workload.
  • SOURCE_REGION
  • # Specifies that target archival location should be in a specified region
  • # irrespective of the region of the source workloads.
  • SPECIFIC_REGION
  • }