tencentcloud-sdk-keewidb 3.0.1094 → 3.0.1107

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e614abc781bd7a66e5fcfadd4b367c6c2e3cb909
4
- data.tar.gz: a991e8d0aa47b53fa0064984a9e331aafe22b081
3
+ metadata.gz: df314f11a705d5a55cc22921668b19c4dea018fd
4
+ data.tar.gz: 91447274a857358029be0f4dd96ba43456fad4a4
5
5
  SHA512:
6
- metadata.gz: 777c1e7694ff2e20cc104f0efdc3c8d092fc5ed7dc691d9e25dec6f94e9dd452932ff674e6f784ef0207ab12f7d44a0082bcef319a52108a50dde3b56b08912d
7
- data.tar.gz: 3ddbb1950226bde81eca29bedde01a9a5e4da41daa0f6f58b607072add5ef9bc59ee732812148ed12e1c082deb19bc7bcfcb8e2cbee3f0e2244ecadb41889524
6
+ metadata.gz: 42f37f05681e2e37e26fe72bfd4a2f4c97d1d582eb97ce2912a8673955629d05b46d70a17b102654d8fa184ed342cbb05807de83370f1c36c1f12bed446bb6be
7
+ data.tar.gz: 1902d06cbf3faab3ef93a7ca72c71b82ceae6bc65e5bdfd64b7be4880931431ee1675c87f3c25ff668dd2ce7b1b74323f7298cba77a18b4283516d9218245790
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1094
1
+ 3.0.1107
@@ -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, 5
638
- deprecate :BackupSet=, :none, 2025, 5
637
+ deprecate :BackupSet, :none, 2025, 7
638
+ deprecate :BackupSet=, :none, 2025, 7
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, 5
1108
- deprecate :InstanceTags=, :none, 2025, 5
1107
+ deprecate :InstanceTags, :none, 2025, 7
1108
+ deprecate :InstanceTags=, :none, 2025, 7
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
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.1094
4
+ version: 3.0.1107
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-07-05 00:00:00.000000000 Z
11
+ date: 2025-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common