tencentcloud-sdk-cloudhsm 3.0.950 → 3.0.951

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20191112/models.rb +5 -85
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ba18f3d73dec39b6a7905502fa176e0d44ca9fb4
4
- data.tar.gz: 2367a88870fe208261a08eb0eda0a23ef656f0a5
3
+ metadata.gz: 65bd3996fc2696951e6e48f3703ae622e0a713c9
4
+ data.tar.gz: b7b054dff43157051989c89448ca3374fa4f39a5
5
5
  SHA512:
6
- metadata.gz: bd0d59f311d00f53d0224be44085c8986aae3916a82526fce5c602160815f3aba413409c41ab0051bfb42f6277fe62547a034a028a878af77cd4f43e7ac96e3a
7
- data.tar.gz: 9c10f6f90b30d804d84905935085a931a39b0f33fb04c81811cf6ccf85e9afa930c24693d05243c4d02e1974e193f2cc8063dc8868ae004812cc248e244194b7
6
+ metadata.gz: 36df7e85b86fe60aa12775e3bc7f8cc723e84f061fb59d5284e14075d43c60e271d44b2ed1aaf38c233411bfe2a9801c52e7346613815b161182650a2847d673
7
+ data.tar.gz: d77b3b5d144a385ff5ba0a7344ddb2b8a998617f1c884da081d42e115c28b1e239d76b935615387810353c24c78cb1819171bafeee5f0eda6e7bf53e583ce5e8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.950
1
+ 3.0.951
@@ -141,7 +141,7 @@ module TencentCloud
141
141
  # @type Offset: Integer
142
142
  # @param VpcId: 查询指定VpcId下的子网信息。
143
143
  # @type VpcId: String
144
- # @param SearchWord: 查找关键字
144
+ # @param SearchWord: 过滤条件
145
145
  # @type SearchWord: String
146
146
 
147
147
  attr_accessor :Limit, :Offset, :VpcId, :SearchWord
@@ -166,7 +166,6 @@ module TencentCloud
166
166
  # @param TotalCount: 返回的子网数量。
167
167
  # @type TotalCount: Integer
168
168
  # @param SubnetList: 返回的子网实例列表。
169
- # 注意:此字段可能返回 null,表示取不到有效值。
170
169
  # @type SubnetList: Array
171
170
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
172
171
  # @type RequestId: String
@@ -212,7 +211,6 @@ module TencentCloud
212
211
  # DescribeSupportedHsm返回参数结构体
213
212
  class DescribeSupportedHsmResponse < TencentCloud::Common::AbstractModel
214
213
  # @param DeviceTypes: 当前地域所支持的设备列表
215
- # 注意:此字段可能返回 null,表示取不到有效值。
216
214
  # @type DeviceTypes: Array
217
215
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
218
216
  # @type RequestId: String
@@ -243,7 +241,7 @@ module TencentCloud
243
241
  # @type Offset: Integer
244
242
  # @param Limit: 返回量,当Offset和Limit均为0时将一次性返回用户所有的安全组列表。
245
243
  # @type Limit: Integer
246
- # @param SearchWord: 搜索关键字
244
+ # @param SearchWord: 过滤条件,支持安全组id
247
245
  # @type SearchWord: String
248
246
 
249
247
  attr_accessor :Offset, :Limit, :SearchWord
@@ -264,7 +262,6 @@ module TencentCloud
264
262
  # DescribeUsg返回参数结构体
265
263
  class DescribeUsgResponse < TencentCloud::Common::AbstractModel
266
264
  # @param SgList: 用户的安全组列表
267
- # 注意:此字段可能返回 null,表示取不到有效值。
268
265
  # @type SgList: Array
269
266
  # @param TotalCount: 返回的安全组数量
270
267
  # @type TotalCount: Integer
@@ -295,7 +292,7 @@ module TencentCloud
295
292
 
296
293
  # DescribeUsgRule请求参数结构体
297
294
  class DescribeUsgRuleRequest < TencentCloud::Common::AbstractModel
298
- # @param SgIds: 根据安全组Id获取安全组详情
295
+ # @param SgIds: 安全组Id列表
299
296
  # @type SgIds: Array
300
297
 
301
298
  attr_accessor :SgIds
@@ -312,10 +309,8 @@ module TencentCloud
312
309
  # DescribeUsgRule返回参数结构体
