tencentcloud-sdk-hai 3.0.1026 → 3.0.1028
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/v20230812/models.rb +0 -59
- 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: 68c7c7f44e78309a52e369cac7b4d821341e46cd
|
4
|
+
data.tar.gz: e4cb45d0c8021c1e0d2ace4fe007627231e45666
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d389b1afb10d86a624b49af3928f6c873ef4fac0080cb3c002d2abca2d80fa56314a7e3751e1c82c9adca6eafe6f57dc0b52fa39ef766ecad42d1c7de9022b69
|
7
|
+
data.tar.gz: e0a9ae95495c226c62abe6303340a86f8bdf0b611a43e852ef985f18e80216a9d314467b1ea976c4a5c8f4017f10cad35efa58cb3c4fd2db5d987d80d102420f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1028
|
data/lib/v20230812/models.rb
CHANGED
@@ -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
|
@@ -289,12 +278,8 @@ module TencentCloud
|
|
289
278
|
# DescribeInstances返回参数结构体
|
290
279
|
class DescribeInstancesResponse < TencentCloud::Common::AbstractModel
|
291
280
|
# @param TotalCount: 实例总数
|
292
|
-
|
293
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
294
281
|
# @type TotalCount: Integer
|
295
282
|
# @param InstanceSet: 分页实例详情
|
296
|
-
|
297
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
298
283
|
# @type InstanceSet: Array
|
299
284
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
300
285
|
# @type RequestId: String
|
@@ -495,7 +480,6 @@ module TencentCloud
|
|
495
480
|
# DescribeServiceLoginSettings返回参数结构体
|
496
481
|
class DescribeServiceLoginSettingsResponse < TencentCloud::Common::AbstractModel
|
497
482
|
# @param LoginSettings: 服务登录配置详情
|
498
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
499
483
|
# @type LoginSettings: Array
|
500
484
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
501
485
|
# @type RequestId: String
|
@@ -600,7 +584,6 @@ module TencentCloud
|
|
600
584
|
# InquirePriceRunInstances返回参数结构体
|
601
585
|
class InquirePriceRunInstancesResponse < TencentCloud::Common::AbstractModel
|
602
586
|
# @param Price: 发货参数对应的价格组合,当DryRun=True,会返回空
|
603
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
604
587
|
# @type Price: :class:`Tencentcloud::Hai.v20230812.models.Price`
|
605
588
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
606
589
|
# @type RequestId: String
|
@@ -624,10 +607,8 @@ module TencentCloud
|
|
624
607
|
# 实例信息
|
625
608
|
class Instance < TencentCloud::Common::AbstractModel
|
626
609
|
# @param InstanceId: 实例id
|
627
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
628
610
|
# @type InstanceId: String
|
629
611
|
# @param InstanceName: 实例名称
|
630
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
631
612
|
# @type InstanceName: String
|
632
613
|
# @param InstanceState: 实例状态:
|
633
614
|
# PENDING:表示创建中
|
@@ -637,73 +618,47 @@ module TencentCloud
|
|
637
618
|
# STOPPED_NO_CHARGE:表示关机不收费
|
638
619
|
# TERMINATING:表示销毁中
|
639
620
|
# TERMINATED:表示已销毁
|
640
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
641
621
|
# @type InstanceState: String
|
642
622
|
# @param ApplicationName: 应用名称
|
643
|
-
|
644
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
645
623
|
# @type ApplicationName: String
|
646
624
|
# @param BundleName: 算力套餐名称
|
647
|
-
|
648
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
649
625
|
# @type BundleName: String
|
650
626
|
# @param GPUCount: 实例所包含的GPU卡数
|
651
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
652
627
|
# @type GPUCount: Integer
|
653
628
|
# @param GPUPerformance: 算力
|
654
|
-
|
655
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
656
629
|
# @type GPUPerformance: String
|
657
630
|
# @param GPUMemory: 显存
|
658
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
659
631
|
# @type GPUMemory: String
|
660
632
|
# @param CPU: CPU核数
|
661
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
662
633
|
# @type CPU: String
|
663
634
|
# @param Memory: 内存
|
664
|
-
|
665
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
666
635
|
# @type Memory: String
|
667
636
|
# @param SystemDisk: 系统盘数据
|
668
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
669
637
|
# @type SystemDisk: :class:`Tencentcloud::Hai.v20230812.models.SystemDisk`
|
670
638
|
# @param PrivateIpAddresses: 内网ip地址
|
671
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
672
639
|
# @type PrivateIpAddresses: Array
|
673
640
|
# @param PublicIpAddresses: 公网ip地址
|
674
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
675
641
|
# @type PublicIpAddresses: Array
|
676
642
|
# @param SecurityGroupIds: 安全组ID
|
677
|
-
|
678
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
679
643
|
# @type SecurityGroupIds: Array
|
680
644
|
# @param LatestOperation: 实例最新操作
|
681
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
682
645
|
# @type LatestOperation: String
|
683
646
|
# @param LatestOperationState: 实例最新操作状态:
|
684
647
|
# SUCCESS:表示操作成功
|
685
648
|
# OPERATING:表示操作执行中
|
686
649
|
# FAILED:表示操作失败
|
687
|
-
|
688
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
689
650
|
# @type LatestOperationState: String
|
690
651
|
# @param CreateTime: 实例创建时间
|
691
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
692
652
|
# @type CreateTime: String
|
693
653
|
# @param MaxOutBandwidth: 公网出带宽上限,默认10Mbps
|
694
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
695
654
|
# @type MaxOutBandwidth: String
|
696
655
|
# @param MaxFreeTraffic: 每月免费流量,默认500G
|
697
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
698
656
|
# @type MaxFreeTraffic: String
|
699
657
|
# @param ConfigurationEnvironment: 应用配置环境
|
700
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
701
658
|
# @type ConfigurationEnvironment: String
|
702
659
|
# @param LoginServices: 实例包含的登录服务详情
|
703
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
704
660
|
# @type LoginServices: Array
|
705
661
|
# @param OSType: 应用服务的操作系统类型
|
706
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
707
662
|
# @type OSType: String
|
708
663
|
|
709
664
|
attr_accessor :InstanceId, :InstanceName, :InstanceState, :ApplicationName, :BundleName, :GPUCount, :GPUPerformance, :GPUMemory, :CPU, :Memory, :SystemDisk, :PrivateIpAddresses, :PublicIpAddresses, :SecurityGroupIds, :LatestOperation, :LatestOperationState, :CreateTime, :MaxOutBandwidth, :MaxFreeTraffic, :ConfigurationEnvironment, :LoginServices, :OSType
|
@@ -800,20 +755,14 @@ module TencentCloud
|
|
800
755
|
# 套餐价格
|
801
756
|
class ItemPrice < TencentCloud::Common::AbstractModel
|
802
757
|
# @param UnitPrice: 原单价
|
803
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
804
758
|
# @type UnitPrice: Float
|
805
759
|
# @param DiscountUnitPrice: 折扣后单价
|
806
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
807
760
|
# @type DiscountUnitPrice: Float
|
808
761
|
# @param Discount: 折扣
|
809
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
810
762
|
# @type Discount: Float
|
811
763
|
# @param ChargeUnit: 单位:时/月
|
812
|
-
|
813
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
814
764
|
# @type ChargeUnit: String
|
815
765
|
# @param Amount: 商品数量
|
816
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
817
766
|
# @type Amount: Integer
|
818
767
|
|
819
768
|
attr_accessor :UnitPrice, :DiscountUnitPrice, :Discount, :ChargeUnit, :Amount
|
@@ -838,16 +787,12 @@ module TencentCloud
|
|
838
787
|
# 分实例价格
|
839
788
|
class ItemPriceDetail < TencentCloud::Common::AbstractModel
|
840
789
|
# @param InstanceId: 实例id
|
841
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
842
790
|
# @type InstanceId: String
|
843
791
|
# @param InstancePrice: 实例价格详情
|
844
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
845
792
|
# @type InstancePrice: :class:`Tencentcloud::Hai.v20230812.models.ItemPrice`
|
846
793
|
# @param CloudDiskPrice: 磁盘价格详情
|
847
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
848
794
|
# @type CloudDiskPrice: :class:`Tencentcloud::Hai.v20230812.models.ItemPrice`
|
849
795
|
# @param InstanceTotalPrice: 该实例的总价钱
|
850
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
851
796
|
# @type InstanceTotalPrice: :class:`Tencentcloud::Hai.v20230812.models.ItemPrice`
|
852
797
|
|
853
798
|
attr_accessor :InstanceId, :InstancePrice, :CloudDiskPrice, :InstanceTotalPrice
|
@@ -879,7 +824,6 @@ module TencentCloud
|
|
879
824
|
# 登录服务详情
|
880
825
|
class LoginService < TencentCloud::Common::AbstractModel
|
881
826
|
# @param ServiceName: 登录方式名称
|
882
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
883
827
|
# @type ServiceName: String
|
884
828
|
|
885
829
|
attr_accessor :ServiceName
|
@@ -1003,13 +947,10 @@ module TencentCloud
|
|
1003
947
|
# 费用数据结构体
|
1004
948
|
class Price < TencentCloud::Common::AbstractModel
|
1005
949
|
# @param InstancePrice: 实例价格信息
|
1006
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1007
950
|
# @type InstancePrice: :class:`Tencentcloud::Hai.v20230812.models.ItemPrice`
|
1008
951
|
# @param CloudDiskPrice: 云盘价格信息
|
1009
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1010
952
|
# @type CloudDiskPrice: :class:`Tencentcloud::Hai.v20230812.models.ItemPrice`
|
1011
953
|
# @param PriceDetailSet: 分实例价格
|
1012
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1013
954
|
# @type PriceDetailSet: Array
|
1014
955
|
|
1015
956
|
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.
|
4
|
+
version: 3.0.1028
|
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-
|
11
|
+
date: 2025-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|