Class DescribeSSLStatusResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.redis.v20180412.models.DescribeSSLStatusResponse
-
public class DescribeSSLStatusResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCertDownloadUrl()
Get SSL 证书下载地址。Boolean
getFeatureSupport()
Get 标识实例是否支持 SSL特性。 - true:支持。 - false:不支持。String
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 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。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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeSSLStatusResponse
public DescribeSSLStatusResponse()
-
DescribeSSLStatusResponse
public 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.
-
-
Method Detail
-
getCertDownloadUrl
public String getCertDownloadUrl()
Get SSL 证书下载地址。- Returns:
- CertDownloadUrl SSL 证书下载地址。
-
setCertDownloadUrl
public void setCertDownloadUrl(String CertDownloadUrl)
Set SSL 证书下载地址。- Parameters:
CertDownloadUrl
- SSL 证书下载地址。
-
getUrlExpiredTime
public String getUrlExpiredTime()
Get 证书下载链接到期时间。- Returns:
- UrlExpiredTime 证书下载链接到期时间。
-
setUrlExpiredTime
public void setUrlExpiredTime(String UrlExpiredTime)
Set 证书下载链接到期时间。- Parameters:
UrlExpiredTime
- 证书下载链接到期时间。
-
getSSLConfig
public Boolean getSSLConfig()
Get 标识实例开启 SSL 功能。 - true:开启 。 - false:关闭。- Returns:
- SSLConfig 标识实例开启 SSL 功能。 - true:开启 。 - false:关闭。
-
setSSLConfig
public void setSSLConfig(Boolean SSLConfig)
Set 标识实例开启 SSL 功能。 - true:开启 。 - false:关闭。- Parameters:
SSLConfig
- 标识实例开启 SSL 功能。 - true:开启 。 - false:关闭。
-
getFeatureSupport
public Boolean getFeatureSupport()
Get 标识实例是否支持 SSL特性。 - true:支持。 - false:不支持。- Returns:
- FeatureSupport 标识实例是否支持 SSL特性。 - true:支持。 - false:不支持。
-
setFeatureSupport
public void setFeatureSupport(Boolean FeatureSupport)
Set 标识实例是否支持 SSL特性。 - true:支持。 - false:不支持。- Parameters:
FeatureSupport
- 标识实例是否支持 SSL特性。 - true:支持。 - false:不支持。
-
getStatus
public Long getStatus()
Get 说明配置 SSL 的状态。 - 1: 配置中。 - 2:配置成功。- Returns:
- Status 说明配置 SSL 的状态。 - 1: 配置中。 - 2:配置成功。
-
setStatus
public void setStatus(Long Status)
Set 说明配置 SSL 的状态。 - 1: 配置中。 - 2:配置成功。- Parameters:
Status
- 说明配置 SSL 的状态。 - 1: 配置中。 - 2:配置成功。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-