Package-level declarations

Types

Link copied to clipboard
data class ControllerDetailsResponse(val id: String? = null)

controller details

Link copied to clipboard
data class GetControllerDetailsResult(val azureApiVersion: String, val dncAppId: String, val dncEndpoint: String, val dncTenantId: String, val id: String, val location: String? = null, val name: String, val provisioningState: String, val purpose: String? = null, 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 allocationBlockPrefixSize: Int? = null, val azureApiVersion: String, 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.

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.

Link copied to clipboard
data class OrchestratorIdentityResponse(val principalId: String, val tenantId: String, val type: String? = null)
Link copied to clipboard
data class SubnetDetailsResponse(val id: String? = null)

Properties of orchestrator