GetPluginResult

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)

Types

Link copied to clipboard
object Companion

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
val id: String

The provider-assigned unique ID for this managed resource.

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) ID of the plugin

Link copied to clipboard

(string) Plugin provider name

Link copied to clipboard

(string) Plugin provider version

Link copied to clipboard
val waitForHealthy: Boolean? = null
Link copied to clipboard