public class DeleteExporterIntegrationRequest extends AbstractModel
Constructor and Description |
---|
DeleteExporterIntegrationRequest() |
DeleteExporterIntegrationRequest(DeleteExporterIntegrationRequest 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 |
getInstanceId()
Get 实例 ID
|
String |
getKind()
Get 类型
|
Long |
getKubeType()
Get Kubernetes 集群类型,取值如下:
1= 容器集群(TKE)
2=弹性集群
|
String |
getName()
Get 名字
|
void |
setClusterId(String ClusterId)
Set 集群 ID
|
void |
setInstanceId(String InstanceId)
Set 实例 ID
|
void |
setKind(String Kind)
Set 类型
|
void |
setKubeType(Long KubeType)
Set Kubernetes 集群类型,取值如下:
1= 容器集群(TKE)
2=弹性集群
|
void |
setName(String Name)
Set 名字
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeleteExporterIntegrationRequest()
public DeleteExporterIntegrationRequest(DeleteExporterIntegrationRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例 IDpublic String getKind()
public void setKind(String Kind)
Kind
- 类型public String getName()
public void setName(String Name)
Name
- 名字public Long getKubeType()
public void setKubeType(Long KubeType)
KubeType
- Kubernetes 集群类型,取值如下:
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群 IDCopyright © 2022. All rights reserved.