ENUM

BlueprintRecoveryType

Description

Blueprint recovery type.

link GraphQL Schema definition

  • enum BlueprintRecoveryType {
  • # Cyber recovery.
  • CYBER_RECOVERY
  • # Disaster recovery.
  • DISASTER_RECOVERY
  • # In-Place recovery.
  • IN_PLACE_RECOVERY
  • # Unrecognized blueprint recovery type.
  • UNKNOWN
  • }

link Require by