Class: TencentCloud::Ssl::V20191205::SupportDownloadType
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssl::V20191205::SupportDownloadType
- Defined in:
- lib/v20191205/models.rb
Overview
支持下载的类型
Instance Attribute Summary collapse
- #APACHE ⇒ Object
- #IIS ⇒ Object
- #JKS ⇒ Object
- #NGINX ⇒ Object
- #OTHER ⇒ Object
- #ROOT ⇒ Object
- #TOMCAT ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(nginx = nil, apache = nil, tomcat = nil, iis = nil, jks = nil, other = nil, root = nil) ⇒ SupportDownloadType
constructor
A new instance of SupportDownloadType.
Constructor Details
#initialize(nginx = nil, apache = nil, tomcat = nil, iis = nil, jks = nil, other = nil, root = nil) ⇒ SupportDownloadType
Returns a new instance of SupportDownloadType.
7354 7355 7356 7357 7358 7359 7360 7361 7362 |
# File 'lib/v20191205/models.rb', line 7354 def initialize(nginx=nil, apache=nil, tomcat=nil, iis=nil, jks=nil, other=nil, root=nil) @NGINX = nginx @APACHE = apache @TOMCAT = tomcat @IIS = iis @JKS = jks @OTHER = other @ROOT = root end |
Instance Attribute Details
#APACHE ⇒ Object
7352 7353 7354 |
# File 'lib/v20191205/models.rb', line 7352 def APACHE @APACHE end |
#IIS ⇒ Object
7352 7353 7354 |
# File 'lib/v20191205/models.rb', line 7352 def IIS @IIS end |
#JKS ⇒ Object
7352 7353 7354 |
# File 'lib/v20191205/models.rb', line 7352 def JKS @JKS end |
#NGINX ⇒ Object
7352 7353 7354 |
# File 'lib/v20191205/models.rb', line 7352 def NGINX @NGINX end |
#OTHER ⇒ Object
7352 7353 7354 |
# File 'lib/v20191205/models.rb', line 7352 def OTHER @OTHER end |
#ROOT ⇒ Object
7352 7353 7354 |
# File 'lib/v20191205/models.rb', line 7352 def ROOT @ROOT end |
#TOMCAT ⇒ Object
7352 7353 7354 |
# File 'lib/v20191205/models.rb', line 7352 def TOMCAT @TOMCAT end |
Instance Method Details
#deserialize(params) ⇒ Object
7364 7365 7366 7367 7368 7369 7370 7371 7372 |
# File 'lib/v20191205/models.rb', line 7364 def deserialize(params) @NGINX = params['NGINX'] @APACHE = params['APACHE'] @TOMCAT = params['TOMCAT'] @IIS = params['IIS'] @JKS = params['JKS'] @OTHER = params['OTHER'] @ROOT = params['ROOT'] end |