tencentcloud-sdk-vpc 3.0.573 → 3.0.575
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 +7 -7
- 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: 5b6a6cb1c4599b8e466add03ad7d2f53fe0d3cbe
|
|
4
|
+
data.tar.gz: 2fa88e797ba116b983a990adf892bb64cafd95c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45fb054d15ab4c74c191371947e80415bbc7d270ca97a2f992932281effb315dd8391fca761043e827cfd5f4b3ce1714bad58bb7fac1b39c8bdf0400c11374fa
|
|
7
|
+
data.tar.gz: d999661a9cbb0591985a8b0992ca0c9b93c75790afcbe85fd61742abdc67c08822e97ae07bf3e6de7c838bf2ae66c2f35a5f18146112a7c59d11d51d99b66b54
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.575
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -923,7 +923,7 @@ module TencentCloud
|
|
|
923
923
|
# @type PrivateIpAddresses: Array
|
|
924
924
|
# @param SecondaryPrivateIpAddressCount: 新申请的内网IP地址个数,与PrivateIpAddresses至少提供一个。内网IP地址个数总和不能超过配额数,详见<a href="/document/product/576/18527">弹性网卡使用限制</a>。
|
|
925
925
|
# @type SecondaryPrivateIpAddressCount: Integer
|
|
926
|
-
# @param QosLevel: IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT、AU、AG、DEFAULT
|
|
926
|
+
# @param QosLevel: IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。
|
|
927
927
|
# @type QosLevel: String
|
|
928
928
|
|
|
929
929
|
attr_accessor :NetworkInterfaceId, :PrivateIpAddresses, :SecondaryPrivateIpAddressCount, :QosLevel
|
|
@@ -2524,7 +2524,7 @@ module TencentCloud
|
|
|
2524
2524
|
# @type PrivateIpAddresses: Array
|
|
2525
2525
|
# @param SecondaryPrivateIpAddressCount: 新申请的内网IP地址个数,内网IP地址个数总和不能超过配额数。
|
|
2526
2526
|
# @type SecondaryPrivateIpAddressCount: Integer
|
|
2527
|
-
# @param QosLevel: IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT、AU、AG、DEFAULT
|
|
2527
|
+
# @param QosLevel: IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。
|
|
2528
2528
|
# @type QosLevel: String
|
|
2529
2529
|
# @param SecurityGroupIds: 指定绑定的安全组,例如:['sg-1dd51d']。
|
|
2530
2530
|
# @type SecurityGroupIds: Array
|
|
@@ -3708,7 +3708,7 @@ module TencentCloud
|
|
|
3708
3708
|
# @type NetworkInterfaceDescription: String
|
|
3709
3709
|
# @param SecondaryPrivateIpAddressCount: 新申请的内网IP地址个数,内网IP地址个数总和不能超过配额数。
|
|
3710
3710
|
# @type SecondaryPrivateIpAddressCount: Integer
|
|
3711
|
-
# @param QosLevel: IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT、AU、AG、DEFAULT
|
|
3711
|
+
# @param QosLevel: IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。
|
|
3712
3712
|
# @type QosLevel: String
|
|
3713
3713
|
# @param SecurityGroupIds: 指定绑定的安全组,例如:['sg-1dd51d']。
|
|
3714
3714
|
# @type SecurityGroupIds: Array
|
|
@@ -10260,7 +10260,7 @@ module TencentCloud
|
|
|
10260
10260
|
# @type EndDate: String
|
|
10261
10261
|
# @param Offset: 偏移量,默认为0。
|
|
10262
10262
|
# @type Offset: Integer
|
|
10263
|
-
# @param Limit: 返回数量,默认为20,最大为
|
|
10263
|
+
# @param Limit: 返回数量,默认为20,最大为100。
|
|
10264
10264
|
# @type Limit: Integer
|
|
10265
10265
|
|
|
10266
10266
|
attr_accessor :BusinessType, :InstanceId, :StartDate, :EndDate, :Offset, :Limit
|
|
@@ -10854,7 +10854,7 @@ module TencentCloud
|
|
|
10854
10854
|
|
|
10855
10855
|
# DescribeVpcEndPointService请求参数结构体
|
|
10856
10856
|
class DescribeVpcEndPointServiceRequest < TencentCloud::Common::AbstractModel
|
|
10857
|
-
# @param Filters:
|
|
10857
|
+
# @param Filters: 过滤条件。不支持同时传入参数 EndPointServiceIds and Filters。
|
|
10858
10858
|
# <li> service-id - String - (过滤条件)终端节点服务唯一ID。</li>
|
|
10859
10859
|
# <li>service-name - String - (过滤条件)终端节点实例名称。</li>
|
|
10860
10860
|
# <li>service-instance-id - String - (过滤条件)后端服务的唯一ID,比如lb-xxx。</li>
|
|
@@ -10864,7 +10864,7 @@ module TencentCloud
|
|
|
10864
10864
|
# @type Offset: Integer
|
|
10865
10865
|
# @param Limit: 单页返回数量,默认为20,最大值为100。
|
|
10866
10866
|
# @type Limit: Integer
|
|
10867
|
-
# @param EndPointServiceIds: 终端节点服务ID。
|
|
10867
|
+
# @param EndPointServiceIds: 终端节点服务ID。不支持同时传入参数 EndPointServiceIds and Filters。
|
|
10868
10868
|
# @type EndPointServiceIds: Array
|
|
10869
10869
|
|
|
10870
10870
|
attr_accessor :Filters, :Offset, :Limit, :EndPointServiceIds
|
|
@@ -15772,7 +15772,7 @@ module TencentCloud
|
|
|
15772
15772
|
class ModifyNetworkInterfaceQosRequest < TencentCloud::Common::AbstractModel
|
|
15773
15773
|
# @param NetworkInterfaceIds: 弹性网卡ID,支持批量修改。
|
|
15774
15774
|
# @type NetworkInterfaceIds: Array
|
|
15775
|
-
# @param QosLevel: 服务质量,可选值:PT、AU、AG、DEFAULT
|
|
15775
|
+
# @param QosLevel: 服务质量,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。
|
|
15776
15776
|
# @type QosLevel: String
|
|
15777
15777
|
# @param DirectSendMaxPort: DirectSend端口范围最大值。
|
|
15778
15778
|
# @type DirectSendMaxPort: Integer
|
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.575
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-05-
|
|
11
|
+
date: 2023-05-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|