313
310
  class DescribeUsgRuleResponse < TencentCloud::Common::AbstractModel
314
311
  # @param SgRules: 安全组详情
315
- # 注意:此字段可能返回 null,表示取不到有效值。
316
312
  # @type SgRules: Array
317
313
  # @param TotalCount: 安全组详情数量
318
- # 注意:此字段可能返回 null,表示取不到有效值。
319
314
  # @type TotalCount: Integer
320
315
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
321
316
  # @type RequestId: String
@@ -371,7 +366,6 @@ module TencentCloud
371
366
  # @param TotalCount: 可查询到的所有Vpc实例总数。
372
367
  # @type TotalCount: Integer
373
368
  # @param VpcList: Vpc对象列表
374
- # 注意:此字段可能返回 null,表示取不到有效值。
375
369
  # @type VpcList: Array
376
370
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
377
371
  # @type RequestId: String
@@ -438,41 +432,29 @@ module TencentCloud
438
432
  # @type ZoneId: Integer
439
433
  # @param ExpireTime: 资源过期时间,以时间戳形式展示。
440
434
  # @type ExpireTime: Integer
441
- # @param SgList: 安全组详情信息
442
- # 注意:此字段可能返回 null,表示取不到有效值。
435
+ # @param SgList: 安全组详情信息,如果未配置字段返回null
443
436
  # @type SgList: Array
444
437
  # @param SubnetName: 子网名
445
- # 注意:此字段可能返回 null,表示取不到有效值。
446
438
  # @type SubnetName: String
447
439
  # @param RegionName: 地域名
448
- # 注意:此字段可能返回 null,表示取不到有效值。
449
440
  # @type RegionName: String
450
441
  # @param ZoneName: 区域名
451
- # 注意:此字段可能返回 null,表示取不到有效值。
452
442
  # @type ZoneName: String
453
443
  # @param Expired: 实例是否已经过期
454
- # 注意:此字段可能返回 null,表示取不到有效值。
455
444
  # @type Expired: Boolean
456
445
  # @param RemainSeconds: 为正数表示实例距离过期时间剩余秒数,为负数表示实例已经过期多少秒
457
- # 注意:此字段可能返回 null,表示取不到有效值。
458
446
  # @type RemainSeconds: Integer
459
447
  # @param VpcName: 私有虚拟网络名称
460
- # 注意:此字段可能返回 null,表示取不到有效值。
461
448
  # @type VpcName: String
462
449
  # @param VpcCidrBlock: VPC的IPv4 CIDR
463
- # 注意:此字段可能返回 null,表示取不到有效值。
464
450
  # @type VpcCidrBlock: String
465
451
  # @param SubnetCidrBlock: 子网的CIDR
466
- # 注意:此字段可能返回 null,表示取不到有效值。
467
452
  # @type SubnetCidrBlock: String
468
- # @param Tags: 资源所关联的Tag
469
- # 注意:此字段可能返回 null,表示取不到有效值。
453
+ # @param Tags: 资源所关联的标签Tag
470
454
  # @type Tags: Array
471
455
  # @param RenewFlag: 资源续费标识,0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费(用户设置)
472
- # 注意:此字段可能返回 null,表示取不到有效值。
473
456
  # @type RenewFlag: Integer
474
457
  # @param Manufacturer: 厂商
475
- # 注意:此字段可能返回 null,表示取不到有效值。
476
458
  # @type Manufacturer: String
477
459
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
478
460
  # @type RequestId: String
@@ -596,7 +578,6 @@ module TencentCloud
596
578
  # @param TotalCount: 获取实例的总个数
597
579
  # @type TotalCount: Integer
598
580
  # @param VsmList: 资源信息
599
- # 注意:此字段可能返回 null,表示取不到有效值。
600
581
  # @type VsmList: Array
601
582
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
602
583
  # @type RequestId: String
@@ -664,7 +645,6 @@ module TencentCloud
664
645
  # GetAlarmEvent返回参数结构体
665
646
  class GetAlarmEventResponse < TencentCloud::Common::AbstractModel
666
647
  # @param AlarmConfig: 用户所有的告警策略
667
- # 注意:此字段可能返回 null,表示取不到有效值。
668
648
  # @type AlarmConfig: Array
669
649
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
670
650
  # @type RequestId: String
@@ -803,19 +783,14 @@ module TencentCloud
803
783
  # InquiryPriceBuyVsm返回参数结构体
