OBJECT

AzureO365ExocomputeCluster

Description

Azure O365 Exocompute cluster details.

link GraphQL Schema definition

  • type AzureO365ExocomputeCluster {
  • id: String!
  • tenantId: String!
  • subscriptionId: String!
  • groupName: String!
  • regionName: String!
  • aksId: String!
  • acrId: String!
  • storageId: String!
  • kmsId: String!
  • isProvisioned: Boolean!
  • scaleRuntime: ScaleRuntime
  • orgId: String!
  • orgName: String!
  • orgStatus: String!
  • aksVersion: String!
  • setupConfiguration: String!
  • azureAppId: String!
  • polarisAccount: String!
  • orgTenantId: String!
  • azureCloudType: O365AzureCloudType!
  • storageIds: ExocomputeStorageAccountIds
  • # KMS and key details.
  • kmsSpec: KmsSpec
  • # Rubrik SaaS feature type using the Exocompute cluster.
  • saasFeature: SaasFeature!
  • # Storage account used for the backup of Colossus metadata.
  • colossusBackupStorageAccountId: String!
  • # Database IDs used for Zeus data store.
  • databaseIds: ZeusDatabaseIds
  • # Specifies the KEK backup start time to determine the last time the backup was
  • # run.
  • kekBackupStartTime: DateTime
  • # Storage account used for exocompute internal storage.
  • exocomputeInternalStorageAccountId: String!
  • # Specifies whether Exocompute is on a multitenant host.
  • isOnMultiTenantHost: Boolean!
  • # Sharding strategy for the Exocompute.
  • shardPoolType: Int!
  • # Specifies the multitenant host details.
  • multiTenantHostSpec: MultiTenantHostSpec
  • # List of AKS load balancer IPs.
  • aksLbIps: [String!]!
  • # KMS host type details. The possible values are RUBRIK_HOST and CUSTOMER_HOST.
  • kmsHostType: AzureHostType!
  • # Azure host type details.
  • hostType: AzureHostType!
  • }