ENUM

VendorType

Description

Cloud vendor type.

link GraphQL Schema definition

  • enum VendorType {
  • # Amazon Web Services (AWS) cloud provider.
  • AWS
  • # Azure cloud provider.
  • AZURE
  • # Google Cloud Platform (GCP) cloud provider.
  • GCP
  • # Oracle Cloud Infrastructure (OCI) cloud provider.
  • OCI
  • # Unknown or unspecified cloud vendor.
  • VENDOR_UNKNOWN
  • }