804
784
  class InquiryPriceBuyVsmResponse < TencentCloud::Common::AbstractModel
805
785
  # @param TotalCost: 原始总金额,浮点型参数,精确到小数点后两位,如:2000.99
806
- # 注意:此字段可能返回 null,表示取不到有效值。
807
786
  # @type TotalCost: Float
808
787
  # @param GoodsNum: 购买的实例数量
809
- # 注意:此字段可能返回 null,表示取不到有效值。
810
788
  # @type GoodsNum: Integer
811
789
  # @param TimeSpan: 商品的时间大小,整型参数,举例:当TimeSpan为1,TImeUnit为m时,表示询价购买时长为1个月时的价格
812
- # 注意:此字段可能返回 null,表示取不到有效值。
813
790
  # @type TimeSpan: String
814
791
  # @param TimeUnit: 商品的时间单位,m表示月,y表示年
815
- # 注意:此字段可能返回 null,表示取不到有效值。
816
792
  # @type TimeUnit: String
817
793
  # @param OriginalCost: 应付总金额,浮点型参数,精确到小数点后两位,如:2000.99
818
- # 注意:此字段可能返回 null,表示取不到有效值。
819
794
  # @type OriginalCost: Float
820
795
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
821
796
  # @type RequestId: String
@@ -951,73 +926,50 @@ module TencentCloud
951
926
  # 资源信息
952
927
  class ResourceInfo < TencentCloud::Common::AbstractModel
953
928
  # @param ResourceId: 资源Id
954
- # 注意:此字段可能返回 null,表示取不到有效值。
955
929
  # @type ResourceId: String
956
930
  # @param ResourceName: 资源名称
957
- # 注意:此字段可能返回 null,表示取不到有效值。
958
931
  # @type ResourceName: String
959
932
  # @param Status: 资源状态,1-正常,2-隔离,3-销毁
960
- # 注意:此字段可能返回 null,表示取不到有效值。
961
933
  # @type Status: Integer
962
934
  # @param Vip: 资源IP
963
- # 注意:此字段可能返回 null,表示取不到有效值。
964
935
  # @type Vip: String
965
936
  # @param VpcId: 资源所属Vpc
966
- # 注意:此字段可能返回 null,表示取不到有效值。
967
937
  # @type VpcId: String
968
938
  # @param SubnetId: 资源所属子网
969
- # 注意:此字段可能返回 null,表示取不到有效值。
970
939
  # @type SubnetId: String
971
940
  # @param Model: 资源所属HSM规格
972
- # 注意:此字段可能返回 null,表示取不到有效值。
973
941
  # @type Model: String
974
942
  # @param VsmType: 云加密机类型id
975
- # 注意:此字段可能返回 null,表示取不到有效值。
976
943
  # @type VsmType: Integer
977
944
  # @param RegionId: 地域Id
978
- # 注意:此字段可能返回 null,表示取不到有效值。
979
945
  # @type RegionId: Integer
980
946
  # @param ZoneId: 区域Id
981
- # 注意:此字段可能返回 null,表示取不到有效值。
982
947
  # @type ZoneId: Integer
983
948
  # @param ExpireTime: 过期时间(Epoch Unix Timestamp)
984
- # 注意:此字段可能返回 null,表示取不到有效值。
985
949
  # @type ExpireTime: Integer
986
950
  # @param RegionName: 地域名
987
- # 注意:此字段可能返回 null,表示取不到有效值。
988
951
  # @type RegionName: String
989
952
  # @param ZoneName: 区域名
990
- # 注意:此字段可能返回 null,表示取不到有效值。
991
953
  # @type ZoneName: String
992
954
  # @param SgList: 实例的安全组列表
993
- # 注意:此字段可能返回 null,表示取不到有效值。
994
955
  # @type SgList: Array
995
956
  # @param SubnetName: 子网名称
996
- # 注意:此字段可能返回 null,表示取不到有效值。
997
957
  # @type SubnetName: String
998
958
  # @param Expired: 当前实例是否已经过期
999
- # 注意:此字段可能返回 null,表示取不到有效值。
1000
959
  # @type Expired: Boolean
1001
960
  # @param RemainSeconds: 为正数表示实例距离过期时间还剩余多少秒,为负数表示已经过期多少秒
1002
- # 注意:此字段可能返回 null,表示取不到有效值。
1003
961
  # @type RemainSeconds: Integer
