tencentcloud-sdk-cloudhsm 3.0.589 → 3.0.591
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/v20191112/models.rb +40 -40
- 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: 26560b6f60da4920f54677389b00f8a6e060c63e
|
|
4
|
+
data.tar.gz: 40979e72d7be00f4c542b2ebf00cbe15e6a3f338
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 27c27407008b2ed8bda420790028f2dcbaba5e0057c12a4ee8e0895666e3103ab453deed2d7be33fad5d5705608f50b23938014a8092a32da609c90cdb0e4306
|
|
7
|
+
data.tar.gz: 7f0294d79594313dc3a0a9c2503499e2c1c3c5e9c14235999907911414cb9db4772b35ca3a34f4ea17594ad87350b415a91cac3a37231153a9d378ff38441010
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20191112/models.rb
CHANGED
|
@@ -33,7 +33,7 @@ module TencentCloud
|
|
|
33
33
|
# @type EndTime: String
|
|
34
34
|
|
|
35
35
|
attr_accessor :Uin, :Event, :Limit, :Status, :BeginTime, :EndTime
|
|
36
|
-
|
|
36
|
+
|
|
37
37
|
def initialize(uin=nil, event=nil, limit=nil, status=nil, begintime=nil, endtime=nil)
|
|
38
38
|
@Uin = uin
|
|
39
39
|
@Event = event
|
|
@@ -59,7 +59,7 @@ module TencentCloud
|
|
|
59
59
|
# @type SubnetId: String
|
|
60
60
|
|
|
61
61
|
attr_accessor :SubnetId
|
|
62
|
-
|
|
62
|
+
|
|
63
63
|
def initialize(subnetid=nil)
|
|
64
64
|
@SubnetId = subnetid
|
|
65
65
|
end
|
|
@@ -79,7 +79,7 @@ module TencentCloud
|
|
|
79
79
|
# @type RequestId: String
|
|
80
80
|
|
|
81
81
|
attr_accessor :TotalCount, :SubnetId, :RequestId
|
|
82
|
-
|
|
82
|
+
|
|
83
83
|
def initialize(totalcount=nil, subnetid=nil, requestid=nil)
|
|
84
84
|
@TotalCount = totalcount
|
|
85
85
|
@SubnetId = subnetid
|
|
@@ -99,7 +99,7 @@ module TencentCloud
|
|
|
99
99
|
# @type VpcId: String
|
|
100
100
|
|
|
101
101
|
attr_accessor :VpcId
|
|
102
|
-
|
|
102
|
+
|
|
103
103
|
def initialize(vpcid=nil)
|
|
104
104
|
@VpcId = vpcid
|
|
105
105
|
end
|
|
@@ -119,7 +119,7 @@ module TencentCloud
|
|
|
119
119
|
# @type RequestId: String
|
|
120
120
|
|
|
121
121
|
attr_accessor :TotalCount, :VpcId, :RequestId
|
|
122
|
-
|
|
122
|
+
|
|
123
123
|
def initialize(totalcount=nil, vpcid=nil, requestid=nil)
|
|
124
124
|
@TotalCount = totalcount
|
|
125
125
|
@VpcId = vpcid
|
|
@@ -145,7 +145,7 @@ module TencentCloud
|
|
|
145
145
|
# @type SearchWord: String
|
|
146
146
|
|
|
147
147
|
attr_accessor :Limit, :Offset, :VpcId, :SearchWord
|
|
148
|
-
|
|
148
|
+
|
|
149
149
|
def initialize(limit=nil, offset=nil, vpcid=nil, searchword=nil)
|
|
150
150
|
@Limit = limit
|
|
151
151
|
@Offset = offset
|
|
@@ -172,7 +172,7 @@ module TencentCloud
|
|
|
172
172
|
# @type RequestId: String
|
|
173
173
|
|
|
174
174
|
attr_accessor :TotalCount, :SubnetList, :RequestId
|
|
175
|
-
|
|
175
|
+
|
|
176
176
|
def initialize(totalcount=nil, subnetlist=nil, requestid=nil)
|
|
177
177
|
@TotalCount = totalcount
|
|
178
178
|
@SubnetList = subnetlist
|
|
@@ -199,7 +199,7 @@ module TencentCloud
|
|
|
199
199
|
# @type HsmType: String
|
|
200
200
|
|
|
201
201
|
attr_accessor :HsmType
|
|
202
|
-
|
|
202
|
+
|
|
203
203
|
def initialize(hsmtype=nil)
|
|
204
204
|
@HsmType = hsmtype
|
|
205
205
|
end
|
|
@@ -218,7 +218,7 @@ module TencentCloud
|
|
|
218
218
|
# @type RequestId: String
|
|
219
219
|
|
|
220
220
|
attr_accessor :DeviceTypes, :RequestId
|
|
221
|
-
|
|
221
|
+
|
|
222
222
|
def initialize(devicetypes=nil, requestid=nil)
|
|
223
223
|
@DeviceTypes = devicetypes
|
|
224
224
|
@RequestId = requestid
|
|
@@ -247,7 +247,7 @@ module TencentCloud
|
|
|
247
247
|
# @type SearchWord: String
|
|
248
248
|
|
|
249
249
|
attr_accessor :Offset, :Limit, :SearchWord
|
|
250
|
-
|
|
250
|
+
|
|
251
251
|
def initialize(offset=nil, limit=nil, searchword=nil)
|
|
252
252
|
@Offset = offset
|
|
253
253
|
@Limit = limit
|
|
@@ -272,7 +272,7 @@ module TencentCloud
|
|
|
272
272
|
# @type RequestId: String
|
|
273
273
|
|
|
274
274
|
attr_accessor :SgList, :TotalCount, :RequestId
|
|
275
|
-
|
|
275
|
+
|
|
276
276
|
def initialize(sglist=nil, totalcount=nil, requestid=nil)
|
|
277
277
|
@SgList = sglist
|
|
278
278
|
@TotalCount = totalcount
|
|
@@ -299,7 +299,7 @@ module TencentCloud
|
|
|
299
299
|
# @type SgIds: Array
|
|
300
300
|
|
|
301
301
|
attr_accessor :SgIds
|
|
302
|
-
|
|
302
|
+
|
|
303
303
|
def initialize(sgids=nil)
|
|
304
304
|
@SgIds = sgids
|
|
305
305
|
end
|
|
@@ -321,7 +321,7 @@ module TencentCloud
|
|
|
321
321
|
# @type RequestId: String
|
|
322
322
|
|
|
323
323
|
attr_accessor :SgRules, :TotalCount, :RequestId
|
|
324
|
-
|
|
324
|
+
|
|
325
325
|
def initialize(sgrules=nil, totalcount=nil, requestid=nil)
|
|
326
326
|
@SgRules = sgrules
|
|
327
327
|
@TotalCount = totalcount
|
|
@@ -352,7 +352,7 @@ module TencentCloud
|
|
|
352
352
|
# @type SearchWord: String
|
|
353
353
|
|
|
354
354
|
attr_accessor :Offset, :Limit, :SearchWord
|
|
355
|
-
|
|
355
|
+
|
|
356
356
|
def initialize(offset=nil, limit=nil, searchword=nil)
|
|
357
357
|
@Offset = offset
|
|
358
358
|
@Limit = limit
|
|
@@ -377,7 +377,7 @@ module TencentCloud
|
|
|
377
377
|
# @type RequestId: String
|
|
378
378
|
|
|
379
379
|
attr_accessor :TotalCount, :VpcList, :RequestId
|
|
380
|
-
|
|
380
|
+
|
|
381
381
|
def initialize(totalcount=nil, vpclist=nil, requestid=nil)
|
|
382
382
|
@TotalCount = totalcount
|
|
383
383
|
@VpcList = vpclist
|
|
@@ -404,7 +404,7 @@ module TencentCloud
|
|
|
404
404
|
# @type ResourceId: String
|
|
405
405
|
|
|
406
406
|
attr_accessor :ResourceId
|
|
407
|
-
|
|
407
|
+
|
|
408
408
|
def initialize(resourceid=nil)
|
|
409
409
|
@ResourceId = resourceid
|
|
410
410
|
end
|
|
@@ -478,7 +478,7 @@ module TencentCloud
|
|
|
478
478
|
# @type RequestId: String
|
|
479
479
|
|
|
480
480
|
attr_accessor :ResourceId, :ResourceName, :Status, :Vip, :VpcId, :SubnetId, :Model, :VsmType, :RegionId, :ZoneId, :ExpireTime, :SgList, :SubnetName, :RegionName, :ZoneName, :Expired, :RemainSeconds, :VpcName, :VpcCidrBlock, :SubnetCidrBlock, :Tags, :RenewFlag, :Manufacturer, :RequestId
|
|
481
|
-
|
|
481
|
+
|
|
482
482
|
def initialize(resourceid=nil, resourcename=nil, status=nil, vip=nil, vpcid=nil, subnetid=nil, model=nil, vsmtype=nil, regionid=nil, zoneid=nil, expiretime=nil, sglist=nil, subnetname=nil, regionname=nil, zonename=nil, expired=nil, remainseconds=nil, vpcname=nil, vpccidrblock=nil, subnetcidrblock=nil, tags=nil, renewflag=nil, manufacturer=nil, requestid=nil)
|
|
483
483
|
@ResourceId = resourceid
|
|
484
484
|
@ResourceName = resourcename
|
|
@@ -564,7 +564,7 @@ module TencentCloud
|
|
|
564
564
|
# @type HsmType: String
|
|
565
565
|
|
|
566
566
|
attr_accessor :Offset, :Limit, :SearchWord, :TagFilters, :Manufacturer, :HsmType
|
|
567
|
-
|
|
567
|
+
|
|
568
568
|
def initialize(offset=nil, limit=nil, searchword=nil, tagfilters=nil, manufacturer=nil, hsmtype=nil)
|
|
569
569
|
@Offset = offset
|
|
570
570
|
@Limit = limit
|
|
@@ -602,7 +602,7 @@ module TencentCloud
|
|
|
602
602
|
# @type RequestId: String
|
|
603
603
|
|
|
604
604
|
attr_accessor :TotalCount, :VsmList, :RequestId
|
|
605
|
-
|
|
605
|
+
|
|
606
606
|
def initialize(totalcount=nil, vsmlist=nil, requestid=nil)
|
|
607
607
|
@TotalCount = totalcount
|
|
608
608
|
@VsmList = vsmlist
|
|
@@ -631,7 +631,7 @@ module TencentCloud
|
|
|
631
631
|
# @type HsmTypes: Array
|
|
632
632
|
|
|
633
633
|
attr_accessor :Manufacturer, :HsmTypes
|
|
634
|
-
|
|
634
|
+
|
|
635
635
|
def initialize(manufacturer=nil, hsmtypes=nil)
|
|
636
636
|
@Manufacturer = manufacturer
|
|
637
637
|
@HsmTypes = hsmtypes
|
|
@@ -653,7 +653,7 @@ module TencentCloud
|
|
|
653
653
|
# GetAlarmEvent请求参数结构体
|
|
654
654
|
class GetAlarmEventRequest < TencentCloud::Common::AbstractModel
|
|
655
655
|
|
|
656
|
-
|
|
656
|
+
|
|
657
657
|
def initialize()
|
|
658
658
|
end
|
|
659
659
|
|
|
@@ -670,7 +670,7 @@ module TencentCloud
|
|
|
670
670
|
# @type RequestId: String
|
|
671
671
|
|
|
672
672
|
attr_accessor :AlarmConfig, :RequestId
|
|
673
|
-
|
|
673
|
+
|
|
674
674
|
def initialize(alarmconfig=nil, requestid=nil)
|
|
675
675
|
@AlarmConfig = alarmconfig
|
|
676
676
|
@RequestId = requestid
|
|
@@ -697,7 +697,7 @@ module TencentCloud
|
|
|
697
697
|
# @type ResourceName: String
|
|
698
698
|
|
|
699
699
|
attr_accessor :ResourceId, :ResourceName
|
|
700
|
-
|
|
700
|
+
|
|
701
701
|
def initialize(resourceid=nil, resourcename=nil)
|
|
702
702
|
@ResourceId = resourceid
|
|
703
703
|
@ResourceName = resourcename
|
|
@@ -717,7 +717,7 @@ module TencentCloud
|
|
|
717
717
|
# @type RequestId: String
|
|
718
718
|
|
|
719
719
|
attr_accessor :MonitorInfo, :RequestId
|
|
720
|
-
|
|
720
|
+
|
|
721
721
|
def initialize(monitorinfo=nil, requestid=nil)
|
|
722
722
|
@MonitorInfo = monitorinfo
|
|
723
723
|
@RequestId = requestid
|
|
@@ -739,7 +739,7 @@ module TencentCloud
|
|
|
739
739
|
# @type HsmType: String
|
|
740
740
|
|
|
741
741
|
attr_accessor :Model, :VsmTypes, :HsmType
|
|
742
|
-
|
|
742
|
+
|
|
743
743
|
def initialize(model=nil, vsmtypes=nil, hsmtype=nil)
|
|
744
744
|
@Model = model
|
|
745
745
|
@VsmTypes = vsmtypes
|
|
@@ -778,7 +778,7 @@ module TencentCloud
|
|
|
778
778
|
# @type HsmType: String
|
|
779
779
|
|
|
780
780
|
attr_accessor :GoodsNum, :PayMode, :TimeSpan, :TimeUnit, :Currency, :Type, :HsmType
|
|
781
|
-
|
|
781
|
+
|
|
782
782
|
def initialize(goodsnum=nil, paymode=nil, timespan=nil, timeunit=nil, currency=nil, type=nil, hsmtype=nil)
|
|
783
783
|
@GoodsNum = goodsnum
|
|
784
784
|
@PayMode = paymode
|
|
@@ -821,7 +821,7 @@ module TencentCloud
|
|
|
821
821
|
# @type RequestId: String
|
|
822
822
|
|
|
823
823
|
attr_accessor :TotalCost, :GoodsNum, :TimeSpan, :TimeUnit, :OriginalCost, :RequestId
|
|
824
|
-
|
|
824
|
+
|
|
825
825
|
def initialize(totalcost=nil, goodsnum=nil, timespan=nil, timeunit=nil, originalcost=nil, requestid=nil)
|
|
826
826
|
@TotalCost = totalcost
|
|
827
827
|
@GoodsNum = goodsnum
|
|
@@ -855,7 +855,7 @@ module TencentCloud
|
|
|
855
855
|
# @type EndTime: String
|
|
856
856
|
|
|
857
857
|
attr_accessor :Event, :Limit, :Status, :BeginTime, :EndTime
|
|
858
|
-
|
|
858
|
+
|
|
859
859
|
def initialize(event=nil, limit=nil, status=nil, begintime=nil, endtime=nil)
|
|
860
860
|
@Event = event
|
|
861
861
|
@Limit = limit
|
|
@@ -879,7 +879,7 @@ module TencentCloud
|
|
|
879
879
|
# @type RequestId: String
|
|
880
880
|
|
|
881
881
|
attr_accessor :RequestId
|
|
882
|
-
|
|
882
|
+
|
|
883
883
|
def initialize(requestid=nil)
|
|
884
884
|
@RequestId = requestid
|
|
885
885
|
end
|
|
@@ -910,7 +910,7 @@ module TencentCloud
|
|
|
910
910
|
# @type AlarmStatus: Integer
|
|
911
911
|
|
|
912
912
|
attr_accessor :ResourceId, :Type, :ResourceName, :SgIds, :VpcId, :SubnetId, :AlarmStatus
|
|
913
|
-
|
|
913
|
+
|
|
914
914
|
def initialize(resourceid=nil, type=nil, resourcename=nil, sgids=nil, vpcid=nil, subnetid=nil, alarmstatus=nil)
|
|
915
915
|
@ResourceId = resourceid
|
|
916
916
|
@Type = type
|
|
@@ -938,7 +938,7 @@ module TencentCloud
|
|
|
938
938
|
# @type RequestId: String
|
|
939
939
|
|
|
940
940
|
attr_accessor :RequestId
|
|
941
|
-
|
|
941
|
+
|
|
942
942
|
def initialize(requestid=nil)
|
|
943
943
|
@RequestId = requestid
|
|
944
944
|
end
|
|
@@ -1021,7 +1021,7 @@ module TencentCloud
|
|
|
1021
1021
|
# @type AlarmStatus: Integer
|
|
1022
1022
|
|
|
1023
1023
|
attr_accessor :ResourceId, :ResourceName, :Status, :Vip, :VpcId, :SubnetId, :Model, :VsmType, :RegionId, :ZoneId, :ExpireTime, :RegionName, :ZoneName, :SgList, :SubnetName, :Expired, :RemainSeconds, :VpcName, :CreateUin, :RenewFlag, :Tags, :Manufacturer, :AlarmStatus
|
|
1024
|
-
|
|
1024
|
+
|
|
1025
1025
|
def initialize(resourceid=nil, resourcename=nil, status=nil, vip=nil, vpcid=nil, subnetid=nil, model=nil, vsmtype=nil, regionid=nil, zoneid=nil, expiretime=nil, regionname=nil, zonename=nil, sglist=nil, subnetname=nil, expired=nil, remainseconds=nil, vpcname=nil, createuin=nil, renewflag=nil, tags=nil, manufacturer=nil, alarmstatus=nil)
|
|
1026
1026
|
@ResourceId = resourceid
|
|
1027
1027
|
@ResourceName = resourcename
|
|
@@ -1105,7 +1105,7 @@ module TencentCloud
|
|
|
1105
1105
|
# @type CreateTime: String
|
|
1106
1106
|
|
|
1107
1107
|
attr_accessor :SgId, :SgName, :SgRemark, :CreateTime
|
|
1108
|
-
|
|
1108
|
+
|
|
1109
1109
|
def initialize(sgid=nil, sgname=nil, sgremark=nil, createtime=nil)
|
|
1110
1110
|
@SgId = sgid
|
|
1111
1111
|
@SgName = sgname
|
|
@@ -1152,7 +1152,7 @@ module TencentCloud
|
|
|
1152
1152
|
# @type IsDefault: Boolean
|
|
1153
1153
|
|
|
1154
1154
|
attr_accessor :VpcId, :SubnetId, :SubnetName, :CidrBlock, :CreatedTime, :AvailableIpAddressCount, :Ipv6CidrBlock, :TotalIpAddressCount, :IsDefault
|
|
1155
|
-
|
|
1155
|
+
|
|
1156
1156
|
def initialize(vpcid=nil, subnetid=nil, subnetname=nil, cidrblock=nil, createdtime=nil, availableipaddresscount=nil, ipv6cidrblock=nil, totalipaddresscount=nil, isdefault=nil)
|
|
1157
1157
|
@VpcId = vpcid
|
|
1158
1158
|
@SubnetId = subnetid
|
|
@@ -1186,7 +1186,7 @@ module TencentCloud
|
|
|
1186
1186
|
# @type TagValue: String
|
|
1187
1187
|
|
|
1188
1188
|
attr_accessor :TagKey, :TagValue
|
|
1189
|
-
|
|
1189
|
+
|
|
1190
1190
|
def initialize(tagkey=nil, tagvalue=nil)
|
|
1191
1191
|
@TagKey = tagkey
|
|
1192
1192
|
@TagValue = tagvalue
|
|
@@ -1206,7 +1206,7 @@ module TencentCloud
|
|
|
1206
1206
|
# @type TagValue: Array
|
|
1207
1207
|
|
|
1208
1208
|
attr_accessor :TagKey, :TagValue
|
|
1209
|
-
|
|
1209
|
+
|
|
1210
1210
|
def initialize(tagkey=nil, tagvalue=nil)
|
|
1211
1211
|
@TagKey = tagkey
|
|
1212
1212
|
@TagValue = tagvalue
|
|
@@ -1246,7 +1246,7 @@ module TencentCloud
|
|
|
1246
1246
|
# @type Action: String
|
|
1247
1247
|
|
|
1248
1248
|
attr_accessor :Ip, :Id, :AddressModule, :Proto, :Port, :ServiceModule, :Desc, :Action
|
|
1249
|
-
|
|
1249
|
+
|
|
1250
1250
|
def initialize(ip=nil, id=nil, addressmodule=nil, proto=nil, port=nil, servicemodule=nil, desc=nil, action=nil)
|
|
1251
1251
|
@Ip = ip
|
|
1252
1252
|
@Id = id
|
|
@@ -1295,7 +1295,7 @@ module TencentCloud
|
|
|
1295
1295
|
# @type Version: Integer
|
|
1296
1296
|
|
|
1297
1297
|
attr_accessor :InBound, :OutBound, :SgId, :SgName, :SgRemark, :CreateTime, :Version
|
|
1298
|
-
|
|
1298
|
+
|
|
1299
1299
|
def initialize(inbound=nil, outbound=nil, sgid=nil, sgname=nil, sgremark=nil, createtime=nil, version=nil)
|
|
1300
1300
|
@InBound = inbound
|
|
1301
1301
|
@OutBound = outbound
|
|
@@ -1347,7 +1347,7 @@ module TencentCloud
|
|
|
1347
1347
|
# @type IsDefault: Boolean
|
|
1348
1348
|
|
|
1349
1349
|
attr_accessor :VpcName, :VpcId, :CreatedTime, :IsDefault
|
|
1350
|
-
|
|
1350
|
+
|
|
1351
1351
|
def initialize(vpcname=nil, vpcid=nil, createdtime=nil, isdefault=nil)
|
|
1352
1352
|
@VpcName = vpcname
|
|
1353
1353
|
@VpcId = vpcid
|
|
@@ -1371,7 +1371,7 @@ module TencentCloud
|
|
|
1371
1371
|
# @type TypeID: Integer
|
|
1372
1372
|
|
|
1373
1373
|
attr_accessor :TypeName, :TypeID
|
|
1374
|
-
|
|
1374
|
+
|
|
1375
1375
|
def initialize(typename=nil, typeid=nil)
|
|
1376
1376
|
@TypeName = typename
|
|
1377
1377
|
@TypeID = typeid
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cloudhsm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
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-
|
|
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
|