public static interface PluginSummary.Builder extends SdkPojo, CopyableBuilder<PluginSummary.Builder,PluginSummary>
| Modifier and Type | Method and Description |
|---|---|
PluginSummary.Builder |
hostname(String hostname)
The name of the host.
|
PluginSummary.Builder |
ipAddress(String ipAddress)
The IP address at which the plugin is located.
|
PluginSummary.Builder |
pluginId(String pluginId)
The ID of the plugin.
|
PluginSummary.Builder |
registeredTime(String registeredTime)
The time at which the plugin was registered.
|
PluginSummary.Builder |
status(PluginHealth status)
The status of the plugin.
|
PluginSummary.Builder |
status(String status)
The status of the plugin.
|
PluginSummary.Builder |
version(String version)
The version of the plugin.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPluginSummary.Builder pluginId(String pluginId)
The ID of the plugin.
pluginId - The ID of the plugin.PluginSummary.Builder hostname(String hostname)
The name of the host.
hostname - The name of the host.PluginSummary.Builder status(String status)
The status of the plugin.
status - The status of the plugin.PluginHealth,
PluginHealthPluginSummary.Builder status(PluginHealth status)
The status of the plugin.
status - The status of the plugin.PluginHealth,
PluginHealthPluginSummary.Builder ipAddress(String ipAddress)
The IP address at which the plugin is located.
ipAddress - The IP address at which the plugin is located.PluginSummary.Builder version(String version)
The version of the plugin.
version - The version of the plugin.PluginSummary.Builder registeredTime(String registeredTime)
The time at which the plugin was registered.
registeredTime - The time at which the plugin was registered.Copyright © 2023. All rights reserved.