public class GetServiceStatusResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetServiceStatusResponse() |
GetServiceStatusResponse(GetServiceStatusResponse 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 |
---|---|
Long |
getCmkLimit()
Get 返回KMS用户密钥规格数量
|
Long |
getCmkUserCount()
Get 返回KMS用户密钥使用数量
|
Long |
getDataKeyLimit()
Get IsAllowedDataKeyHosted为1时有效,数据密钥的购买额度
|
Long |
getDataKeyUsedCount()
Get IsAllowedDataKeyHosted为1时有效,已使用的数据密钥数量。
|
Boolean |
getExclusiveHSMEnabled()
Get 是否开通 KMS 独享版
|
ExclusiveHSM[] |
getExclusiveHSMList()
Get 返回独享集群组
|
Boolean |
getExclusiveVSMEnabled()
Get 是否开通 KMS 托管版
|
Long |
getFreeDataKeyLimit()
Get IsAllowedDataKeyHosted为1时有效,数据密钥免费额度。
|
Long |
getInvalidType()
Get 服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放
|
Boolean |
getIsAllowedDataKeyHosted()
Get 是否支持数据密钥托管。1:支持,0:不支持。
|
Boolean |
getIsAllowedSync()
Get 是否支持同步任务。true:支持,false:不支持。
|
Long |
getProExpireTime()
Get 旗舰版到期时间(Epoch Unix Timestamp)。
|
Long |
getProRenewFlag()
Get 旗舰版是否自动续费:0-不自动续费,1-自动续费
|
String |
getProResourceId()
Get 旗舰版购买记录的唯一性标识。如果未开通旗舰版,则返回值为空
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
Boolean |
getServiceEnabled()
Get KMS服务是否开通, true 表示已开通
|
String |
getSubscriptionInfo()
Get KMS 订阅信息。
|
DestinationSyncConfig[] |
getSyncTaskList()
Get 同步任务的目标地域信息
|
Long |
getUserLevel()
Get 0-普通版,1-旗舰版
|
void |
setCmkLimit(Long CmkLimit)
Set 返回KMS用户密钥规格数量
|
void |
setCmkUserCount(Long CmkUserCount)
Set 返回KMS用户密钥使用数量
|
void |
setDataKeyLimit(Long DataKeyLimit)
Set IsAllowedDataKeyHosted为1时有效,数据密钥的购买额度
|
void |
setDataKeyUsedCount(Long DataKeyUsedCount)
Set IsAllowedDataKeyHosted为1时有效,已使用的数据密钥数量。
|
void |
setExclusiveHSMEnabled(Boolean ExclusiveHSMEnabled)
Set 是否开通 KMS 独享版
|
void |
setExclusiveHSMList(ExclusiveHSM[] ExclusiveHSMList)
Set 返回独享集群组
|
void |
setExclusiveVSMEnabled(Boolean ExclusiveVSMEnabled)
Set 是否开通 KMS 托管版
|
void |
setFreeDataKeyLimit(Long FreeDataKeyLimit)
Set IsAllowedDataKeyHosted为1时有效,数据密钥免费额度。
|
void |
setInvalidType(Long InvalidType)
Set 服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放
|
void |
setIsAllowedDataKeyHosted(Boolean IsAllowedDataKeyHosted)
Set 是否支持数据密钥托管。1:支持,0:不支持。
|
void |
setIsAllowedSync(Boolean IsAllowedSync)
Set 是否支持同步任务。true:支持,false:不支持。
|
void |
setProExpireTime(Long ProExpireTime)
Set 旗舰版到期时间(Epoch Unix Timestamp)。
|
void |
setProRenewFlag(Long ProRenewFlag)
Set 旗舰版是否自动续费:0-不自动续费,1-自动续费
|
void |
setProResourceId(String ProResourceId)
Set 旗舰版购买记录的唯一性标识。如果未开通旗舰版,则返回值为空
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setServiceEnabled(Boolean ServiceEnabled)
Set KMS服务是否开通, true 表示已开通
|
void |
setSubscriptionInfo(String SubscriptionInfo)
Set KMS 订阅信息。
|
void |
setSyncTaskList(DestinationSyncConfig[] SyncTaskList)
Set 同步任务的目标地域信息
|
void |
setUserLevel(Long UserLevel)
Set 0-普通版,1-旗舰版
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GetServiceStatusResponse()
public GetServiceStatusResponse(GetServiceStatusResponse source)
public Boolean getServiceEnabled()
public void setServiceEnabled(Boolean ServiceEnabled)
ServiceEnabled
- KMS服务是否开通, true 表示已开通public Long getInvalidType()
public void setInvalidType(Long InvalidType)
InvalidType
- 服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放public Long getUserLevel()
public void setUserLevel(Long UserLevel)
UserLevel
- 0-普通版,1-旗舰版public Long getProExpireTime()
public void setProExpireTime(Long ProExpireTime)
ProExpireTime
- 旗舰版到期时间(Epoch Unix Timestamp)。public Long getProRenewFlag()
public void setProRenewFlag(Long ProRenewFlag)
ProRenewFlag
- 旗舰版是否自动续费:0-不自动续费,1-自动续费public String getProResourceId()
public void setProResourceId(String ProResourceId)
ProResourceId
- 旗舰版购买记录的唯一性标识。如果未开通旗舰版,则返回值为空public Boolean getExclusiveVSMEnabled()
public void setExclusiveVSMEnabled(Boolean ExclusiveVSMEnabled)
ExclusiveVSMEnabled
- 是否开通 KMS 托管版public Boolean getExclusiveHSMEnabled()
public void setExclusiveHSMEnabled(Boolean ExclusiveHSMEnabled)
ExclusiveHSMEnabled
- 是否开通 KMS 独享版public String getSubscriptionInfo()
public void setSubscriptionInfo(String SubscriptionInfo)
SubscriptionInfo
- KMS 订阅信息。public Long getCmkUserCount()
public void setCmkUserCount(Long CmkUserCount)
CmkUserCount
- 返回KMS用户密钥使用数量public Long getCmkLimit()
public void setCmkLimit(Long CmkLimit)
CmkLimit
- 返回KMS用户密钥规格数量public ExclusiveHSM[] getExclusiveHSMList()
public void setExclusiveHSMList(ExclusiveHSM[] ExclusiveHSMList)
ExclusiveHSMList
- 返回独享集群组public Boolean getIsAllowedDataKeyHosted()
public void setIsAllowedDataKeyHosted(Boolean IsAllowedDataKeyHosted)
IsAllowedDataKeyHosted
- 是否支持数据密钥托管。1:支持,0:不支持。public Long getDataKeyLimit()
public void setDataKeyLimit(Long DataKeyLimit)
DataKeyLimit
- IsAllowedDataKeyHosted为1时有效,数据密钥的购买额度public Long getFreeDataKeyLimit()
public void setFreeDataKeyLimit(Long FreeDataKeyLimit)
FreeDataKeyLimit
- IsAllowedDataKeyHosted为1时有效,数据密钥免费额度。public Long getDataKeyUsedCount()
public void setDataKeyUsedCount(Long DataKeyUsedCount)
DataKeyUsedCount
- IsAllowedDataKeyHosted为1时有效,已使用的数据密钥数量。public DestinationSyncConfig[] getSyncTaskList()
public void setSyncTaskList(DestinationSyncConfig[] SyncTaskList)
SyncTaskList
- 同步任务的目标地域信息public Boolean getIsAllowedSync()
public void setIsAllowedSync(Boolean IsAllowedSync)
IsAllowedSync
- 是否支持同步任务。true:支持,false:不支持。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.