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 monitorProfile: OpenShiftManagedClusterMonitorProfileResponse? = null, val name: String, val networkProfile: NetworkProfileResponse? = null, val openShiftVersion: String, val plan: PurchasePlanResponse? = null, val provisioningState: String, val publicHostname: String, val refreshCluster: Boolean? = null, val routerProfiles: List<OpenShiftRouterProfileResponse>? = null, val tags: Map<String, String>? = null, val type: String)
OpenShift Managed cluster.
Constructors
Link copied to clipboard
fun GetOpenShiftManagedClusterResult(agentPoolProfiles: List<OpenShiftManagedClusterAgentPoolProfileResponse>? = null, authProfile: OpenShiftManagedClusterAuthProfileResponse? = null, clusterVersion: String, fqdn: String, id: String, location: String, masterPoolProfile: OpenShiftManagedClusterMasterPoolProfileResponse? = null, monitorProfile: OpenShiftManagedClusterMonitorProfileResponse? = null, name: String, networkProfile: NetworkProfileResponse? = null, openShiftVersion: String, plan: PurchasePlanResponse? = null, provisioningState: String, publicHostname: String, refreshCluster: Boolean? = null, routerProfiles: List<OpenShiftRouterProfileResponse>? = null, tags: Map<String, String>? = null, type: String)