tencentcloud-sdk-cynosdb 3.0.1071 → 3.0.1072
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/v20190107/models.rb +29 -29
- 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: d9224bf6bb793a7f43746034b56077eef8cc428c
|
4
|
+
data.tar.gz: f9071cdc1494e4044ae5d23e623e7c0bc6b232c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb718c58a0882b899a5d10663a835db9bdb40fdc653b3a106d2a36c7ffaa2c8b39fc62181809dc4fc9381254c543b32a313991a13efc79bb4658949910e14a98
|
7
|
+
data.tar.gz: 45863b7bbb91ba2e7116584787206d93096fe8171ba9ad77be22bfa34a9ea8af340aef84efc7b9fd837fa1e079cea7827af8db8bc9a5bd9637f15186cedc0530
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1072
|
data/lib/v20190107/models.rb
CHANGED
@@ -243,8 +243,8 @@ module TencentCloud
|
|
243
243
|
|
244
244
|
attr_accessor :ClusterId, :Cpu, :Memory, :ReadOnlyCount, :DeviceType, :InstanceGrpId, :VpcId, :SubnetId, :Port, :InstanceName, :AutoVoucher, :DbType, :OrderSource, :DealMode, :ParamTemplateId, :InstanceParams, :SecurityGroupIds, :UpgradeProxy
|
245
245
|
extend Gem::Deprecate
|
246
|
-
deprecate :InstanceGrpId, :none, 2025,
|
247
|
-
deprecate :InstanceGrpId=, :none, 2025,
|
246
|
+
deprecate :InstanceGrpId, :none, 2025, 6
|
247
|
+
deprecate :InstanceGrpId=, :none, 2025, 6
|
248
248
|
|
249
249
|
def initialize(clusterid=nil, cpu=nil, memory=nil, readonlycount=nil, devicetype=nil, instancegrpid=nil, vpcid=nil, subnetid=nil, port=nil, instancename=nil, autovoucher=nil, dbtype=nil, ordersource=nil, dealmode=nil, paramtemplateid=nil, instanceparams=nil, securitygroupids=nil, upgradeproxy=nil)
|
250
250
|
@ClusterId = clusterid
|
@@ -1113,10 +1113,10 @@ module TencentCloud
|
|
1113
1113
|
|
1114
1114
|
attr_accessor :ID, :AppId, :ClusterId, :Region, :CreateTime, :DelayTime, :ErrMsg, :FlowId, :Input, :InstanceGrpId, :InstanceGroupId, :InstanceId, :ObjectId, :ObjectType, :Operator, :Output, :Status, :TaskType, :TriggerTaskId, :UpdateTime, :StartTime, :EndTime, :ClusterName, :InstanceName, :Process, :ModifyParamsData, :CreateClustersData, :RollbackData, :ModifyInstanceData, :ManualBackupData, :ModifyDbVersionData, :ClusterSlaveData, :SwitchClusterLogBin, :ModifyInstanceParamsData, :TaskMaintainInfo, :InstanceCLSDeliveryInfos, :TaskProgressInfo, :GdnTaskInfo
|
1115
1115
|
extend Gem::Deprecate
|
1116
|
-
deprecate :InstanceGrpId, :none, 2025,
|
1117
|
-
deprecate :InstanceGrpId=, :none, 2025,
|
1118
|
-
deprecate :ModifyParamsData, :none, 2025,
|
1119
|
-
deprecate :ModifyParamsData=, :none, 2025,
|
1116
|
+
deprecate :InstanceGrpId, :none, 2025, 6
|
1117
|
+
deprecate :InstanceGrpId=, :none, 2025, 6
|
1118
|
+
deprecate :ModifyParamsData, :none, 2025, 6
|
1119
|
+
deprecate :ModifyParamsData=, :none, 2025, 6
|
1120
1120
|
|
1121
1121
|
def initialize(id=nil, appid=nil, clusterid=nil, region=nil, createtime=nil, delaytime=nil, errmsg=nil, flowid=nil, input=nil, instancegrpid=nil, instancegroupid=nil, instanceid=nil, objectid=nil, objecttype=nil, operator=nil, output=nil, status=nil, tasktype=nil, triggertaskid=nil, updatetime=nil, starttime=nil, endtime=nil, clustername=nil, instancename=nil, process=nil, modifyparamsdata=nil, createclustersdata=nil, rollbackdata=nil, modifyinstancedata=nil, manualbackupdata=nil, modifydbversiondata=nil, clusterslavedata=nil, switchclusterlogbin=nil, modifyinstanceparamsdata=nil, taskmaintaininfo=nil, instanceclsdeliveryinfos=nil, taskprogressinfo=nil, gdntaskinfo=nil)
|
1122
1122
|
@ID = id
|
@@ -1574,8 +1574,8 @@ module TencentCloud
|
|
1574
1574
|
|
1575
1575
|
attr_accessor :InstanceGrpId, :InstanceGroupId, :InstanceId
|
1576
1576
|
extend Gem::Deprecate
|
1577
|
-
deprecate :InstanceGrpId, :none, 2025,
|
1578
|
-
deprecate :InstanceGrpId=, :none, 2025,
|
1577
|
+
deprecate :InstanceGrpId, :none, 2025, 6
|
1578
|
+
deprecate :InstanceGrpId=, :none, 2025, 6
|
1579
1579
|
|
1580
1580
|
def initialize(instancegrpid=nil, instancegroupid=nil, instanceid=nil)
|
1581
1581
|
@InstanceGrpId = instancegrpid
|
@@ -1944,8 +1944,8 @@ module TencentCloud
|
|
1944
1944
|
|
1945
1945
|
attr_accessor :InstanceId, :StartTime, :EndTime, :Order, :OrderBy, :Filter, :LogFilter, :ColumnFilter
|
1946
1946
|
extend Gem::Deprecate
|
1947
|
-
deprecate :Filter, :none, 2025,
|
1948
|
-
deprecate :Filter=, :none, 2025,
|
1947
|
+
deprecate :Filter, :none, 2025, 6
|
1948
|
+
deprecate :Filter=, :none, 2025, 6
|
1949
1949
|
|
1950
1950
|
def initialize(instanceid=nil, starttime=nil, endtime=nil, order=nil, orderby=nil, filter=nil, logfilter=nil, columnfilter=nil)
|
1951
1951
|
@InstanceId = instanceid
|
@@ -4894,8 +4894,8 @@ module TencentCloud
|
|
4894
4894
|
|
4895
4895
|
attr_accessor :InstanceId, :StartTime, :EndTime, :Order, :OrderBy, :Filter, :Limit, :Offset, :LogFilter
|
4896
4896
|
extend Gem::Deprecate
|
4897
|
-
deprecate :Filter, :none, 2025,
|
4898
|
-
deprecate :Filter=, :none, 2025,
|
4897
|
+
deprecate :Filter, :none, 2025, 6
|
4898
|
+
deprecate :Filter=, :none, 2025, 6
|
4899
4899
|
|
4900
4900
|
def initialize(instanceid=nil, starttime=nil, endtime=nil, order=nil, orderby=nil, filter=nil, limit=nil, offset=nil, logfilter=nil)
|
4901
4901
|
@InstanceId = instanceid
|
@@ -5932,8 +5932,8 @@ module TencentCloud
|
|
5932
5932
|
|
5933
5933
|
attr_accessor :TotalCount, :InstanceGrpInfoList, :InstanceGroupInfoList, :RequestId
|
5934
5934
|
extend Gem::Deprecate
|
5935
|
-
deprecate :InstanceGrpInfoList, :none, 2025,
|
5936
|
-
deprecate :InstanceGrpInfoList=, :none, 2025,
|
5935
|
+
deprecate :InstanceGrpInfoList, :none, 2025, 6
|
5936
|
+
deprecate :InstanceGrpInfoList=, :none, 2025, 6
|
5937
5937
|
|
5938
5938
|
def initialize(totalcount=nil, instancegrpinfolist=nil, instancegroupinfolist=nil, requestid=nil)
|
5939
5939
|
@TotalCount = totalcount
|
@@ -6330,8 +6330,8 @@ module TencentCloud
|
|
6330
6330
|
|
6331
6331
|
attr_accessor :InstanceId, :InstanceGroupId
|
6332
6332
|
extend Gem::Deprecate
|
6333
|
-
deprecate :InstanceId, :none, 2025,
|
6334
|
-
deprecate :InstanceId=, :none, 2025,
|
6333
|
+
deprecate :InstanceId, :none, 2025, 6
|
6334
|
+
deprecate :InstanceId=, :none, 2025, 6
|
6335
6335
|
|
6336
6336
|
def initialize(instanceid=nil, instancegroupid=nil)
|
6337
6337
|
@InstanceId = instanceid
|
@@ -8025,7 +8025,7 @@ module TencentCloud
|
|
8025
8025
|
# @type StartTimeBegin: String
|
8026
8026
|
# @param StartTimeEnd: 任务开始时间结束值
|
8027
8027
|
# @type StartTimeEnd: String
|
8028
|
-
# @param Filters:
|
8028
|
+
# @param Filters: 过滤条件,支持的搜索字段:"ClusterId"、"ClusterName"、"InstanceId"、"InstanceName"、"Status"、"TaskId"、"TaskType"
|
8029
8029
|
# @type Filters: Array
|
8030
8030
|
# @param Limit: 查询列表长度
|
8031
8031
|
# @type Limit: Integer
|
@@ -11232,8 +11232,8 @@ module TencentCloud
|
|
11232
11232
|
|
11233
11233
|
attr_accessor :ClusterId, :InstanceGrpId, :InstanceGroupId, :Vip, :Vport, :DbType, :OldIpReserveHours
|
11234
11234
|
extend Gem::Deprecate
|
11235
|
-
deprecate :InstanceGrpId, :none, 2025,
|
11236
|
-
deprecate :InstanceGrpId=, :none, 2025,
|
11235
|
+
deprecate :InstanceGrpId, :none, 2025, 6
|
11236
|
+
deprecate :InstanceGrpId=, :none, 2025, 6
|
11237
11237
|
|
11238
11238
|
def initialize(clusterid=nil, instancegrpid=nil, instancegroupid=nil, vip=nil, vport=nil, dbtype=nil, oldipreservehours=nil)
|
11239
11239
|
@ClusterId = clusterid
|
@@ -11533,8 +11533,8 @@ module TencentCloud
|
|
11533
11533
|
|
11534
11534
|
attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditRuleFilters, :RuleTemplateIds, :AuditAll
|
11535
11535
|
extend Gem::Deprecate
|
11536
|
-
deprecate :AuditRuleFilters, :none, 2025,
|
11537
|
-
deprecate :AuditRuleFilters=, :none, 2025,
|
11536
|
+
deprecate :AuditRuleFilters, :none, 2025, 6
|
11537
|
+
deprecate :AuditRuleFilters=, :none, 2025, 6
|
11538
11538
|
|
11539
11539
|
def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditrulefilters=nil, ruletemplateids=nil, auditall=nil)
|
11540
11540
|
@InstanceId = instanceid
|
@@ -11841,8 +11841,8 @@ module TencentCloud
|
|
11841
11841
|
|
11842
11842
|
attr_accessor :InstanceGrpId, :InstanceId, :InstanceGroupId
|
11843
11843
|
extend Gem::Deprecate
|
11844
|
-
deprecate :InstanceGrpId, :none, 2025,
|
11845
|
-
deprecate :InstanceGrpId=, :none, 2025,
|
11844
|
+
deprecate :InstanceGrpId, :none, 2025, 6
|
11845
|
+
deprecate :InstanceGrpId=, :none, 2025, 6
|
11846
11846
|
|
11847
11847
|
def initialize(instancegrpid=nil, instanceid=nil, instancegroupid=nil)
|
11848
11848
|
@InstanceGrpId = instancegrpid
|
@@ -12821,10 +12821,10 @@ module TencentCloud
|
|
12821
12821
|
|
12822
12822
|
# 查询过滤器
|
12823
12823
|
class QueryFilter < TencentCloud::Common::AbstractModel
|
12824
|
-
# @param Names: 搜索字段,目前支持:"InstanceId", "ProjectId", "InstanceName", "Vip"
|
12825
|
-
# @type Names: Array
|
12826
12824
|
# @param Values: 搜索字符串
|
12827
12825
|
# @type Values: Array
|
12826
|
+
# @param Names: 搜索字段,目前支持:"InstanceId", "ProjectId", "InstanceName", "Vip"
|
12827
|
+
# @type Names: Array
|
12828
12828
|
# @param ExactMatch: 是否精确匹配
|
12829
12829
|
# @type ExactMatch: Boolean
|
12830
12830
|
# @param Name: 搜索字段
|
@@ -12832,19 +12832,19 @@ module TencentCloud
|
|
12832
12832
|
# @param Operator: 操作符
|
12833
12833
|
# @type Operator: String
|
12834
12834
|
|
12835
|
-
attr_accessor :
|
12835
|
+
attr_accessor :Values, :Names, :ExactMatch, :Name, :Operator
|
12836
12836
|
|
12837
|
-
def initialize(
|
12838
|
-
@Names = names
|
12837
|
+
def initialize(values=nil, names=nil, exactmatch=nil, name=nil, operator=nil)
|
12839
12838
|
@Values = values
|
12839
|
+
@Names = names
|
12840
12840
|
@ExactMatch = exactmatch
|
12841
12841
|
@Name = name
|
12842
12842
|
@Operator = operator
|
12843
12843
|
end
|
12844
12844
|
|
12845
12845
|
def deserialize(params)
|
12846
|
-
@Names = params['Names']
|
12847
12846
|
@Values = params['Values']
|
12847
|
+
@Names = params['Names']
|
12848
12848
|
@ExactMatch = params['ExactMatch']
|
12849
12849
|
@Name = params['Name']
|
12850
12850
|
@Operator = params['Operator']
|
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.
|
4
|
+
version: 3.0.1072
|
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-
|
11
|
+
date: 2025-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|