tencentcloud-sdk-vpc 3.0.1023 → 3.0.1024
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/v20170312/models.rb +0 -17
- 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: d1cde3b3a592f826f92bd0632698050dab6c89a1
|
4
|
+
data.tar.gz: 9dc3d0dd2f8e68854e6ef243038690079927815a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12e6dbe3571b68916984ede9c9ba9e16a5e894c7b335f54742eebc5b9cdeb3ab33d20775ce00b339d2dbedba4876c8edb3a7697329d4de5b2d053315bc939553
|
7
|
+
data.tar.gz: e5c2359ea8b24fcb786b284f7db3e59cbc41a67aedc99a23732a4c3695eebf22a18a9a2b2241ec54732bb4a3fd7dbd6248cbc788af0b47c655a4d72891463438
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1024
|
data/lib/v20170312/models.rb
CHANGED
@@ -18723,10 +18723,8 @@ module TencentCloud
|
|
18723
18723
|
# @param UnitPrice: 付费单价,单位:元,仅后付费价格查询返回。
|
18724
18724
|
# @type UnitPrice: Float
|
18725
18725
|
# @param DiscountPrice: 折扣后的价格,单位:元。
|
18726
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18727
18726
|
# @type DiscountPrice: Float
|
18728
18727
|
# @param ChargeUnit: 计价单元,可取值范围:<ul> <li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR)。</li></ul>
|
18729
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18730
18728
|
# @type ChargeUnit: String
|
18731
18729
|
# @param OriginalPrice: 原价,单位:元,仅预付费价格查询返回。
|
18732
18730
|
# @type OriginalPrice: Float
|
@@ -18954,31 +18952,22 @@ module TencentCloud
|
|
18954
18952
|
# IP地理位置信息
|
18955
18953
|
class IpGeolocationInfo < TencentCloud::Common::AbstractModel
|
18956
18954
|
# @param Country: 国家信息
|
18957
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18958
18955
|
# @type Country: String
|
18959
18956
|
# @param Province: 省、州、郡一级行政区域信息
|
18960
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18961
18957
|
# @type Province: String
|
18962
18958
|
# @param City: 市一级行政区域信息
|
18963
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18964
18959
|
# @type City: String
|
18965
18960
|
# @param Region: 市内区域信息
|
18966
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18967
18961
|
# @type Region: String
|
18968
18962
|
# @param Isp: 接入运营商信息
|
18969
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18970
18963
|
# @type Isp: String
|
18971
18964
|
# @param AsName: 骨干运营商名称
|
18972
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18973
18965
|
# @type AsName: String
|
18974
18966
|
# @param AsId: 骨干运营商AS号
|
18975
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18976
18967
|
# @type AsId: String
|
18977
18968
|
# @param Comment: 注释信息。目前的填充值为移动接入用户的APN值,如无APN属性则为空
|
18978
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18979
18969
|
# @type Comment: String
|
18980
18970
|
# @param AddressIp: IP地址
|
18981
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18982
18971
|
# @type AddressIp: String
|
18983
18972
|
|
18984
18973
|
attr_accessor :Country, :Province, :City, :Region, :Isp, :AsName, :AsId, :Comment, :AddressIp
|
@@ -23646,7 +23635,6 @@ module TencentCloud
|
|
23646
23635
|
# @param QuotaLimit: 配额数量
|
23647
23636
|
# @type QuotaLimit: Integer
|
23648
23637
|
# @param QuotaGroup: 配额所属的网络组
|
23649
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
23650
23638
|
# @type QuotaGroup: String
|
23651
23639
|
|
23652
23640
|
attr_accessor :QuotaId, :QuotaCurrent, :QuotaLimit, :QuotaGroup
|
@@ -26742,10 +26730,8 @@ module TencentCloud
|
|
26742
26730
|
# @param Value: 实际流量,单位为 字节
|
26743
26731
|
# @type Value: Integer
|
26744
26732
|
# @param FormatValue: 格式化后的流量,单位见参数 FormatUnit
|
26745
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26746
26733
|
# @type FormatValue: Float
|
26747
26734
|
# @param FormatUnit: 格式化后流量的单位
|
26748
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26749
26735
|
# @type FormatUnit: String
|
26750
26736
|
|
26751
26737
|
attr_accessor :Value, :FormatValue, :FormatUnit
|
@@ -26938,7 +26924,6 @@ module TencentCloud
|
|
26938
26924
|
# @param TrafficPackageId: 流量包唯一ID
|
26939
26925
|
# @type TrafficPackageId: String
|
26940
26926
|
# @param TrafficPackageName: 流量包名称
|
26941
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26942
26927
|
# @type TrafficPackageName: String
|
26943
26928
|
# @param TotalAmount: 流量包总量,单位GB
|
26944
26929
|
# @type TotalAmount: Float
|
@@ -26953,7 +26938,6 @@ module TencentCloud
|
|
26953
26938
|
# @param UsedAmount: 已使用的流量,单位GB
|
26954
26939
|
# @type UsedAmount: Float
|
26955
26940
|
# @param TagSet: 流量包标签
|
26956
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26957
26941
|
# @type TagSet: Array
|
26958
26942
|
# @param DeductType: 区分闲时流量包与全时流量包
|
26959
26943
|
# @type DeductType: String
|
@@ -27559,7 +27543,6 @@ module TencentCloud
|
|
27559
27543
|
# @param TrafficPackageId: 流量包唯一ID
|
27560
27544
|
# @type TrafficPackageId: String
|
27561
27545
|
# @param TrafficPackageName: 流量包名称
|
27562
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
27563
27546
|
# @type TrafficPackageName: String
|
27564
27547
|
# @param TotalAmount: 流量包总量
|
27565
27548
|
# @type TotalAmount: :class:`Tencentcloud::Vpc.v20170312.models.TrafficFlow`
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-vpc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1024
|
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-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|