tencentcloud-sdk-vpc 3.0.1073 → 3.0.1074
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 +16 -13
- 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: 74ba3abaf4b1eb70aacc1a8fccde513dfb938df4
|
4
|
+
data.tar.gz: 7e69548ddfc9d365186164d150e7678089618b7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee29346492cd0bed2951c629b4cb4ed524d4d65400402380f8182413a9042e41b97a87125c5a93c626e8e71a40c3566b0f87012b06a640ce2ebe3fc41d6322c3
|
7
|
+
data.tar.gz: a5e81bbed979acd902e2f635840edfe2d9d882aacf243356ce655e6bb3df74071143ff0afe985166ddd3b07f90e59a4b784e9aa62bf36d01d6c9db57e445536e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1074
|
data/lib/v20170312/models.rb
CHANGED
@@ -793,8 +793,8 @@ module TencentCloud
|
|
793
793
|
|
794
794
|
attr_accessor :AddressCount, :InternetServiceProvider, :InternetChargeType, :InternetMaxBandwidthOut, :AddressChargePrepaid, :AddressType, :AnycastZone, :VipCluster, :ApplicableForCLB, :Tags, :BandwidthPackageId, :AddressName, :DedicatedClusterId, :IsDedicatedAddressPool, :Egress, :AntiDDoSPackageId, :ClientToken
|
795
795
|
extend Gem::Deprecate
|
796
|
-
deprecate :ApplicableForCLB, :none, 2025,
|
797
|
-
deprecate :ApplicableForCLB=, :none, 2025,
|
796
|
+
deprecate :ApplicableForCLB, :none, 2025, 6
|
797
|
+
deprecate :ApplicableForCLB=, :none, 2025, 6
|
798
798
|
|
799
799
|
def initialize(addresscount=nil, internetserviceprovider=nil, internetchargetype=nil, internetmaxbandwidthout=nil, addresschargeprepaid=nil, addresstype=nil, anycastzone=nil, vipcluster=nil, applicableforclb=nil, tags=nil, bandwidthpackageid=nil, addressname=nil, dedicatedclusterid=nil, isdedicatedaddresspool=nil, egress=nil, antiddospackageid=nil, clienttoken=nil)
|
800
800
|
@AddressCount = addresscount
|
@@ -4301,8 +4301,7 @@ module TencentCloud
|
|
4301
4301
|
# @param FlowLogDescription: 流日志实例描述。长度不超过512个字符。
|
4302
4302
|
# @type FlowLogDescription: String
|
4303
4303
|
# @param CloudLogId: 流日志存储ID(cls的日志主题ID,
|
4304
|
-
# 可通过[DescribeTopics](https://cloud.tencent.com/document/product/614/56454)
|
4305
|
-
# )。当StorageType为cls时,CloudLogId为必选。
|
4304
|
+
# 可通过[DescribeTopics](https://cloud.tencent.com/document/product/614/56454)接口获取)。当StorageType为cls时,CloudLogId为必选。
|
4306
4305
|
# @type CloudLogId: String
|
4307
4306
|
# @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
4308
4307
|
# @type Tags: Array
|
@@ -4804,8 +4803,8 @@ module TencentCloud
|
|
4804
4803
|
|
4805
4804
|
attr_accessor :NatGatewayName, :VpcId, :InternetMaxBandwidthOut, :MaxConcurrentConnection, :AddressCount, :PublicIpAddresses, :Zone, :Tags, :SubnetId, :StockPublicIpAddressesBandwidthOut, :PublicIpAddressesBandwidthOut, :PublicIpFromSameZone, :NatProductVersion
|
4806
4805
|
extend Gem::Deprecate
|
4807
|
-
deprecate :SubnetId, :none, 2025,
|
4808
|
-
deprecate :SubnetId=, :none, 2025,
|
4806
|
+
deprecate :SubnetId, :none, 2025, 6
|
4807
|
+
deprecate :SubnetId=, :none, 2025, 6
|
4809
4808
|
|
4810
4809
|
def initialize(natgatewayname=nil, vpcid=nil, internetmaxbandwidthout=nil, maxconcurrentconnection=nil, addresscount=nil, publicipaddresses=nil, zone=nil, tags=nil, subnetid=nil, stockpublicipaddressesbandwidthout=nil, publicipaddressesbandwidthout=nil, publicipfromsamezone=nil, natproductversion=nil)
|
4811
4810
|
@NatGatewayName = natgatewayname
|
@@ -12130,7 +12129,11 @@ module TencentCloud
|
|
12130
12129
|
|
12131
12130
|
# DescribeLocalGateway请求参数结构体
|
12132
12131
|
class DescribeLocalGatewayRequest < TencentCloud::Common::AbstractModel
|
12133
|
-
# @param Filters:
|
12132
|
+
# @param Filters: 支持的过滤条件如下:
|
12133
|
+
# <li>vpc-id:按照VPCID过滤。</li>
|
12134
|
+
# <li>local-gateway-name:本地网关名称,支持模糊查询。</li>
|
12135
|
+
# <li>local-gateway-id:本地网关实例ID。</li>
|
12136
|
+
# <li>cdc-id:cdc实例ID。</li>
|
12134
12137
|
# @type Filters: Array
|
12135
12138
|
# @param Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/11646)中的相关小节。
|
12136
12139
|
# @type Offset: Integer
|
@@ -18713,8 +18716,8 @@ module TencentCloud
|
|
18713
18716
|
|
18714
18717
|
attr_accessor :EncryptAlgorithm, :IntegrityAlgorith, :IPSECSaLifetimeSeconds, :PfsDhGroup, :IPSECSaLifetimeTraffic, :IntegrityAlgorithm
|
18715
18718
|
extend Gem::Deprecate
|
18716
|
-
deprecate :IntegrityAlgorith, :none, 2025,
|
18717
|
-
deprecate :IntegrityAlgorith=, :none, 2025,
|
18719
|
+
deprecate :IntegrityAlgorith, :none, 2025, 6
|
18720
|
+
deprecate :IntegrityAlgorith=, :none, 2025, 6
|
18718
18721
|
|
18719
18722
|
def initialize(encryptalgorithm=nil, integrityalgorith=nil, ipsecsalifetimeseconds=nil, pfsdhgroup=nil, ipsecsalifetimetraffic=nil, integrityalgorithm=nil)
|
18720
18723
|
@EncryptAlgorithm = encryptalgorithm
|
@@ -20101,10 +20104,10 @@ module TencentCloud
|
|
20101
20104
|
|
20102
20105
|
attr_accessor :AddressIds, :InternetMaxBandwidthOut, :StartTime, :EndTime
|
20103
20106
|
extend Gem::Deprecate
|
20104
|
-
deprecate :StartTime, :none, 2025,
|
20105
|
-
deprecate :StartTime=, :none, 2025,
|
20106
|
-
deprecate :EndTime, :none, 2025,
|
20107
|
-
deprecate :EndTime=, :none, 2025,
|
20107
|
+
deprecate :StartTime, :none, 2025, 6
|
20108
|
+
deprecate :StartTime=, :none, 2025, 6
|
20109
|
+
deprecate :EndTime, :none, 2025, 6
|
20110
|
+
deprecate :EndTime=, :none, 2025, 6
|
20108
20111
|
|
20109
20112
|
def initialize(addressids=nil, internetmaxbandwidthout=nil, starttime=nil, endtime=nil)
|
20110
20113
|
@AddressIds = addressids
|
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.1074
|
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-06-
|
11
|
+
date: 2025-06-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|