Class: TencentCloud::Live::V20180801::DomainCertInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::DomainCertInfo
- Defined in:
- lib/v20180801/models.rb
Overview
域名证书信息
Instance Attribute Summary collapse
-
#CertDomains ⇒ Object
注:此字段为北京时间(UTC+8时区)。 0:用户添加证书, 1:腾讯云托管证书。 注:此字段为北京时间(UTC+8时区)。 比如: [“*.x.com”].
-
#CertExpireTime ⇒ Object
注:此字段为北京时间(UTC+8时区)。 0:用户添加证书, 1:腾讯云托管证书。 注:此字段为北京时间(UTC+8时区)。 比如: [“*.x.com”].
-
#CertId ⇒ Object
注:此字段为北京时间(UTC+8时区)。 0:用户添加证书, 1:腾讯云托管证书。 注:此字段为北京时间(UTC+8时区)。 比如: [“*.x.com”].
-
#CertName ⇒ Object
注:此字段为北京时间(UTC+8时区)。 0:用户添加证书, 1:腾讯云托管证书。 注:此字段为北京时间(UTC+8时区)。 比如: [“*.x.com”].
-
#CertType ⇒ Object
注:此字段为北京时间(UTC+8时区)。 0:用户添加证书, 1:腾讯云托管证书。 注:此字段为北京时间(UTC+8时区)。 比如: [“*.x.com”].
-
#CloudCertId ⇒ Object
注:此字段为北京时间(UTC+8时区)。 0:用户添加证书, 1:腾讯云托管证书。 注:此字段为北京时间(UTC+8时区)。 比如: [“*.x.com”].
-
#CreateTime ⇒ Object
注:此字段为北京时间(UTC+8时区)。 0:用户添加证书, 1:腾讯云托管证书。 注:此字段为北京时间(UTC+8时区)。 比如: [“*.x.com”].
-
#Description ⇒ Object
注:此字段为北京时间(UTC+8时区)。 0:用户添加证书, 1:腾讯云托管证书。 注:此字段为北京时间(UTC+8时区)。 比如: [“*.x.com”].
-
#DomainName ⇒ Object
注:此字段为北京时间(UTC+8时区)。 0:用户添加证书, 1:腾讯云托管证书。 注:此字段为北京时间(UTC+8时区)。 比如: [“*.x.com”].
-
#HttpsCrt ⇒ Object
注:此字段为北京时间(UTC+8时区)。 0:用户添加证书, 1:腾讯云托管证书。 注:此字段为北京时间(UTC+8时区)。 比如: [“*.x.com”].
-
#Status ⇒ Object
注:此字段为北京时间(UTC+8时区)。 0:用户添加证书, 1:腾讯云托管证书。 注:此字段为北京时间(UTC+8时区)。 比如: [“*.x.com”].
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(certid = nil, certname = nil, description = nil, createtime = nil, httpscrt = nil, certtype = nil, certexpiretime = nil, domainname = nil, status = nil, certdomains = nil, cloudcertid = nil) ⇒ DomainCertInfo
constructor
A new instance of DomainCertInfo.
Constructor Details
#initialize(certid = nil, certname = nil, description = nil, createtime = nil, httpscrt = nil, certtype = nil, certexpiretime = nil, domainname = nil, status = nil, certdomains = nil, cloudcertid = nil) ⇒ DomainCertInfo
Returns a new instance of DomainCertInfo.
10613 10614 10615 10616 10617 10618 10619 10620 10621 10622 10623 10624 10625 |
# File 'lib/v20180801/models.rb', line 10613 def initialize(certid=nil, certname=nil, description=nil, createtime=nil, httpscrt=nil, certtype=nil, certexpiretime=nil, domainname=nil, status=nil, certdomains=nil, cloudcertid=nil) @CertId = certid @CertName = certname @Description = description @CreateTime = createtime @HttpsCrt = httpscrt @CertType = certtype @CertExpireTime = certexpiretime @DomainName = domainname @Status = status @CertDomains = certdomains @CloudCertId = cloudcertid end |
Instance Attribute Details
#CertDomains ⇒ Object
注:此字段为北京时间(UTC+8时区)。0:用户添加证书,1:腾讯云托管证书。注:此字段为北京时间(UTC+8时区)。比如: [“*.x.com”]
10611 10612 10613 |
# File 'lib/v20180801/models.rb', line 10611 def CertDomains @CertDomains end |
#CertExpireTime ⇒ Object
注:此字段为北京时间(UTC+8时区)。0:用户添加证书,1:腾讯云托管证书。注:此字段为北京时间(UTC+8时区)。比如: [“*.x.com”]
10611 10612 10613 |
# File 'lib/v20180801/models.rb', line 10611 def CertExpireTime @CertExpireTime end |
#CertId ⇒ Object
注:此字段为北京时间(UTC+8时区)。0:用户添加证书,1:腾讯云托管证书。注:此字段为北京时间(UTC+8时区)。比如: [“*.x.com”]
10611 10612 10613 |
# File 'lib/v20180801/models.rb', line 10611 def CertId @CertId end |
#CertName ⇒ Object
注:此字段为北京时间(UTC+8时区)。0:用户添加证书,1:腾讯云托管证书。注:此字段为北京时间(UTC+8时区)。比如: [“*.x.com”]
10611 10612 10613 |
# File 'lib/v20180801/models.rb', line 10611 def CertName @CertName end |
#CertType ⇒ Object
注:此字段为北京时间(UTC+8时区)。0:用户添加证书,1:腾讯云托管证书。注:此字段为北京时间(UTC+8时区)。比如: [“*.x.com”]
10611 10612 10613 |
# File 'lib/v20180801/models.rb', line 10611 def CertType @CertType end |
#CloudCertId ⇒ Object
注:此字段为北京时间(UTC+8时区)。0:用户添加证书,1:腾讯云托管证书。注:此字段为北京时间(UTC+8时区)。比如: [“*.x.com”]
10611 10612 10613 |
# File 'lib/v20180801/models.rb', line 10611 def CloudCertId @CloudCertId end |
#CreateTime ⇒ Object
注:此字段为北京时间(UTC+8时区)。0:用户添加证书,1:腾讯云托管证书。注:此字段为北京时间(UTC+8时区)。比如: [“*.x.com”]
10611 10612 10613 |
# File 'lib/v20180801/models.rb', line 10611 def CreateTime @CreateTime end |
#Description ⇒ Object
注:此字段为北京时间(UTC+8时区)。0:用户添加证书,1:腾讯云托管证书。注:此字段为北京时间(UTC+8时区)。比如: [“*.x.com”]
10611 10612 10613 |
# File 'lib/v20180801/models.rb', line 10611 def Description @Description end |
#DomainName ⇒ Object
注:此字段为北京时间(UTC+8时区)。0:用户添加证书,1:腾讯云托管证书。注:此字段为北京时间(UTC+8时区)。比如: [“*.x.com”]
10611 10612 10613 |
# File 'lib/v20180801/models.rb', line 10611 def DomainName @DomainName end |
#HttpsCrt ⇒ Object
注:此字段为北京时间(UTC+8时区)。0:用户添加证书,1:腾讯云托管证书。注:此字段为北京时间(UTC+8时区)。比如: [“*.x.com”]
10611 10612 10613 |
# File 'lib/v20180801/models.rb', line 10611 def HttpsCrt @HttpsCrt end |
#Status ⇒ Object
注:此字段为北京时间(UTC+8时区)。0:用户添加证书,1:腾讯云托管证书。注:此字段为北京时间(UTC+8时区)。比如: [“*.x.com”]
10611 10612 10613 |
# File 'lib/v20180801/models.rb', line 10611 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
10627 10628 10629 10630 10631 10632 10633 10634 10635 10636 10637 10638 10639 |
# File 'lib/v20180801/models.rb', line 10627 def deserialize(params) @CertId = params['CertId'] @CertName = params['CertName'] @Description = params['Description'] @CreateTime = params['CreateTime'] @HttpsCrt = params['HttpsCrt'] @CertType = params['CertType'] @CertExpireTime = params['CertExpireTime'] @DomainName = params['DomainName'] @Status = params['Status'] @CertDomains = params['CertDomains'] @CloudCertId = params['CloudCertId'] end |