tencentcloud-sdk-sqlserver 3.0.665 → 3.0.666
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/v20180328/models.rb +6 -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: ff8a1772eae3624764086a497394bbb514c45407
|
|
4
|
+
data.tar.gz: 4e31c723a7da39ae4ba7199c17fd2c36902c9e66
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c26b8e32ac9e2d98fe240d15c06d70ee5e54526a72601809f4f34bd3753768a494a2b93c54e05bc75f8c2d824555544fcfb5fae46d00b079fb3233f0d17f2ec4
|
|
7
|
+
data.tar.gz: bb65ce817bbe675b529d56f5917e735577e70e4d5cad7e34e9943d54f30655b2371b12cce617349124019d9c8784420601e8d396aeab03b9ead61d789ba455e3
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.666
|
data/lib/v20180328/models.rb
CHANGED
|
@@ -3692,10 +3692,12 @@ module TencentCloud
|
|
|
3692
3692
|
# @type UidSet: Array
|
|
3693
3693
|
# @param InstanceType: 实例类型 HA-高可用 RO-只读实例 SI-基础版 BI-商业智能服务
|
|
3694
3694
|
# @type InstanceType: String
|
|
3695
|
+
# @param PaginationType: 分页查询方式 offset-按照偏移量分页查询,pageNumber-按照页数分页查询,默认取值pageNumber
|
|
3696
|
+
# @type PaginationType: String
|
|
3695
3697
|
|
|
3696
|
-
attr_accessor :ProjectId, :Status, :Offset, :Limit, :InstanceIdSet, :PayMode, :VpcId, :SubnetId, :VipSet, :InstanceNameSet, :VersionSet, :Zone, :TagKeys, :SearchKey, :UidSet, :InstanceType
|
|
3698
|
+
attr_accessor :ProjectId, :Status, :Offset, :Limit, :InstanceIdSet, :PayMode, :VpcId, :SubnetId, :VipSet, :InstanceNameSet, :VersionSet, :Zone, :TagKeys, :SearchKey, :UidSet, :InstanceType, :PaginationType
|
|
3697
3699
|
|
|
3698
|
-
def initialize(projectid=nil, status=nil, offset=nil, limit=nil, instanceidset=nil, paymode=nil, vpcid=nil, subnetid=nil, vipset=nil, instancenameset=nil, versionset=nil, zone=nil, tagkeys=nil, searchkey=nil, uidset=nil, instancetype=nil)
|
|
3700
|
+
def initialize(projectid=nil, status=nil, offset=nil, limit=nil, instanceidset=nil, paymode=nil, vpcid=nil, subnetid=nil, vipset=nil, instancenameset=nil, versionset=nil, zone=nil, tagkeys=nil, searchkey=nil, uidset=nil, instancetype=nil, paginationtype=nil)
|
|
3699
3701
|
@ProjectId = projectid
|
|
3700
3702
|
@Status = status
|
|
3701
3703
|
@Offset = offset
|
|
@@ -3712,6 +3714,7 @@ module TencentCloud
|
|
|
3712
3714
|
@SearchKey = searchkey
|
|
3713
3715
|
@UidSet = uidset
|
|
3714
3716
|
@InstanceType = instancetype
|
|
3717
|
+
@PaginationType = paginationtype
|
|
3715
3718
|
end
|
|
3716
3719
|
|
|
3717
3720
|
def deserialize(params)
|
|
@@ -3731,6 +3734,7 @@ module TencentCloud
|
|
|
3731
3734
|
@SearchKey = params['SearchKey']
|
|
3732
3735
|
@UidSet = params['UidSet']
|
|
3733
3736
|
@InstanceType = params['InstanceType']
|
|
3737
|
+
@PaginationType = params['PaginationType']
|
|
3734
3738
|
end
|
|
3735
3739
|
end
|
|
3736
3740
|
|
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.666
|
|
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-09-
|
|
11
|
+
date: 2023-09-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|