tencentcloud-sdk-dcdb 3.0.538 → 3.0.540

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: 5474dd848a8caaf5cab810e0c912a5ad2a07d879
4
- data.tar.gz: ce99b87d3628086e5408a1e29677f8ca6ce581a0
3
+ metadata.gz: 310da740454408e1a9e5a559de789b0d91f1cff3
4
+ data.tar.gz: a1bf0d926bda9369b5654f55d858db0b32b382ba
5
5
  SHA512:
6
- metadata.gz: b61b61bb21a57812e7dcdf5db8f5d38f02035c1fd0ff2411312c04cf153fe3f62650b3d080a2c282c493be9dc436194fac7e3464eb9041d620ab7398467898fd
7
- data.tar.gz: 2a3ed94f470b5b2e0ccb2df7f863e5fc959f84542b7e01fba1378d2f8368450e353eab4b2307ecbce53a0254d855aed1477cc5a783700dec8e907a8097426553
6
+ metadata.gz: fdfd5bddb8241e25d3c8118b8ca2719e1840ce012d90ea6bd3acae6c842287864e2654287ed00c8352b61769437d96821b2b1bb4b60c5658bca2fe3c8eeb2b7c
7
+ data.tar.gz: 30c1cf32bce0a7f49b5e044652b88e4f826d8ea8f6edb068cb5cb57f43232ab9ce0f39a7a87c5f9abc9ae30119728025f6a76d7f0c0bc94e7f1872b0734ceba2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.538
1
+ 3.0.540
@@ -2022,12 +2022,15 @@ module TencentCloud
2022
2022
  # @param ExclusterType: 独享集群类型,0:公有云, 1:金融围笼, 2:CDC集群
2023
2023
  # 注意:此字段可能返回 null,表示取不到有效值。
2024
2024
  # @type ExclusterType: Integer
2025
+ # @param RsAccessStrategy: VPC就近访问
2026
+ # 注意:此字段可能返回 null,表示取不到有效值。
2027
+ # @type RsAccessStrategy: Integer
2025
2028
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2026
2029
  # @type RequestId: String
2027
2030
 
2028
- attr_accessor :InstanceId, :InstanceName, :Status, :StatusDesc, :Vip, :Vport, :NodeCount, :Region, :VpcId, :SubnetId, :WanStatus, :WanDomain, :WanVip, :WanPort, :ProjectId, :AutoRenewFlag, :ExclusterId, :PayMode, :CreateTime, :PeriodEndTime, :DbVersion, :IsAuditSupported, :IsEncryptSupported, :Machine, :Memory, :Storage, :StorageUsage, :LogStorage, :Pid, :MasterZone, :SlaveZones, :Shards, :Vip6, :Cpu, :Qps, :DbEngine, :Ipv6Flag, :WanVipv6, :WanStatusIpv6, :WanPortIpv6, :ResourceTags, :DcnFlag, :DcnStatus, :DcnDstNum, :InstanceType, :IsMaxUserConnectionsSupported, :DbVersionId, :EncryptStatus, :ExclusterType, :RequestId
2031
+ attr_accessor :InstanceId, :InstanceName, :Status, :StatusDesc, :Vip, :Vport, :NodeCount, :Region, :VpcId, :SubnetId, :WanStatus, :WanDomain, :WanVip, :WanPort, :ProjectId, :AutoRenewFlag, :ExclusterId, :PayMode, :CreateTime, :PeriodEndTime, :DbVersion, :IsAuditSupported, :IsEncryptSupported, :Machine, :Memory, :Storage, :StorageUsage, :LogStorage, :Pid, :MasterZone, :SlaveZones, :Shards, :Vip6, :Cpu, :Qps, :DbEngine, :Ipv6Flag, :WanVipv6, :WanStatusIpv6, :WanPortIpv6, :ResourceTags, :DcnFlag, :DcnStatus, :DcnDstNum, :InstanceType, :IsMaxUserConnectionsSupported, :DbVersionId, :EncryptStatus, :ExclusterType, :RsAccessStrategy, :RequestId
2029
2032
 
2030
- def initialize(instanceid=nil, instancename=nil, status=nil, statusdesc=nil, vip=nil, vport=nil, nodecount=nil, region=nil, vpcid=nil, subnetid=nil, wanstatus=nil, wandomain=nil, wanvip=nil, wanport=nil, projectid=nil, autorenewflag=nil, exclusterid=nil, paymode=nil, createtime=nil, periodendtime=nil, dbversion=nil, isauditsupported=nil, isencryptsupported=nil, machine=nil, memory=nil, storage=nil, storageusage=nil, logstorage=nil, pid=nil, masterzone=nil, slavezones=nil, shards=nil, vip6=nil, cpu=nil, qps=nil, dbengine=nil, ipv6flag=nil, wanvipv6=nil, wanstatusipv6=nil, wanportipv6=nil, resourcetags=nil, dcnflag=nil, dcnstatus=nil, dcndstnum=nil, instancetype=nil, ismaxuserconnectionssupported=nil, dbversionid=nil, encryptstatus=nil, exclustertype=nil, requestid=nil)
2033
+ def initialize(instanceid=nil, instancename=nil, status=nil, statusdesc=nil, vip=nil, vport=nil, nodecount=nil, region=nil, vpcid=nil, subnetid=nil, wanstatus=nil, wandomain=nil, wanvip=nil, wanport=nil, projectid=nil, autorenewflag=nil, exclusterid=nil, paymode=nil, createtime=nil, periodendtime=nil, dbversion=nil, isauditsupported=nil, isencryptsupported=nil, machine=nil, memory=nil, storage=nil, storageusage=nil, logstorage=nil, pid=nil, masterzone=nil, slavezones=nil, shards=nil, vip6=nil, cpu=nil, qps=nil, dbengine=nil, ipv6flag=nil, wanvipv6=nil, wanstatusipv6=nil, wanportipv6=nil, resourcetags=nil, dcnflag=nil, dcnstatus=nil, dcndstnum=nil, instancetype=nil, ismaxuserconnectionssupported=nil, dbversionid=nil, encryptstatus=nil, exclustertype=nil, rsaccessstrategy=nil, requestid=nil)
2031
2034
  @InstanceId = instanceid
2032
2035
  @InstanceName = instancename
2033
2036
  @Status = status
@@ -2077,6 +2080,7 @@ module TencentCloud
2077
2080
  @DbVersionId = dbversionid
2078
2081
  @EncryptStatus = encryptstatus
2079
2082
  @ExclusterType = exclustertype
2083
+ @RsAccessStrategy = rsaccessstrategy
2080
2084
  @RequestId = requestid
2081
2085
  end
2082
2086
 
@@ -2144,6 +2148,7 @@ module TencentCloud
2144
2148
  @DbVersionId = params['DbVersionId']
2145
2149
  @EncryptStatus = params['EncryptStatus']
2146
2150
  @ExclusterType = params['ExclusterType']
2151
+ @RsAccessStrategy = params['RsAccessStrategy']
2147
2152
  @RequestId = params['RequestId']
2148
2153
  end
2149
2154
  end
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.538
4
+ version: 3.0.540
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-27 00:00:00.000000000 Z
11
+ date: 2023-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common