Class: TencentCloud::Cdb::V20170320::TaskAttachInfo

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

Overview

任务列表中的部分任务支持特定的附加信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attachkey = nil, attachvalue = nil) ⇒ TaskAttachInfo

Returns a new instance of TaskAttachInfo.



14317
14318
14319
14320
# File 'lib/v20170320/models.rb', line 14317

def initialize(attachkey=nil, attachvalue=nil)
  @AttachKey = attachkey
  @AttachValue = attachvalue
end

Instance Attribute Details

#AttachKeyObject

”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。

Parameters:

  • AttachKey:

    升级任务:

  • AttachValue:

    升级任务:



14315
14316
14317
# File 'lib/v20170320/models.rb', line 14315

def AttachKey
  @AttachKey
end

#AttachValueObject

”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。

Parameters:

  • AttachKey:

    升级任务:

  • AttachValue:

    升级任务:



14315
14316
14317
# File 'lib/v20170320/models.rb', line 14315

def AttachValue
  @AttachValue
end

Instance Method Details

#deserialize(params) ⇒ Object



14322
14323
14324
14325
# File 'lib/v20170320/models.rb', line 14322

def deserialize(params)
  @AttachKey = params['AttachKey']
  @AttachValue = params['AttachValue']
end