tencentcloud-sdk-cdb 3.0.1175 → 3.0.1180

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c2ed924a8241f496dba96465619e24dc054e2925
4
- data.tar.gz: b4d48eefd0fe100bc2cd1516ce10d90b605ac4c4
3
+ metadata.gz: 47aed2f03f6535090854f850841e503dd16bcf91
4
+ data.tar.gz: 3cc55fd43acb67b83e1b257ec40224ddfa85269c
5
5
  SHA512:
6
- metadata.gz: 53ac92adeb546d6e6d34d89d98a64e132ec151b48395f30b2b4dd849990547a571d16cd8bde0a27bb141c3c0f56a86023f61a206d57aaa7a06634d4f52d3184b
7
- data.tar.gz: 0d8630f337374775ee8ffa459fbe0df9ece0fbfae4c4d9797414c24380f14075c421fea13604277e2fc49aa169d5ecb27eef42127dfea8d0dffb3ea254949cd2
6
+ metadata.gz: 0e51b1cb7391c50dd105a7f998568913cf83f406163df71ada400af3662d04f9ac8d17a65d689fade83aec4de8cd000f6cec998b37f4efa3b2655659a483d820
7
+ data.tar.gz: adb9cede20e2bf5bbed773ef36fc9520ed2bb1d8cd06f0381fcc4200e29ca1d44659c8f9d326b279626b662f1ae811ed82df4997da4d2186c31f4e5e5f6efe6f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1175
1
+ 3.0.1180
@@ -1830,6 +1830,7 @@ module TencentCloud
1830
1830
  end
1831
1831
 
1832
1832
  # 本接口(DescribeDBInstances)用于查询云数据库实例列表,支持通过项目 ID、实例 ID、访问地址、实例状态等过滤条件来筛选实例。支持查询主实例、灾备实例和只读实例信息列表。
1833
+ # 说明:通过本接口返回的可用区情况为购买时的情况,不随主动 HA 切换变化。如需了解实时可用区情况,请通过 [DescribeDBInstanceConfig](https://cloud.tencent.com/document/product/236/17491) 接口进行查询。
1833
1834
 
1834
1835
  # @param request: Request instance for DescribeDBInstances.
1835
1836
  # @type request: :class:`Tencentcloud::cdb::V20170320::DescribeDBInstancesRequest`
@@ -6425,7 +6425,7 @@ module TencentCloud
6425
6425
  # @type SubnetIds: Array
6426
6426
  # @param CdbErrors: 是否锁定标记,可选值:0 - 不锁定,1 - 锁定,默认为0。
6427
6427
  # @type CdbErrors: Array
6428
- # @param OrderBy: 返回结果集排序的字段,目前支持:"InstanceId","InstanceName","CreateTime","DeadlineTime"。
6428
+ # @param OrderBy: 返回结果集排序的字段,目前支持:"instanceId","instanceName","createTime","deadlineTime"。
6429
6429
  # @type OrderBy: String
6430
6430
  # @param OrderDirection: 返回结果集排序方式。目前支持值:"ASC" - 表示升序,"DESC" - 表示降序,默认为 "DESC"。
6431
6431
  # @type OrderDirection: String
@@ -6467,7 +6467,7 @@ module TencentCloud
6467
6467
  # @type ProxyIds: Array
6468
6468
  # @param EngineTypes: 数据库引擎类型。可选值为:InnoDB、RocksDB。
6469
6469
  # @type EngineTypes: Array
6470
- # @param QueryClusterInfo: 是否获取集群版实例节点信息,可填:true 或 false。默认为 false。
6470
+ # @param QueryClusterInfo: 是否获取云盘版实例节点信息,可填:true 或 false。默认为 false。
6471
6471
  # @type QueryClusterInfo: Boolean
6472
6472
 
6473
6473
  attr_accessor :ProjectId, :InstanceTypes, :Vips, :Status, :Offset, :Limit, :SecurityGroupId, :PayTypes, :InstanceNames, :TaskStatus, :EngineVersions, :VpcIds, :ZoneIds, :SubnetIds, :CdbErrors, :OrderBy, :OrderDirection, :WithSecurityGroup, :WithExCluster, :ExClusterId, :InstanceIds, :InitFlag, :WithDr, :WithRo, :WithMaster, :DeployGroupIds, :TagKeysForSearch, :CageIds, :TagValues, :UniqueVpcIds, :UniqSubnetIds, :Tags, :ProxyVips, :ProxyIds, :EngineTypes, :QueryClusterInfo
