Class: TencentCloud::Ssl::V20191205::Certificate
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssl::V20191205::Certificate
- Defined in:
- lib/v20191205/models.rb
Overview
CLB证书详情
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(certid = nil, dnsnames = nil, certcaid = nil, sslmode = nil) ⇒ Certificate
constructor
A new instance of Certificate.
Constructor Details
#initialize(certid = nil, dnsnames = nil, certcaid = nil, sslmode = nil) ⇒ Certificate
Returns a new instance of Certificate.
484 485 486 487 488 489 |
# File 'lib/v20191205/models.rb', line 484 def initialize(certid=nil, dnsnames=nil, certcaid=nil, sslmode=nil) @CertId = certid @DnsNames = dnsnames @CertCaId = certcaid @SSLMode = sslmode end |
Instance Attribute Details
#CertCaId ⇒ Object
482 483 484 |
# File 'lib/v20191205/models.rb', line 482 def CertCaId @CertCaId end |
#CertId ⇒ Object
482 483 484 |
# File 'lib/v20191205/models.rb', line 482 def CertId @CertId end |
#DnsNames ⇒ Object
482 483 484 |
# File 'lib/v20191205/models.rb', line 482 def DnsNames @DnsNames end |
#SSLMode ⇒ Object
482 483 484 |
# File 'lib/v20191205/models.rb', line 482 def SSLMode @SSLMode end |
Instance Method Details
#deserialize(params) ⇒ Object
491 492 493 494 495 496 |
# File 'lib/v20191205/models.rb', line 491 def deserialize(params) @CertId = params['CertId'] @DnsNames = params['DnsNames'] @CertCaId = params['CertCaId'] @SSLMode = params['SSLMode'] end |