Class: TencentCloud::Tem::V20201221::IngressTls
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tem::V20201221::IngressTls
- Defined in:
- lib/v20201221/models.rb
Overview
ingress tls 配置
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(hosts = nil, secretname = nil, certificateid = nil) ⇒ IngressTls
constructor
A new instance of IngressTls.
Constructor Details
#initialize(hosts = nil, secretname = nil, certificateid = nil) ⇒ IngressTls
Returns a new instance of IngressTls.
1369 1370 1371 1372 1373 |
# File 'lib/v20201221/models.rb', line 1369 def initialize(hosts=nil, secretname=nil, certificateid=nil) @Hosts = hosts @SecretName = secretname @CertificateId = certificateid end |
Instance Attribute Details
#CertificateId ⇒ Object
1367 1368 1369 |
# File 'lib/v20201221/models.rb', line 1367 def CertificateId @CertificateId end |
#Hosts ⇒ Object
1367 1368 1369 |
# File 'lib/v20201221/models.rb', line 1367 def Hosts @Hosts end |
#SecretName ⇒ Object
1367 1368 1369 |
# File 'lib/v20201221/models.rb', line 1367 def SecretName @SecretName end |
Instance Method Details
#deserialize(params) ⇒ Object
1375 1376 1377 1378 1379 |
# File 'lib/v20201221/models.rb', line 1375 def deserialize(params) @Hosts = params['Hosts'] @SecretName = params['SecretName'] @CertificateId = params['CertificateId'] end |