tencentcloud-sdk-memcached 3.0.590 → 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: f4a6174a5f029cafe9887d9e5918fffb66537119
4
- data.tar.gz: 35f40455b542b5e96de18f5dad30a0d3276ac805
3
+ metadata.gz: d9611eef54af71b8c915ec7eab00b2da698ce84c
4
+ data.tar.gz: fba9003c973c2ace8858a222643c0ba39b178ee1
5
5
  SHA512:
6
- metadata.gz: 6ded3f8c9e9db4ab2ffb6b07b72968bef6cf31dd3d1bdf9f25863c7601cf0cb42515dc5d8bec57abd041c50a8ac8663b7dd2c47af5185277ee9340b858c71741
7
- data.tar.gz: d7835b4f402a8b89d4e5a1555ca1aaa192da944ba5733dd50c0c92cd9af258c5bb19f59128a094b2093725da1b82509efbd6dd2993180c809b91f66efffe5d96
6
+ metadata.gz: 61ce21d023b6a84a246c9ffd66ebc85064c2a4519dedbb98ff36b40a8ab355f604272e1457bfac813f6580c1ed016601105f0d0fd767154d57e8b5f5f5cd5956
7
+ data.tar.gz: 94de568b5b0ac6f1e9aa3b5154d044885e07bbc57b7d604c6d47a7d16f7578592eb0c8da0af5cc2901aec48035c911ff2dcb670dab754f3377723a84124f3db7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
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.590
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-12 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