Uses of Class
com.tencentcloudapi.monitor.v20180724.models.PrometheusAgentInfo
-
Packages that use PrometheusAgentInfo Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of PrometheusAgentInfo in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return PrometheusAgentInfo Modifier and Type Method Description PrometheusAgentInfo[]
DeletePrometheusClusterAgentRequest. getAgents()
Get agent列表Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type PrometheusAgentInfo Modifier and Type Method Description void
DeletePrometheusClusterAgentRequest. setAgents(PrometheusAgentInfo[] Agents)
Set agent列表Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type PrometheusAgentInfo Constructor Description PrometheusAgentInfo(PrometheusAgentInfo 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.
-