INPUT_OBJECT

ExocomputeGetClusterConnectionInput

Description

Input to obtain the YAML which can be used to connect a customer-managed cluster to RSC.

link GraphQL Schema definition

  • input ExocomputeGetClusterConnectionInput {
  • # Name of the customer-managed cluster.
  • clusterName: String
  • # Exocompute Configuration ID obtained after configuring the Exocompute for
  • # regions.
  • exocomputeConfigId: UUID!
  • # Cloud type for which you are retrieving cluster details.
  • cloudType: CloudType!
  • }

link Require by