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.
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
#AttachKey ⇒ Object
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。
14315 14316 14317 |
# File 'lib/v20170320/models.rb', line 14315 def AttachKey @AttachKey end |
#AttachValue ⇒ Object
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。
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 |