Class: TencentCloud::Cdb::V20170320::TaskAttachInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::TaskAttachInfo
- Defined in:
- lib/v20170320/models.rb
Overview
任务列表中的部分任务支持特定的附加信息
Instance Attribute Summary collapse
-
#AttachKey ⇒ Object
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。 ”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。.
-
#AttachValue ⇒ Object
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。 ”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(attachkey = nil, attachvalue = nil) ⇒ TaskAttachInfo
constructor
A new instance of TaskAttachInfo.
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
#AttachKey ⇒ Object
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。
14426 14427 14428 |
# File 'lib/v20170320/models.rb', line 14426 def AttachKey @AttachKey end |
#AttachValue ⇒ Object
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。
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 |