public class ClusterCredential extends AbstractModel
| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCACert()Get CA root certificate | 
| String | getToken()Get Token for authentication | 
| void | setCACert(String CACert)Set CA root certificate | 
| void | setToken(String Token)Set Token for authentication | 
| 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, toJsonStringpublic ClusterCredential()
public ClusterCredential(ClusterCredential source)
public String getCACert()
public void setCACert(String CACert)
CACert - CA root certificatepublic String getToken()
public void setToken(String Token)
Token - Token for authenticationCopyright © 2022. All rights reserved.