GetOpenShiftManagedClusterResult

constructor(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)