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.



14428
14429
14430
14431
# File 'lib/v20170320/models.rb', line 14428

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

Instance Attribute Details

#AttachKeyObject

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

Parameters:

  • AttachKey:

    升级任务:

  • AttachValue:

    升级任务:



14426
14427
14428
# File 'lib/v20170320/models.rb', line 14426

def AttachKey
  @AttachKey
end

#AttachValueObject

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

Parameters:

  • AttachKey:

    升级任务:

  • AttachValue:

    升级任务:



14426
14427
14428
# File 'lib/v20170320/models.rb', line 14426

def AttachValue
  @AttachValue
end

Instance Method Details

#deserialize(params) ⇒ Object



14433
14434
14435
14436
# File 'lib/v20170320/models.rb', line 14433

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