ENUM

GcpNativeProjectStatus

Description

Status of a GCP project.

link GraphQL Schema definition

  • enum GcpNativeProjectStatus {
  • # The GCP project has been deleted.
  • DELETED
  • # The GCP project is in the process of getting deleted.
  • DELETING
  • # The deletion of the GCP project has failed.
  • DELETION_FAILED
  • # The GCP project has been refreshed.
  • REFRESHED
  • # The GCP project is refreshing.
  • REFRESHING
  • }