public class DefaultServerCertInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DefaultServerCertInfo() |
DefaultServerCertInfo(DefaultServerCertInfo 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 |
getAlias()
Get Certificate alias
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getCertId()
Get Server certificate ID, which is the ID of the default certificate.
|
String |
getCommonName()
Get Certificate common name
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getEffectiveTime()
Get Time when the certificate takes effect
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getExpireTime()
Get Time when the certificate expires
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getMessage()
Get Returns a message to display failure causes when `Status=failed`
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getStatus()
Get Certificate status.
|
String[] |
getSubjectAltName()
Get Domain names added to the SAN certificate
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getType()
Get Certificate type.
|
void |
setAlias(String Alias)
Set Certificate alias
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setCertId(String CertId)
Set Server certificate ID, which is the ID of the default certificate.
|
void |
setCommonName(String CommonName)
Set Certificate common name
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setEffectiveTime(String EffectiveTime)
Set Time when the certificate takes effect
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setExpireTime(String ExpireTime)
Set Time when the certificate expires
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setMessage(String Message)
Set Returns a message to display failure causes when `Status=failed`
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setStatus(String Status)
Set Certificate status.
|
void |
setSubjectAltName(String[] SubjectAltName)
Set Domain names added to the SAN certificate
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setType(String Type)
Set Certificate type.
|
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 DefaultServerCertInfo()
public DefaultServerCertInfo(DefaultServerCertInfo source)
public String getCertId()
public void setCertId(String CertId)
CertId
- Server certificate ID, which is the ID of the default certificate. If you choose to upload an external certificate for SSL certificate management, a certificate ID will be generated.
Note: This field may return `null`, indicating that no valid value can be obtained.public String getAlias()
public void setAlias(String Alias)
Alias
- Certificate alias
Note: This field may return `null`, indicating that no valid value can be obtained.public String getType()
public void setType(String Type)
Type
- Certificate type. Valid values:
`default`: Default certificate
`upload`: External certificate
`managed`: Tencent Cloud managed certificate
Note: This field may return `null`, indicating that no valid value can be obtained.public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- Time when the certificate expires
Note: This field may return `null`, indicating that no valid value can be obtained.public String getEffectiveTime()
public void setEffectiveTime(String EffectiveTime)
EffectiveTime
- Time when the certificate takes effect
Note: This field may return `null`, indicating that no valid value can be obtained.public String getCommonName()
public void setCommonName(String CommonName)
CommonName
- Certificate common name
Note: This field may return `null`, indicating that no valid value can be obtained.public String[] getSubjectAltName()
public void setSubjectAltName(String[] SubjectAltName)
SubjectAltName
- Domain names added to the SAN certificate
Note: This field may return `null`, indicating that no valid value can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- Certificate status. Valid values:
`applying`: Application in progress
`failed`: Application failed
`processing`: Deploying certificate
`deployed`: Certificate deployed
`disabled`: Certificate disabled
Note: This field may return `null`, indicating that no valid value can be obtained.public String getMessage()
public void setMessage(String Message)
Message
- Returns a message to display failure causes when `Status=failed`
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.