Class: TencentCloud::Cwp::V20180228::DescribeAssetWebAppListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeAssetWebAppListRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeAssetWebAppList请求参数结构体
Instance Attribute Summary collapse
-
#By ⇒ Object
- IP - String - 是否必填:否 - 主机ip
- MachineName - String - 是否必填:否 - 主机名称
- InstanceID - string - 是否必填:否 - 实例ID
- Name - String - 是否必填:否 - 应用名
- Domain - String - 是否必填:否 - 站点域名
- Type - int - 是否必填:否 - 服务类型: 0:全部 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:Jetty 8:IHS 9:Tengine
- OsType - String - 是否必填:否 - windows/linux
- Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
. -
#Filters ⇒ Object
- IP - String - 是否必填:否 - 主机ip
- MachineName - String - 是否必填:否 - 主机名称
- InstanceID - string - 是否必填:否 - 实例ID
- Name - String - 是否必填:否 - 应用名
- Domain - String - 是否必填:否 - 站点域名
- Type - int - 是否必填:否 - 服务类型: 0:全部 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:Jetty 8:IHS 9:Tengine
- OsType - String - 是否必填:否 - windows/linux
- Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
. -
#Limit ⇒ Object
- IP - String - 是否必填:否 - 主机ip
- MachineName - String - 是否必填:否 - 主机名称
- InstanceID - string - 是否必填:否 - 实例ID
- Name - String - 是否必填:否 - 应用名
- Domain - String - 是否必填:否 - 站点域名
- Type - int - 是否必填:否 - 服务类型: 0:全部 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:Jetty 8:IHS 9:Tengine
- OsType - String - 是否必填:否 - windows/linux
- Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
. -
#Offset ⇒ Object
- IP - String - 是否必填:否 - 主机ip
- MachineName - String - 是否必填:否 - 主机名称
- InstanceID - string - 是否必填:否 - 实例ID
- Name - String - 是否必填:否 - 应用名
- Domain - String - 是否必填:否 - 站点域名
- Type - int - 是否必填:否 - 服务类型: 0:全部 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:Jetty 8:IHS 9:Tengine
- OsType - String - 是否必填:否 - windows/linux
- Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
. -
#Order ⇒ Object
- IP - String - 是否必填:否 - 主机ip
- MachineName - String - 是否必填:否 - 主机名称
- InstanceID - string - 是否必填:否 - 实例ID
- Name - String - 是否必填:否 - 应用名
- Domain - String - 是否必填:否 - 站点域名
- Type - int - 是否必填:否 - 服务类型: 0:全部 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:Jetty 8:IHS 9:Tengine
- OsType - String - 是否必填:否 - windows/linux
- Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
. -
#Quuid ⇒ Object
- IP - String - 是否必填:否 - 主机ip
- MachineName - String - 是否必填:否 - 主机名称
- InstanceID - string - 是否必填:否 - 实例ID
- Name - String - 是否必填:否 - 应用名
- Domain - String - 是否必填:否 - 站点域名
- Type - int - 是否必填:否 - 服务类型: 0:全部 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:Jetty 8:IHS 9:Tengine
- OsType - String - 是否必填:否 - windows/linux
- Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(quuid = nil, filters = nil, offset = nil, limit = nil, order = nil, by = nil) ⇒ DescribeAssetWebAppListRequest
constructor
A new instance of DescribeAssetWebAppListRequest.
Constructor Details
#initialize(quuid = nil, filters = nil, offset = nil, limit = nil, order = nil, by = nil) ⇒ DescribeAssetWebAppListRequest
Returns a new instance of DescribeAssetWebAppListRequest.
10372 10373 10374 10375 10376 10377 10378 10379 |
# File 'lib/v20180228/models.rb', line 10372 def initialize(quuid=nil, filters=nil, offset=nil, limit=nil, order=nil, by=nil) @Quuid = quuid @Filters = filters @Offset = offset @Limit = limit @Order = order @By = by end |
Instance Attribute Details
#By ⇒ Object
10370 10371 10372 |
# File 'lib/v20180228/models.rb', line 10370 def By @By end |
#Filters ⇒ Object
10370 10371 10372 |
# File 'lib/v20180228/models.rb', line 10370 def Filters @Filters end |
#Limit ⇒ Object
10370 10371 10372 |
# File 'lib/v20180228/models.rb', line 10370 def Limit @Limit end |
#Offset ⇒ Object
10370 10371 10372 |
# File 'lib/v20180228/models.rb', line 10370 def Offset @Offset end |
#Order ⇒ Object
10370 10371 10372 |
# File 'lib/v20180228/models.rb', line 10370 def Order @Order end |
#Quuid ⇒ Object
10370 10371 10372 |
# File 'lib/v20180228/models.rb', line 10370 def Quuid @Quuid end |
Instance Method Details
#deserialize(params) ⇒ Object
10381 10382 10383 10384 10385 10386 10387 10388 10389 10390 10391 10392 10393 10394 10395 |
# File 'lib/v20180228/models.rb', line 10381 def deserialize(params) @Quuid = params['Quuid'] unless params['Filters'].nil? @Filters = [] params['Filters'].each do |i| filter_tmp = Filter.new filter_tmp.deserialize(i) @Filters << filter_tmp end end @Offset = params['Offset'] @Limit = params['Limit'] @Order = params['Order'] @By = params['By'] end |