tencentcloud-sdk-hai 3.0.1027 → 3.0.1029

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 -34
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dddb54ded7bf2fb295f1c068074d5e761e48e4d5
4
- data.tar.gz: 094b80644644c70213d0c074092e30a22958a96e
3
+ metadata.gz: 2fb3eb33867f621ac3cc1497c9e4136e9e812a67
4
+ data.tar.gz: b84520b261725937972824742e67408927a7e2ea
5
5
  SHA512:
6
- metadata.gz: 0b6e0856baf3e696143b5001526397c9e81d402497a86bd5232be20ff9c195130fc63607ed3068f8d191f071a9bfd85b1828c7f212fa02da404be2478f00a8ee
7
- data.tar.gz: 227425347f542eb9b300d6ecb7bd3809d731539d97e2124cdeffaef2764b0a39de12b6653c47f2ae7d9fb0ed7b9d755e28bd6a515c8929e92b4bd5802a526eab
6
+ metadata.gz: 692736fb6cb62f139dd558c40d064183274439e29c711103e3855ae0f3579b96a4a7200e3427c6a27dbb137febf4ce475e7fafbc6f45437ffd6a1eadbf3249d2
7
+ data.tar.gz: 4c6fca606807b9190b332c63ff6fc9523a3d2ecb895cde9b73b8732de18f32c17b6bdd41386a41e48129bd3f14bfa1be237cfc488de63b7845ee84aaf930b5ae
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1027
1
+ 3.0.1029
@@ -278,12 +278,8 @@ module TencentCloud
278
278
  # DescribeInstances返回参数结构体
279
279
  class DescribeInstancesResponse < TencentCloud::Common::AbstractModel
280
280
  # @param TotalCount: 实例总数
281
-
282
- # 注意:此字段可能返回 null,表示取不到有效值。
283
281
  # @type TotalCount: Integer
284
282
  # @param InstanceSet: 分页实例详情
285
-
286
- # 注意:此字段可能返回 null,表示取不到有效值。
287
283
  # @type InstanceSet: Array
288
284
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
289
285
  # @type RequestId: String
@@ -484,7 +480,6 @@ module TencentCloud
484
480
  # DescribeServiceLoginSettings返回参数结构体
485
481
  class DescribeServiceLoginSettingsResponse < TencentCloud::Common::AbstractModel
486
482
  # @param LoginSettings: 服务登录配置详情
487
- # 注意:此字段可能返回 null,表示取不到有效值。
488
483
  # @type LoginSettings: Array
489
484
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
490
485
  # @type RequestId: String
@@ -612,10 +607,8 @@ module TencentCloud
612
607
  # 实例信息
613
608
  class Instance < TencentCloud::Common::AbstractModel
614
609
  # @param InstanceId: 实例id
615
- # 注意:此字段可能返回 null,表示取不到有效值。
616
610
  # @type InstanceId: String
617
611
  # @param InstanceName: 实例名称
618
- # 注意:此字段可能返回 null,表示取不到有效值。
619
612
  # @type InstanceName: String
620
613
  # @param InstanceState: 实例状态:
621
614
  # PENDING:表示创建中
@@ -625,73 +618,47 @@ module TencentCloud
625
618
  # STOPPED_NO_CHARGE:表示关机不收费
626
619
  # TERMINATING:表示销毁中
627
620
  # TERMINATED:表示已销毁
628
- # 注意:此字段可能返回 null,表示取不到有效值。
629
621
  # @type InstanceState: String
630
622
  # @param ApplicationName: 应用名称
631
-
632
- # 注意:此字段可能返回 null,表示取不到有效值。
633
623
  # @type ApplicationName: String
634
624
  # @param BundleName: 算力套餐名称
635
-
636
- # 注意:此字段可能返回 null,表示取不到有效值。
637
625
  # @type BundleName: String
638
626
  # @param GPUCount: 实例所包含的GPU卡数
639
- # 注意:此字段可能返回 null,表示取不到有效值。
640
627
  # @type GPUCount: Integer
641
628
  # @param GPUPerformance: 算力
642
-
643
- # 注意:此字段可能返回 null,表示取不到有效值。
644
629
  # @type GPUPerformance: String
645
630
  # @param GPUMemory: 显存
646
- # 注意:此字段可能返回 null,表示取不到有效值。
647
631
  # @type GPUMemory: String
648
632
  # @param CPU: CPU核数
649
- # 注意:此字段可能返回 null,表示取不到有效值。
650
633
  # @type CPU: String
651
634
  # @param Memory: 内存
652
-
653
- # 注意:此字段可能返回 null,表示取不到有效值。
654
635
  # @type Memory: String
655
636
  # @param SystemDisk: 系统盘数据
656
- # 注意:此字段可能返回 null,表示取不到有效值。
657
637
  # @type SystemDisk: :class:`Tencentcloud::Hai.v20230812.models.SystemDisk`
658
638
  # @param PrivateIpAddresses: 内网ip地址
659
- # 注意:此字段可能返回 null,表示取不到有效值。
660
639
  # @type PrivateIpAddresses: Array
661
640
  # @param PublicIpAddresses: 公网ip地址
662
- # 注意:此字段可能返回 null,表示取不到有效值。
663
641
  # @type PublicIpAddresses: Array
664
642
  # @param SecurityGroupIds: 安全组ID
665
-
666
- # 注意:此字段可能返回 null,表示取不到有效值。
667
643
  # @type SecurityGroupIds: Array
668
644
  # @param LatestOperation: 实例最新操作
669
- # 注意:此字段可能返回 null,表示取不到有效值。
670
645
  # @type LatestOperation: String
671
646
  # @param LatestOperationState: 实例最新操作状态:
672
647
  # SUCCESS:表示操作成功
673
648
  # OPERATING:表示操作执行中
674
649
  # FAILED:表示操作失败
675
-
676
- # 注意:此字段可能返回 null,表示取不到有效值。
677
650
  # @type LatestOperationState: String
678
651
  # @param CreateTime: 实例创建时间
679
- # 注意:此字段可能返回 null,表示取不到有效值。
680
652
  # @type CreateTime: String
681
653
  # @param MaxOutBandwidth: 公网出带宽上限,默认10Mbps
682
- # 注意:此字段可能返回 null,表示取不到有效值。
683
654
  # @type MaxOutBandwidth: String
684
655
  # @param MaxFreeTraffic: 每月免费流量,默认500G
685
- # 注意:此字段可能返回 null,表示取不到有效值。
686
656
  # @type MaxFreeTraffic: String
687
657
  # @param ConfigurationEnvironment: 应用配置环境
688
- # 注意:此字段可能返回 null,表示取不到有效值。
689
658
  # @type ConfigurationEnvironment: String
690
659
  # @param LoginServices: 实例包含的登录服务详情
691
- # 注意:此字段可能返回 null,表示取不到有效值。
692
660
  # @type LoginServices: Array
693
661
  # @param OSType: 应用服务的操作系统类型
694
- # 注意:此字段可能返回 null,表示取不到有效值。
695
662
  # @type OSType: String
696
663
 
697
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
@@ -857,7 +824,6 @@ module TencentCloud
857
824
  # 登录服务详情
858
825
  class LoginService < TencentCloud::Common::AbstractModel
859
826
  # @param ServiceName: 登录方式名称
860
- # 注意:此字段可能返回 null,表示取不到有效值。
861
827
  # @type ServiceName: String
862
828
 
863
829
  attr_accessor :ServiceName
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.1027
4
+ version: 3.0.1029
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-25 00:00:00.000000000 Z
11
+ date: 2025-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common