tencentcloud-sdk-vpc 3.0.1073 → 3.0.1075
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 +24 -16
- 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: b98e39d8a9c2708b7dbdc520f1edb2e7965ce198
|
4
|
+
data.tar.gz: f11cff79a2534eb5fd77e6e90448a20d60404840
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69ff116bbbcf184807ce238069c85c8ea0b97eb92410d7ef84e3906a09afaecbcaed0b93f3aadbe5f365b4d3e05dea0c9805fc027f3ec55fcd21e69c4716fc95
|
7
|
+
data.tar.gz: 4bcec6a92ecc5ebbb91c95a626a9dda501dda7e40bb0b91a1c8526341042c1c1a840f76168f65e8c09bf19a69a166890e61f18dfe107b44d4dbde5462ea47901
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1075
|
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
|
@@ -6248,7 +6247,6 @@ module TencentCloud
|
|
6248
6247
|
# <li>51200: 50TB流量,有效期一个月</li>
|
6249
6248
|
# <li>60: 60GB流量,有效期半年</li>
|
6250
6249
|
# <li>300: 300GB流量,有效期半年</li>
|
6251
|
-
# <li>600: 600GB流量,有效期半年</li>
|
6252
6250
|
# <li>3072: 3TB流量,有效期半年</li>
|
6253
6251
|
# <li>6144: 6TB流量,有效期半年</li>
|
6254
6252
|
# <li>30720: 30TB流量,有效期半年</li>
|
@@ -6257,17 +6255,23 @@ module TencentCloud
|
|
6257
6255
|
# @type TrafficAmount: Integer
|
6258
6256
|
# @param TrafficPackageCount: 流量包数量,可选范围 1~20。
|
6259
6257
|
# @type TrafficPackageCount: Integer
|
6258
|
+
# @param DeductType: 抵扣类型,默认为 FULL_TIME,可选值:
|
6259
|
+
# <li>FULL_TIME: 全时流量包</li>
|
6260
|
+
# <li>IDLE_TIME: 闲时流量包</li>
|
6261
|
+
# @type DeductType: String
|
6260
6262
|
|
6261
|
-
attr_accessor :TrafficAmount, :TrafficPackageCount
|
6263
|
+
attr_accessor :TrafficAmount, :TrafficPackageCount, :DeductType
|
6262
6264
|
|
6263
|
-
def initialize(trafficamount=nil, trafficpackagecount=nil)
|
6265
|
+
def initialize(trafficamount=nil, trafficpackagecount=nil, deducttype=nil)
|
6264
6266
|
@TrafficAmount = trafficamount
|
6265
6267
|
@TrafficPackageCount = trafficpackagecount
|
6268
|
+
@DeductType = deducttype
|
6266
6269
|
end
|
6267
6270
|
|
6268
6271
|
def deserialize(params)
|
6269
6272
|
@TrafficAmount = params['TrafficAmount']
|
6270
6273
|
@TrafficPackageCount = params['TrafficPackageCount']
|
6274
|
+
@DeductType = params['DeductType']
|
6271
6275
|
end
|
6272
6276
|
end
|
6273
6277
|
|
@@ -12130,7 +12134,11 @@ module TencentCloud
|
|
12130
12134
|
|
12131
12135
|
# DescribeLocalGateway请求参数结构体
|
12132
12136
|
class DescribeLocalGatewayRequest < TencentCloud::Common::AbstractModel
|
12133
|
-
# @param Filters:
|
12137
|
+
# @param Filters: 支持的过滤条件如下:
|
12138
|
+
# <li>vpc-id:按照VPCID过滤。</li>
|
12139
|
+
# <li>local-gateway-name:本地网关名称,支持模糊查询。</li>
|
12140
|
+
# <li>local-gateway-id:本地网关实例ID。</li>
|
12141
|
+
# <li>cdc-id:cdc实例ID。</li>
|
12134
12142
|
# @type Filters: Array
|
12135
12143
|
# @param Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/11646)中的相关小节。
|
12136
12144
|
# @type Offset: Integer
|
@@ -18713,8 +18721,8 @@ module TencentCloud
|
|
18713
18721
|
|
18714
18722
|
attr_accessor :EncryptAlgorithm, :IntegrityAlgorith, :IPSECSaLifetimeSeconds, :PfsDhGroup, :IPSECSaLifetimeTraffic, :IntegrityAlgorithm
|
18715
18723
|
extend Gem::Deprecate
|
18716
|
-
deprecate :IntegrityAlgorith, :none, 2025,
|
18717
|
-
deprecate :IntegrityAlgorith=, :none, 2025,
|
18724
|
+
deprecate :IntegrityAlgorith, :none, 2025, 6
|
18725
|
+
deprecate :IntegrityAlgorith=, :none, 2025, 6
|
18718
18726
|
|
18719
18727
|
def initialize(encryptalgorithm=nil, integrityalgorith=nil, ipsecsalifetimeseconds=nil, pfsdhgroup=nil, ipsecsalifetimetraffic=nil, integrityalgorithm=nil)
|
18720
18728
|
@EncryptAlgorithm = encryptalgorithm
|
@@ -20101,10 +20109,10 @@ module TencentCloud
|
|
20101
20109
|
|
20102
20110
|
attr_accessor :AddressIds, :InternetMaxBandwidthOut, :StartTime, :EndTime
|
20103
20111
|
extend Gem::Deprecate
|
20104
|
-
deprecate :StartTime, :none, 2025,
|
20105
|
-
deprecate :StartTime=, :none, 2025,
|
20106
|
-
deprecate :EndTime, :none, 2025,
|
20107
|
-
deprecate :EndTime=, :none, 2025,
|
20112
|
+
deprecate :StartTime, :none, 2025, 6
|
20113
|
+
deprecate :StartTime=, :none, 2025, 6
|
20114
|
+
deprecate :EndTime, :none, 2025, 6
|
20115
|
+
deprecate :EndTime=, :none, 2025, 6
|
20108
20116
|
|
20109
20117
|
def initialize(addressids=nil, internetmaxbandwidthout=nil, starttime=nil, endtime=nil)
|
20110
20118
|
@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.1075
|
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-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|