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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190719/models.rb +17 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b64900e47adc051bd0fb0a501c0165956842e62
4
- data.tar.gz: bfcddeb0aa36f9ee9f6eefab1ddd810ab04e5a5d
3
+ metadata.gz: f568a372ae80620bddf6ac8b822e42ae45215080
4
+ data.tar.gz: 02604c6985a64ac12e2f5477f79525df914f90ae
5
5
  SHA512:
6
- metadata.gz: e40ef9f1498027e71f50e9b777524db8ba1cf46156a9269a31100c894b920628b9eaf3fc36a24564427f342edc8f0be8e5a9843d9e7e39e041e2576b197432af
7
- data.tar.gz: feb6425906dbeafe2c82601e0523386c8579d44a0d01d9266e12f27e8b4709957f84cbc4ad3ad59b8f521d3d3630e2297df6de869bd2d2acc3d14b77f01cdad8
6
+ metadata.gz: 47a1bed2536cdfa280c88e4a5ac8648446436f34c10b7e8ded86c961a8ebabd58e2a12689ad317c5c163ee0dd3d5b54b8332db455db0ef03a1696ace38def5d7
7
+ data.tar.gz: ae73f0c1fa997b88b2ed4ecb2495e649bf9af872a951e4d75beb87fe5e3fc2563f6d0b3ff6ee60ee2fa7280cb4af475b2d4f37d854faef0c534bc3f2867b163d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.488
1
+ 3.0.489
@@ -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.488
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-06 00:00:00.000000000 Z
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