1004
962
  # @param VpcName: Vpc名称
1005
- # 注意:此字段可能返回 null,表示取不到有效值。
1006
963
  # @type VpcName: String
1007
964
  # @param CreateUin: 创建者Uin账号
1008
- # 注意:此字段可能返回 null,表示取不到有效值。
1009
965
  # @type CreateUin: String
1010
966
  # @param RenewFlag: 自动续费状态标识, 0-手动续费,1-自动续费,2-到期不续
1011
- # 注意:此字段可能返回 null,表示取不到有效值。
1012
967
  # @type RenewFlag: Integer
1013
968
  # @param Tags: 标签列表
1014
- # 注意:此字段可能返回 null,表示取不到有效值。
1015
969
  # @type Tags: Array
1016
970
  # @param Manufacturer: 厂商
1017
- # 注意:此字段可能返回 null,表示取不到有效值。
1018
971
  # @type Manufacturer: String
1019
972
  # @param AlarmStatus: 告警状态,0:停用,1:启用
1020
- # 注意:此字段可能返回 null,表示取不到有效值。
1021
973
  # @type AlarmStatus: Integer
1022
974
 
1023
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
@@ -1092,16 +1044,12 @@ module TencentCloud
1092
1044
  # 安全组基础信息
1093
1045
  class SgUnit < TencentCloud::Common::AbstractModel
1094
1046
  # @param SgId: 安全组Id
1095
- # 注意:此字段可能返回 null,表示取不到有效值。
1096
1047
  # @type SgId: String
1097
1048
  # @param SgName: 安全组名称
1098
- # 注意:此字段可能返回 null,表示取不到有效值。
1099
1049
  # @type SgName: String
1100
1050
  # @param SgRemark: 备注
1101
- # 注意:此字段可能返回 null,表示取不到有效值。
1102
1051
  # @type SgRemark: String
1103
1052
  # @param CreateTime: 创建时间
1104
- # 注意:此字段可能返回 null,表示取不到有效值。
1105
1053
  # @type CreateTime: String
1106
1054
 
1107
1055
  attr_accessor :SgId, :SgName, :SgRemark, :CreateTime
@@ -1124,31 +1072,22 @@ module TencentCloud
1124
1072
  # Subnet对象
1125
1073
  class Subnet < TencentCloud::Common::AbstractModel
1126
1074
  # @param VpcId: VPC实例ID。
1127
- # 注意:此字段可能返回 null,表示取不到有效值。
1128
1075
  # @type VpcId: String
1129
1076
  # @param SubnetId: 子网实例ID,例如:subnet-bthucmmy。
1130
- # 注意:此字段可能返回 null,表示取不到有效值。
1131
1077
  # @type SubnetId: String
1132
1078
  # @param SubnetName: 子网名称。
1133
- # 注意:此字段可能返回 null,表示取不到有效值。
1134
1079
  # @type SubnetName: String
1135
1080
  # @param CidrBlock: 子网的 IPv4 CIDR。
1136
- # 注意:此字段可能返回 null,表示取不到有效值。
1137
1081
  # @type CidrBlock: String
1138
1082
  # @param CreatedTime: 创建时间。
1139
- # 注意:此字段可能返回 null,表示取不到有效值。
1140
1083
  # @type CreatedTime: String
1141
1084
  # @param AvailableIpAddressCount: 可用IP数。
1142
- # 注意:此字段可能返回 null,表示取不到有效值。
1143
1085
  # @type AvailableIpAddressCount: Integer
1144
1086
  # @param Ipv6CidrBlock: 子网的 IPv6 CIDR。
1145
- # 注意:此字段可能返回 null,表示取不到有效值。
1146
1087
  # @type Ipv6CidrBlock: String
1147
1088
  # @param TotalIpAddressCount: 总IP数
1148
- # 注意:此字段可能返回 null,表示取不到有效值。
1149
1089
  # @type TotalIpAddressCount: Integer
1150
1090
  # @param IsDefault: 是否为默认Subnet
1151
- # 注意:此字段可能返回 null,表示取不到有效值。
1152
1091
  # @type IsDefault: Boolean
1153
1092
 
1154
1093
  attr_accessor :VpcId, :SubnetId, :SubnetName, :CidrBlock, :CreatedTime, :AvailableIpAddressCount, :Ipv6CidrBlock, :TotalIpAddressCount, :IsDefault
