tencentcloud-sdk-cloudhsm 3.0.1094 → 3.0.1174
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 +24 -10
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 03ba305d8ccc476194c79bdcf6bbb86af4e65724
|
|
4
|
+
data.tar.gz: 7ba0568eba7e8beab1b4dba48bc816c2fc609d76
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70a5be230243edf5753582bab3464cde5765c4731d4cc0582190f7d410b35e5661e0d2dc75b317a279ed720cfcf9ff9d63b30c2ea23c9a7ee60292984a5a4e43
|
|
7
|
+
data.tar.gz: 72104a6642f4c95b22c6e9e9b9b48dc44e7114f83343249a71e83612bd7d2584d2c09e2dd37deff3de0a26787e3a5814eccc471a3ab62063de4f742bfc7cc342
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1174
|
data/lib/v20191112/models.rb
CHANGED
|
@@ -456,12 +456,14 @@ module TencentCloud
|
|
|
456
456
|
# @type RenewFlag: Integer
|
|
457
457
|
# @param Manufacturer: 厂商
|
|
458
458
|
# @type Manufacturer: String
|
|
459
|
+
# @param PqcFlag: 0-关闭,1-开启
|
|
460
|
+
# @type PqcFlag: Integer
|
|
459
461
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
460
462
|
# @type RequestId: String
|
|
461
463
|
|
|
462
|
-
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
|
|
464
|
+
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, :PqcFlag, :RequestId
|
|
463
465
|
|
|
464
|
-
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)
|
|
466
|
+
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, pqcflag=nil, requestid=nil)
|
|
465
467
|
@ResourceId = resourceid
|
|
466
468
|
@ResourceName = resourcename
|
|
467
469
|
@Status = status
|
|
@@ -485,6 +487,7 @@ module TencentCloud
|
|
|
485
487
|
@Tags = tags
|
|
486
488
|
@RenewFlag = renewflag
|
|
487
489
|
@Manufacturer = manufacturer
|
|
490
|
+
@PqcFlag = pqcflag
|
|
488
491
|
@RequestId = requestid
|
|
489
492
|
end
|
|
490
493
|
|
|
@@ -526,6 +529,7 @@ module TencentCloud
|
|
|
526
529
|
end
|
|
527
530
|
@RenewFlag = params['RenewFlag']
|
|
528
531
|
@Manufacturer = params['Manufacturer']
|
|
532
|
+
@PqcFlag = params['PqcFlag']
|
|
529
533
|
@RequestId = params['RequestId']
|
|
530
534
|
end
|
|
531
535
|
end
|
|
@@ -750,23 +754,23 @@ module TencentCloud
|
|
|
750
754
|
# @type TimeSpan: String
|
|
751
755
|
# @param TimeUnit: 商品的时间单位,m表示月,y表示年
|
|
752
756
|
# @type TimeUnit: String
|
|
753
|
-
# @param Currency: 货币类型,默认为CNY
|
|
754
|
-
# @type Currency: String
|
|
755
757
|
# @param Type: 默认为CREATE,可选RENEW
|
|
756
758
|
# @type Type: String
|
|
757
759
|
# @param HsmType: Hsm服务类型,可选值virtualization、physical、GHSM、EHSM、SHSM
|
|
758
760
|
# @type HsmType: String
|
|
761
|
+
# @param Currency: 货币类型,默认为CNY
|
|
762
|
+
# @type Currency: String
|
|
759
763
|
|
|
760
|
-
attr_accessor :GoodsNum, :PayMode, :TimeSpan, :TimeUnit, :
|
|
764
|
+
attr_accessor :GoodsNum, :PayMode, :TimeSpan, :TimeUnit, :Type, :HsmType, :Currency
|
|
761
765
|
|
|
762
|
-
def initialize(goodsnum=nil, paymode=nil, timespan=nil, timeunit=nil,
|
|
766
|
+
def initialize(goodsnum=nil, paymode=nil, timespan=nil, timeunit=nil, type=nil, hsmtype=nil, currency=nil)
|
|
763
767
|
@GoodsNum = goodsnum
|
|
764
768
|
@PayMode = paymode
|
|
765
769
|
@TimeSpan = timespan
|
|
766
770
|
@TimeUnit = timeunit
|
|
767
|
-
@Currency = currency
|
|
768
771
|
@Type = type
|
|
769
772
|
@HsmType = hsmtype
|
|
773
|
+
@Currency = currency
|
|
770
774
|
end
|
|
771
775
|
|
|
772
776
|
def deserialize(params)
|
|
@@ -774,9 +778,9 @@ module TencentCloud
|
|
|
774
778
|
@PayMode = params['PayMode']
|
|
775
779
|
@TimeSpan = params['TimeSpan']
|
|
776
780
|
@TimeUnit = params['TimeUnit']
|
|
777
|
-
@Currency = params['Currency']
|
|
778
781
|
@Type = params['Type']
|
|
779
782
|
@HsmType = params['HsmType']
|
|
783
|
+
@Currency = params['Currency']
|
|
780
784
|
end
|
|
781
785
|
end
|
|
782
786
|
|
|
@@ -971,10 +975,16 @@ module TencentCloud
|
|
|
971
975
|
# @type Manufacturer: String
|
|
972
976
|
# @param AlarmStatus: 告警状态,0:停用,1:启用
|
|
973
977
|
# @type AlarmStatus: Integer
|
|
978
|
+
# @param PqcStatus: 0不支持
|
|
979
|
+
# 1关闭
|
|
980
|
+
# 2开启
|
|
981
|
+
# @type PqcStatus: Integer
|
|
982
|
+
# @param PqcFlag: 0关闭,1开启
|
|
983
|
+
# @type PqcFlag: Integer
|
|
974
984
|
|
|
975
|
-
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
|
|
985
|
+
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, :PqcStatus, :PqcFlag
|
|
976
986
|
|
|
977
|
-
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)
|
|
987
|
+
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, pqcstatus=nil, pqcflag=nil)
|
|
978
988
|
@ResourceId = resourceid
|
|
979
989
|
@ResourceName = resourcename
|
|
980
990
|
@Status = status
|
|
@@ -998,6 +1008,8 @@ module TencentCloud
|
|
|
998
1008
|
@Tags = tags
|
|
999
1009
|
@Manufacturer = manufacturer
|
|
1000
1010
|
@AlarmStatus = alarmstatus
|
|
1011
|
+
@PqcStatus = pqcstatus
|
|
1012
|
+
@PqcFlag = pqcflag
|
|
1001
1013
|
end
|
|
1002
1014
|
|
|
1003
1015
|
def deserialize(params)
|
|
@@ -1038,6 +1050,8 @@ module TencentCloud
|
|
|
1038
1050
|
end
|
|
1039
1051
|
@Manufacturer = params['Manufacturer']
|
|
1040
1052
|
@AlarmStatus = params['AlarmStatus']
|
|
1053
|
+
@PqcStatus = params['PqcStatus']
|
|
1054
|
+
@PqcFlag = params['PqcFlag']
|
|
1041
1055
|
end
|
|
1042
1056
|
end
|
|
1043
1057
|
|
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.1174
|
|
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-11-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,8 +33,8 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/v20191112/client.rb
|
|
37
36
|
- lib/v20191112/models.rb
|
|
37
|
+
- lib/v20191112/client.rb
|
|
38
38
|
- lib/tencentcloud-sdk-cloudhsm.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|