Get Open Shift Managed Cluster Result
data class GetOpenShiftManagedClusterResult(val agentPoolProfiles: List<OpenShiftManagedClusterAgentPoolProfileResponse>? = null, val authProfile: OpenShiftManagedClusterAuthProfileResponse? = null, val clusterVersion: String, val fqdn: String, val id: String, val location: String, val masterPoolProfile: OpenShiftManagedClusterMasterPoolProfileResponse? = null, val name: String, val networkProfile: NetworkProfileResponse? = null, val openShiftVersion: String, val plan: PurchasePlanResponse? = null, val provisioningState: String, val publicHostname: String, val routerProfiles: List<OpenShiftRouterProfileResponse>? = null, val tags: Map<String, String>? = null, val type: String)
OpenShift Managed cluster.
Constructors
Link copied to clipboard
constructor(agentPoolProfiles: List<OpenShiftManagedClusterAgentPoolProfileResponse>? = null, authProfile: OpenShiftManagedClusterAuthProfileResponse? = null, clusterVersion: String, fqdn: String, id: String, location: String, masterPoolProfile: OpenShiftManagedClusterMasterPoolProfileResponse? = null, name: String, networkProfile: NetworkProfileResponse? = null, openShiftVersion: String, plan: PurchasePlanResponse? = null, provisioningState: String, publicHostname: String, routerProfiles: List<OpenShiftRouterProfileResponse>? = null, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
Configuration of OpenShift cluster VMs.
Link copied to clipboard
Configures OpenShift authentication.
Link copied to clipboard
Version of OpenShift specified when creating the cluster.
Link copied to clipboard
Configuration for OpenShift master VMs.
Link copied to clipboard
Configuration for OpenShift networking.
Link copied to clipboard
Version of OpenShift specified when creating the cluster.
Link copied to clipboard
Define the resource plan as required by ARM for billing purposes
Link copied to clipboard
The current deployment or provisioning state, which only appears in the response.
Link copied to clipboard
Service generated FQDN for OpenShift API server.
Link copied to clipboard
Configuration for OpenShift router(s).