tencentcloud-sdk-cdb 3.0.491 → 3.0.493
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170320/models.rb +10 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc75903bf74bf4bccd4ad5424f416dbf6c40b3e6
|
4
|
+
data.tar.gz: f21534ec13b3755eaf7975032e95abd0ae3ba18c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65fbae07cfcfb3767173f10a0f07c0d2d6dfb9143bcb7f8ea547277478752c1f47709a2374aaa3510610bc29b442517914c9bbf8244bce1898514af9897f6366
|
7
|
+
data.tar.gz: f202f61073c5d3422b99bc792306e6f6c8fb9637505baa09dc9b2cd7589c28b567978166ba7c03a9d73335dd831a81d90b6fb7750314b01a03a03c27014a3542
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.493
|
data/lib/v20170320/models.rb
CHANGED
@@ -4370,10 +4370,14 @@ module TencentCloud
|
|
4370
4370
|
# @type UniqSubnetIds: Array
|
4371
4371
|
# @param Tags: 标签键值
|
4372
4372
|
# @type Tags: Array
|
4373
|
+
# @param ProxyVips: 数据库代理 IP 。
|
4374
|
+
# @type ProxyVips: Array
|
4375
|
+
# @param ProxyIds: 数据库代理 ID 。
|
4376
|
+
# @type ProxyIds: Array
|
4373
4377
|
|
4374
|
-
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
|
4378
|
+
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
|
4375
4379
|
|
4376
|
-
def initialize(projectid=nil, instancetypes=nil, vips=nil, status=nil, offset=nil, limit=nil, securitygroupid=nil, paytypes=nil, instancenames=nil, taskstatus=nil, engineversions=nil, vpcids=nil, zoneids=nil, subnetids=nil, cdberrors=nil, orderby=nil, orderdirection=nil, withsecuritygroup=nil, withexcluster=nil, exclusterid=nil, instanceids=nil, initflag=nil, withdr=nil, withro=nil, withmaster=nil, deploygroupids=nil, tagkeysforsearch=nil, cageids=nil, tagvalues=nil, uniquevpcids=nil, uniqsubnetids=nil, tags=nil)
|
4380
|
+
def initialize(projectid=nil, instancetypes=nil, vips=nil, status=nil, offset=nil, limit=nil, securitygroupid=nil, paytypes=nil, instancenames=nil, taskstatus=nil, engineversions=nil, vpcids=nil, zoneids=nil, subnetids=nil, cdberrors=nil, orderby=nil, orderdirection=nil, withsecuritygroup=nil, withexcluster=nil, exclusterid=nil, instanceids=nil, initflag=nil, withdr=nil, withro=nil, withmaster=nil, deploygroupids=nil, tagkeysforsearch=nil, cageids=nil, tagvalues=nil, uniquevpcids=nil, uniqsubnetids=nil, tags=nil, proxyvips=nil, proxyids=nil)
|
4377
4381
|
@ProjectId = projectid
|
4378
4382
|
@InstanceTypes = instancetypes
|
4379
4383
|
@Vips = vips
|
@@ -4406,6 +4410,8 @@ module TencentCloud
|
|
4406
4410
|
@UniqueVpcIds = uniquevpcids
|
4407
4411
|
@UniqSubnetIds = uniqsubnetids
|
4408
4412
|
@Tags = tags
|
4413
|
+
@ProxyVips = proxyvips
|
4414
|
+
@ProxyIds = proxyids
|
4409
4415
|
end
|
4410
4416
|
|
4411
4417
|
def deserialize(params)
|
@@ -4448,6 +4454,8 @@ module TencentCloud
|
|
4448
4454
|
@Tags << tag_tmp
|
4449
4455
|
end
|
4450
4456
|
end
|
4457
|
+
@ProxyVips = params['ProxyVips']
|
4458
|
+
@ProxyIds = params['ProxyIds']
|
4451
4459
|
end
|
4452
4460
|
end
|
4453
4461
|
|
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.
|
4
|
+
version: 3.0.493
|
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-01-
|
11
|
+
date: 2023-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|