public class DescribeSupportedProductsResponse extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeSupportedProductsResponse() |
DescribeSupportedProductsResponse(DescribeSupportedProductsResponse 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[] |
getProducts()
Get 支持的所有云产品列表。
每种云产品与凭据类型的对应关系如下:
当SecretType为1时,支持的云产品列表包括:Mysql、Tdsql-mysql、Tdsql_C_Mysql;
当SecretType为2时,支持的产品列表为:Cvm;
当SecretType为3时,支持的产品列表为:Cam(此功能的使用需要联系云助手单独开始白名单);
当SecretType为4时,支持的产品列表为:Redis。
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
Long |
getTotalCount()
Get 支持的产品个数
|
void |
setProducts(String[] Products)
Set 支持的所有云产品列表。
每种云产品与凭据类型的对应关系如下:
当SecretType为1时,支持的云产品列表包括:Mysql、Tdsql-mysql、Tdsql_C_Mysql;
当SecretType为2时,支持的产品列表为:Cvm;
当SecretType为3时,支持的产品列表为:Cam(此功能的使用需要联系云助手单独开始白名单);
当SecretType为4时,支持的产品列表为:Redis。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setTotalCount(Long TotalCount)
Set 支持的产品个数
|
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, toJsonStringpublic DescribeSupportedProductsResponse()
public DescribeSupportedProductsResponse(DescribeSupportedProductsResponse source)
public String[] getProducts()
public void setProducts(String[] Products)
Products - 支持的所有云产品列表。
每种云产品与凭据类型的对应关系如下:
当SecretType为1时,支持的云产品列表包括:Mysql、Tdsql-mysql、Tdsql_C_Mysql;
当SecretType为2时,支持的产品列表为:Cvm;
当SecretType为3时,支持的产品列表为:Cam(此功能的使用需要联系云助手单独开始白名单);
当SecretType为4时,支持的产品列表为:Redis。public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 支持的产品个数public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.