tencentcloud-sdk-memcached 3.0.589 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2281569330c081cbc28ebb92c923300dcb4e9a5a
4
- data.tar.gz: 88b1f54d9c1a7c7a3ccb80933c2fb712b6a186cd
3
+ metadata.gz: d9611eef54af71b8c915ec7eab00b2da698ce84c
4
+ data.tar.gz: fba9003c973c2ace8858a222643c0ba39b178ee1
5
5
  SHA512:
6
- metadata.gz: 87db6dd2dc77756cc1853f055a580b885793272e1e831321349f9e11d1ede09cf1dbe050904b205a6b6f94fb714b669c78f367f3d8c13c7ae70b30b16e5b8dab
7
- data.tar.gz: c6ecd4b86a6a276579c86dd77faf7c68a4ce9964748a706f2d19ebea88c40a9a2a7c5a20193cf4b8e12debcf99d986fb1bffeb5a190f4f3b3e43cc0a5d675f62
6
+ metadata.gz: 61ce21d023b6a84a246c9ffd66ebc85064c2a4519dedbb98ff36b40a8ab355f604272e1457bfac813f6580c1ed016601105f0d0fd767154d57e8b5f5f5cd5956
7
+ data.tar.gz: 94de568b5b0ac6f1e9aa3b5154d044885e07bbc57b7d604c6d47a7d16f7578592eb0c8da0af5cc2901aec48035c911ff2dcb670dab754f3377723a84124f3db7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -43,7 +43,7 @@ module TencentCloud
43
43
  # @type InstanceIds: Array
44
44
 
45
45
  attr_accessor :OrderBy, :SearchKeys, :UniqSubnetIds, :Vips, :OrderType, :InstanceNames, :UniqVpcIds, :ProjectIds, :Offset, :Limit, :InstanceIds
46
-
46
+
47
47
  def initialize(orderby=nil, searchkeys=nil, uniqsubnetids=nil, vips=nil, ordertype=nil, instancenames=nil, uniqvpcids=nil, projectids=nil, offset=nil, limit=nil, instanceids=nil)
48
48
  @OrderBy = orderby
49
49
  @SearchKeys = searchkeys
@@ -83,7 +83,7 @@ module TencentCloud
83
83
  # @type RequestId: String
84
84
 
85
85
  attr_accessor :InstanceList, :TotalNum, :RequestId
86
-
86
+
87
87
  def initialize(instancelist=nil, totalnum=nil, requestid=nil)
88
88
  @InstanceList = instancelist
89
89
  @TotalNum = totalnum
@@ -157,7 +157,7 @@ module TencentCloud
157
157
  # @type Vport: Integer
158
158
 
159
159
  attr_accessor :ModTimeStamp, :IsolateTimeStamp, :AutoRenewFlag, :SetId, :Status, :CmemId, :Tags, :InstanceId, :RegionId, :InstanceDesc, :Expire, :SubnetId, :ProjectId, :AddTimeStamp, :ZoneId, :PayMode, :VpcId, :InstanceName, :DeadlineTimeStamp, :UniqVpcId, :Vip, :UniqSubnetId, :AppId, :Vport
160
-
160
+
161
161
  def initialize(modtimestamp=nil, isolatetimestamp=nil, autorenewflag=nil, setid=nil, status=nil, cmemid=nil, tags=nil, instanceid=nil, regionid=nil, instancedesc=nil, expire=nil, subnetid=nil, projectid=nil, addtimestamp=nil, zoneid=nil, paymode=nil, vpcid=nil, instancename=nil, deadlinetimestamp=nil, uniqvpcid=nil, vip=nil, uniqsubnetid=nil, appid=nil, vport=nil)
162
162
  @ModTimeStamp = modtimestamp
163
163
  @IsolateTimeStamp = isolatetimestamp
@@ -228,7 +228,7 @@ module TencentCloud
228
228
  # @type TagValue: String
229
229
 
230
230
  attr_accessor :TagKey, :TagValue
231
-
231
+
232
232
  def initialize(tagkey=nil, tagvalue=nil)
233
233
  @TagKey = tagkey
234
234
  @TagValue = tagvalue
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-memcached
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.589
4
+ version: 3.0.591
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-06-09 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common