OBJECT

AzureApplicationCloudAccountToExocomputeConfig

Description

Details about an Exocompute configuration.

link GraphQL Schema definition

  • type AzureApplicationCloudAccountToExocomputeConfig {
  • # Application cloud account ID for which configurations are applicable.
  • applicationCloudAccountId: String!
  • # Specifies whether the cloud account is the host cloud account.
  • isHost: Boolean!
  • # Details about the Exocompute configurations.
  • exocomputeConfigs: [AzureExocomputeGetConfigResponse!]!
  • # Mapped Exocompute account details.
  • mappedExocomputeAccount: CloudAccountDetails
  • }