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 Download address for SSL certificate
|
Boolean |
getFeatureSupport()
Get Whether SSL is supported for the identified instance.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Boolean |
getSSLConfig()
Get Whether the SSL is enabled for the identified instance.
|
Long |
getStatus()
Get Status of SSL configuration
- `1`: Configuring
- `2`: Configured successfully
|
String |
getUrlExpiredTime()
Get Expiration time of the certificate download address
|
void |
setCertDownloadUrl(String CertDownloadUrl)
Set Download address for SSL certificate
|
void |
setFeatureSupport(Boolean FeatureSupport)
Set Whether SSL is supported for the identified instance.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSSLConfig(Boolean SSLConfig)
Set Whether the SSL is enabled for the identified instance.
|
void |
setStatus(Long Status)
Set Status of SSL configuration
- `1`: Configuring
- `2`: Configured successfully
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeSSLStatusResponse()
public DescribeSSLStatusResponse(DescribeSSLStatusResponse source)
public String getCertDownloadUrl()
public void setCertDownloadUrl(String CertDownloadUrl)
CertDownloadUrl
- Download address for SSL certificatepublic String getUrlExpiredTime()
public void setUrlExpiredTime(String UrlExpiredTime)
UrlExpiredTime
- Expiration time of the certificate download addresspublic Boolean getSSLConfig()
public void setSSLConfig(Boolean SSLConfig)
SSLConfig
- Whether the SSL is enabled for the identified instance.
- `true`: Enabled
- `false`: Disabledpublic Boolean getFeatureSupport()
public void setFeatureSupport(Boolean FeatureSupport)
FeatureSupport
- Whether SSL is supported for the identified instance.
-`true`: Supported
-`false`: Not supportedpublic Long getStatus()
public void setStatus(Long Status)
Status
- Status of SSL configuration
- `1`: Configuring
- `2`: Configured successfullypublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.