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
constructor(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)
Properties
Link copied to clipboard
(boolean)
Whether a controller is required.
Link copied to clipboard
(integer)
The number of registered controllers.
Link copied to clipboard
(integer)
The number of healthy controllers.
Link copied to clipboard
Link copied to clipboard
(integer)
The number of registered nodes.
Link copied to clipboard
(integer)
The number of healthy nodes.
Link copied to clipboard
(string)
Plugin provider name
Link copied to clipboard
(string)
Plugin provider version
Link copied to clipboard
Link copied to clipboard