GetOrchestratorInstanceServiceDetailsResult

data class GetOrchestratorInstanceServiceDetailsResult(val apiServerEndpoint: String? = null, val clusterRootCA: String? = null, val controllerDetails: ControllerDetailsResponse, val id: String, val identity: OrchestratorIdentityResponse? = null, val kind: String, val location: String? = null, val name: String, val orchestratorAppId: String? = null, val orchestratorTenantId: String? = null, val privateLinkResourceId: String? = null, val provisioningState: String, val resourceGuid: String, val tags: Map<String, String>? = null, val type: String)

Represents an instance of a orchestrator.

Constructors

constructor(apiServerEndpoint: String? = null, clusterRootCA: String? = null, controllerDetails: ControllerDetailsResponse, id: String, identity: OrchestratorIdentityResponse? = null, kind: String, location: String? = null, name: String, orchestratorAppId: String? = null, orchestratorTenantId: String? = null, privateLinkResourceId: String? = null, provisioningState: String, resourceGuid: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

K8s APIServer url. Either one of apiServerEndpoint or privateLinkResourceId can be specified

Link copied to clipboard
val clusterRootCA: String? = null

RootCA certificate of kubernetes cluster base64 encoded

Link copied to clipboard

Properties of the controller.

Link copied to clipboard
val id: String

An identifier that represents the resource.

Link copied to clipboard

The identity of the orchestrator

Link copied to clipboard

The kind of workbook. Choices are user and shared.

Link copied to clipboard
val location: String? = null

Location of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

AAD ID used with apiserver

Link copied to clipboard

TenantID of server App ID

Link copied to clipboard

private link arm resource id. Either one of apiServerEndpoint or privateLinkResourceId can be specified

Link copied to clipboard

The current state of orchestratorInstance resource.

Link copied to clipboard

Resource guid.

Link copied to clipboard
val tags: Map<String, String>? = null

The resource tags.

Link copied to clipboard

The type of resource.