tencentcloud-sdk-dc 3.0.980 → 3.0.981

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e00fbf9d7c39ae1e42034a90641716b8f44b0b7
4
- data.tar.gz: 4ffd7d6be6c6b19370a248cf5a9fcf2c5f940d24
3
+ metadata.gz: f04b225d72b28d1a070f07f8da7b7b662c6aaadc
4
+ data.tar.gz: a97a80a6c8686e3eb0bb466661196f59ef0f422f
5
5
  SHA512:
6
- metadata.gz: cc59ea49dfdfaec941d00f794f08a149473e8e4bbe4e4e18b18aeddf5508a5aeb26ba0315a7ef39eb7ace200366ae31d2c77d8658b1dc86ca14753ada05aa724
7
- data.tar.gz: c26044d3409ca89d0175f97f065de7ff6daba1dd42505f39fa0cc28640a20e4445a9c0b2e1d0adaa63a7c366ed81bf873b179a53786f4acbbce7114ab9ed4145
6
+ metadata.gz: 9634487f6dab139d0198858478f2dd6531dc396ead551922ee496e1e8107bdea96c60fa705e2c7ffc56525190b15baaea6a49934122c4eb057b797e6ef2ad433
7
+ data.tar.gz: d6946a607c55eb204254949476fb94621e4cfad03fef836fd57ea8fc5ee9d123a3270b7ff6aee969f5b436a07d9c062344679683c17de0722f8b887a5f6b3e2b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.980
1
+ 3.0.981
@@ -1054,12 +1054,7 @@ module TencentCloud
1054
1054
  # @type Offset: Integer
1055
1055
  # @param Limit: 返回数量,默认为20,最大值100
1056
1056
  # @type Limit: Integer
1057
- # @param Filters: 过滤条件:
1058
- # <li>AddrType, 地址类型。0:BGP 1; 1: 电信, 2:移动, 3:联通</li>
1059
- # <li>AddrProto地址类型。0:IPv4 1:IPv6</li>
1060
- # <li>Status 地址状态。 0:使用中, 1:已停用, 2:已退还</li>
1061
- # <li>Subnet 互联网公网地址,数组</li>
1062
- # <InstanceIds>互联网公网地址ID,数组</li>
1057
+ # @param Filters: 过滤条件: <li>AddrType,地址类型。0:BGP 1;1: 电信;2:移动;3:联通</li> <li>AddrProto,地址类型。0:IPv4;1:IPv6</li> <li>Status,地址状态。 0:使用中;1:已停用; 2:已退还</li> <li>Subnet,互联网公网地址。数组</li> <li>InstanceIds,互联网公网地址ID。数组</li>
1063
1058
  # @type Filters: Array
1064
1059
 
1065
1060
  attr_accessor :Offset, :Limit, :Filters
@@ -1089,7 +1084,6 @@ module TencentCloud
1089
1084
  # @param TotalCount: 互联网公网地址数量
1090
1085
  # @type TotalCount: Integer
1091
1086
  # @param Subnets: 互联网公网地址列表
1092
- # 注意:此字段可能返回 null,表示取不到有效值。
1093
1087
  # @type Subnets: Array
1094
1088
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1095
1089
  # @type RequestId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.980
4
+ version: 3.0.981
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-01-12 00:00:00.000000000 Z
11
+ date: 2025-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common