tencentcloud-sdk-hai 3.0.1026 → 3.0.1027

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/v20230812/models.rb +0 -25
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a6abd36ac9ba382e8b6460636508d809a7d6bcc0
4
- data.tar.gz: 1250575bd8a514aefd406bf9b288109fc2eb2ba6
3
+ metadata.gz: dddb54ded7bf2fb295f1c068074d5e761e48e4d5
4
+ data.tar.gz: 094b80644644c70213d0c074092e30a22958a96e
5
5
  SHA512:
6
- metadata.gz: ba7cb7cbd72ab52441061219f67b2af8db3a4883451fb272e1b3b5b607c1f370e3d1e1dd2c469b0eac367fa5e9caf082f12b31560aa63df6328ae5972d4aa779
7
- data.tar.gz: 7177ce6f2e0607376cb042d5d53a4c695aa270fb7ad0b9673ab77c762e6688f265aa694e4a7507e1f28c452d760b148c14e6d3133239516f59ddcb6fc0d1ad4b
6
+ metadata.gz: 0b6e0856baf3e696143b5001526397c9e81d402497a86bd5232be20ff9c195130fc63607ed3068f8d191f071a9bfd85b1828c7f212fa02da404be2478f00a8ee
7
+ data.tar.gz: 227425347f542eb9b300d6ecb7bd3809d731539d97e2124cdeffaef2764b0a39de12b6653c47f2ae7d9fb0ed7b9d755e28bd6a515c8929e92b4bd5802a526eab
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1026
1
+ 3.0.1027
@@ -20,34 +20,23 @@ module TencentCloud
20
20
  # 应用信息
21
21
  class ApplicationInfo < TencentCloud::Common::AbstractModel
22
22
  # @param ApplicationId: 应用id
23
-
24
- # 注意:此字段可能返回 null,表示取不到有效值。
25
23
  # @type ApplicationId: String
26
24
  # @param ApplicationName: 应用名称
27
- # 注意:此字段可能返回 null,表示取不到有效值。
28
25
  # @type ApplicationName: String
29
26
  # @param Description: 应用描述
30
-
31
- # 注意:此字段可能返回 null,表示取不到有效值。
32
27
  # @type Description: String
33
28
  # @param ConfigEnvironment: 应用的环境配置
34
- # 注意:此字段可能返回 null,表示取不到有效值。
35
29
  # @type ConfigEnvironment: String
36
30
  # @param MinSystemDiskSize: 系统盘大小下限
37
- # 注意:此字段可能返回 null,表示取不到有效值。
38
31
  # @type MinSystemDiskSize: Integer
39
32
  # @param ApplicationType: 应用类型,目前该项取值可以为PRIVATE_APPLICATION或者PUBLIC_APPLICATION
40
- # 注意:此字段可能返回 null,表示取不到有效值。
41
33
  # @type ApplicationType: String
42
34
  # @param ApplicationState: 应用状态:CREATING-创建中;ONLINE -正常在线;DELETING -删除中;ARREARS - 欠费隔离
43
35
  # 示例值:ONLINE
44
- # 注意:此字段可能返回 null,表示取不到有效值。
45
36
  # @type ApplicationState: String
46
37
  # @param CreateTime: 应用创建时间
47
- # 注意:此字段可能返回 null,表示取不到有效值。
48
38
  # @type CreateTime: String
49
39
  # @param ApplicationSize: 应用大小
50
- # 注意:此字段可能返回 null,表示取不到有效值。
51
40
  # @type ApplicationSize: Integer
52
41
 
53
42
  attr_accessor :ApplicationId, :ApplicationName, :Description, :ConfigEnvironment, :MinSystemDiskSize, :ApplicationType, :ApplicationState, :CreateTime, :ApplicationSize
@@ -600,7 +589,6 @@ module TencentCloud
600
589
  # InquirePriceRunInstances返回参数结构体
