INPUT_OBJECT

MapCloudAccountExocomputeAccountInput

Description

Input for mapping cloud accounts to an Exocompute account.

link GraphQL Schema definition

  • input MapCloudAccountExocomputeAccountInput {
  • # Rubrik IDs of the cloud accounts to be mapped.
  • cloudAccountIds: [UUID!]!
  • # Rubrik ID of the Exocompute cloud account to which the Exocompute launch must be
  • # mapped.
  • exocomputeCloudAccountId: UUID!
  • # Cloud provider type.
  • cloudVendor: CloudVendor!
  • }

link Require by