ENUM

ExoHealthCheckType

Description

ExoHealthCheckType represents the type of health check.

link GraphQL Schema definition

  • enum ExoHealthCheckType {
  • # Azure container registry connectivity check.
  • ACR_CONNECTIVITY
  • # Additional connectivity check from Exocompute.
  • ADDITIONAL_CONNECTIVITY
  • # Archival location connectivity check from Exocompute.
  • ARCHIVAL_LOCATION_CONNECTIVITY_OPTIONAL
  • # Autoscaler connectivity check from Exocompute.
  • AUTOSCALER_CONNECTIVITY
  • # Azure platform IP connectivity check.
  • AZURE_PLATFORM_IP_CONNECTIVITY
  • # This is the default value and must not be used.
  • CHECK_TYPE_UNSPECIFIED
  • # Cloudslab connectivity check from Exocompute.
  • CLOUDSLAB_CONNECTIVITY_OPTIONAL
  • # EC2 Service connectivity check from Exocompute.
  • EC2_CONNECTIVITY
  • # AWS ECR connectivity check.
  • ECR_CONNECTIVITY
  • # AWS EKS connectivity check.
  • EKS_CONNECTIVITY
  • # GCP connectivity check.
  • GCP_CONNECTIVITY
  • # GCS connectivity check from Exocompute.
  • GCS_CONNECTIVITY_OPTIONAL
  • # RSC sub-domain connectivity check from Exocompute.
  • HOST_CONNECTIVITY
  • # KMS Service connectivity check from Exocompute.
  • KMS_CONNECTIVITY
  • # RSC IP addresses connectivity check.
  • RSC_IP_CONNECTIVITY
  • # STS Service connectivity check from Exocompute.
  • STS_CONNECTIVITY
  • }