tencentcloud-sdk-hai 3.0.1025 → 3.0.1026
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 -15
- 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: a6abd36ac9ba382e8b6460636508d809a7d6bcc0
|
4
|
+
data.tar.gz: 1250575bd8a514aefd406bf9b288109fc2eb2ba6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba7cb7cbd72ab52441061219f67b2af8db3a4883451fb272e1b3b5b607c1f370e3d1e1dd2c469b0eac367fa5e9caf082f12b31560aa63df6328ae5972d4aa779
|
7
|
+
data.tar.gz: 7177ce6f2e0607376cb042d5d53a4c695aa270fb7ad0b9673ab77c762e6688f265aa694e4a7507e1f28c452d760b148c14e6d3133239516f59ddcb6fc0d1ad4b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1026
|
data/lib/v20230812/models.rb
CHANGED
@@ -405,7 +405,6 @@ module TencentCloud
|
|
405
405
|
# DescribeRegions返回参数结构体
|
406
406
|
class DescribeRegionsResponse < TencentCloud::Common::AbstractModel
|
407
407
|
# @param RegionSet: 地域列表
|
408
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
409
408
|
# @type RegionSet: Array
|
410
409
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
411
410
|
# @type RequestId: String
|
@@ -449,7 +448,6 @@ module TencentCloud
|
|
449
448
|
# DescribeScenes返回参数结构体
|
450
449
|
class DescribeScenesResponse < TencentCloud::Common::AbstractModel
|
451
450
|
# @param SceneSet: 场景详情
|
452
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
453
451
|
# @type SceneSet: Array
|
454
452
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
455
453
|
# @type RequestId: String
|
@@ -971,7 +969,6 @@ module TencentCloud
|
|
971
969
|
# HAI 实例的网络配置和消耗情况
|
972
970
|
class NetworkStatus < TencentCloud::Common::AbstractModel
|
973
971
|
# @param InstanceId: HAI 的实例 ID
|
974
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
975
972
|
# @type InstanceId: String
|
976
973
|
# @param AddressIp: 公网 IP 地址
|
977
974
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -980,10 +977,8 @@ module TencentCloud
|
|
980
977
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
981
978
|
# @type Bandwidth: Integer
|
982
979
|
# @param TotalTrafficAmount: 流量包总量,单位GB
|
983
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
984
980
|
# @type TotalTrafficAmount: Float
|
985
981
|
# @param RemainingTrafficAmount: 流量包剩余量,单位GB
|
986
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
987
982
|
# @type RemainingTrafficAmount: Float
|
988
983
|
|
989
984
|
attr_accessor :InstanceId, :AddressIp, :Bandwidth, :TotalTrafficAmount, :RemainingTrafficAmount
|
@@ -1048,20 +1043,14 @@ module TencentCloud
|
|
1048
1043
|
# 地域列表
|
1049
1044
|
class RegionInfo < TencentCloud::Common::AbstractModel
|
1050
1045
|
# @param Region: ap-guangzhou
|
1051
|
-
|
1052
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1053
1046
|
# @type Region: String
|
1054
1047
|
# @param RegionName: 华南地区(广州)
|
1055
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1056
1048
|
# @type RegionName: String
|
1057
1049
|
# @param RegionState: 地域是否可用状态
|
1058
1050
|
# AVAILABLE:可用
|
1059
|
-
|
1060
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1061
1051
|
# @type RegionState: String
|
1062
1052
|
# @param ScholarRocketSupportState: 学术加速是否支持:
|
1063
1053
|
# NO_NEED_SUPPORT表示不需支持;NOT_SUPPORT_YET表示暂未支持;ALREADY_SUPPORT表示已经支持。对于ALREADY_SUPPORT的地域才需进一步调用DescribeScholarRocketStatus查看学术加速是开启还是关闭
|
1064
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1065
1054
|
# @type ScholarRocketSupportState: String
|
1066
1055
|
|
1067
1056
|
attr_accessor :Region, :RegionName, :RegionState, :ScholarRocketSupportState
|
@@ -1147,12 +1136,8 @@ module TencentCloud
|
|
1147
1136
|
# 场景详情
|
1148
1137
|
class SceneInfo < TencentCloud::Common::AbstractModel
|
1149
1138
|
# @param SceneId: 场景id
|
1150
|
-
|
1151
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1152
1139
|
# @type SceneId: String
|
1153
1140
|
# @param SceneName: 场景名
|
1154
|
-
|
1155
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1156
1141
|
# @type SceneName: String
|
1157
1142
|
|
1158
1143
|
attr_accessor :SceneId, :SceneName
|
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.1026
|
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-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|