Class KMSConfiguration
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.KMSConfiguration
-
public class KMSConfiguration extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description KMSConfiguration()KMSConfiguration(KMSConfiguration 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 StringgetKeyId()Get kms idStringgetKmsRegion()Get kms 地域voidsetKeyId(String KeyId)Set kms idvoidsetKmsRegion(String KmsRegion)Set kms 地域voidtoMap(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
-
KMSConfiguration
public KMSConfiguration()
-
KMSConfiguration
public KMSConfiguration(KMSConfiguration 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
-
getKeyId
public String getKeyId()
Get kms id- Returns:
- KeyId kms id
-
setKeyId
public void setKeyId(String KeyId)
Set kms id- Parameters:
KeyId- kms id
-
getKmsRegion
public String getKmsRegion()
Get kms 地域- Returns:
- KmsRegion kms 地域
-
setKmsRegion
public void setKmsRegion(String KmsRegion)
Set kms 地域- Parameters:
KmsRegion- kms 地域
-
-