For the complete documentation index, see llms.txt. This page is also available as Markdown.

cloudTypes

Supported cloud providers.

Examples

enum CloudTypes {
  AWS
  GCP
  Azure
  Kubernetes
  OpenShift
  Generic
}

Enum values

Enum value
Description

AWS

Amazon Web Services

GCP

Google Cloud Platform

Azure

Microsoft Azure

Kubernetes

Kubernetes

OpenShift

Red Hat OpenShift

Generic

Generic / unrecognized provider — used for non-K8s VM contexts whose provider does not match a known cloud.

References

Fields with this object:

Last updated