tencentcloud-sdk-mna 3.0.1003 → 3.0.1004

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/v20210119/models.rb +0 -29
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3be3e4f367547f975c2f6d2ac0a4bd8e80eabc0e
4
- data.tar.gz: dae58882d96124e803fd9972c5a72208504c3bba
3
+ metadata.gz: 4816491805451f69718a1fa1166a05f117a81e52
4
+ data.tar.gz: f01f1c68bfbe2da54e2e867e3b332f56aae8b299
5
5
  SHA512:
6
- metadata.gz: 6e1ed10b488142c9f1113b8f5b4b6dd898a9245e06fdce5c1839ff22c0928b6ae817bd29d0ce319a18495c10164eb98c8cec48b41f68a93552dd445b3ce85253
7
- data.tar.gz: e3747b5ec42e6b4807c3fa6e76188e3a2ba0cda82146e5f1c343c57b8f1265947b0388abe81175061f1dd0f67b0b2331d6cb4f3b6a966accec91f9af75e1c2b9
6
+ metadata.gz: c0e6735cb3c5a0995e699633a385de4c8921d49a72c2427cd06c3b109f61959eff253930c6ed96df13c3d9d138ba456f9c572cc6a72deffacf341c4e6952b9ff
7
+ data.tar.gz: a002a323c1d26edc745a8ec66f27ffee841dd21eb7be9781c5cf4a527695a7740a406e2290aeed678345bff255d4b384effe198b6f623f04072d8311b5daf0d2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1003
1
+ 3.0.1004
@@ -1013,7 +1013,6 @@ module TencentCloud
1013
1013
  # @param PayModeDesc: 付费模式描述
1014
1014
  # @type PayModeDesc: String
1015
1015
  # @param ResourceId: 流量包ID,仅当付费模式为流量包类型时才有。
1016
- # 注意:此字段可能返回 null,表示取不到有效值。
1017
1016
  # @type ResourceId: String
1018
1017
 
1019
1018
  attr_accessor :DeviceId, :PayMode, :PayModeDesc, :ResourceId
@@ -1167,7 +1166,6 @@ module TencentCloud
1167
1166
  # @param Status: 流量包状态,0:未生效,1:有效期内,2:已过期
1168
1167
  # @type Status: Integer
1169
1168
  # @param CreateTime: 购买时间,Unix时间戳格式,单位:秒
1170
- # 注意:此字段可能返回 null,表示取不到有效值。
1171
1169
  # @type CreateTime: Integer
1172
1170
  # @param ActiveTime: 生效时间,Unix时间戳格式,单位:秒
1173
1171
  # @type ActiveTime: Integer
@@ -2430,7 +2428,6 @@ module TencentCloud
2430
2428
  # @param UpdateTime: 分组更新的时间,单位:ms
2431
2429
  # @type UpdateTime: String
2432
2430
  # @param Description: 分组描述
2433
- # 注意:此字段可能返回 null,表示取不到有效值。
2434
2431
  # @type Description: String
2435
2432
  # @param DeviceNum: 分组中的设备数量
2436
2433
  # @type DeviceNum: Integer
@@ -2459,19 +2456,15 @@ module TencentCloud
2459
2456
  # 新建Hardware入参
2460
2457
  class Hardware < TencentCloud::Common::AbstractModel
2461
2458
  # @param SN: 硬件序列号
2462
- # 注意:此字段可能返回 null,表示取不到有效值。
2463
2459
  # @type SN: String
2464
2460
  # @param LicenseChargingMode: license计费模式:
2465
2461
  # 1,租户付费
2466
2462
  # 2,厂商月付费
2467
2463
  # 3,厂商永久授权
2468
- # 注意:此字段可能返回 null,表示取不到有效值。
2469
2464
  # @type LicenseChargingMode: Integer
2470
2465
  # @param Description: 设备描述
2471
- # 注意:此字段可能返回 null,表示取不到有效值。
2472
2466
  # @type Description: String
2473
2467
  # @param HardwareId: 硬件ID,入参无需传递
2474
- # 注意:此字段可能返回 null,表示取不到有效值。
2475
2468
  # @type HardwareId: String
2476
2469
 
2477
2470
  attr_accessor :SN, :LicenseChargingMode, :Description, :HardwareId
@@ -2494,51 +2487,37 @@ module TencentCloud
2494
2487
  # 硬件信息
2495
2488
  class HardwareInfo < TencentCloud::Common::AbstractModel
2496
2489
  # @param DeviceId: 设备ID
2497
- # 注意:此字段可能返回 null,表示取不到有效值。
2498
2490
  # @type DeviceId: String
2499
2491
  # @param DeviceName: 设备名称
2500
- # 注意:此字段可能返回 null,表示取不到有效值。
2501
2492
  # @type DeviceName: String
2502
2493
  # @param ActiveTime: 激活时间
2503
- # 注意:此字段可能返回 null,表示取不到有效值。
2504
2494
  # @type ActiveTime: String
2505
2495
  # @param LastOnlineTime: 最后在线时间
2506
- # 注意:此字段可能返回 null,表示取不到有效值。
2507
2496
  # @type LastOnlineTime: String
2508
2497
  # @param Description: 备注
2509
- # 注意:此字段可能返回 null,表示取不到有效值。
2510
2498
  # @type Description: String
2511
2499
  # @param VendorDescription: 厂商备注
2512
- # 注意:此字段可能返回 null,表示取不到有效值。
2513
2500
  # @type VendorDescription: String