@@ -1221,28 +1160,20 @@ module TencentCloud
1221
1160
  # 安全组策略
1222
1161
  class UsgPolicy < TencentCloud::Common::AbstractModel
1223
1162
  # @param Ip: cidr格式地址
1224
- # 注意:此字段可能返回 null,表示取不到有效值。
1225
1163
  # @type Ip: String
1226
1164
  # @param Id: 安全组id代表的地址集合
1227
- # 注意:此字段可能返回 null,表示取不到有效值。
1228
1165
  # @type Id: String
1229
1166
  # @param AddressModule: 地址组id代表的地址集合
1230
- # 注意:此字段可能返回 null,表示取不到有效值。
1231
1167
  # @type AddressModule: String
1232
1168
  # @param Proto: 协议
1233
- # 注意:此字段可能返回 null,表示取不到有效值。
1234
1169
  # @type Proto: String
1235
1170
  # @param Port: 端口
1236
- # 注意:此字段可能返回 null,表示取不到有效值。
1237
1171
  # @type Port: String
1238
1172
  # @param ServiceModule: 服务组id代表的协议和端口集合
1239
- # 注意:此字段可能返回 null,表示取不到有效值。
1240
1173
  # @type ServiceModule: String
1241
1174
  # @param Desc: 备注
1242
- # 注意:此字段可能返回 null,表示取不到有效值。
1243
1175
  # @type Desc: String
1244
1176
  # @param Action: 匹配后行为:ACCEPT/DROP
1245
- # 注意:此字段可能返回 null,表示取不到有效值。
1246
1177
  # @type Action: String
1247
1178
 
1248
1179
  attr_accessor :Ip, :Id, :AddressModule, :Proto, :Port, :ServiceModule, :Desc, :Action
@@ -1273,25 +1204,18 @@ module TencentCloud
1273
1204
  # 安全组规则详情
1274
1205
  class UsgRuleDetail < TencentCloud::Common::AbstractModel
1275
1206
  # @param InBound: 入站规则
1276
- # 注意:此字段可能返回 null,表示取不到有效值。
1277
1207
  # @type InBound: Array
1278
1208
  # @param OutBound: 出站规则
1279
- # 注意:此字段可能返回 null,表示取不到有效值。
1280
1209
  # @type OutBound: Array
1281
1210
  # @param SgId: 安全组Id
1282
- # 注意:此字段可能返回 null,表示取不到有效值。
1283
1211
  # @type SgId: String
1284
1212
  # @param SgName: 安全组名称
1285
- # 注意:此字段可能返回 null,表示取不到有效值。
1286
1213
  # @type SgName: String
1287
1214
  # @param SgRemark: 备注
1288
- # 注意:此字段可能返回 null,表示取不到有效值。
1289
1215
  # @type SgRemark: String
1290
1216
  # @param CreateTime: 创建时间
1291
- # 注意:此字段可能返回 null,表示取不到有效值。
1292
1217
  # @type CreateTime: String
1293
1218
  # @param Version: 版本
1294
- # 注意:此字段可能返回 null,表示取不到有效值。
1295
1219
  # @type Version: Integer
1296
1220
 
1297
1221
  attr_accessor :InBound, :OutBound, :SgId, :SgName, :SgRemark, :CreateTime, :Version
@@ -1334,16 +1258,12 @@ module TencentCloud
1334
1258
  # VPC对象
1335
1259
  class Vpc < TencentCloud::Common::AbstractModel
1336
1260
  # @param VpcName: Vpc名称
1337
- # 注意:此字段可能返回 null,表示取不到有效值。
1338
1261
  # @type VpcName: String
1339
1262
  # @param VpcId: VpcId
1340
- # 注意:此字段可能返回 null,表示取不到有效值。
1341
1263
  # @type VpcId: String
1342
1264
  # @param CreatedTime: 创建时间
1343
- # 注意:此字段可能返回 null,表示取不到有效值。
1344
1265
  # @type CreatedTime: String
1345
1266
  # @param IsDefault: 是否为默认VPC
1346
- # 注意:此字段可能返回 null,表示取不到有效值。
1347
1267
  # @type IsDefault: Boolean
1348
1268
 
1349
1269
  attr_accessor :VpcName, :VpcId, :CreatedTime, :IsDefault
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.950
4
+ version: 3.0.951
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-27 00:00:00.000000000 Z
11
+ date: 2024-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common