ENUM

CloudVendor

Description

Cloud provider type.

link GraphQL Schema definition

  • enum CloudVendor {
  • # All cloud providers.
  • ALL_VENDORS
  • # Cloud provider is AWS.
  • AWS
  • # Cloud provider is Azure.
  • AZURE
  • # Cloud provider is GCP.
  • GCP
  • }