Uses of Class
com.tencentcloudapi.monitor.v20180724.models.PrometheusAgentOverview
-
Packages that use PrometheusAgentOverview Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of PrometheusAgentOverview in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return PrometheusAgentOverview Modifier and Type Method Description PrometheusAgentOverview[]
DescribePrometheusClusterAgentsResponse. getAgents()
Get 被关联集群信息Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type PrometheusAgentOverview Modifier and Type Method Description void
DescribePrometheusClusterAgentsResponse. setAgents(PrometheusAgentOverview[] Agents)
Set 被关联集群信息Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type PrometheusAgentOverview Constructor Description PrometheusAgentOverview(PrometheusAgentOverview 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.
-