public class Https extends AbstractModel
Constructor and Description |
---|
Https() |
Modifier and Type | Method and Description |
---|---|
ServerCert |
getCertInfo()
Get Server certificate configuration information.
|
ClientCert |
getClientCertInfo()
Get Client certificate configuration information.
|
Hsts |
getHsts()
Get
|
String |
getHttp2()
Get Whether to enable HTTP2.
|
String |
getOcspStapling()
Get Whether to enable the OCSP feature.
|
String |
getSpdy()
Get Whether to enable SPDY.
|
String |
getSslStatus()
Get HTTPS certificate deployment status.
|
String |
getSwitch()
Get HTTPS configuration switch.
|
String |
getVerifyClient()
Get Whether to enable the client certificate verification feature.
|
void |
setCertInfo(ServerCert CertInfo)
Set Server certificate configuration information.
|
void |
setClientCertInfo(ClientCert ClientCertInfo)
Set Client certificate configuration information.
|
void |
setHsts(Hsts Hsts)
Set
|
void |
setHttp2(String Http2)
Set Whether to enable HTTP2.
|
void |
setOcspStapling(String OcspStapling)
Set Whether to enable the OCSP feature.
|
void |
setSpdy(String Spdy)
Set Whether to enable SPDY.
|
void |
setSslStatus(String SslStatus)
Set HTTPS certificate deployment status.
|
void |
setSwitch(String Switch)
Set HTTPS configuration switch.
|
void |
setVerifyClient(String VerifyClient)
Set Whether to enable the client certificate verification feature.
|
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 String getSwitch()
public void setSwitch(String Switch)
Switch
- HTTPS configuration switch. Valid values: on, off. If the domain name with HTTPS configuration enabled is being deployed, this switch will be `off`.
Note: this field may return null, indicating that no valid values can be obtained.public String getHttp2()
public void setHttp2(String Http2)
Http2
- Whether to enable HTTP2. Valid values: on, off.
Note: this field may return null, indicating that no valid values can be obtained.public String getOcspStapling()
public void setOcspStapling(String OcspStapling)
OcspStapling
- Whether to enable the OCSP feature. Valid values: on, off.
Note: this field may return null, indicating that no valid values can be obtained.public String getVerifyClient()
public void setVerifyClient(String VerifyClient)
VerifyClient
- Whether to enable the client certificate verification feature. Valid values: on, off. The client certificate information must be uploaded if this feature is enabled.
Note: this field may return null, indicating that no valid values can be obtained.public ServerCert getCertInfo()
public void setCertInfo(ServerCert CertInfo)
CertInfo
- Server certificate configuration information.
Note: this field may return null, indicating that no valid values can be obtained.public ClientCert getClientCertInfo()
public void setClientCertInfo(ClientCert ClientCertInfo)
ClientCertInfo
- Client certificate configuration information.
Note: this field may return null, indicating that no valid values can be obtained.public String getSpdy()
public void setSpdy(String Spdy)
Spdy
- Whether to enable SPDY. Valid values: on, off.
Note: this field may return null, indicating that no valid values can be obtained.public String getSslStatus()
public void setSslStatus(String SslStatus)
SslStatus
- HTTPS certificate deployment status. Valid values: closed (disabled), deploying (deploying), deployed (deployment succeeded), failed (deployment failed). This parameter cannot be used as an input parameter.
Note: this field may return null, indicating that no valid values can be obtained.public Hsts getHsts()
public void setHsts(Hsts Hsts)
Hsts
- Copyright © 2020. All rights reserved.