601
590
  class InquirePriceRunInstancesResponse < TencentCloud::Common::AbstractModel
602
591
  # @param Price: 发货参数对应的价格组合,当DryRun=True,会返回空
603
- # 注意:此字段可能返回 null,表示取不到有效值。
604
592
  # @type Price: :class:`Tencentcloud::Hai.v20230812.models.Price`
605
593
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
606
594
  # @type RequestId: String
@@ -800,20 +788,14 @@ module TencentCloud
800
788
  # 套餐价格
801
789
  class ItemPrice < TencentCloud::Common::AbstractModel
802
790
  # @param UnitPrice: 原单价
803
- # 注意:此字段可能返回 null,表示取不到有效值。
804
791
  # @type UnitPrice: Float
805
792
  # @param DiscountUnitPrice: 折扣后单价
806
- # 注意:此字段可能返回 null,表示取不到有效值。
807
793
  # @type DiscountUnitPrice: Float
808
794
  # @param Discount: 折扣
809
- # 注意:此字段可能返回 null,表示取不到有效值。
810
795
  # @type Discount: Float
811
796
  # @param ChargeUnit: 单位:时/月
812
-
813
- # 注意:此字段可能返回 null,表示取不到有效值。
814
797
  # @type ChargeUnit: String
815
798
  # @param Amount: 商品数量
816
- # 注意:此字段可能返回 null,表示取不到有效值。
817
799
  # @type Amount: Integer
818
800
 
819
801
  attr_accessor :UnitPrice, :DiscountUnitPrice, :Discount, :ChargeUnit, :Amount
@@ -838,16 +820,12 @@ module TencentCloud
838
820
  # 分实例价格
839
821
  class ItemPriceDetail < TencentCloud::Common::AbstractModel
840
822
  # @param InstanceId: 实例id
841
- # 注意:此字段可能返回 null,表示取不到有效值。
842
823
  # @type InstanceId: String
843
824
  # @param InstancePrice: 实例价格详情
844
- # 注意:此字段可能返回 null,表示取不到有效值。
845
825
  # @type InstancePrice: :class:`Tencentcloud::Hai.v20230812.models.ItemPrice`
846
826
  # @param CloudDiskPrice: 磁盘价格详情
847
- # 注意:此字段可能返回 null,表示取不到有效值。
848
827
  # @type CloudDiskPrice: :class:`Tencentcloud::Hai.v20230812.models.ItemPrice`
849
828
  # @param InstanceTotalPrice: 该实例的总价钱
850
- # 注意:此字段可能返回 null,表示取不到有效值。
851
829
  # @type InstanceTotalPrice: :class:`Tencentcloud::Hai.v20230812.models.ItemPrice`
852
830
 
853
831
  attr_accessor :InstanceId, :InstancePrice, :CloudDiskPrice, :InstanceTotalPrice
@@ -1003,13 +981,10 @@ module TencentCloud
1003
981
  # 费用数据结构体
1004
982
  class Price < TencentCloud::Common::AbstractModel
1005
983
  # @param InstancePrice: 实例价格信息
1006
- # 注意:此字段可能返回 null,表示取不到有效值。
1007
984
  # @type InstancePrice: :class:`Tencentcloud::Hai.v20230812.models.ItemPrice`
1008
985
  # @param CloudDiskPrice: 云盘价格信息
1009
- # 注意:此字段可能返回 null,表示取不到有效值。
1010
986
  # @type CloudDiskPrice: :class:`Tencentcloud::Hai.v20230812.models.ItemPrice`
1011
987
  # @param PriceDetailSet: 分实例价格
1012
- # 注意:此字段可能返回 null,表示取不到有效值。
1013
988
  # @type PriceDetailSet: Array
1014
989
 
1015
990
  attr_accessor :InstancePrice, :CloudDiskPrice, :PriceDetailSet
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-hai
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1026
4
+ version: 3.0.1027
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-03-24 00:00:00.000000000 Z
11
+ date: 2025-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common