Class: TencentCloud::Cwp::V20180228::DescribeAssetAppProcessListRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180228/models.rb

Overview

DescribeAssetAppProcessList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(quuid = nil, uuid = nil, name = nil, offset = nil, limit = nil) ⇒ DescribeAssetAppProcessListRequest

Returns a new instance of DescribeAssetAppProcessListRequest.



8208
8209
8210
8211
8212
8213
8214
# File 'lib/v20180228/models.rb', line 8208

def initialize(quuid=nil, uuid=nil, name=nil, offset=nil, limit=nil)
  @Quuid = quuid
  @Uuid = uuid
  @Name = name
  @Offset = offset
  @Limit = limit
end

Instance Attribute Details

#LimitObject

Parameters:

  • Quuid:

    主机Quuid

  • Uuid:

    主机Uuid

  • Name:

    App名

  • Offset:

    偏移量,默认为0。

  • Limit:

    需要返回的数量,默认为10,最大值为100



8206
8207
8208
# File 'lib/v20180228/models.rb', line 8206

def Limit
  @Limit
end

#NameObject

Parameters:

  • Quuid:

    主机Quuid

  • Uuid:

    主机Uuid

  • Name:

    App名

  • Offset:

    偏移量,默认为0。

  • Limit:

    需要返回的数量,默认为10,最大值为100



8206
8207
8208
# File 'lib/v20180228/models.rb', line 8206

def Name
  @Name
end

#OffsetObject

Parameters:

  • Quuid:

    主机Quuid

  • Uuid:

    主机Uuid

  • Name:

    App名

  • Offset:

    偏移量,默认为0。

  • Limit:

    需要返回的数量,默认为10,最大值为100



8206
8207
8208
# File 'lib/v20180228/models.rb', line 8206

def Offset
  @Offset
end

#QuuidObject

Parameters:

  • Quuid:

    主机Quuid

  • Uuid:

    主机Uuid

  • Name:

    App名

  • Offset:

    偏移量,默认为0。

  • Limit:

    需要返回的数量,默认为10,最大值为100



8206
8207
8208
# File 'lib/v20180228/models.rb', line 8206

def Quuid
  @Quuid
end

#UuidObject

Parameters:

  • Quuid:

    主机Quuid

  • Uuid:

    主机Uuid

  • Name:

    App名

  • Offset:

    偏移量,默认为0。

  • Limit:

    需要返回的数量,默认为10,最大值为100



8206
8207
8208
# File 'lib/v20180228/models.rb', line 8206

def Uuid
  @Uuid
end

Instance Method Details

#deserialize(params) ⇒ Object



8216
8217
8218
8219
8220
8221
8222
# File 'lib/v20180228/models.rb', line 8216

def deserialize(params)
  @Quuid = params['Quuid']
  @Uuid = params['Uuid']
  @Name = params['Name']
  @Offset = params['Offset']
  @Limit = params['Limit']
end