tencentcloud-sdk-tke 1.0.309 → 1.0.310
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/v20180525/models.rb +14 -2
- 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: 430b6956145d21f6b3b94021c9fc3babbf022b71
|
|
4
|
+
data.tar.gz: e77b820fccaecc0ff663645faed7d6aaf92dadcc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bfbb56bb748b07c9c4024d709481e1443c3e9c623c1d9e833d6b52caa03cf43fa3873d97704232abe2bfdd4d09d9f4db0c10e451140bddbd32c6d73547a2ed30
|
|
7
|
+
data.tar.gz: 9bab30c546af615c16c67d03caa2aa3590d064d0974e1e0e87b5a4f263e92f0e066148a5429e8e11c224ff3350a8f7f3bd1ae347dfd70d8f14c4d2e145cdf403
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.310
|
data/lib/v20180525/models.rb
CHANGED
|
@@ -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.
|
|
4
|
+
version: 1.0.310
|
|
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-
|
|
11
|
+
date: 2022-05-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|