tencentcloud-sdk-memcached 3.0.590 → 3.0.592

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: f4a6174a5f029cafe9887d9e5918fffb66537119
4
- data.tar.gz: 35f40455b542b5e96de18f5dad30a0d3276ac805
3
+ metadata.gz: d988193a93eed306aa99a3de5c3365201784ec0e
4
+ data.tar.gz: 5d436785e1a273a67d9cfaaa2528c2881c36e94b
5
5
  SHA512:
6
- metadata.gz: 6ded3f8c9e9db4ab2ffb6b07b72968bef6cf31dd3d1bdf9f25863c7601cf0cb42515dc5d8bec57abd041c50a8ac8663b7dd2c47af5185277ee9340b858c71741
7
- data.tar.gz: d7835b4f402a8b89d4e5a1555ca1aaa192da944ba5733dd50c0c92cd9af258c5bb19f59128a094b2093725da1b82509efbd6dd2993180c809b91f66efffe5d96
6
+ metadata.gz: 2aecab1e8fc7b69f0697ebd692029f96415c44f29b4b8fa043b54bd07fbad7f874efe546c3ecc71ad50559c876afc9178f49253a2e3490d0728795c6a16e4014
7
+ data.tar.gz: dba584d191468e88b34308da3be5b7b66662d246628c4218d9ea26c1c831b931c1b14322cd422da6e1ce7c5d881375b0d50a76e27903acd7a331b755a9d2216a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -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.592
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-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common