Class: TencentCloud::Mongodb::V20190725::UpgradeDbInstanceVersionRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mongodb::V20190725::UpgradeDbInstanceVersionRequest
- Defined in:
- lib/v20190725/models.rb
Overview
UpgradeDbInstanceVersion请求参数结构体
Instance Attribute Summary collapse
-
#InMaintenance ⇒ Object
- MONGO_40_WT:4.0 版本。 - MONGO_42_WT:4.2 版本。 - MONGO_44_WT:4.4 版本 - MONGO_50_WT:5.0 版本 - MONGO_60_WT:6.0 版本。 - MONGO_70_WT:7.0 版本。 - MONGO_80_WT:8.0 版本。 - 0:立即升级。 - 1:维护时间窗升级。.
-
#InstanceId ⇒ Object
- MONGO_40_WT:4.0 版本。 - MONGO_42_WT:4.2 版本。 - MONGO_44_WT:4.4 版本 - MONGO_50_WT:5.0 版本 - MONGO_60_WT:6.0 版本。 - MONGO_70_WT:7.0 版本。 - MONGO_80_WT:8.0 版本。 - 0:立即升级。 - 1:维护时间窗升级。.
-
#MongoVersion ⇒ Object
- MONGO_40_WT:4.0 版本。 - MONGO_42_WT:4.2 版本。 - MONGO_44_WT:4.4 版本 - MONGO_50_WT:5.0 版本 - MONGO_60_WT:6.0 版本。 - MONGO_70_WT:7.0 版本。 - MONGO_80_WT:8.0 版本。 - 0:立即升级。 - 1:维护时间窗升级。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, mongoversion = nil, inmaintenance = nil) ⇒ UpgradeDbInstanceVersionRequest
constructor
A new instance of UpgradeDbInstanceVersionRequest.
Constructor Details
#initialize(instanceid = nil, mongoversion = nil, inmaintenance = nil) ⇒ UpgradeDbInstanceVersionRequest
Returns a new instance of UpgradeDbInstanceVersionRequest.
6378 6379 6380 6381 6382 |
# File 'lib/v20190725/models.rb', line 6378 def initialize(instanceid=nil, mongoversion=nil, inmaintenance=nil) @InstanceId = instanceid @MongoVersion = mongoversion @InMaintenance = inmaintenance end |
Instance Attribute Details
#InMaintenance ⇒ Object
- MONGO_40_WT:4.0 版本。
- MONGO_42_WT:4.2 版本。
- MONGO_44_WT:4.4 版本
- MONGO_50_WT:5.0 版本
- MONGO_60_WT:6.0 版本。
- MONGO_70_WT:7.0 版本。
- MONGO_80_WT:8.0 版本。
- 0:立即升级。
- 1:维护时间窗升级。
6376 6377 6378 |
# File 'lib/v20190725/models.rb', line 6376 def InMaintenance @InMaintenance end |
#InstanceId ⇒ Object
- MONGO_40_WT:4.0 版本。
- MONGO_42_WT:4.2 版本。
- MONGO_44_WT:4.4 版本
- MONGO_50_WT:5.0 版本
- MONGO_60_WT:6.0 版本。
- MONGO_70_WT:7.0 版本。
- MONGO_80_WT:8.0 版本。
- 0:立即升级。
- 1:维护时间窗升级。
6376 6377 6378 |
# File 'lib/v20190725/models.rb', line 6376 def InstanceId @InstanceId end |
#MongoVersion ⇒ Object
- MONGO_40_WT:4.0 版本。
- MONGO_42_WT:4.2 版本。
- MONGO_44_WT:4.4 版本
- MONGO_50_WT:5.0 版本
- MONGO_60_WT:6.0 版本。
- MONGO_70_WT:7.0 版本。
- MONGO_80_WT:8.0 版本。
- 0:立即升级。
- 1:维护时间窗升级。
6376 6377 6378 |
# File 'lib/v20190725/models.rb', line 6376 def MongoVersion @MongoVersion end |
Instance Method Details
#deserialize(params) ⇒ Object
6384 6385 6386 6387 6388 |
# File 'lib/v20190725/models.rb', line 6384 def deserialize(params) @InstanceId = params['InstanceId'] @MongoVersion = params['MongoVersion'] @InMaintenance = params['InMaintenance'] end |