Class UpdateExporterIntegrationRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.UpdateExporterIntegrationRequest
-
public class UpdateExporterIntegrationRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateExporterIntegrationRequest()
UpdateExporterIntegrationRequest(UpdateExporterIntegrationRequest 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 String
getClusterId()
Get 集群 IDString
getContent()
Get 配置内容String
getInstanceId()
Get 实例 IDString
getKind()
Get 类型Long
getKubeType()
Get Kubernetes 集群类型,取值如下: 1= 容器集群(TKE) 2=弹性集群3= Prometheus管理的弹性集群 void
setClusterId(String ClusterId)
Set 集群 IDvoid
setContent(String Content)
Set 配置内容void
setInstanceId(String InstanceId)
Set 实例 IDvoid
setKind(String Kind)
Set 类型void
setKubeType(Long KubeType)
Set Kubernetes 集群类型,取值如下: 1= 容器集群(TKE) 2=弹性集群3= Prometheus管理的弹性集群 void
toMap(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
-
UpdateExporterIntegrationRequest
public UpdateExporterIntegrationRequest()
-
UpdateExporterIntegrationRequest
public UpdateExporterIntegrationRequest(UpdateExporterIntegrationRequest 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
-
getKind
public String getKind()
Get 类型- Returns:
- Kind 类型
-
setKind
public void setKind(String Kind)
Set 类型- Parameters:
Kind
- 类型
-
getContent
public String getContent()
Get 配置内容- Returns:
- Content 配置内容
-
setContent
public void setContent(String Content)
Set 配置内容- Parameters:
Content
- 配置内容
-
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
-
-