Uses of Class
com.tencentcloudapi.monitor.v20180724.models.GrafanaPlugin
-
Packages that use GrafanaPlugin Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of GrafanaPlugin in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return GrafanaPlugin Modifier and Type Method Description GrafanaPlugin[]
InstallPluginsRequest. getPlugins()
Get 插件信息GrafanaPlugin[]
DescribeInstalledPluginsResponse. getPluginSet()
Get 插件列表GrafanaPlugin[]
DescribePluginOverviewsResponse. getPluginSet()
Get 插件列表Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type GrafanaPlugin Modifier and Type Method Description void
InstallPluginsRequest. setPlugins(GrafanaPlugin[] Plugins)
Set 插件信息void
DescribeInstalledPluginsResponse. setPluginSet(GrafanaPlugin[] PluginSet)
Set 插件列表void
DescribePluginOverviewsResponse. setPluginSet(GrafanaPlugin[] PluginSet)
Set 插件列表Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type GrafanaPlugin Constructor Description GrafanaPlugin(GrafanaPlugin source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-