Class: TencentCloud::Cwp::V20180228::ExportAssetWebServiceInfoListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportAssetWebServiceInfoListRequest
- Defined in:
- lib/v20180228/models.rb
Overview
ExportAssetWebServiceInfoList请求参数结构体
Instance Attribute Summary collapse
-
#By ⇒ Object
<li>User- string - 是否必填:否 - 运行用户</li> <li>Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine</li> <li>OsType- string - 是否必填:否 - Windows/linux</li>.
-
#Filters ⇒ Object
<li>User- string - 是否必填:否 - 运行用户</li> <li>Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine</li> <li>OsType- string - 是否必填:否 - Windows/linux</li>.
-
#Order ⇒ Object
<li>User- string - 是否必填:否 - 运行用户</li> <li>Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine</li> <li>OsType- string - 是否必填:否 - Windows/linux</li>.
-
#Quuid ⇒ Object
<li>User- string - 是否必填:否 - 运行用户</li> <li>Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine</li> <li>OsType- string - 是否必填:否 - Windows/linux</li>.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(quuid = nil, filters = nil, order = nil, by = nil) ⇒ ExportAssetWebServiceInfoListRequest
constructor
A new instance of ExportAssetWebServiceInfoListRequest.
Constructor Details
#initialize(quuid = nil, filters = nil, order = nil, by = nil) ⇒ ExportAssetWebServiceInfoListRequest
Returns a new instance of ExportAssetWebServiceInfoListRequest.
26864 26865 26866 26867 26868 26869 |
# File 'lib/v20180228/models.rb', line 26864 def initialize(quuid=nil, filters=nil, order=nil, by=nil) @Quuid = quuid @Filters = filters @Order = order @By = by end |
Instance Attribute Details
#By ⇒ Object
<li>User- string - 是否必填:否 - 运行用户</li> <li>Name- string - 是否必填:否 - Web服务名:1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine</li> <li>OsType- string - 是否必填:否 - Windows/linux</li>
26862 26863 26864 |
# File 'lib/v20180228/models.rb', line 26862 def By @By end |
#Filters ⇒ Object
<li>User- string - 是否必填:否 - 运行用户</li> <li>Name- string - 是否必填:否 - Web服务名:1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine</li> <li>OsType- string - 是否必填:否 - Windows/linux</li>
26862 26863 26864 |
# File 'lib/v20180228/models.rb', line 26862 def Filters @Filters end |
#Order ⇒ Object
<li>User- string - 是否必填:否 - 运行用户</li> <li>Name- string - 是否必填:否 - Web服务名:1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine</li> <li>OsType- string - 是否必填:否 - Windows/linux</li>
26862 26863 26864 |
# File 'lib/v20180228/models.rb', line 26862 def Order @Order end |
#Quuid ⇒ Object
<li>User- string - 是否必填:否 - 运行用户</li> <li>Name- string - 是否必填:否 - Web服务名:1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine</li> <li>OsType- string - 是否必填:否 - Windows/linux</li>
26862 26863 26864 |
# File 'lib/v20180228/models.rb', line 26862 def Quuid @Quuid end |
Instance Method Details
#deserialize(params) ⇒ Object
26871 26872 26873 26874 26875 26876 26877 26878 26879 26880 26881 26882 26883 |
# File 'lib/v20180228/models.rb', line 26871 def deserialize(params) @Quuid = params['Quuid'] unless params['Filters'].nil? @Filters = [] params['Filters'].each do |i| assetfilters_tmp = AssetFilters.new assetfilters_tmp.deserialize(i) @Filters << assetfilters_tmp end end @Order = params['Order'] @By = params['By'] end |