tencentcloud-sdk-vpc 3.0.974 → 3.0.975

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5f579bb5f0d130b943da759cd665352214f40190
4
- data.tar.gz: c6ff4c827dbd52f299a377d78cb942faa6cf3100
3
+ metadata.gz: ad2cf1b70efb702ef1a778033a6b22df50b3297b
4
+ data.tar.gz: fcf1a2329d9168d5f025f11e41ff138375cbaeca
5
5
  SHA512:
6
- metadata.gz: 6134cd267f61d1134866306333e22d6ca88336ffce56acf7f3349d67e0a6cee09e929f6ff07c09c8323b1daf8f17224846038698b472c598bca53345a0fd640a
7
- data.tar.gz: 8cf3aaee920dafe5655c2f84cb87b9102340844cb9b29dcd1d2b736547997d67edde85871d6641f90a7dd1beadb62e67d2b95d619f907c4ce90bb85e52555165
6
+ metadata.gz: 22039666b3860173ae140dc0bda20bf7a4836d580b13237d77c84d42aa37f31127eb86699e8033afe8d56cff8e5d8b599e2ef75c74da61f86d23040fa56844f0
7
+ data.tar.gz: aee3a1812b4ca1740dc157c69942cd80cb2ee4837e5401c9eec1d8d1a4f1420928e07a927b2405b605d34384842f3fb0f066bca525198020c0d69b339bc32925
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.974
1
+ 3.0.975
@@ -230,9 +230,9 @@ module TencentCloud
230
230
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
231
231
  end
232
232
 
233
- # 本接口(AllocateIp6AddressesBandwidth)用于为传统弹性公网 IPv6 实例开通 IPv6 公网带宽。
233
+ # 本接口(AllocateIp6AddressesBandwidth)用于为传统弹性公网 IPv6 地址开通 IPv6 公网带宽。
234
234
 
235
- # - 传统弹性公网 IPv6 实例默认仅具备 IPv6 内网通信能力,需为 IPv6 地址分配公网带宽后,才具备 IPv6 公网通信能力。
235
+ # - 传统弹性公网 IPv6 地址默认仅具备内网通信能力,需通过控制台或 API 接口为其分配公网带宽后,才能具备 IPv6 公网通信能力、并于传统弹性公网 IPv6 列表页可见。
236
236
  # - 支持为一个或多个传统弹性公网 IPv6 实例开通公网带宽。
237
237
 
238
238
  # @param request: Request instance for AllocateIp6AddressesBandwidth.
@@ -942,13 +942,13 @@ module TencentCloud
942
942
 
943
943
  # AllocateIp6AddressesBandwidth请求参数结构体
944
944
  class AllocateIp6AddressesBandwidthRequest < TencentCloud::Common::AbstractModel
945
- # @param Ip6Addresses: 需要开通公网访问能力的IPV6地址
945
+ # @param Ip6Addresses: 需要开通公网访问能力的IPv6地址
946
946
  # @type Ip6Addresses: Array
947
947
  # @param InternetMaxBandwidthOut: 带宽,单位Mbps。默认是1Mbps
948
948
  # @type InternetMaxBandwidthOut: Integer
949
- # @param InternetChargeType: 网络计费模式。IPV6当前支持"TRAFFIC_POSTPAID_BY_HOUR","BANDWIDTH_PACKAGE"。默认网络计费模式是"TRAFFIC_POSTPAID_BY_HOUR"。
949
+ # @param InternetChargeType: 网络计费模式。IPv6当前支持"TRAFFIC_POSTPAID_BY_HOUR","BANDWIDTH_PACKAGE"。默认网络计费模式是"TRAFFIC_POSTPAID_BY_HOUR"。
950
950
  # @type InternetChargeType: String
951
- # @param BandwidthPackageId: 带宽包id,上移账号,申请带宽包计费模式的ipv6地址需要传入.
951
+ # @param BandwidthPackageId: 带宽包id,上移账号,申请带宽包计费模式的IPv6地址需要传入.
952
952
  # @type BandwidthPackageId: String
953
953
  # @param Tags: 需要关联的标签列表。
954
954
  # @type Tags: Array
@@ -981,7 +981,7 @@ module TencentCloud
981
981
 
982
982
  # AllocateIp6AddressesBandwidth返回参数结构体
983
983
  class AllocateIp6AddressesBandwidthResponse < TencentCloud::Common::AbstractModel
984
- # @param AddressSet: 弹性公网 IPV6 的唯一 ID 列表。
984
+ # @param AddressSet: 传统弹性公网 IPv6 的唯一 ID 列表。
985
985
  # @type AddressSet: Array
986
986
  # @param TaskId: 异步任务TaskId。可以使用[DescribeTaskResult](https://cloud.tencent.com/document/api/215/36271)接口查询任务状态。
987
987
  # @type TaskId: String
@@ -1273,7 +1273,7 @@ module TencentCloud
1273
1273
  # @type PrivateIpAddress: String
1274
1274
  # @param EipDirectConnection: 指定绑定时是否设置直通。弹性公网 IP 直通请参见 [EIP 直通](https://cloud.tencent.com/document/product/1199/41709)。取值:True、False,默认值为 False。当绑定 CVM 实例、EKS 弹性集群时,可设定此参数为 True。此参数目前处于内测中,如需使用,请提交 [工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=6&level2_id=163&source=0&data_title=%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%20CLB&level3_id=1071&queue=96&scene_code=34639&step=2)。
