Class: TencentCloud::Clb::V20180317::CertificateInput

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180317/models.rb

Overview

证书信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sslmode = nil, sslverifyclient = nil, certid = nil, certcaid = nil, certname = nil, certkey = nil, certcontent = nil, certcaname = nil, certcacontent = nil) ⇒ CertificateInput



627
628
629
630
631
632
633
634
635
636
637
# File 'lib/v20180317/models.rb', line 627

def initialize(sslmode=nil, sslverifyclient=nil, certid=nil, certcaid=nil, certname=nil, certkey=nil, certcontent=nil, certcaname=nil, certcacontent=nil)
  @SSLMode = sslmode
  @SSLVerifyClient = sslverifyclient
  @CertId = certid
  @CertCaId = certcaid
  @CertName = certname
  @CertKey = certkey
  @CertContent = certcontent
  @CertCaName = certcaname
  @CertCaContent = certcacontent
end

Instance Attribute Details

#CertCaContentObject

默认为 UNIDIRECTIONAL。



625
626
627
# File 'lib/v20180317/models.rb', line 625

def CertCaContent
  @CertCaContent
end

#CertCaIdObject

默认为 UNIDIRECTIONAL。



625
626
627
# File 'lib/v20180317/models.rb', line 625

def CertCaId
  @CertCaId
end

#CertCaNameObject

默认为 UNIDIRECTIONAL。



625
626
627
# File 'lib/v20180317/models.rb', line 625

def CertCaName
  @CertCaName
end

#CertContentObject

默认为 UNIDIRECTIONAL。



625
626
627
# File 'lib/v20180317/models.rb', line 625

def CertContent
  @CertContent
end

#CertIdObject

默认为 UNIDIRECTIONAL。



625
626
627
# File 'lib/v20180317/models.rb', line 625

def CertId
  @CertId
end

#CertKeyObject

默认为 UNIDIRECTIONAL。



625
626
627
# File 'lib/v20180317/models.rb', line 625

def CertKey
  @CertKey
end

#CertNameObject

默认为 UNIDIRECTIONAL。



625
626
627
# File 'lib/v20180317/models.rb', line 625

def CertName
  @CertName
end

#SSLModeObject

默认为 UNIDIRECTIONAL。



625
626
627
# File 'lib/v20180317/models.rb', line 625

def SSLMode
  @SSLMode
end

#SSLVerifyClientObject

默认为 UNIDIRECTIONAL。



625
626
627
# File 'lib/v20180317/models.rb', line 625

def SSLVerifyClient
  @SSLVerifyClient
end

Instance Method Details

#deserialize(params) ⇒ Object



639
640
641
642
643
644
645
646
647
648
649
# File 'lib/v20180317/models.rb', line 639

def deserialize(params)
  @SSLMode = params['SSLMode']
  @SSLVerifyClient = params['SSLVerifyClient']
  @CertId = params['CertId']
  @CertCaId = params['CertCaId']
  @CertName = params['CertName']
  @CertKey = params['CertKey']
  @CertContent = params['CertContent']
  @CertCaName = params['CertCaName']
  @CertCaContent = params['CertCaContent']
end