tencentcloud-sdk-cdb 1.0.290 → 1.0.291
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 +15 -3
- 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: 138d35faa13007f38cbea96726259ad969ec0f67
|
|
4
|
+
data.tar.gz: c22b1f143e2c4f2316333b807a9b7949efd42f7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b58e1779943c996830914c75591be023b69172d06bce54e9217d94b9d2d370a6e5af67869d72af271d7743f52d4e9c0edf4b0fc562a01f3d216a2fec0812e09
|
|
7
|
+
data.tar.gz: 1a9cab32838f4e1ba1f75c1fe6e0622e63089e3015a82a3b5ee6130e6fa0fbc692010398467edb3c56465251469e8640fcc262549c986bff24499f479179828f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.291
|
data/lib/v20170320/models.rb
CHANGED
|
@@ -3924,7 +3924,7 @@ module TencentCloud
|
|
|
3924
3924
|
# @type ZoneIds: Array
|
|
3925
3925
|
# @param SubnetIds: 子网 ID。
|
|
3926
3926
|
# @type SubnetIds: Array
|
|
3927
|
-
# @param CdbErrors:
|
|
3927
|
+
# @param CdbErrors: 是否锁定标记,可选值:0 - 不锁定,1 - 锁定,默认为0。
|
|
3928
3928
|
# @type CdbErrors: Array
|
|
3929
3929
|
# @param OrderBy: 返回结果集排序的字段,目前支持:"InstanceId","InstanceName","CreateTime","DeadlineTime"。
|
|
3930
3930
|
# @type OrderBy: String
|
|
@@ -3952,10 +3952,16 @@ module TencentCloud
|
|
|
3952
3952
|
# @type TagKeysForSearch: Array
|
|
3953
3953
|
# @param CageIds: 金融围拢 ID 。
|
|
3954
3954
|
# @type CageIds: Array
|
|
3955
|
+
# @param TagValues: 标签值
|
|
3956
|
+
# @type TagValues: Array
|
|
3957
|
+
# @param UniqueVpcIds: 私有网络字符型vpcId
|
|
3958
|
+
# @type UniqueVpcIds: Array
|
|
3959
|
+
# @param UniqSubnetIds: 私有网络字符型subnetId
|
|
3960
|
+
# @type UniqSubnetIds: Array
|
|
3955
3961
|
|
|
3956
|
-
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
|
|
3962
|
+
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
|
|
3957
3963
|
|
|
3958
|
-
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)
|
|
3964
|
+
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)
|
|
3959
3965
|
@ProjectId = projectid
|
|
3960
3966
|
@InstanceTypes = instancetypes
|
|
3961
3967
|
@Vips = vips
|
|
@@ -3984,6 +3990,9 @@ module TencentCloud
|
|
|
3984
3990
|
@DeployGroupIds = deploygroupids
|
|
3985
3991
|
@TagKeysForSearch = tagkeysforsearch
|
|
3986
3992
|
@CageIds = cageids
|
|
3993
|
+
@TagValues = tagvalues
|
|
3994
|
+
@UniqueVpcIds = uniquevpcids
|
|
3995
|
+
@UniqSubnetIds = uniqsubnetids
|
|
3987
3996
|
end
|
|
3988
3997
|
|
|
3989
3998
|
def deserialize(params)
|
|
@@ -4015,6 +4024,9 @@ module TencentCloud
|
|
|
4015
4024
|
@DeployGroupIds = params['DeployGroupIds']
|
|
4016
4025
|
@TagKeysForSearch = params['TagKeysForSearch']
|
|
4017
4026
|
@CageIds = params['CageIds']
|
|
4027
|
+
@TagValues = params['TagValues']
|
|
4028
|
+
@UniqueVpcIds = params['UniqueVpcIds']
|
|
4029
|
+
@UniqSubnetIds = params['UniqSubnetIds']
|
|
4018
4030
|
end
|
|
4019
4031
|
end
|
|
4020
4032
|
|
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: 1.0.
|
|
4
|
+
version: 1.0.291
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-04-
|
|
11
|
+
date: 2022-04-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|