INPUT_OBJECT

AddAzureCloudAccountExocomputeConfigurationsInput

Description

Input for adding Exocompute configurations for an Azure Cloud Account.

link GraphQL Schema definition

  • input AddAzureCloudAccountExocomputeConfigurationsInput {
  • # Rubrik ID of the Azure Cloud Account.
  • cloudAccountId: UUID!
  • # List of Exocompute configurations to be added.
  • azureExocomputeRegionConfigs: [AzureExocomputeAddConfigInputType!]!
  • # Specifies whether to start Exocompute health check.
  • triggerHealthCheck: Boolean
  • }

link Require by