Get Orchestrator Instance Service Details Result
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
Link copied to clipboard
fun GetOrchestratorInstanceServiceDetailsResult(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)