Uses of Class
com.tencentcloudapi.monitor.v20180724.models.PrometheusClusterAgentPodConfig
-
Packages that use PrometheusClusterAgentPodConfig Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of PrometheusClusterAgentPodConfig in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return PrometheusClusterAgentPodConfig Modifier and Type Method Description PrometheusClusterAgentPodConfig
PrometheusClusterAgentBasic. getInClusterPodConfig()
Get 集群内部署组件的pod配置Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type PrometheusClusterAgentPodConfig Modifier and Type Method Description void
PrometheusClusterAgentBasic. setInClusterPodConfig(PrometheusClusterAgentPodConfig InClusterPodConfig)
Set 集群内部署组件的pod配置Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type PrometheusClusterAgentPodConfig Constructor Description PrometheusClusterAgentPodConfig(PrometheusClusterAgentPodConfig 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.
-