Class: TencentCloud::Ssl::V20191205::CommitCertificateInformationRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssl::V20191205::CommitCertificateInformationRequest
- Defined in:
- lib/v20191205/models.rb
Overview
CommitCertificateInformation请求参数结构体
Instance Attribute Summary collapse
-
#CertificateId ⇒ Object
DNS_AUTO: 自动添加域名DNS验证, 需用户域名解析托管在『云解析DNS』,且与申请证书归属同一个腾讯云账号 DNS:手动添加域名DNS验证,需用户手动去域名解析服务商添加验证值 FILE:手动添加域名文件验证。 需要用户手动在域名站点根目录添加指定路径文件进行文件验证, http&https任一通过即可;且域名站点需海外CA机构能访问, 具体访问白名单为:64.78.193.238,216.168.247.9,216.168.249.9,54.189.196.217.
-
#VerifyType ⇒ Object
DNS_AUTO: 自动添加域名DNS验证, 需用户域名解析托管在『云解析DNS』,且与申请证书归属同一个腾讯云账号 DNS:手动添加域名DNS验证,需用户手动去域名解析服务商添加验证值 FILE:手动添加域名文件验证。 需要用户手动在域名站点根目录添加指定路径文件进行文件验证, http&https任一通过即可;且域名站点需海外CA机构能访问, 具体访问白名单为:64.78.193.238,216.168.247.9,216.168.249.9,54.189.196.217.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(certificateid = nil, verifytype = nil) ⇒ CommitCertificateInformationRequest
constructor
A new instance of CommitCertificateInformationRequest.
Constructor Details
#initialize(certificateid = nil, verifytype = nil) ⇒ CommitCertificateInformationRequest
Returns a new instance of CommitCertificateInformationRequest.
1389 1390 1391 1392 |
# File 'lib/v20191205/models.rb', line 1389 def initialize(certificateid=nil, verifytype=nil) @CertificateId = certificateid @VerifyType = verifytype end |
Instance Attribute Details
#CertificateId ⇒ Object
DNS_AUTO: 自动添加域名DNS验证, 需用户域名解析托管在『云解析DNS』,且与申请证书归属同一个腾讯云账号 DNS:手动添加域名DNS验证,需用户手动去域名解析服务商添加验证值 FILE:手动添加域名文件验证。 需要用户手动在域名站点根目录添加指定路径文件进行文件验证, http&https任一通过即可;且域名站点需海外CA机构能访问, 具体访问白名单为:64.78.193.238,216.168.247.9,216.168.249.9,54.189.196.217
1387 1388 1389 |
# File 'lib/v20191205/models.rb', line 1387 def CertificateId @CertificateId end |
#VerifyType ⇒ Object
DNS_AUTO: 自动添加域名DNS验证, 需用户域名解析托管在『云解析DNS』,且与申请证书归属同一个腾讯云账号 DNS:手动添加域名DNS验证,需用户手动去域名解析服务商添加验证值 FILE:手动添加域名文件验证。 需要用户手动在域名站点根目录添加指定路径文件进行文件验证, http&https任一通过即可;且域名站点需海外CA机构能访问, 具体访问白名单为:64.78.193.238,216.168.247.9,216.168.249.9,54.189.196.217
1387 1388 1389 |
# File 'lib/v20191205/models.rb', line 1387 def VerifyType @VerifyType end |
Instance Method Details
#deserialize(params) ⇒ Object
1394 1395 1396 1397 |
# File 'lib/v20191205/models.rb', line 1394 def deserialize(params) @CertificateId = params['CertificateId'] @VerifyType = params['VerifyType'] end |