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