tencentcloud-sdk-dcdb 3.0.456 → 3.0.457

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ff18b0e097c67fd9da71d020ab9afd7a12e2832
4
- data.tar.gz: e7424d4a55afc92d203e8ea12465f4d195bc2d7d
3
+ metadata.gz: b335d370ab892c3e5847dea4a9e722a744405455
4
+ data.tar.gz: 7a42b315449a534ac501b86b5a2e9a80d3c7a248
5
5
  SHA512:
6
- metadata.gz: 001f208f5fec49c2efdfabdfb6853e9b2b13dbf351f9ec9909567bdfa9a0e11a64f92ed8bfb56b2c96ede858d6ee2a0a7be6ede0e7d31244dc1470567d986f3a
7
- data.tar.gz: d3209d066b9d544acca43ff408e210ad38f41eb71f94540b0cef951410a4a13a13fc1f5f6774f0df4b1f77f23c52cca9846f29a30c720b4369840324980bb1e9
6
+ metadata.gz: 0ce155b7e16bbfff7a3966dc8064297ee848a73a6c0f8872eb9c89a4dc59fb593784d54d9a391dce0bafc928ae756a6df80b7af1fedbdb1260d78ed0b314f270
7
+ data.tar.gz: 52e37e19c7d193b716cafdd5eb260b3b175d39f1694e007ea2d78598517bf620c6ae9ca91b744e65ef59105760c79156333caa03e1d7a78b1081d8e7ba2416cc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.456
1
+ 3.0.457
@@ -1265,10 +1265,12 @@ module TencentCloud
1265
1265
  # @type PeriodEndTime: String
1266
1266
  # @param InstanceType: 1: 主实例(独享型), 2: 主实例, 3: 灾备实例, 4: 灾备实例(独享型)
1267
1267
  # @type InstanceType: Integer
1268
+ # @param EncryptStatus: 是否开启了 kms
1269
+ # @type EncryptStatus: Integer
1268
1270
 
1269
- attr_accessor :InstanceId, :InstanceName, :Region, :Zone, :Vip, :Vipv6, :Vport, :Status, :StatusDesc, :DcnFlag, :DcnStatus, :Cpu, :Memory, :Storage, :PayMode, :CreateTime, :PeriodEndTime, :InstanceType
1271
+ attr_accessor :InstanceId, :InstanceName, :Region, :Zone, :Vip, :Vipv6, :Vport, :Status, :StatusDesc, :DcnFlag, :DcnStatus, :Cpu, :Memory, :Storage, :PayMode, :CreateTime, :PeriodEndTime, :InstanceType, :EncryptStatus
1270
1272
 
1271
- def initialize(instanceid=nil, instancename=nil, region=nil, zone=nil, vip=nil, vipv6=nil, vport=nil, status=nil, statusdesc=nil, dcnflag=nil, dcnstatus=nil, cpu=nil, memory=nil, storage=nil, paymode=nil, createtime=nil, periodendtime=nil, instancetype=nil)
1273
+ def initialize(instanceid=nil, instancename=nil, region=nil, zone=nil, vip=nil, vipv6=nil, vport=nil, status=nil, statusdesc=nil, dcnflag=nil, dcnstatus=nil, cpu=nil, memory=nil, storage=nil, paymode=nil, createtime=nil, periodendtime=nil, instancetype=nil, encryptstatus=nil)
1272
1274
  @InstanceId = instanceid
1273
1275
  @InstanceName = instancename
1274
1276
  @Region = region
@@ -1287,6 +1289,7 @@ module TencentCloud
1287
1289
  @CreateTime = createtime
1288
1290
  @PeriodEndTime = periodendtime
1289
1291
  @InstanceType = instancetype
1292
+ @EncryptStatus = encryptstatus
1290
1293
  end
1291
1294
 
1292
1295
  def deserialize(params)
@@ -1308,6 +1311,7 @@ module TencentCloud
1308
1311
  @CreateTime = params['CreateTime']
1309
1312
  @PeriodEndTime = params['PeriodEndTime']
1310
1313
  @InstanceType = params['InstanceType']
1314
+ @EncryptStatus = params['EncryptStatus']
1311
1315
  end
1312
1316
  end
1313
1317
 
@@ -1321,7 +1325,7 @@ module TencentCloud
1321
1325
  # @type Count: Integer
1322
1326
  # @param FlowId: 关联的流程 Id,可用于查询流程执行状态
1323
1327
  # @type FlowId: Integer
1324
- # @param InstanceIds: 只有创建实例的订单会填充该字段,表示该订单创建的实例的 ID
1328
+ # @param InstanceIds: 只有创建实例且已完成发货的订单会填充该字段,表示该订单创建的实例的 ID
1325
1329
  # 注意:此字段可能返回 null,表示取不到有效值。
1326
1330
  # @type InstanceIds: Array
1327
1331
  # @param PayMode: 付费模式,0后付费/1预付费
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dcdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.456
4
+ version: 3.0.457
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-22 00:00:00.000000000 Z
11
+ date: 2022-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common