Get Orchestrator Instance Service Details Result
data class GetOrchestratorInstanceServiceDetailsResult(val apiServerEndpoint: String? = null, val azureApiVersion: String, 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
Link copied to clipboard
constructor(apiServerEndpoint: String? = null, azureApiVersion: String, 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)
Properties
Link copied to clipboard
K8s APIServer url. Either one of apiServerEndpoint or privateLinkResourceId can be specified
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
RootCA certificate of kubernetes cluster base64 encoded
Link copied to clipboard
Properties of the controller.
Link copied to clipboard
The identity of the orchestrator
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.