Get Plugin Result
data class GetPluginResult(val controllerRequired: Boolean, val controllersExpected: Int, val controllersHealthy: Int, val id: String, val nodes: List<GetPluginNode>, val nodesExpected: Int, val nodesHealthy: Int, val pluginId: String, val pluginProvider: String, val pluginProviderVersion: String, val waitForHealthy: Boolean? = null, val waitForRegistration: Boolean? = null)
A collection of values returned by getPlugin.
Constructors
Link copied to clipboard
fun GetPluginResult(controllerRequired: Boolean, controllersExpected: Int, controllersHealthy: Int, id: String, nodes: List<GetPluginNode>, nodesExpected: Int, nodesHealthy: Int, pluginId: String, pluginProvider: String, pluginProviderVersion: String, waitForHealthy: Boolean? = null, waitForRegistration: Boolean? = null)