tencentcloud-sdk-sqlserver 3.0.925 → 3.0.926
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180328/models.rb +12 -4
- 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: 30a8ad4515a4649a106cdd62862ed0c733e85762
|
4
|
+
data.tar.gz: c00018ad5abb5d4a3049e022be41c4a3dfba8298
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d68708b9fc0cf7e61b7332ea48cd4bc95692e5fa01943cf58582a32a979d87180e801142326fcf3db551771a50eb43b5f8da7976cde43b076be01ed7ada83af6
|
7
|
+
data.tar.gz: 8626ba68faaaf2a17441623d4d9f3d4d39e8e2750c714c4f8bd5aa432005e7da4f109b27facd36ca5da99b44bb7333bba27fc257c00159211355780c28897fcd
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.926
|
data/lib/v20180328/models.rb
CHANGED
@@ -6520,10 +6520,12 @@ module TencentCloud
|
|
6520
6520
|
# @type OrderBy: String
|
6521
6521
|
# @param OrderByType: 排序规则(desc-降序,asc-升序),默认desc
|
6522
6522
|
# @type OrderByType: String
|
6523
|
+
# @param FlowId: 回档异步任务ID
|
6524
|
+
# @type FlowId: Integer
|
6523
6525
|
|
6524
|
-
attr_accessor :InstanceId, :StartTime, :EndTime, :RestoreType, :TargetRegion, :TargetType, :Status, :Offset, :Limit, :OrderBy, :OrderByType
|
6526
|
+
attr_accessor :InstanceId, :StartTime, :EndTime, :RestoreType, :TargetRegion, :TargetType, :Status, :Offset, :Limit, :OrderBy, :OrderByType, :FlowId
|
6525
6527
|
|
6526
|
-
def initialize(instanceid=nil, starttime=nil, endtime=nil, restoretype=nil, targetregion=nil, targettype=nil, status=nil, offset=nil, limit=nil, orderby=nil, orderbytype=nil)
|
6528
|
+
def initialize(instanceid=nil, starttime=nil, endtime=nil, restoretype=nil, targetregion=nil, targettype=nil, status=nil, offset=nil, limit=nil, orderby=nil, orderbytype=nil, flowid=nil)
|
6527
6529
|
@InstanceId = instanceid
|
6528
6530
|
@StartTime = starttime
|
6529
6531
|
@EndTime = endtime
|
@@ -6535,6 +6537,7 @@ module TencentCloud
|
|
6535
6537
|
@Limit = limit
|
6536
6538
|
@OrderBy = orderby
|
6537
6539
|
@OrderByType = orderbytype
|
6540
|
+
@FlowId = flowid
|
6538
6541
|
end
|
6539
6542
|
|
6540
6543
|
def deserialize(params)
|
@@ -6549,6 +6552,7 @@ module TencentCloud
|
|
6549
6552
|
@Limit = params['Limit']
|
6550
6553
|
@OrderBy = params['OrderBy']
|
6551
6554
|
@OrderByType = params['OrderByType']
|
6555
|
+
@FlowId = params['FlowId']
|
6552
6556
|
end
|
6553
6557
|
end
|
6554
6558
|
|
@@ -10620,10 +10624,12 @@ module TencentCloud
|
|
10620
10624
|
# @type EndTime: String
|
10621
10625
|
# @param Status: 回档状态,0-初始化,1-运行中,2-成功,3-失败
|
10622
10626
|
# @type Status: Integer
|
10627
|
+
# @param FlowId: 回档异步任务ID
|
10628
|
+
# @type FlowId: Integer
|
10623
10629
|
|
10624
|
-
attr_accessor :TargetInstanceId, :TargetInstanceName, :TargetInstanceStatus, :TargetRegion, :RestoreId, :TargetType, :RestoreType, :RestoreTime, :StartTime, :EndTime, :Status
|
10630
|
+
attr_accessor :TargetInstanceId, :TargetInstanceName, :TargetInstanceStatus, :TargetRegion, :RestoreId, :TargetType, :RestoreType, :RestoreTime, :StartTime, :EndTime, :Status, :FlowId
|
10625
10631
|
|
10626
|
-
def initialize(targetinstanceid=nil, targetinstancename=nil, targetinstancestatus=nil, targetregion=nil, restoreid=nil, targettype=nil, restoretype=nil, restoretime=nil, starttime=nil, endtime=nil, status=nil)
|
10632
|
+
def initialize(targetinstanceid=nil, targetinstancename=nil, targetinstancestatus=nil, targetregion=nil, restoreid=nil, targettype=nil, restoretype=nil, restoretime=nil, starttime=nil, endtime=nil, status=nil, flowid=nil)
|
10627
10633
|
@TargetInstanceId = targetinstanceid
|
10628
10634
|
@TargetInstanceName = targetinstancename
|
10629
10635
|
@TargetInstanceStatus = targetinstancestatus
|
@@ -10635,6 +10641,7 @@ module TencentCloud
|
|
10635
10641
|
@StartTime = starttime
|
10636
10642
|
@EndTime = endtime
|
10637
10643
|
@Status = status
|
10644
|
+
@FlowId = flowid
|
10638
10645
|
end
|
10639
10646
|
|
10640
10647
|
def deserialize(params)
|
@@ -10649,6 +10656,7 @@ module TencentCloud
|
|
10649
10656
|
@StartTime = params['StartTime']
|
10650
10657
|
@EndTime = params['EndTime']
|
10651
10658
|
@Status = params['Status']
|
10659
|
+
@FlowId = params['FlowId']
|
10652
10660
|
end
|
10653
10661
|
end
|
10654
10662
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-sqlserver
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.926
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-10-
|
11
|
+
date: 2024-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|