tencentcloud-sdk-keewidb 3.0.1107 → 3.0.1123
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/v20220308/models.rb +5 -5
- 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: a4a7cf4c3031af48a150cb56fe73769d63a2ed7a
|
4
|
+
data.tar.gz: 6fa34d3c2b4aa94dd113dd270d7762d660dcbecd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0047a6b640626049c04a3a16b785a38d932b9c5f30b5cc3b410e3d03599b1df533915619ed5e6bdf2878126999e4c5dd62f9554504504042a5b50c8535bcf57c
|
7
|
+
data.tar.gz: a1823b4f4894e819303ccc777910abb8dc983f47c11916eb4e80dff5ffed0b61c0b2d3d31bf5d11820b0a8c5e4cb872ed41a80117f50a45b0874be2601943807
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1123
|
data/lib/v20220308/models.rb
CHANGED
@@ -634,8 +634,8 @@ module TencentCloud
|
|
634
634
|
|
635
635
|
attr_accessor :TotalCount, :BackupSet, :BackupRecord, :RequestId
|
636
636
|
extend Gem::Deprecate
|
637
|
-
deprecate :BackupSet, :none, 2025,
|
638
|
-
deprecate :BackupSet=, :none, 2025,
|
637
|
+
deprecate :BackupSet, :none, 2025, 8
|
638
|
+
deprecate :BackupSet=, :none, 2025, 8
|
639
639
|
|
640
640
|
def initialize(totalcount=nil, backupset=nil, backuprecord=nil, requestid=nil)
|
641
641
|
@TotalCount = totalcount
|
@@ -1104,8 +1104,8 @@ module TencentCloud
|
|
1104
1104
|
|
1105
1105
|
attr_accessor :Limit, :Offset, :InstanceId, :OrderBy, :OrderType, :VpcIds, :SubnetIds, :ProjectIds, :SearchKey, :InstanceName, :UniqVpcIds, :UniqSubnetIds, :Status, :AutoRenew, :BillingMode, :Type, :SearchKeys, :TypeList, :MonitorVersion, :InstanceTags, :TagKeys, :TagList
|
1106
1106
|
extend Gem::Deprecate
|
1107
|
-
deprecate :InstanceTags, :none, 2025,
|
1108
|
-
deprecate :InstanceTags=, :none, 2025,
|
1107
|
+
deprecate :InstanceTags, :none, 2025, 8
|
1108
|
+
deprecate :InstanceTags=, :none, 2025, 8
|
1109
1109
|
|
1110
1110
|
def initialize(limit=nil, offset=nil, instanceid=nil, orderby=nil, ordertype=nil, vpcids=nil, subnetids=nil, projectids=nil, searchkey=nil, instancename=nil, uniqvpcids=nil, uniqsubnetids=nil, status=nil, autorenew=nil, billingmode=nil, type=nil, searchkeys=nil, typelist=nil, monitorversion=nil, instancetags=nil, tagkeys=nil, taglist=nil)
|
1111
1111
|
@Limit = limit
|
@@ -2533,7 +2533,7 @@ module TencentCloud
|
|
2533
2533
|
# @type InstanceNames: Array
|
2534
2534
|
# @param ProjectId: 实例新的项目 ID。
|
2535
2535
|
# @type ProjectId: Integer
|
2536
|
-
# @param AutoRenews: 包年包月计费的续费模式。<b>InstanceIds</b>数组和<b>AutoRenews</b>数组中的修改值对应。<ul><li>0:默认状态,指手动续费。</li><li>1:自动续费。</li><li>2:到期不再续费。</ul>
|
2536
|
+
# @param AutoRenews: 包年包月计费的续费模式。<b>InstanceIds</b>数组和<b>AutoRenews</b>数组中的修改值对应。<ul><li>0:默认状态,指手动续费。</li><li>1:自动续费。</li><li>2:到期不再续费。</li></ul>
|
2537
2537
|
# @type AutoRenews: Array
|
2538
2538
|
|
2539
2539
|
attr_accessor :Operation, :InstanceIds, :InstanceNames, :ProjectId, :AutoRenews
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-keewidb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1123
|
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-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|