OBJECT

MultiTenantHostSpec

Description

MultiTenant host specification.

link GraphQL Schema definition

  • type MultiTenantHostSpec {
  • # Azure App ID of the multi-tenant host.
  • multiTenantHostAzureAppId: String!
  • # Identifier for the multi-tenant host.
  • multiTenantHostId: String!
  • # Network configuration of the multi-tenant host.
  • multiTenantHostNetworkConfig: NetworkConfig
  • # Namespace assigned to the exocluster on the multi-tenant host.
  • namespace: String!
  • # Azure container registry server for multi-tenant host.
  • registryServer: String!
  • # Tunnel mode for the multi-tenant host.
  • tunnelMode: String!
  • }