Class: TencentCloud::Ssl::V20191205::GatewayCertificate
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssl::V20191205::GatewayCertificate
- Defined in:
- lib/v20191205/models.rb
Overview
云原生网关证书信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil, binddomains = nil, certsource = nil, certid = nil) ⇒ GatewayCertificate
constructor
A new instance of GatewayCertificate.
Constructor Details
#initialize(id = nil, name = nil, binddomains = nil, certsource = nil, certid = nil) ⇒ GatewayCertificate
Returns a new instance of GatewayCertificate.
6000 6001 6002 6003 6004 6005 6006 |
# File 'lib/v20191205/models.rb', line 6000 def initialize(id=nil, name=nil, binddomains=nil, certsource=nil, certid=nil) @Id = id @Name = name @BindDomains = binddomains @CertSource = certsource @CertId = certid end |
Instance Attribute Details
#BindDomains ⇒ Object
5998 5999 6000 |
# File 'lib/v20191205/models.rb', line 5998 def BindDomains @BindDomains end |
#CertId ⇒ Object
5998 5999 6000 |
# File 'lib/v20191205/models.rb', line 5998 def CertId @CertId end |
#CertSource ⇒ Object
5998 5999 6000 |
# File 'lib/v20191205/models.rb', line 5998 def CertSource @CertSource end |
#Id ⇒ Object
5998 5999 6000 |
# File 'lib/v20191205/models.rb', line 5998 def Id @Id end |
#Name ⇒ Object
5998 5999 6000 |
# File 'lib/v20191205/models.rb', line 5998 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
6008 6009 6010 6011 6012 6013 6014 |
# File 'lib/v20191205/models.rb', line 6008 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @BindDomains = params['BindDomains'] @CertSource = params['CertSource'] @CertId = params['CertId'] end |