Class: TencentCloud::Cwp::V20180228::DescribeAssetAppListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeAssetAppListRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeAssetAppList请求参数结构体
Instance Attribute Summary collapse
-
#By ⇒ Object
- AppName- string - 是否必填:否 - 应用名搜索
- IP - String - 是否必填:否 - 主机ip
- MachineName - String - 是否必填:否 - 主机名称
- InstanceID - string - 是否必填:否 - 实例ID
- Type - int - 是否必填:否 - 类型 : 仅linux 0: 全部 1: 运维 2 : 数据库 3 : 安全 4 : 可疑应用 5 : 系统架构 6 : 系统应用 7 : WEB服务 99:其他
- OsType - uint64 - 是否必填:否 - windows/linux
- Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
. -
#Filters ⇒ Object
- AppName- string - 是否必填:否 - 应用名搜索
- IP - String - 是否必填:否 - 主机ip
- MachineName - String - 是否必填:否 - 主机名称
- InstanceID - string - 是否必填:否 - 实例ID
- Type - int - 是否必填:否 - 类型 : 仅linux 0: 全部 1: 运维 2 : 数据库 3 : 安全 4 : 可疑应用 5 : 系统架构 6 : 系统应用 7 : WEB服务 99:其他
- OsType - uint64 - 是否必填:否 - windows/linux
- Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
. -
#Limit ⇒ Object
- AppName- string - 是否必填:否 - 应用名搜索
- IP - String - 是否必填:否 - 主机ip
- MachineName - String - 是否必填:否 - 主机名称
- InstanceID - string - 是否必填:否 - 实例ID
- Type - int - 是否必填:否 - 类型 : 仅linux 0: 全部 1: 运维 2 : 数据库 3 : 安全 4 : 可疑应用 5 : 系统架构 6 : 系统应用 7 : WEB服务 99:其他
- OsType - uint64 - 是否必填:否 - windows/linux
- Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
. -
#Offset ⇒ Object
- AppName- string - 是否必填:否 - 应用名搜索
- IP - String - 是否必填:否 - 主机ip
- MachineName - String - 是否必填:否 - 主机名称
- InstanceID - string - 是否必填:否 - 实例ID
- Type - int - 是否必填:否 - 类型 : 仅linux 0: 全部 1: 运维 2 : 数据库 3 : 安全 4 : 可疑应用 5 : 系统架构 6 : 系统应用 7 : WEB服务 99:其他
- OsType - uint64 - 是否必填:否 - windows/linux
- Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
. -
#Order ⇒ Object
- AppName- string - 是否必填:否 - 应用名搜索
- IP - String - 是否必填:否 - 主机ip
- MachineName - String - 是否必填:否 - 主机名称
- InstanceID - string - 是否必填:否 - 实例ID
- Type - int - 是否必填:否 - 类型 : 仅linux 0: 全部 1: 运维 2 : 数据库 3 : 安全 4 : 可疑应用 5 : 系统架构 6 : 系统应用 7 : WEB服务 99:其他
- OsType - uint64 - 是否必填:否 - windows/linux
- Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
. -
#Quuid ⇒ Object
- AppName- string - 是否必填:否 - 应用名搜索
- IP - String - 是否必填:否 - 主机ip
- MachineName - String - 是否必填:否 - 主机名称
- InstanceID - string - 是否必填:否 - 实例ID
- Type - int - 是否必填:否 - 类型 : 仅linux 0: 全部 1: 运维 2 : 数据库 3 : 安全 4 : 可疑应用 5 : 系统架构 6 : 系统应用 7 : WEB服务 99:其他
- OsType - uint64 - 是否必填:否 - windows/linux
- Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(quuid = nil, filters = nil, limit = nil, offset = nil, order = nil, by = nil) ⇒ DescribeAssetAppListRequest
constructor
A new instance of DescribeAssetAppListRequest.
Constructor Details
#initialize(quuid = nil, filters = nil, limit = nil, offset = nil, order = nil, by = nil) ⇒ DescribeAssetAppListRequest
Returns a new instance of DescribeAssetAppListRequest.
8115 8116 8117 8118 8119 8120 8121 8122 |
# File 'lib/v20180228/models.rb', line 8115 def initialize(quuid=nil, filters=nil, limit=nil, offset=nil, order=nil, by=nil) @Quuid = quuid @Filters = filters @Limit = limit @Offset = offset @Order = order @By = by end |
Instance Attribute Details
#By ⇒ Object
8113 8114 8115 |
# File 'lib/v20180228/models.rb', line 8113 def By @By end |
#Filters ⇒ Object
8113 8114 8115 |
# File 'lib/v20180228/models.rb', line 8113 def Filters @Filters end |
#Limit ⇒ Object
8113 8114 8115 |
# File 'lib/v20180228/models.rb', line 8113 def Limit @Limit end |
#Offset ⇒ Object
8113 8114 8115 |
# File 'lib/v20180228/models.rb', line 8113 def Offset @Offset end |
#Order ⇒ Object
8113 8114 8115 |
# File 'lib/v20180228/models.rb', line 8113 def Order @Order end |
#Quuid ⇒ Object
8113 8114 8115 |
# File 'lib/v20180228/models.rb', line 8113 def Quuid @Quuid end |
Instance Method Details
#deserialize(params) ⇒ Object
8124 8125 8126 8127 8128 8129 8130 8131 8132 8133 8134 8135 8136 8137 8138 |
# File 'lib/v20180228/models.rb', line 8124 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 @Limit = params['Limit'] @Offset = params['Offset'] @Order = params['Order'] @By = params['By'] end |