2514
2501
  # @param LicenseChargingMode: license计费模式: 1,租户月付费 2,厂商月付费 3,license永久授权
2515
2502
  # 注:后续将废弃此参数,新接入请使用LicensePayMode和Payer
2516
- # 注意:此字段可能返回 null,表示取不到有效值。
2517
2503
  # @type LicenseChargingMode: Integer
2518
2504
  # @param CreateTime: 创建时间
2519
- # 注意:此字段可能返回 null,表示取不到有效值。
2520
2505
  # @type CreateTime: String
2521
2506
  # @param SN: 硬件序列号
2522
- # 注意:此字段可能返回 null,表示取不到有效值。
2523
2507
  # @type SN: String
2524
2508
  # @param LicensePayMode: license授权有效期
2525
2509
  # 0:月度授权
2526
2510
  # 1:永久授权
2527
- # 注意:此字段可能返回 null,表示取不到有效值。
2528
2511
  # @type LicensePayMode: Integer
2529
2512
  # @param Payer: 付费方
2530
2513
  # 0:客户付费
2531
2514
  # 1:厂商付费
2532
- # 注意:此字段可能返回 null,表示取不到有效值。
2533
2515
  # @type Payer: Integer
2534
2516
  # @param GroupId: 设备分组ID
2535
- # 注意:此字段可能返回 null,表示取不到有效值。
2536
2517
  # @type GroupId: String
2537
2518
  # @param GroupName: 设备分组名称
2538
- # 注意:此字段可能返回 null,表示取不到有效值。
2539
2519
  # @type GroupName: String
2540
2520
  # @param FlowTrunc: 设备无流量包处理方式,0: 按量付费,1: 截断加速
2541
- # 注意:此字段可能返回 null,表示取不到有效值。
2542
2521
  # @type FlowTrunc: Integer
2543
2522
 
2544
2523
  attr_accessor :DeviceId, :DeviceName, :ActiveTime, :LastOnlineTime, :Description, :VendorDescription, :LicenseChargingMode, :CreateTime, :SN, :LicensePayMode, :Payer, :GroupId, :GroupName, :FlowTrunc
@@ -2593,7 +2572,6 @@ module TencentCloud
2593
2572
  # @param Enable: 互通规则启用状态
2594
2573
  # @type Enable: Boolean
2595
2574
  # @param Description: 互通规则描述
2596
- # 注意:此字段可能返回 null,表示取不到有效值。
2597
2575
  # @type Description: String
2598
2576
 
2599
2577
  attr_accessor :L3ConnId, :DeviceId1, :Cidr1, :DeviceId2, :Cidr2, :Enable, :Description
@@ -2660,10 +2638,8 @@ module TencentCloud
2660
2638
  # @param Time: 时间点:s
2661
2639
  # @type Time: String
2662
2640
  # @param BusinessMetrics: 业务指标(bps/ms/%)
2663
- # 注意:此字段可能返回 null,表示取不到有效值。
2664
2641
  # @type BusinessMetrics: Float
2665
2642
  # @param SlotNetInfo: 网卡状态信息
2666
- # 注意:此字段可能返回 null,表示取不到有效值。
2667
2643
  # @type SlotNetInfo: Array
2668
2644
 
2669
2645
  attr_accessor :Time, :BusinessMetrics, :SlotNetInfo
@@ -2907,13 +2883,10 @@ module TencentCloud
2907
2883
  # 网卡流量指标数据
2908
2884
  class SlotNetInfo < TencentCloud::Common::AbstractModel
2909
2885
  # @param NetInfoName: 网卡名
2910
- # 注意:此字段可能返回 null,表示取不到有效值。
2911
2886
  # @type NetInfoName: String
2912
2887
  # @param PublicIP: 公网IP
2913
- # 注意:此字段可能返回 null,表示取不到有效值。
2914
2888
  # @type PublicIP: String
2915
2889
  # @param Current: 指标数据(bps/ms/%)
2916
- # 注意:此字段可能返回 null,表示取不到有效值。
2917
2890
  # @type Current: Float
2918
2891
 
2919
2892
  attr_accessor :NetInfoName, :PublicIP, :Current
@@ -3251,7 +3224,6 @@ module TencentCloud
3251
3224
  # @param Status: 激活状态, 空:全部; 1:待激活; 2:已激活
3252
3225
  # @type Status: Integer
3253
3226
  # @param ActiveTime: 激活时间
3254
- # 注意:此字段可能返回 null,表示取不到有效值。
3255
3227
  # @type ActiveTime: String
3256
3228
  # @param Description: 厂商备注
3257
3229
  # @type Description: String
@@ -3261,7 +3233,6 @@ module TencentCloud
3261
3233
  # 注:设备为租户付费且未激活(未选择月付还是永久付费)时,此参数返回1,仅代表租户付费。后续将废弃此参数,新接入请使用LicensePayMode和Payer
3262
3234
  # @type LicenseChargingMode: Integer
3263
3235
  # @param LastOnlineTime: 最后在线时间
3264
- # 注意:此字段可能返回 null,表示取不到有效值。
3265
3236
  # @type LastOnlineTime: String
3266
3237
  # @param LicensePayMode: license授权有效期
3267
3238
  # 0:月度授权
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mna
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1003
4
+ version: 3.0.1004
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-02-20 00:00:00.000000000 Z
11
+ date: 2025-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common