@@ -7383,9 +7383,9 @@ module TencentCloud
7383
7383
 
7384
7384
  # DescribeInstancePasswordComplexity返回参数结构体
7385
7385
  class DescribeInstancePasswordComplexityResponse < TencentCloud::Common::AbstractModel
7386
- # @param TotalCount: 实例的参数总数
7386
+ # @param TotalCount: 密码复杂度相关参数总数
7387
7387
  # @type TotalCount: Integer
7388
- # @param Items: 参数详情
7388
+ # @param Items: 密码复杂度参数详情,policy取值范围["","LOW","MEDIUM"],空或者LOW表示:密码复杂度关,MEDIUM表示:密码复杂度开;当policy参数值是MEDIUM时,以下参数才有意义,length:取值范围[8-64],表示:最少字符数;mixed_case_count:取值范围[1-16],表示大写字母和小写字母的最少个数。number_count:取值范围[1-16],表示数字字符的最少个数。special_char_count:取值范围[1-16],表示特殊字符的最少个数。
7389
7389
  # @type Items: Array
7390
7390
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7391
7391
  # @type RequestId: String
@@ -10209,13 +10209,16 @@ module TencentCloud
10209
10209
  # @type NewPassword: String
10210
10210
  # @param Accounts: 云数据库账号。可通过 [DescribeAccounts](https://cloud.tencent.com/document/api/236/17499) 接口获取。
10211
10211
  # @type Accounts: Array
10212
+ # @param SkipValidatePassword: 是否跳过校验密码复杂度
10213
+ # @type SkipValidatePassword: Boolean
10212
10214
 
10213
- attr_accessor :InstanceId, :NewPassword, :Accounts
10215
+ attr_accessor :InstanceId, :NewPassword, :Accounts, :SkipValidatePassword
10214
10216
 
10215
- def initialize(instanceid=nil, newpassword=nil, accounts=nil)
10217
+ def initialize(instanceid=nil, newpassword=nil, accounts=nil, skipvalidatepassword=nil)
10216
10218
  @InstanceId = instanceid
10217
10219
  @NewPassword = newpassword
10218
10220
  @Accounts = accounts
10221
+ @SkipValidatePassword = skipvalidatepassword
10219
10222
  end
10220
10223
 
10221
10224
  def deserialize(params)
@@ -10229,6 +10232,7 @@ module TencentCloud
10229
10232
  @Accounts << account_tmp
10230
10233
  end
10231
10234
  end
10235
+ @SkipValidatePassword = params['SkipValidatePassword']
10232
10236
  end
10233
10237
  end
10234
10238
 
@@ -14373,15 +14377,19 @@ module TencentCloud
14373
14377
  class SwitchForUpgradeRequest < TencentCloud::Common::AbstractModel
14374
14378
  # @param InstanceId: 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
14375
14379
  # @type InstanceId: String
14380
+ # @param IsRelatedSwitch: 是否开启关联切换,true为开启,false为关闭,默认false
14381
+ # @type IsRelatedSwitch: Boolean
14376
14382
 
14377
- attr_accessor :InstanceId
14383
+ attr_accessor :InstanceId, :IsRelatedSwitch
14378
14384
 
14379
- def initialize(instanceid=nil)
14385
+ def initialize(instanceid=nil, isrelatedswitch=nil)
14380
14386
  @InstanceId = instanceid
14387
+ @IsRelatedSwitch = isrelatedswitch
14381
14388
  end
14382
14389
 
14383
14390
  def deserialize(params)
14384
14391
  @InstanceId = params['InstanceId']
14392
+ @IsRelatedSwitch = params['IsRelatedSwitch']
14385
14393
  end
14386
14394
  end
14387
14395
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1175
4
+ version: 3.0.1180
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-12-01 00:00:00.000000000 Z
11
+ date: 2025-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common