tencentcloud-sdk-ecm 3.0.488 → 3.0.489
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/v20190719/models.rb +17 -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: f568a372ae80620bddf6ac8b822e42ae45215080
|
4
|
+
data.tar.gz: 02604c6985a64ac12e2f5477f79525df914f90ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47a1bed2536cdfa280c88e4a5ac8648446436f34c10b7e8ded86c961a8ebabd58e2a12689ad317c5c163ee0dd3d5b54b8332db455db0ef03a1696ace38def5d7
|
7
|
+
data.tar.gz: ae73f0c1fa997b88b2ed4ecb2495e649bf9af872a951e4d75beb87fe5e3fc2563f6d0b3ff6ee60ee2fa7280cb4af475b2d4f37d854faef0c534bc3f2867b163d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.489
|
data/lib/v20190719/models.rb
CHANGED
@@ -1194,10 +1194,14 @@ module TencentCloud
|
|
1194
1194
|
# @type Tags: Array
|
1195
1195
|
# @param SecurityGroups: 安全组。
|
1196
1196
|
# @type SecurityGroups: Array
|
1197
|
+
# @param AddressIPVersion: 仅适用于公网负载均衡。IP版本,可取值:IPV4、IPv6FullChain,默认值 IPV4。说明:取值为IPv6FullChain,表示为IPv6版本。
|
1198
|
+
# @type AddressIPVersion: String
|
1199
|
+
# @param SubnetId: 在购买IPV6负载均衡实例的情况下,必须指定子网 ID, 此参数必填。
|
1200
|
+
# @type SubnetId: String
|
1197
1201
|
|
1198
|
-
attr_accessor :EcmRegion, :LoadBalancerType, :VipIsp, :LoadBalancerName, :VpcId, :Number, :InternetAccessible, :Tags, :SecurityGroups
|
1202
|
+
attr_accessor :EcmRegion, :LoadBalancerType, :VipIsp, :LoadBalancerName, :VpcId, :Number, :InternetAccessible, :Tags, :SecurityGroups, :AddressIPVersion, :SubnetId
|
1199
1203
|
|
1200
|
-
def initialize(ecmregion=nil, loadbalancertype=nil, vipisp=nil, loadbalancername=nil, vpcid=nil, number=nil, internetaccessible=nil, tags=nil, securitygroups=nil)
|
1204
|
+
def initialize(ecmregion=nil, loadbalancertype=nil, vipisp=nil, loadbalancername=nil, vpcid=nil, number=nil, internetaccessible=nil, tags=nil, securitygroups=nil, addressipversion=nil, subnetid=nil)
|
1201
1205
|
@EcmRegion = ecmregion
|
1202
1206
|
@LoadBalancerType = loadbalancertype
|
1203
1207
|
@VipIsp = vipisp
|
@@ -1207,6 +1211,8 @@ module TencentCloud
|
|
1207
1211
|
@InternetAccessible = internetaccessible
|
1208
1212
|
@Tags = tags
|
1209
1213
|
@SecurityGroups = securitygroups
|
1214
|
+
@AddressIPVersion = addressipversion
|
1215
|
+
@SubnetId = subnetid
|
1210
1216
|
end
|
1211
1217
|
|
1212
1218
|
def deserialize(params)
|
@@ -1229,6 +1235,8 @@ module TencentCloud
|
|
1229
1235
|
end
|
1230
1236
|
end
|
1231
1237
|
@SecurityGroups = params['SecurityGroups']
|
1238
|
+
@AddressIPVersion = params['AddressIPVersion']
|
1239
|
+
@SubnetId = params['SubnetId']
|
1232
1240
|
end
|
1233
1241
|
end
|
1234
1242
|
|
@@ -6492,10 +6500,13 @@ module TencentCloud
|
|
6492
6500
|
# @param LoadBalancerPassToTarget: 后端机器是否放通来自ELB的流量。
|
6493
6501
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6494
6502
|
# @type LoadBalancerPassToTarget: Boolean
|
6503
|
+
# @param AddressIPv6: 负载均衡实例的IPv6地址
|
6504
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6505
|
+
# @type AddressIPv6: String
|
6495
6506
|
|
6496
|
-
attr_accessor :Region, :Position, :LoadBalancerId, :LoadBalancerName, :LoadBalancerType, :LoadBalancerVips, :Status, :CreateTime, :StatusTime, :VpcId, :Tags, :VipIsp, :NetworkAttributes, :SecureGroups, :LoadBalancerPassToTarget
|
6507
|
+
attr_accessor :Region, :Position, :LoadBalancerId, :LoadBalancerName, :LoadBalancerType, :LoadBalancerVips, :Status, :CreateTime, :StatusTime, :VpcId, :Tags, :VipIsp, :NetworkAttributes, :SecureGroups, :LoadBalancerPassToTarget, :AddressIPv6
|
6497
6508
|
|
6498
|
-
def initialize(region=nil, position=nil, loadbalancerid=nil, loadbalancername=nil, loadbalancertype=nil, loadbalancervips=nil, status=nil, createtime=nil, statustime=nil, vpcid=nil, tags=nil, vipisp=nil, networkattributes=nil, securegroups=nil, loadbalancerpasstotarget=nil)
|
6509
|
+
def initialize(region=nil, position=nil, loadbalancerid=nil, loadbalancername=nil, loadbalancertype=nil, loadbalancervips=nil, status=nil, createtime=nil, statustime=nil, vpcid=nil, tags=nil, vipisp=nil, networkattributes=nil, securegroups=nil, loadbalancerpasstotarget=nil, addressipv6=nil)
|
6499
6510
|
@Region = region
|
6500
6511
|
@Position = position
|
6501
6512
|
@LoadBalancerId = loadbalancerid
|
@@ -6511,6 +6522,7 @@ module TencentCloud
|
|
6511
6522
|
@NetworkAttributes = networkattributes
|
6512
6523
|
@SecureGroups = securegroups
|
6513
6524
|
@LoadBalancerPassToTarget = loadbalancerpasstotarget
|
6525
|
+
@AddressIPv6 = addressipv6
|
6514
6526
|
end
|
6515
6527
|
|
6516
6528
|
def deserialize(params)
|
@@ -6542,6 +6554,7 @@ module TencentCloud
|
|
6542
6554
|
end
|
6543
6555
|
@SecureGroups = params['SecureGroups']
|
6544
6556
|
@LoadBalancerPassToTarget = params['LoadBalancerPassToTarget']
|
6557
|
+
@AddressIPv6 = params['AddressIPv6']
|
6545
6558
|
end
|
6546
6559
|
end
|
6547
6560
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ecm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.489
|
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-01-
|
11
|
+
date: 2023-01-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|