tencentcloud-sdk-dcdb 3.0.1023 → 3.0.1024

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180411/models.rb +0 -24
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7e18e64ddf2a65076458016f040306506e33c43a
4
- data.tar.gz: 4853d3083717823667843f0eb7a38718fd4105c9
3
+ metadata.gz: 451dee33237741ce31b8f516a43c84daca531466
4
+ data.tar.gz: 98c68c7989f552416007d6cf84a5d3ac0b9a5a30
5
5
  SHA512:
6
- metadata.gz: 1762d02bc086eb1a38c22b64eb2de2335f451a9a556d93abbbba0f4f2e23c0496f4322ed028cbc5099cd8a57eac21cea655b3b921d75728f1e0bce0329a3d56d
7
- data.tar.gz: 2867188c85c13cd40cf11bd71f53850dce82fa3124856569245040373d7bd294c0c3cc1af2a84232b1c04c2017abf75ae34eebf654c834b9208f2b3919bbeec3
6
+ metadata.gz: 36f96243c03a99a1b17f7976660223ebb349419db3b941f3134b65e66a1d07d99da265f40f409c666e92967f0e827bc81b5ac840db7355e37e16b4fb8b18a87d
7
+ data.tar.gz: 352fc636ea58ec8976d6c5847869da95d76343e2b53b7cee2fb8b3effa798b45dedf6d026d2b58e0d51add5e55f219a52d01080b6dc076c1020d13ec52537dfa
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1023
1
+ 3.0.1024
@@ -1522,13 +1522,10 @@ module TencentCloud
1522
1522
  # @param ProxyVersion: Proxy版本
1523
1523
  # @type ProxyVersion: String
1524
1524
  # @param Paymode: 付费模型
1525
- # 注意:此字段可能返回 null,表示取不到有效值。
1526
1525
  # @type Paymode: String
1527
1526
  # @param ShardMasterZone: 分片的主可用区
1528
- # 注意:此字段可能返回 null,表示取不到有效值。
1529
1527
  # @type ShardMasterZone: String
1530
1528
  # @param ShardSlaveZones: 分片的从可用区列表
1531
- # 注意:此字段可能返回 null,表示取不到有效值。
1532
1529
  # @type ShardSlaveZones: Array
1533
1530
  # @param Cpu: CPU核数
1534
1531
  # @type Cpu: Integer
@@ -2404,10 +2401,8 @@ module TencentCloud
2404
2401
  # @param Groups: 安全组详情。
2405
2402
  # @type Groups: Array
2406
2403
  # @param VIP: 实例VIP
2407
- # 注意:此字段可能返回 null,表示取不到有效值。
2408
2404
  # @type VIP: String
2409
2405
  # @param VPort: 实例端口
2410
- # 注意:此字段可能返回 null,表示取不到有效值。
2411
2406
  # @type VPort: String
2412
2407
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2413
2408
  # @type RequestId: String
@@ -3341,7 +3336,6 @@ module TencentCloud
3341
3336
  # @param Shards: 分片信息列表
3342
3337
  # @type Shards: Array
3343
3338
  # @param DcnFlag: 灾备标志,0-无,1-主实例,2-灾备实例
3344
- # 注意:此字段可能返回 null,表示取不到有效值。
3345
3339
  # @type DcnFlag: Integer
3346
3340
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3347
3341
  # @type RequestId: String
@@ -5495,7 +5489,6 @@ module TencentCloud
5495
5489
  # @param Value: 当前参数值
5496
5490
  # @type Value: String
5497
5491
  # @param SetValue: 设置过的值,参数生效后,该值和value一样。未设置过就不返回该字段。
5498
- # 注意:此字段可能返回 null,表示取不到有效值。
5499
5492
  # @type SetValue: String
5500
5493
  # @param Default: 系统默认值
5501
5494
  # @type Default: String
@@ -6085,10 +6078,8 @@ module TencentCloud
6085
6078
  # @param User: 账号
6086
6079
  # @type User: String
6087
6080
  # @param ExampleSql: 样例Sql
6088
- # 注意:此字段可能返回 null,表示取不到有效值。
6089
6081
  # @type ExampleSql: String