1275
1275
  # @type EipDirectConnection: Boolean
1276
- # @param InstanceRegion: 要绑定的实例所在的地域
1276
+ # @param InstanceRegion: 要绑定的实例所在地域。默认无需填写,仅限GAAP特殊场景需指定实例所在地域。
1277
1277
  # @type InstanceRegion: String
1278
1278
 
1279
1279
  attr_accessor :AddressId, :InstanceId, :NetworkInterfaceId, :PrivateIpAddress, :EipDirectConnection, :InstanceRegion
@@ -11133,10 +11133,10 @@ module TencentCloud
11133
11133
 
11134
11134
  # DescribeIp6Addresses请求参数结构体
11135
11135
  class DescribeIp6AddressesRequest < TencentCloud::Common::AbstractModel
11136
- # @param Ip6AddressIds: 标识 IPV6 的唯一 ID 列表。IPV6 唯一 ID 形如:`eip-11112222`。参数不支持同时指定`Ip6AddressIds`和`Filters`。
11136
+ # @param Ip6AddressIds: 标识 IPv6 的唯一 ID 列表。IPv6 唯一 ID 形如:`eip-11112222`。参数不支持同时指定`Ip6AddressIds`和`Filters`。
11137
11137
  # @type Ip6AddressIds: Array
11138
11138
  # @param Filters: 每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。参数不支持同时指定`AddressIds`和`Filters`。详细的过滤条件如下:
11139
- # <li> address-ip - String - 是否必填:否 - (过滤条件)按照 IPV6 的 IP 地址过滤。</li>
11139
+ # <li> address-ip - String - 是否必填:否 - (过滤条件)按照 IPv6 的 IP 地址过滤。</li>
11140
11140
  # <li> network-interface-id - String - 是否必填:否 - (过滤条件)按照弹性网卡的唯一ID过滤。</li>
11141
11141
  # @type Filters: Array
11142
11142
  # @param Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/11646)中的相关小节。
@@ -11170,9 +11170,9 @@ module TencentCloud
11170
11170
 
11171
11171
  # DescribeIp6Addresses返回参数结构体
11172
11172
  class DescribeIp6AddressesResponse < TencentCloud::Common::AbstractModel
11173
- # @param TotalCount: 符合条件的 IPV6 数量。
11173
+ # @param TotalCount: 符合条件的 IPv6 数量。
11174
11174
  # @type TotalCount: Integer
11175
- # @param AddressSet: IPV6 详细信息列表。
11175
+ # @param AddressSet: IPv6 详细信息列表。
11176
11176
  # @type AddressSet: Array
11177
11177
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11178
11178
  # @type RequestId: String
@@ -19869,9 +19869,9 @@ module TencentCloud
19869
19869
  class ModifyIp6AddressesBandwidthRequest < TencentCloud::Common::AbstractModel
19870
19870
  # @param InternetMaxBandwidthOut: 修改的目标带宽,单位Mbps
19871
19871
  # @type InternetMaxBandwidthOut: Integer
19872
- # @param Ip6Addresses: IPV6地址。Ip6Addresses和Ip6AddressId必须且只能传一个
19872
+ # @param Ip6Addresses: IPv6地址。Ip6Addresses和Ip6AddressId必须且只能传一个
19873
19873
  # @type Ip6Addresses: Array
19874
- # @param Ip6AddressIds: IPV6地址对应的唯一ID,形如eip-xxxxxxxx。Ip6Addresses和Ip6AddressId必须且只能传一个
19874
+ # @param Ip6AddressIds: IPv6地址对应的唯一ID,形如eip-xxxxxxxx。Ip6Addresses和Ip6AddressId必须且只能传一个
19875
19875
  # @type Ip6AddressIds: Array
19876
19876
 
19877
19877
  attr_accessor :InternetMaxBandwidthOut, :Ip6Addresses, :Ip6AddressIds
@@ -23282,9 +23282,9 @@ module TencentCloud
23282
23282
 
23283
23283
  # ReleaseIp6AddressesBandwidth请求参数结构体
23284
23284
  class ReleaseIp6AddressesBandwidthRequest < TencentCloud::Common::AbstractModel
23285
- # @param Ip6Addresses: IPV6地址。Ip6Addresses和Ip6AddressIds必须且只能传一个
23285
+ # @param Ip6Addresses: IPv6地址。Ip6Addresses和Ip6AddressIds必须且只能传一个
23286
23286
  # @type Ip6Addresses: Array
23287
- # @param Ip6AddressIds: IPV6地址对应的唯一ID,形如eip-xxxxxxxx。Ip6Addresses和Ip6AddressIds必须且只能传一个。
23287
+ # @param Ip6AddressIds: IPv6地址对应的唯一ID,形如eip-xxxxxxxx。Ip6Addresses和Ip6AddressIds必须且只能传一个。
23288
23288
  # @type Ip6AddressIds: Array
23289
23289
 
23290
23290
  attr_accessor :Ip6Addresses, :Ip6AddressIds
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.974
4
+ version: 3.0.975
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-02 00:00:00.000000000 Z
11
+ date: 2025-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common