tencentcloud-sdk-vpc 3.0.955 → 3.0.956
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/client.rb +13 -5
- data/lib/v20170312/models.rb +26 -23
- 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: 0026cfcb78ad321be0bf2967f946e6a7526ab81a
|
4
|
+
data.tar.gz: 622b1b4cbd5ed9b6bf75df2b9ad95d3a2207f358
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db867dcb71ceb04189f89eaaa83669265fed7d45fb6c8654c5dd06b3564252cacdb58185b6d732c34231692714c4256a87e7b28e3f2fdf967a0592a973d24ecf
|
7
|
+
data.tar.gz: b4e91873a5299bb60f2e9b7dd225b574a65b83e6c0d696cf30f4cf426417baec2d4bfdc01b5c5f5b9aaa8cca7d7ada7ea3f2c2092eec6ca3a5f25d80381af3e9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.956
|
data/lib/v20170312/client.rb
CHANGED
@@ -202,7 +202,10 @@ module TencentCloud
|
|
202
202
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
203
203
|
end
|
204
204
|
|
205
|
-
#
|
205
|
+
# 本接口(AllocateIp6AddressesBandwidth)用于为传统弹性公网 IPv6 实例开通 IPv6 公网带宽。
|
206
|
+
|
207
|
+
# - 传统弹性公网 IPv6 实例默认仅具备 IPv6 内网通信能力,需为 IPv6 地址分配公网带宽后,才具备 IPv6 公网通信能力。
|
208
|
+
# - 支持为一个或多个传统弹性公网 IPv6 实例开通公网带宽。
|
206
209
|
|
207
210
|
# @param request: Request instance for AllocateIp6AddressesBandwidth.
|
208
211
|
# @type request: :class:`Tencentcloud::vpc::V20170312::AllocateIp6AddressesBandwidthRequest`
|
@@ -4298,7 +4301,7 @@ module TencentCloud
|
|
4298
4301
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4299
4302
|
end
|
4300
4303
|
|
4301
|
-
#
|
4304
|
+
# 本接口(DescribeIp6Addresses)用于查询一个或多个传统弹性公网 IPv6 实例的详细信息。
|
4302
4305
|
|
4303
4306
|
# @param request: Request instance for DescribeIp6Addresses.
|
4304
4307
|
# @type request: :class:`Tencentcloud::vpc::V20170312::DescribeIp6AddressesRequest`
|
@@ -6812,7 +6815,6 @@ module TencentCloud
|
|
6812
6815
|
|
6813
6816
|
# 如有需要, 可以封禁任意限速实例, 可接入到内部运营系统
|
6814
6817
|
|
6815
|
-
|
6816
6818
|
# @param request: Request instance for LockCcns.
|
6817
6819
|
# @type request: :class:`Tencentcloud::vpc::V20170312::LockCcnsRequest`
|
6818
6820
|
# @rtype: :class:`Tencentcloud::vpc::V20170312::LockCcnsResponse`
|
@@ -7470,7 +7472,10 @@ module TencentCloud
|
|
7470
7472
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
7471
7473
|
end
|
7472
7474
|
|
7473
|
-
#
|
7475
|
+
# 本接口(ModifyIp6AddressesBandwidt)用于调整传统弹性公网 IPv6 实例的带宽上限。
|
7476
|
+
|
7477
|
+
# - 仅支持对传统弹性公网 IPv6 实例的带宽上限进行调整。
|
7478
|
+
# - 如需调整弹性公网 IPv6 实例的带宽上限,请使用 ModifyIPv6AddressesBandwidth 接口。
|
7474
7479
|
|
7475
7480
|
# @param request: Request instance for ModifyIp6AddressesBandwidth.
|
7476
7481
|
# @type request: :class:`Tencentcloud::vpc::V20170312::ModifyIp6AddressesBandwidthRequest`
|
@@ -8573,7 +8578,10 @@ module TencentCloud
|
|
8573
8578
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
8574
8579
|
end
|
8575
8580
|
|
8576
|
-
#
|
8581
|
+
# 本接口(ReleaseIp6AddressesBandwidth)用于为传统弹性公网 IPv6 实例关闭 IPv6 公网带宽。
|
8582
|
+
|
8583
|
+
# - 传统弹性公网 IPv6 实例关闭公网带宽后,仍具备 IPv6 内网通信能力。
|
8584
|
+
# - 如需再次开通 IPv6 公网带宽,请使用 AllocateIp6AddressesBandwidth 接口进行开通。
|
8577
8585
|
|
8578
8586
|
# @param request: Request instance for ReleaseIp6AddressesBandwidth.
|
8579
8587
|
# @type request: :class:`Tencentcloud::vpc::V20170312::ReleaseIp6AddressesBandwidthRequest`
|
data/lib/v20170312/models.rb
CHANGED
@@ -832,14 +832,17 @@ module TencentCloud
|
|
832
832
|
# @type InternetChargeType: String
|
833
833
|
# @param BandwidthPackageId: 带宽包id,上移账号,申请带宽包计费模式的ipv6地址需要传入.
|
834
834
|
# @type BandwidthPackageId: String
|
835
|
+
# @param Tags: 需要关联的标签列表。
|
836
|
+
# @type Tags: Array
|
835
837
|
|
836
|
-
attr_accessor :Ip6Addresses, :InternetMaxBandwidthOut, :InternetChargeType, :BandwidthPackageId
|
838
|
+
attr_accessor :Ip6Addresses, :InternetMaxBandwidthOut, :InternetChargeType, :BandwidthPackageId, :Tags
|
837
839
|
|
838
|
-
def initialize(ip6addresses=nil, internetmaxbandwidthout=nil, internetchargetype=nil, bandwidthpackageid=nil)
|
840
|
+
def initialize(ip6addresses=nil, internetmaxbandwidthout=nil, internetchargetype=nil, bandwidthpackageid=nil, tags=nil)
|
839
841
|
@Ip6Addresses = ip6addresses
|
840
842
|
@InternetMaxBandwidthOut = internetmaxbandwidthout
|
841
843
|
@InternetChargeType = internetchargetype
|
842
844
|
@BandwidthPackageId = bandwidthpackageid
|
845
|
+
@Tags = tags
|
843
846
|
end
|
844
847
|
|
845
848
|
def deserialize(params)
|
@@ -847,6 +850,14 @@ module TencentCloud
|
|
847
850
|
@InternetMaxBandwidthOut = params['InternetMaxBandwidthOut']
|
848
851
|
@InternetChargeType = params['InternetChargeType']
|
849
852
|
@BandwidthPackageId = params['BandwidthPackageId']
|
853
|
+
unless params['Tags'].nil?
|
854
|
+
@Tags = []
|
855
|
+
params['Tags'].each do |i|
|
856
|
+
tag_tmp = Tag.new
|
857
|
+
tag_tmp.deserialize(i)
|
858
|
+
@Tags << tag_tmp
|
859
|
+
end
|
860
|
+
end
|
850
861
|
end
|
851
862
|
end
|
852
863
|
|
@@ -2006,10 +2017,8 @@ module TencentCloud
|
|
2006
2017
|
# @param Description: 备注
|
2007
2018
|
# @type Description: String
|
2008
2019
|
# @param RouteTableId: 路由表ID
|
2009
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2010
2020
|
# @type RouteTableId: String
|
2011
2021
|
# @param RouteTableName: 路由表名称
|
2012
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2013
2022
|
# @type RouteTableName: String
|
2014
2023
|
|
2015
2024
|
attr_accessor :CcnId, :InstanceType, :InstanceId, :InstanceName, :InstanceRegion, :InstanceUin, :CidrBlock, :State, :AttachedTime, :CcnUin, :InstanceArea, :Description, :RouteTableId, :RouteTableName
|
@@ -5374,17 +5383,28 @@ module TencentCloud
|
|
5374
5383
|
# @type ServiceTemplateGroupName: String
|
5375
5384
|
# @param ServiceTemplateIds: 协议端口模板实例ID,例如:ppm-4dw6agho。
|
5376
5385
|
# @type ServiceTemplateIds: Array
|
5386
|
+
# @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
5387
|
+
# @type Tags: Array
|
5377
5388
|
|
5378
|
-
attr_accessor :ServiceTemplateGroupName, :ServiceTemplateIds
|
5389
|
+
attr_accessor :ServiceTemplateGroupName, :ServiceTemplateIds, :Tags
|
5379
5390
|
|
5380
|
-
def initialize(servicetemplategroupname=nil, servicetemplateids=nil)
|
5391
|
+
def initialize(servicetemplategroupname=nil, servicetemplateids=nil, tags=nil)
|
5381
5392
|
@ServiceTemplateGroupName = servicetemplategroupname
|
5382
5393
|
@ServiceTemplateIds = servicetemplateids
|
5394
|
+
@Tags = tags
|
5383
5395
|
end
|
5384
5396
|
|
5385
5397
|
def deserialize(params)
|
5386
5398
|
@ServiceTemplateGroupName = params['ServiceTemplateGroupName']
|
5387
5399
|
@ServiceTemplateIds = params['ServiceTemplateIds']
|
5400
|
+
unless params['Tags'].nil?
|
5401
|
+
@Tags = []
|
5402
|
+
params['Tags'].each do |i|
|
5403
|
+
tag_tmp = Tag.new
|
5404
|
+
tag_tmp.deserialize(i)
|
5405
|
+
@Tags << tag_tmp
|
5406
|
+
end
|
5407
|
+
end
|
5388
5408
|
end
|
5389
5409
|
end
|
5390
5410
|
|
@@ -17290,40 +17310,28 @@ module TencentCloud
|
|
17290
17310
|
# IKE配置(Internet Key Exchange,因特网密钥交换),IKE具有一套自我保护机制,用户配置网络安全协议
|
17291
17311
|
class IKEOptionsSpecification < TencentCloud::Common::AbstractModel
|
17292
17312
|
# @param PropoEncryAlgorithm: 加密算法,可选值:'3DES-CBC', 'AES-CBC-128', 'AES-CBS-192', 'AES-CBC-256', 'DES-CBC','SM4', 默认为3DES-CBC
|
17293
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17294
17313
|
# @type PropoEncryAlgorithm: String
|
17295
17314
|
# @param PropoAuthenAlgorithm: 认证算法:可选值:'MD5', 'SHA1','SHA-256' 默认为MD5
|
17296
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17297
17315
|
# @type PropoAuthenAlgorithm: String
|
17298
17316
|
# @param ExchangeMode: 协商模式:可选值:'AGGRESSIVE', 'MAIN',默认为MAIN
|
17299
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17300
17317
|
# @type ExchangeMode: String
|
17301
17318
|
# @param LocalIdentity: 本端标识类型:可选值:'ADDRESS', 'FQDN',默认为ADDRESS
|
17302
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17303
17319
|
# @type LocalIdentity: String
|
17304
17320
|
# @param RemoteIdentity: 对端标识类型:可选值:'ADDRESS', 'FQDN',默认为ADDRESS
|
17305
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17306
17321
|
# @type RemoteIdentity: String
|
17307
17322
|
# @param LocalAddress: 本端标识,当LocalIdentity选为ADDRESS时,LocalAddress必填。localAddress默认为vpn网关公网IP
|
17308
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17309
17323
|
# @type LocalAddress: String
|
17310
17324
|
# @param RemoteAddress: 对端标识,当RemoteIdentity选为ADDRESS时,RemoteAddress必填
|
17311
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17312
17325
|
# @type RemoteAddress: String
|
17313
17326
|
# @param LocalFqdnName: 本端标识,当LocalIdentity选为FQDN时,LocalFqdnName必填
|
17314
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17315
17327
|
# @type LocalFqdnName: String
|
17316
17328
|
# @param RemoteFqdnName: 对端标识,当remoteIdentity选为FQDN时,RemoteFqdnName必填
|
17317
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17318
17329
|
# @type RemoteFqdnName: String
|
17319
17330
|
# @param DhGroupName: DH group,指定IKE交换密钥时使用的DH组,可选值:'GROUP1', 'GROUP2', 'GROUP5', 'GROUP14', 'GROUP24',
|
17320
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17321
17331
|
# @type DhGroupName: String
|
17322
17332
|
# @param IKESaLifetimeSeconds: IKE SA Lifetime,单位:秒,设置IKE SA的生存周期,取值范围:60-604800
|
17323
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17324
17333
|
# @type IKESaLifetimeSeconds: Integer
|
17325
17334
|
# @param IKEVersion: IKE版本
|
17326
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17327
17335
|
# @type IKEVersion: String
|
17328
17336
|
|
17329
17337
|
attr_accessor :PropoEncryAlgorithm, :PropoAuthenAlgorithm, :ExchangeMode, :LocalIdentity, :RemoteIdentity, :LocalAddress, :RemoteAddress, :LocalFqdnName, :RemoteFqdnName, :DhGroupName, :IKESaLifetimeSeconds, :IKEVersion
|
@@ -17362,22 +17370,17 @@ module TencentCloud
|
|
17362
17370
|
# IPSec配置,腾讯云提供IPSec安全会话设置
|
17363
17371
|
class IPSECOptionsSpecification < TencentCloud::Common::AbstractModel
|
17364
17372
|
# @param EncryptAlgorithm: 加密算法,可选值:'3DES-CBC', 'AES-CBC-128', 'AES-CBC-192', 'AES-CBC-256', 'DES-CBC', 'SM4', 'NULL', 默认为AES-CBC-128
|
17365
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17366
17373
|
# @type EncryptAlgorithm: String
|
17367
17374
|
# @param IntegrityAlgorith: 认证算法:可选值:'MD5', 'SHA1','SHA-256' 默认为
|
17368
17375
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
17369
17376
|
# @type IntegrityAlgorith: String
|
17370
17377
|
# @param IPSECSaLifetimeSeconds: IPsec SA lifetime(s):单位秒,取值范围:180-604800
|
17371
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17372
17378
|
# @type IPSECSaLifetimeSeconds: Integer
|
17373
17379
|
# @param PfsDhGroup: PFS:可选值:'NULL', 'DH-GROUP1', 'DH-GROUP2', 'DH-GROUP5', 'DH-GROUP14', 'DH-GROUP24',默认为NULL
|
17374
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17375
17380
|
# @type PfsDhGroup: String
|
17376
17381
|
# @param IPSECSaLifetimeTraffic: IPsec SA lifetime(KB):单位KB,取值范围:2560-604800
|
17377
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17378
17382
|
# @type IPSECSaLifetimeTraffic: Integer
|
17379
17383
|
# @param IntegrityAlgorithm: 认证算法:可选值:'MD5', 'SHA1','SHA-256' 默认为
|
17380
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17381
17384
|
# @type IntegrityAlgorithm: String
|
17382
17385
|
|
17383
17386
|
attr_accessor :EncryptAlgorithm, :IntegrityAlgorith, :IPSECSaLifetimeSeconds, :PfsDhGroup, :IPSECSaLifetimeTraffic, :IntegrityAlgorithm
|
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.956
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|