public class PrometheusAgentInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PrometheusAgentInfo() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getClusterId()Get 集成容器服务中关联的集群ID | 
| String | getClusterType()Get 集群类型。可填入tke、eks、tkeedge、tdcc,分别代表标准集群、弹性集群、边缘集群、注册集群 | 
| String | getDescribe()Get 该参数未使用,不需要填写 | 
| void | setClusterId(String ClusterId)Set 集成容器服务中关联的集群ID | 
| void | setClusterType(String ClusterType)Set 集群类型。可填入tke、eks、tkeedge、tdcc,分别代表标准集群、弹性集群、边缘集群、注册集群 | 
| void | setDescribe(String Describe)Set 该参数未使用,不需要填写 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic PrometheusAgentInfo()
public PrometheusAgentInfo(PrometheusAgentInfo source)
public String getClusterType()
public void setClusterType(String ClusterType)
ClusterType - 集群类型。可填入tke、eks、tkeedge、tdcc,分别代表标准集群、弹性集群、边缘集群、注册集群public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集成容器服务中关联的集群IDpublic String getDescribe()
public void setDescribe(String Describe)
Describe - 该参数未使用,不需要填写Copyright © 2025. All rights reserved.