Class: TencentCloud::Cwp::V20180228::DescribeAssetWebServiceInfoListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeAssetWebServiceInfoListRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeAssetWebServiceInfoList请求参数结构体
Instance Attribute Summary collapse
-
#By ⇒ Object
- User- string - 是否必填:否 - 运行用户
- Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
- OsType- string - 是否必填:否 - Windows/linux
- Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
- IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
. -
#Filters ⇒ Object
- User- string - 是否必填:否 - 运行用户
- Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
- OsType- string - 是否必填:否 - Windows/linux
- Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
- IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
. -
#Limit ⇒ Object
- User- string - 是否必填:否 - 运行用户
- Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
- OsType- string - 是否必填:否 - Windows/linux
- Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
- IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
. -
#Offset ⇒ Object
- User- string - 是否必填:否 - 运行用户
- Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
- OsType- string - 是否必填:否 - Windows/linux
- Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
- IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
. -
#Order ⇒ Object
- User- string - 是否必填:否 - 运行用户
- Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
- OsType- string - 是否必填:否 - Windows/linux
- Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
- IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
. -
#Quuid ⇒ Object
- User- string - 是否必填:否 - 运行用户
- Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
- OsType- string - 是否必填:否 - Windows/linux
- Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
- IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(quuid = nil, filters = nil, offset = nil, limit = nil, order = nil, by = nil) ⇒ DescribeAssetWebServiceInfoListRequest
constructor
A new instance of DescribeAssetWebServiceInfoListRequest.
Constructor Details
#initialize(quuid = nil, filters = nil, offset = nil, limit = nil, order = nil, by = nil) ⇒ DescribeAssetWebServiceInfoListRequest
Returns a new instance of DescribeAssetWebServiceInfoListRequest.
10951 10952 10953 10954 10955 10956 10957 10958 |
# File 'lib/v20180228/models.rb', line 10951 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
10949 10950 10951 |
# File 'lib/v20180228/models.rb', line 10949 def By @By end |
#Filters ⇒ Object
10949 10950 10951 |
# File 'lib/v20180228/models.rb', line 10949 def Filters @Filters end |
#Limit ⇒ Object
10949 10950 10951 |
# File 'lib/v20180228/models.rb', line 10949 def Limit @Limit end |
#Offset ⇒ Object
10949 10950 10951 |
# File 'lib/v20180228/models.rb', line 10949 def Offset @Offset end |
#Order ⇒ Object
10949 10950 10951 |
# File 'lib/v20180228/models.rb', line 10949 def Order @Order end |
#Quuid ⇒ Object
10949 10950 10951 |
# File 'lib/v20180228/models.rb', line 10949 def Quuid @Quuid end |
Instance Method Details
#deserialize(params) ⇒ Object
10960 10961 10962 10963 10964 10965 10966 10967 10968 10969 10970 10971 10972 10973 10974 |
# File 'lib/v20180228/models.rb', line 10960 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 @Offset = params['Offset'] @Limit = params['Limit'] @Order = params['Order'] @By = params['By'] end |