tencentcloud-sdk-tke 1.0.309 → 1.0.312

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180525/models.rb +14 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 90df72e59a86424da8ed0cc8399d2bdce03f3238
4
- data.tar.gz: fa3e8206dc463c3d0cae51c3feec523ae480392f
3
+ metadata.gz: cb29f6a2262018f8bafa7438c86274b860b9a468
4
+ data.tar.gz: ddff1925a8c25c39eaa33c83d2fb5f04ac379603
5
5
  SHA512:
6
- metadata.gz: be667daa65b532d81d9ab2fceb954992f6502b33e859827ad859ffb75d045f4c5c5e0f51c042e8a586a42365f984f5eb36259feba8be6619f3b6c907aa59c020
7
- data.tar.gz: d82c4663040fe03fb05d3a5f86bd0cc7df298fbd6bca581e1d8691a599feefd5a2871dd421cb9735a2854f4a3d51fd80e19c7b756109fd598e1c92a40e642575
6
+ metadata.gz: 7dcd4ff0e0f24266a6305b049ac2460773c121775a8c4f23c27bb995877b4a9e77ba0552994cf7e40f37cc6e83ca43beffa8cd5f45c98fa49a2acab2b300696d
7
+ data.tar.gz: c9cd133755cfe8f723cb8b48e6f870bf6d9df6884e8b9003d260f05c9d8f3d86ace93f4f80dbcc8fc92bde2b438c5a21b851bf0419ac0ab9f937f32adf03c11a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.309
1
+ 1.0.312
@@ -1485,19 +1485,31 @@ module TencentCloud
1485
1485
  # @type SubnetId: String
1486
1486
  # @param IsExtranet: 是否为外网访问(TRUE 外网访问 FALSE 内网访问,默认值: FALSE)
1487
1487
  # @type IsExtranet: Boolean
1488
+ # @param Domain: 设置域名
1489
+ # @type Domain: String
1490
+ # @param SecurityGroup: 使用的安全组,只有外网访问需要传递
1491
+ # @type SecurityGroup: String
1492
+ # @param ExtensiveParameters: 创建lb参数,只有外网访问需要设置
1493
+ # @type ExtensiveParameters: String
1488
1494
 
1489
- attr_accessor :ClusterId, :SubnetId, :IsExtranet
1495
+ attr_accessor :ClusterId, :SubnetId, :IsExtranet, :Domain, :SecurityGroup, :ExtensiveParameters
1490
1496
 
1491
- def initialize(clusterid=nil, subnetid=nil, isextranet=nil)
1497
+ def initialize(clusterid=nil, subnetid=nil, isextranet=nil, domain=nil, securitygroup=nil, extensiveparameters=nil)
1492
1498
  @ClusterId = clusterid
1493
1499
  @SubnetId = subnetid
1494
1500
  @IsExtranet = isextranet
1501
+ @Domain = domain
1502
+ @SecurityGroup = securitygroup
1503
+ @ExtensiveParameters = extensiveparameters
1495
1504
  end
1496
1505
 
1497
1506
  def deserialize(params)
1498
1507
  @ClusterId = params['ClusterId']
1499
1508
  @SubnetId = params['SubnetId']
1500
1509
  @IsExtranet = params['IsExtranet']
1510
+ @Domain = params['Domain']
1511
+ @SecurityGroup = params['SecurityGroup']
1512
+ @ExtensiveParameters = params['ExtensiveParameters']
1501
1513
  end
1502
1514
  end
1503
1515
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tke
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.309
4
+ version: 1.0.312
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-10 00:00:00.000000000 Z
11
+ date: 2022-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common