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.
14622 14623 14624 14625 |
# File 'lib/v20170320/models.rb', line 14622 def initialize(attachkey=nil, attachvalue=nil) @AttachKey = attachkey @AttachValue = attachvalue end |
Instance Attribute Details
#AttachKey ⇒ Object
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。 ”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。
14620 14621 14622 |
# File 'lib/v20170320/models.rb', line 14620 def AttachKey @AttachKey end |
#AttachValue ⇒ Object
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。 ”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。
14620 14621 14622 |
# File 'lib/v20170320/models.rb', line 14620 def AttachValue @AttachValue end |
Instance Method Details
#deserialize(params) ⇒ Object
14627 14628 14629 14630 |
# File 'lib/v20170320/models.rb', line 14627 def deserialize(params) @AttachKey = params['AttachKey'] @AttachValue = params['AttachValue'] end |