ENUM
CloudType
Description
Cloud type for Exocompute.
link GraphQL Schema definition
- enum CloudType {
- # Cloud provider is AWS.
- # Cloud provider is Azure.
- # Cloud provider is GCP.
- }
link Require by
- DisconnectExocomputeClusterInputInput to disconnect a customer-managed Exocompute cluster from RSC and mark it as terminated.
- ExocomputeClusterConnectInputInput to connect a customer-managed cluster to RSC and retrieve a configuration YAML file for the customer to run.
- ExocomputeGetClusterConnectionInputInput to obtain the YAML which can be used to connect a customer-managed cluster to RSC.
- SetPrivateContainerRegistryInputInput for setting Private Container Registry details.