Class ClusterCredential
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.ClusterCredential
-
public class ClusterCredential extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ClusterCredential()ClusterCredential(ClusterCredential 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 StringgetCACert()Get CA 根证书StringgetToken()Get 认证用的TokenvoidsetCACert(String CACert)Set CA 根证书voidsetToken(String Token)Set 认证用的TokenvoidtoMap(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
-
ClusterCredential
public ClusterCredential()
-
ClusterCredential
public ClusterCredential(ClusterCredential 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
-
getCACert
public String getCACert()
Get CA 根证书- Returns:
- CACert CA 根证书
-
setCACert
public void setCACert(String CACert)
Set CA 根证书- Parameters:
CACert- CA 根证书
-
getToken
public String getToken()
Get 认证用的Token- Returns:
- Token 认证用的Token
-
setToken
public void setToken(String Token)
Set 认证用的Token- Parameters:
Token- 认证用的Token
-
-