tencentcloud-sdk-vpc 3.0.919 → 3.0.920
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 -4
- 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: 6a4a7b3db0c888ff962aa3a056d010b12da682cc
|
|
4
|
+
data.tar.gz: 52beb2ff8e6615be29a15721b295b99c059e773f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dad9dd92f12f4123b1f3fdf25f842c2d41dea6aa7fb2cd9b0c04a9530e0a2290bed6a73526eadf28414046dbf69f92c91e4e4983fc76a4c14e24f439a32c620a
|
|
7
|
+
data.tar.gz: fac9cb4d6136337a58f99fd8dfac007b87e8434636f380fe814d72bae8a23dece299ab739899bb683264e5488bf17ab1c8421c34f96f8fc164932c59b21cd7cb
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.920
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -1898,6 +1898,9 @@ module TencentCloud
|
|
|
1898
1898
|
# @type MrtbPolicyValueFlag: Boolean
|
|
1899
1899
|
|
|
1900
1900
|
attr_accessor :CcnId, :CcnName, :CcnDescription, :InstanceCount, :CreateTime, :State, :QosLevel, :InstanceChargeType, :BandwidthLimitType, :TagSet, :RoutePriorityFlag, :RouteTableCount, :RouteTableFlag, :IsSecurityLock, :RouteBroadcastPolicyFlag, :RouteECMPFlag, :RouteOverlapFlag, :TrafficMarkingPolicyFlag, :RouteSelectPolicyFlag, :DirectConnectAccelerateChannelFlag, :Ipv6Flag, :MrtbAggregatePolicyFlag, :MrtbPolicyValueFlag
|
|
1901
|
+
extend Gem::Deprecate
|
|
1902
|
+
deprecate :Ipv6Flag, :none, 2024, 10
|
|
1903
|
+
deprecate :Ipv6Flag=, :none, 2024, 10
|
|
1901
1904
|
|
|
1902
1905
|
def initialize(ccnid=nil, ccnname=nil, ccndescription=nil, instancecount=nil, createtime=nil, state=nil, qoslevel=nil, instancechargetype=nil, bandwidthlimittype=nil, tagset=nil, routepriorityflag=nil, routetablecount=nil, routetableflag=nil, issecuritylock=nil, routebroadcastpolicyflag=nil, routeecmpflag=nil, routeoverlapflag=nil, trafficmarkingpolicyflag=nil, routeselectpolicyflag=nil, directconnectacceleratechannelflag=nil, ipv6flag=nil, mrtbaggregatepolicyflag=nil, mrtbpolicyvalueflag=nil)
|
|
1903
1906
|
@CcnId = ccnid
|
|
@@ -8598,7 +8601,7 @@ module TencentCloud
|
|
|
8598
8601
|
# <li> private-ip-address - String - 是否必填:否 - (过滤条件)按照 EIP 绑定的内网 IP 过滤。</li>
|
|
8599
8602
|
# <li> network-interface-id - String - 是否必填:否 - (过滤条件)按照 EIP 绑定的弹性网卡 ID 过滤。弹性网卡 ID 形如:eni-11112222。</li>
|
|
8600
8603
|
# <li> is-arrears - String - 是否必填:否 - (过滤条件)按照 EIP 是否欠费进行过滤。(TRUE:EIP 处于欠费状态|FALSE:EIP 费用状态正常)</li>
|
|
8601
|
-
# <li> address-type - String - 是否必填:否 - (过滤条件)按照 IP类型 进行过滤。可选值:'WanIP', 'EIP','AnycastEIP','HighQualityEIP'。默认值是'EIP'。</li>
|
|
8604
|
+
# <li> address-type - String - 是否必填:否 - (过滤条件)按照 IP类型 进行过滤。可选值:'WanIP', 'EIP','AnycastEIP','HighQualityEIP', 'AntiDDoSEIP'。默认值是'EIP'。</li>
|
|
8602
8605
|
# <li> address-isp - String - 是否必填:否 - (过滤条件)按照 运营商类型 进行过滤。可选值:'BGP','CMCC','CUCC', 'CTCC'</li>
|
|
8603
8606
|
# <li> dedicated-cluster-id - String - 是否必填:否 - (过滤条件)按照 CDC 的唯一 ID 过滤。CDC 唯一 ID 形如:cluster-11112222。</li>
|
|
8604
8607
|
# <li> tag-key - String - 是否必填:否 - (过滤条件)按照标签键进行过滤。</li>
|
|
@@ -15467,7 +15470,7 @@ module TencentCloud
|
|
|
15467
15470
|
class DisassociateAddressRequest < TencentCloud::Common::AbstractModel
|
|
15468
15471
|
# @param AddressId: 标识 EIP 的唯一 ID。EIP 唯一 ID 形如:`eip-11112222`。
|
|
15469
15472
|
# @type AddressId: String
|
|
15470
|
-
# @param ReallocateNormalPublicIp: 表示解绑 EIP 之后是否分配普通公网 IP。取值范围:<br><li
|
|
15473
|
+
# @param ReallocateNormalPublicIp: 表示解绑 EIP 之后是否分配普通公网 IP。取值范围:<br><li />TRUE:表示解绑 EIP 之后分配普通公网 IP。<br><li />FALSE:表示解绑 EIP 之后不分配普通公网 IP。<br>默认取值:FALSE。<br><br>只有满足以下条件时才能指定该参数:<br><li /> 只有在解绑主网卡的主内网 IP 上的 EIP 时才能指定该参数。<br><li />解绑 EIP 后重新分配普通公网 IP 操作一个账号每天最多操作 10 次;详情可通过 [DescribeAddressQuota](https://cloud.tencent.com/document/api/213/1378) 接口获取。
|
|
15471
15474
|
# @type ReallocateNormalPublicIp: Boolean
|
|
15472
15475
|
|
|
15473
15476
|
attr_accessor :AddressId, :ReallocateNormalPublicIp
|
|
@@ -17045,8 +17048,8 @@ module TencentCloud
|
|
|
17045
17048
|
|
|
17046
17049
|
attr_accessor :EncryptAlgorithm, :IntegrityAlgorith, :IPSECSaLifetimeSeconds, :PfsDhGroup, :IPSECSaLifetimeTraffic, :IntegrityAlgorithm
|
|
17047
17050
|
extend Gem::Deprecate
|
|
17048
|
-
deprecate :IntegrityAlgorith, :none, 2024,
|
|
17049
|
-
deprecate :IntegrityAlgorith=, :none, 2024,
|
|
17051
|
+
deprecate :IntegrityAlgorith, :none, 2024, 10
|
|
17052
|
+
deprecate :IntegrityAlgorith=, :none, 2024, 10
|
|
17050
17053
|
|
|
17051
17054
|
def initialize(encryptalgorithm=nil, integrityalgorith=nil, ipsecsalifetimeseconds=nil, pfsdhgroup=nil, ipsecsalifetimetraffic=nil, integrityalgorithm=nil)
|
|
17052
17055
|
@EncryptAlgorithm = encryptalgorithm
|
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.920
|
|
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-10-
|
|
11
|
+
date: 2024-10-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|