ENUM

CloudType

Description

Cloud type for Exocompute.

link GraphQL Schema definition

  • enum CloudType {
  • # Cloud provider is AWS.
  • AWS
  • # Cloud provider is Azure.
  • AZURE
  • # Cloud provider is GCP.
  • GCP
  • }