Package-level declarations
Types
Link copied to clipboard
controller details
Link copied to clipboard
data class GetControllerDetailsResult(val dncAppId: String, val dncEndpoint: String, val dncTenantId: String, val id: String, val location: String? = null, val name: String, val provisioningState: String, val resourceGuid: String, val tags: Map<String, String>? = null, val type: String)
Represents an instance of a DNC controller.
Link copied to clipboard
data class GetDelegatedSubnetServiceDetailsResult(val controllerDetails: ControllerDetailsResponse? = null, val id: String, val location: String? = null, val name: String, val provisioningState: String, val resourceGuid: String, val subnetDetails: SubnetDetailsResponse? = null, val tags: Map<String, String>? = null, val type: String)
Represents an instance of a orchestrator.
Link copied to clipboard
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.
Link copied to clipboard
data class OrchestratorIdentityResponse(val principalId: String, val tenantId: String, val type: String? = null)
Link copied to clipboard
Properties of orchestrator