6090
6082
  # @param Host: 账户的域名
6091
- # 注意:此字段可能返回 null,表示取不到有效值。
6092
6083
  # @type Host: String
6093
6084
 
6094
6085
  attr_accessor :CheckSum, :Db, :FingerPrint, :LockTimeAvg, :LockTimeMax, :LockTimeMin, :LockTimeSum, :QueryCount, :QueryTimeAvg, :QueryTimeMax, :QueryTimeMin, :QueryTimeSum, :RowsExaminedSum, :RowsSentSum, :TsMax, :TsMin, :User, :ExampleSql, :Host
@@ -6384,49 +6375,34 @@ module TencentCloud
6384
6375
  # 临时实例
6385
6376
  class TmpInstance < TencentCloud::Common::AbstractModel
6386
6377
  # @param AppId: 应用ID
6387
- # 注意:此字段可能返回 null,表示取不到有效值。
6388
6378
  # @type AppId: Integer
6389
6379
  # @param CreateTime: 创建时间
6390
- # 注意:此字段可能返回 null,表示取不到有效值。
6391
6380
  # @type CreateTime: String
6392
6381
  # @param InstanceRemark: 实例备注
6393
- # 注意:此字段可能返回 null,表示取不到有效值。
6394
6382
  # @type InstanceRemark: String
6395
6383
  # @param TempType: 0:非临时实例 ,1:无效临时实例, 2:回档成功的有效临时实例
6396
- # 注意:此字段可能返回 null,表示取不到有效值。
6397
6384
  # @type TempType: Integer
6398
6385
  # @param Status: 实例状态,0:待初始化,1:流程处理中,2:有效状态,-1:已隔离,-2:已下线
6399
- # 注意:此字段可能返回 null,表示取不到有效值。
6400
6386
  # @type Status: Integer
6401
6387
  # @param InstanceId: 实例 ID,形如:tdsql-ow728lmc。
6402
- # 注意:此字段可能返回 null,表示取不到有效值。
6403
6388
  # @type InstanceId: String
6404
6389
  # @param Vip: 实例虚IP
6405
- # 注意:此字段可能返回 null,表示取不到有效值。
6406
6390
  # @type Vip: String
6407
6391
  # @param Vport: 实例虚端口
6408
- # 注意:此字段可能返回 null,表示取不到有效值。
6409
6392
  # @type Vport: Integer
6410
6393
  # @param PeriodEndTime: 有效期结束时间
6411
- # 注意:此字段可能返回 null,表示取不到有效值。
6412
6394
  # @type PeriodEndTime: String
6413
6395
  # @param SrcInstanceId: 源实例 ID,形如:tdsql-ow728lmc。
6414
- # 注意:此字段可能返回 null,表示取不到有效值。
6415
6396
  # @type SrcInstanceId: String
6416
6397
  # @param StatusDesc: 实例状态描述
6417
- # 注意:此字段可能返回 null,表示取不到有效值。
6418
6398
  # @type StatusDesc: String
6419
6399
  # @param Region: 实例所在地域
6420
- # 注意:此字段可能返回 null,表示取不到有效值。
6421
6400
  # @type Region: String
6422
6401
  # @param Zone: 实例所在可用区
6423
- # 注意:此字段可能返回 null,表示取不到有效值。
6424
6402
  # @type Zone: String
6425
6403
  # @param Vipv6: 实例虚IPv6
6426
- # 注意:此字段可能返回 null,表示取不到有效值。
6427
6404
  # @type Vipv6: String
6428
6405
  # @param Ipv6Flag: 实例IPv6标志
6429
- # 注意:此字段可能返回 null,表示取不到有效值。
6430
6406
  # @type Ipv6Flag: Integer
6431
6407
 
6432
6408
  attr_accessor :AppId, :CreateTime, :InstanceRemark, :TempType, :Status, :InstanceId, :Vip, :Vport, :PeriodEndTime, :SrcInstanceId, :StatusDesc, :Region, :Zone, :Vipv6, :Ipv6Flag
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.1023
4
+ version: 3.0.1024
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-19 00:00:00.000000000 Z
11
+ date: 2025-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common