tencentcloud-sdk-cynosdb 3.0.1013 → 3.0.1014

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: 2d3d06886ab3628b7f7aeeeebf65c36452dccff7
4
- data.tar.gz: 79196bdaec731b2f9bfbbba4c85949ab29a8e557
3
+ metadata.gz: 723cfeef52aa5b667d9a5d74109c4d82dd6719bf
4
+ data.tar.gz: df72abeb9edf7e29ab4563a5c618928570f275f1
5
5
  SHA512:
6
- metadata.gz: be81d39e765e7cfe58386485b7a5b2a4d85b9a8529020de37a6a4230334f5f0e63f72585643a670ec097d0adda956d49b23854f1785040db652e5892ff4a3d46
7
- data.tar.gz: 392784886933c03cfbf6d2cd3624f35434c602514f6007d34590a59eb3de3851b9f8a5ae55c7e4aa6a9dba7212f58e56532fe42c7ead947d1e867b6054758b8c
6
+ metadata.gz: 2d2144675262965bff67d79fac46db7798ee6ee91b5a3d2c24dc6aec8bbf56e802292c7ce236bb55f44674f610d362b1c96f335a8979465ffd8b94b1015e579a
7
+ data.tar.gz: 93c2eb0ff5bf18b3fbff68914adf301f3b4e7bb12b29bc08ea8212f94b1ebb0da71bc076e9e663c770934de265ed136c080d619e58cbd03be1c83f563c585f25
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1013
1
+ 3.0.1014
@@ -3155,10 +3155,12 @@ module TencentCloud
3155
3155
  # @param SlaveZoneAttr: 备可用区属性
3156
3156
  # 注意:此字段可能返回 null,表示取不到有效值。
3157
3157
  # @type SlaveZoneAttr: Array
3158
+ # @param CynosVersionTag: 版本标签
3159
+ # @type CynosVersionTag: String
3158
3160
 
3159
- attr_accessor :ClusterId, :ClusterName, :Region, :Zone, :PhysicalZone, :Status, :StatusDesc, :ServerlessStatus, :StorageId, :Storage, :MaxStorageSize, :MinStorageSize, :StoragePayMode, :VpcName, :VpcId, :SubnetName, :SubnetId, :Charset, :CreateTime, :DbType, :DbMode, :DbVersion, :StorageLimit, :UsedStorage, :Vip, :Vport, :RoAddr, :Ability, :CynosVersion, :BusinessType, :HasSlaveZone, :IsFreeze, :Tasks, :MasterZone, :SlaveZones, :InstanceSet, :PayMode, :PeriodEndTime, :ProjectID, :ResourceTags, :ProxyStatus, :LogBin, :IsSkipTrade, :PitrType, :IsOpenPasswordComplexity, :NetworkStatus, :ResourcePackages, :RenewFlag, :NetworkType, :SlaveZoneAttr
3161
+ attr_accessor :ClusterId, :ClusterName, :Region, :Zone, :PhysicalZone, :Status, :StatusDesc, :ServerlessStatus, :StorageId, :Storage, :MaxStorageSize, :MinStorageSize, :StoragePayMode, :VpcName, :VpcId, :SubnetName, :SubnetId, :Charset, :CreateTime, :DbType, :DbMode, :DbVersion, :StorageLimit, :UsedStorage, :Vip, :Vport, :RoAddr, :Ability, :CynosVersion, :BusinessType, :HasSlaveZone, :IsFreeze, :Tasks, :MasterZone, :SlaveZones, :InstanceSet, :PayMode, :PeriodEndTime, :ProjectID, :ResourceTags, :ProxyStatus, :LogBin, :IsSkipTrade, :PitrType, :IsOpenPasswordComplexity, :NetworkStatus, :ResourcePackages, :RenewFlag, :NetworkType, :SlaveZoneAttr, :CynosVersionTag
3160
3162
 
3161
- def initialize(clusterid=nil, clustername=nil, region=nil, zone=nil, physicalzone=nil, status=nil, statusdesc=nil, serverlessstatus=nil, storageid=nil, storage=nil, maxstoragesize=nil, minstoragesize=nil, storagepaymode=nil, vpcname=nil, vpcid=nil, subnetname=nil, subnetid=nil, charset=nil, createtime=nil, dbtype=nil, dbmode=nil, dbversion=nil, storagelimit=nil, usedstorage=nil, vip=nil, vport=nil, roaddr=nil, ability=nil, cynosversion=nil, businesstype=nil, hasslavezone=nil, isfreeze=nil, tasks=nil, masterzone=nil, slavezones=nil, instanceset=nil, paymode=nil, periodendtime=nil, projectid=nil, resourcetags=nil, proxystatus=nil, logbin=nil, isskiptrade=nil, pitrtype=nil, isopenpasswordcomplexity=nil, networkstatus=nil, resourcepackages=nil, renewflag=nil, networktype=nil, slavezoneattr=nil)
3163
+ def initialize(clusterid=nil, clustername=nil, region=nil, zone=nil, physicalzone=nil, status=nil, statusdesc=nil, serverlessstatus=nil, storageid=nil, storage=nil, maxstoragesize=nil, minstoragesize=nil, storagepaymode=nil, vpcname=nil, vpcid=nil, subnetname=nil, subnetid=nil, charset=nil, createtime=nil, dbtype=nil, dbmode=nil, dbversion=nil, storagelimit=nil, usedstorage=nil, vip=nil, vport=nil, roaddr=nil, ability=nil, cynosversion=nil, businesstype=nil, hasslavezone=nil, isfreeze=nil, tasks=nil, masterzone=nil, slavezones=nil, instanceset=nil, paymode=nil, periodendtime=nil, projectid=nil, resourcetags=nil, proxystatus=nil, logbin=nil, isskiptrade=nil, pitrtype=nil, isopenpasswordcomplexity=nil, networkstatus=nil, resourcepackages=nil, renewflag=nil, networktype=nil, slavezoneattr=nil, cynosversiontag=nil)
3162
3164
  @ClusterId = clusterid
3163
3165
  @ClusterName = clustername
3164
3166
  @Region = region
@@ -3209,6 +3211,7 @@ module TencentCloud
3209
3211
  @RenewFlag = renewflag
3210
3212
  @NetworkType = networktype
3211
3213
  @SlaveZoneAttr = slavezoneattr
3214
+ @CynosVersionTag = cynosversiontag
3212
3215
  end
3213
3216
 
3214
3217
  def deserialize(params)
@@ -3307,6 +3310,7 @@ module TencentCloud
3307
3310
  @SlaveZoneAttr << slavezoneattritem_tmp
3308
3311
  end
3309
3312
  end
3313
+ @CynosVersionTag = params['CynosVersionTag']
3310
3314
  end
3311
3315
  end
3312
3316
 
@@ -7000,7 +7004,7 @@ module TencentCloud
7000
7004
 
7001
7005
  # DescribeProxies请求参数结构体
7002
7006
  class DescribeProxiesRequest < TencentCloud::Common::AbstractModel
7003
- # @param ClusterId: 集群ID(该参数必传,例如cynosdbmysql-xxxxxx)
7007
+ # @param ClusterId: 集群 ID(该参数必传,例如 cynosdbmysql-2u2mh111)。
7004
7008
  # @type ClusterId: String
7005
7009
  # @param Limit: 返回数量,默认为 20,最大值为 100
7006
7010
  # @type Limit: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cynosdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1013
4
+ version: 3.0.1014
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-07 00:00:00.000000000 Z
11
+ date: 2025-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common