INPUT_OBJECT

ValidateAzureCloudAccountExocomputeConfigurationsInput

Description

Input for validating Exocompute configurations for an Azure Cloud Account.

link GraphQL Schema definition

  • input ValidateAzureCloudAccountExocomputeConfigurationsInput {
  • # Rubrik ID of the Azure Cloud Account.
  • cloudAccountId: UUID!
  • # List of Exocompute configurations to be validated.
  • azureExocomputeRegionConfigs: [AzureExocomputeAddConfigInputType!]!
  • }

link Require by