public class DescribeSSLStatusResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSSLStatusResponse() |
DescribeSSLStatusResponse(DescribeSSLStatusResponse 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 |
getCertDownloadUrl()
Get SSL 证书下载地址。
|
Boolean |
getFeatureSupport()
Get 标识实例是否支持 SSL特性。
- true:支持。
- false:不支持。
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
Boolean |
getSSLConfig()
Get 标识实例开启 SSL 功能。
- true:开启 。
- false:关闭。
|
Long |
getStatus()
Get 说明配置 SSL 的状态。
- 1: 配置中。
- 2:配置成功。
|
String |
getUrlExpiredTime()
Get 证书下载链接到期时间。
|
void |
setCertDownloadUrl(String CertDownloadUrl)
Set SSL 证书下载地址。
|
void |
setFeatureSupport(Boolean FeatureSupport)
Set 标识实例是否支持 SSL特性。
- true:支持。
- false:不支持。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setSSLConfig(Boolean SSLConfig)
Set 标识实例开启 SSL 功能。
- true:开启 。
- false:关闭。
|
void |
setStatus(Long Status)
Set 说明配置 SSL 的状态。
- 1: 配置中。
- 2:配置成功。
|
void |
setUrlExpiredTime(String UrlExpiredTime)
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, toJsonString
public DescribeSSLStatusResponse()
public DescribeSSLStatusResponse(DescribeSSLStatusResponse source)
public String getCertDownloadUrl()
public void setCertDownloadUrl(String CertDownloadUrl)
CertDownloadUrl
- SSL 证书下载地址。public String getUrlExpiredTime()
public void setUrlExpiredTime(String UrlExpiredTime)
UrlExpiredTime
- 证书下载链接到期时间。public Boolean getSSLConfig()
public void setSSLConfig(Boolean SSLConfig)
SSLConfig
- 标识实例开启 SSL 功能。
- true:开启 。
- false:关闭。public Boolean getFeatureSupport()
public void setFeatureSupport(Boolean FeatureSupport)
FeatureSupport
- 标识实例是否支持 SSL特性。
- true:支持。
- false:不支持。public Long getStatus()
public void setStatus(Long Status)
Status
- 说明配置 SSL 的状态。
- 1: 配置中。
- 2:配置成功。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.