Class: TencentCloud::Cdb::V20170320::StopCpuExpandResponse

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

Overview

StopCpuExpand返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(asyncrequestid = nil, requestid = nil) ⇒ StopCpuExpandResponse

Returns a new instance of StopCpuExpandResponse.



13987
13988
13989
13990
# File 'lib/v20170320/models.rb', line 13987

def initialize(asyncrequestid=nil, requestid=nil)
  @AsyncRequestId = asyncrequestid
  @RequestId = requestid
end

Instance Attribute Details

#AsyncRequestIdObject

Parameters:

  • AsyncRequestId:

    异步任务 ID。在调用 [DescribeAsyncRequestInfo](cloud.tencent.com/document/api/236/20410) 进行任务执行进度的查询时,可以传入该 ID。

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



13985
13986
13987
# File 'lib/v20170320/models.rb', line 13985

def AsyncRequestId
  @AsyncRequestId
end

#RequestIdObject

Parameters:

  • AsyncRequestId:

    异步任务 ID。在调用 [DescribeAsyncRequestInfo](cloud.tencent.com/document/api/236/20410) 进行任务执行进度的查询时,可以传入该 ID。

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



13985
13986
13987
# File 'lib/v20170320/models.rb', line 13985

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



13992
13993
13994
13995
# File 'lib/v20170320/models.rb', line 13992

def deserialize(params)
  @AsyncRequestId = params['AsyncRequestId']
  @RequestId = params['RequestId']
end