Class DescribeExporterIntegrationsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.DescribeExporterIntegrationsRequest
-
public class DescribeExporterIntegrationsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeExporterIntegrationsRequest()DescribeExporterIntegrationsRequest(DescribeExporterIntegrationsRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterId()Get 集群 IDStringgetInstanceId()Get 实例 IDStringgetKind()Get 类型LonggetKubeType()Get Kubernetes 集群类型,取值如下: 1= 容器集群(TKE) 2=弹性集群3= Prometheus管理的弹性集群 StringgetName()Get 名字voidsetClusterId(String ClusterId)Set 集群 IDvoidsetInstanceId(String InstanceId)Set 实例 IDvoidsetKind(String Kind)Set 类型voidsetKubeType(Long KubeType)Set Kubernetes 集群类型,取值如下: 1= 容器集群(TKE) 2=弹性集群3= Prometheus管理的弹性集群 voidsetName(String Name)Set 名字voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeExporterIntegrationsRequest
public DescribeExporterIntegrationsRequest()
-
DescribeExporterIntegrationsRequest
public DescribeExporterIntegrationsRequest(DescribeExporterIntegrationsRequest 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get 实例 ID- Returns:
- InstanceId 实例 ID
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例 ID- Parameters:
InstanceId- 实例 ID
-
getKubeType
public Long getKubeType()
Get Kubernetes 集群类型,取值如下:- 1= 容器集群(TKE)
- 2=弹性集群
- 3= Prometheus管理的弹性集群
- Returns:
- KubeType Kubernetes 集群类型,取值如下:
- 1= 容器集群(TKE)
- 2=弹性集群
- 3= Prometheus管理的弹性集群
-
setKubeType
public void setKubeType(Long KubeType)
Set Kubernetes 集群类型,取值如下:- 1= 容器集群(TKE)
- 2=弹性集群
- 3= Prometheus管理的弹性集群
- Parameters:
KubeType- Kubernetes 集群类型,取值如下:- 1= 容器集群(TKE)
- 2=弹性集群
- 3= Prometheus管理的弹性集群
-
getClusterId
public String getClusterId()
Get 集群 ID- Returns:
- ClusterId 集群 ID
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群 ID- Parameters:
ClusterId- 集群 ID
-
getKind
public String getKind()
Get 类型- Returns:
- Kind 类型
-
setKind
public void setKind(String Kind)
Set 类型- Parameters:
Kind- 类型
-
getName
public String getName()
Get 名字- Returns:
- Name 名字
-
setName
public void setName(String Name)
Set 名字- Parameters:
Name- 名字
-
-