tencentcloud-sdk-cdwpg 3.0.1094 → 3.0.1138
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/v20201230/models.rb +13 -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: 8a3ce6bb91385c3afc6971dfeb8000745104a867
|
4
|
+
data.tar.gz: 4201eeaf397179e7374b9ad91b8a92f4fbc1c057
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3db982d1067a88e36c524dccc347c30c8eec8adf8e2f17abe1f85da93741371430112fd99af66b2ea28320293b8de2dcfe1f8fcd182a94c8975f8e5fa903d24
|
7
|
+
data.tar.gz: ad8071b97e53cfe43200e5edbb0bab4e71c53a0734e1e09fd64c77c446fd8e131c5ad878c5da6e7fd09c441efb92a77b985e7e76dcbcbf0f69e5f7cdec4a9141
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1138
|
data/lib/v20201230/models.rb
CHANGED
@@ -268,6 +268,9 @@ module TencentCloud
|
|
268
268
|
# @type TagItems: Array
|
269
269
|
|
270
270
|
attr_accessor :InstanceName, :Zone, :UserVPCId, :UserSubnetId, :ChargeProperties, :AdminPassword, :Resources, :Tags, :ProductVersion, :TagItems
|
271
|
+
extend Gem::Deprecate
|
272
|
+
deprecate :Tags, :none, 2025, 9
|
273
|
+
deprecate :Tags=, :none, 2025, 9
|
271
274
|
|
272
275
|
def initialize(instancename=nil, zone=nil, uservpcid=nil, usersubnetid=nil, chargeproperties=nil, adminpassword=nil, resources=nil, tags=nil, productversion=nil, tagitems=nil)
|
273
276
|
@InstanceName = instancename
|
@@ -996,10 +999,14 @@ module TencentCloud
|
|
996
999
|
# @type OrderByType: String
|
997
1000
|
# @param Duration: 过滤时间
|
998
1001
|
# @type Duration: Float
|
1002
|
+
# @param UserName: 执行用户
|
1003
|
+
# @type UserName: String
|
1004
|
+
# @param QueryString: query 语句
|
1005
|
+
# @type QueryString: String
|
999
1006
|
|
1000
|
-
attr_accessor :InstanceId, :StartTime, :EndTime, :Limit, :Offset, :Database, :OrderBy, :OrderByType, :Duration
|
1007
|
+
attr_accessor :InstanceId, :StartTime, :EndTime, :Limit, :Offset, :Database, :OrderBy, :OrderByType, :Duration, :UserName, :QueryString
|
1001
1008
|
|
1002
|
-
def initialize(instanceid=nil, starttime=nil, endtime=nil, limit=nil, offset=nil, database=nil, orderby=nil, orderbytype=nil, duration=nil)
|
1009
|
+
def initialize(instanceid=nil, starttime=nil, endtime=nil, limit=nil, offset=nil, database=nil, orderby=nil, orderbytype=nil, duration=nil, username=nil, querystring=nil)
|
1003
1010
|
@InstanceId = instanceid
|
1004
1011
|
@StartTime = starttime
|
1005
1012
|
@EndTime = endtime
|
@@ -1009,6 +1016,8 @@ module TencentCloud
|
|
1009
1016
|
@OrderBy = orderby
|
1010
1017
|
@OrderByType = orderbytype
|
1011
1018
|
@Duration = duration
|
1019
|
+
@UserName = username
|
1020
|
+
@QueryString = querystring
|
1012
1021
|
end
|
1013
1022
|
|
1014
1023
|
def deserialize(params)
|
@@ -1021,6 +1030,8 @@ module TencentCloud
|
|
1021
1030
|
@OrderBy = params['OrderBy']
|
1022
1031
|
@OrderByType = params['OrderByType']
|
1023
1032
|
@Duration = params['Duration']
|
1033
|
+
@UserName = params['UserName']
|
1034
|
+
@QueryString = params['QueryString']
|
1024
1035
|
end
|
1025
1036
|
end
|
1026
1037
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cdwpg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1138
|
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-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|