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.
7139 7140 7141 7142 7143 7144 7145 7146 7147 |
# File 'lib/v20191205/models.rb', line 7139 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
7137 7138 7139 |
# File 'lib/v20191205/models.rb', line 7137 def APACHE @APACHE end |
#IIS ⇒ Object
7137 7138 7139 |
# File 'lib/v20191205/models.rb', line 7137 def IIS @IIS end |
#JKS ⇒ Object
7137 7138 7139 |
# File 'lib/v20191205/models.rb', line 7137 def JKS @JKS end |
#NGINX ⇒ Object
7137 7138 7139 |
# File 'lib/v20191205/models.rb', line 7137 def NGINX @NGINX end |
#OTHER ⇒ Object
7137 7138 7139 |
# File 'lib/v20191205/models.rb', line 7137 def OTHER @OTHER end |
#ROOT ⇒ Object
7137 7138 7139 |
# File 'lib/v20191205/models.rb', line 7137 def ROOT @ROOT end |
#TOMCAT ⇒ Object
7137 7138 7139 |
# File 'lib/v20191205/models.rb', line 7137 def TOMCAT @TOMCAT end |
Instance Method Details
#deserialize(params) ⇒ Object
7149 7150 7151 7152 7153 7154 7155 7156 7157 |
# File 'lib/v20191205/models.rb', line 7149 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 |