public class DescribeSSLStatusResponse extends AbstractModel
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 Certificate download address
|
Boolean |
getFeatureSupport()
Get Whether the instance supports SSL.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Boolean |
getSSLConfig()
Get SSL configuration status of an instance.
|
Long |
getStatus()
Get SSL configuration status.
|
String |
getUrlExpiredTime()
Get Expiration time of the certificate download address
|
void |
setCertDownloadUrl(String CertDownloadUrl)
Set Certificate download address
|
void |
setFeatureSupport(Boolean FeatureSupport)
Set Whether the instance supports SSL.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSSLConfig(Boolean SSLConfig)
Set SSL configuration status of an instance.
|
void |
setStatus(Long Status)
Set SSL configuration status.
|
void |
setUrlExpiredTime(String UrlExpiredTime)
Set Expiration time of the certificate download address
|
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, toJsonString
public DescribeSSLStatusResponse()
public DescribeSSLStatusResponse(DescribeSSLStatusResponse source)
public String getCertDownloadUrl()
public void setCertDownloadUrl(String CertDownloadUrl)
CertDownloadUrl
- Certificate download addresspublic String getUrlExpiredTime()
public void setUrlExpiredTime(String UrlExpiredTime)
UrlExpiredTime
- Expiration time of the certificate download addresspublic Boolean getSSLConfig()
public void setSSLConfig(Boolean SSLConfig)
SSLConfig
- SSL configuration status of an instance. Valid values: `true` (enable), `false` (disable).public Boolean getFeatureSupport()
public void setFeatureSupport(Boolean FeatureSupport)
FeatureSupport
- Whether the instance supports SSL. Valid values: `true` (Yes. When minor version is upgraded.), `false` (No).public Long getStatus()
public void setStatus(Long Status)
Status
- SSL configuration status. Valid values: `1`(Configuring), `2` (Configured).public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.