INPUT_OBJECT

ExocomputeClusterConnectInput

Description

Input to connect a customer-managed cluster to RSC and retrieve a configuration YAML file for the customer to run.

link GraphQL Schema definition

  • input ExocomputeClusterConnectInput {
  • # Name of the customer-managed cluster.
  • clusterName: String
  • # Exocompute configuration ID retrieved after setting up Exocompute for regions.
  • exocomputeConfigId: UUID!
  • # Cloud type for which you are launching an Exocompute cluster.
  • cloudType: CloudType!
  • }

link Require by