Class UpdateClusterKubeconfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.UpdateClusterKubeconfigRequest
-
public class UpdateClusterKubeconfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateClusterKubeconfigRequest()UpdateClusterKubeconfigRequest(UpdateClusterKubeconfigRequest 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 集群IDString[]getSubAccounts()Get 子账户Uin列表,传空默认为调用此接口的SubUinvoidsetClusterId(String ClusterId)Set 集群IDvoidsetSubAccounts(String[] SubAccounts)Set 子账户Uin列表,传空默认为调用此接口的SubUinvoidtoMap(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
-
UpdateClusterKubeconfigRequest
public UpdateClusterKubeconfigRequest()
-
UpdateClusterKubeconfigRequest
public UpdateClusterKubeconfigRequest(UpdateClusterKubeconfigRequest 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
-
getClusterId
public String getClusterId()
Get 集群ID- Returns:
- ClusterId 集群ID
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群ID- Parameters:
ClusterId- 集群ID
-
getSubAccounts
public String[] getSubAccounts()
Get 子账户Uin列表,传空默认为调用此接口的SubUin- Returns:
- SubAccounts 子账户Uin列表,传空默认为调用此接口的SubUin
-
setSubAccounts
public void setSubAccounts(String[] SubAccounts)
Set 子账户Uin列表,传空默认为调用此接口的SubUin- Parameters:
SubAccounts- 子账户Uin列表,传空默认为调用此接口的SubUin
-
-