tencentcloud-sdk-tcb 3.0.477 → 3.0.479
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/v20180608/models.rb +63 -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: f7c6963ae6cdccf4d0f9ec56f4e26cfdb9ede72c
|
4
|
+
data.tar.gz: fe34a581d10f05a3122fae98aadd918b5d1b947f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a87466fc05b2bbf0d7be3818ce64203b670100ac1d6b4ae47fa8a38dfedd7b7705a9eb7d56ed63ba8d7c6c0e2ecb246ac3428a98c1b15226955914bb9a70b88
|
7
|
+
data.tar.gz: 8cf6e29ce0dd92a18970497597ad56f46252fe226de244043c66e3066124c079a725cb22143bd8697d8815ba6cc1354f84bf78106cdaa7572082fda69ac55620
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.479
|
data/lib/v20180608/models.rb
CHANGED
@@ -851,6 +851,17 @@ module TencentCloud
|
|
851
851
|
end
|
852
852
|
end
|
853
853
|
|
854
|
+
# 主机路径挂载参数
|
855
|
+
class CloudBaseRunServiceVolumeHostPath < TencentCloud::Common::AbstractModel
|
856
|
+
|
857
|
+
|
858
|
+
def initialize()
|
859
|
+
end
|
860
|
+
|
861
|
+
def deserialize(params)
|
862
|
+
end
|
863
|
+
end
|
864
|
+
|
854
865
|
# 对标 EKS VolumeMount
|
855
866
|
class CloudBaseRunServiceVolumeMount < TencentCloud::Common::AbstractModel
|
856
867
|
# @param Name: Volume 名称
|
@@ -1300,15 +1311,19 @@ module TencentCloud
|
|
1300
1311
|
# @param EmptyDir: emptydir数据卷详细信息
|
1301
1312
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1302
1313
|
# @type EmptyDir: :class:`Tencentcloud::Tcb.v20180608.models.CloudBaseRunEmptyDirVolumeSource`
|
1314
|
+
# @param HostPath: 主机路径挂载信息
|
1315
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1316
|
+
# @type HostPath: :class:`Tencentcloud::Tcb.v20180608.models.CloudBaseRunServiceVolumeHostPath`
|
1303
1317
|
|
1304
|
-
attr_accessor :Name, :NFS, :SecretName, :EnableEmptyDirVolume, :EmptyDir
|
1318
|
+
attr_accessor :Name, :NFS, :SecretName, :EnableEmptyDirVolume, :EmptyDir, :HostPath
|
1305
1319
|
|
1306
|
-
def initialize(name=nil, nfs=nil, secretname=nil, enableemptydirvolume=nil, emptydir=nil)
|
1320
|
+
def initialize(name=nil, nfs=nil, secretname=nil, enableemptydirvolume=nil, emptydir=nil, hostpath=nil)
|
1307
1321
|
@Name = name
|
1308
1322
|
@NFS = nfs
|
1309
1323
|
@SecretName = secretname
|
1310
1324
|
@EnableEmptyDirVolume = enableemptydirvolume
|
1311
1325
|
@EmptyDir = emptydir
|
1326
|
+
@HostPath = hostpath
|
1312
1327
|
end
|
1313
1328
|
|
1314
1329
|
def deserialize(params)
|
@@ -1323,6 +1338,10 @@ module TencentCloud
|
|
1323
1338
|
@EmptyDir = CloudBaseRunEmptyDirVolumeSource.new
|
1324
1339
|
@EmptyDir.deserialize(params['EmptyDir'])
|
1325
1340
|
end
|
1341
|
+
unless params['HostPath'].nil?
|
1342
|
+
@HostPath = CloudBaseRunServiceVolumeHostPath.new
|
1343
|
+
@HostPath.deserialize(params['HostPath'])
|
1344
|
+
end
|
1326
1345
|
end
|
1327
1346
|
end
|
1328
1347
|
|
@@ -3593,12 +3612,18 @@ module TencentCloud
|
|
3593
3612
|
# @param PolicyDetail: 自动扩缩容策略组
|
3594
3613
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3595
3614
|
# @type PolicyDetail: Array
|
3615
|
+
# @param TkeClusterInfo: Tke集群信息
|
3616
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3617
|
+
# @type TkeClusterInfo: :class:`Tencentcloud::Tcb.v20180608.models.TkeClusterInfo`
|
3618
|
+
# @param TkeWorkloadType: 版本工作负载类型;deployment/deamonset
|
3619
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3620
|
+
# @type TkeWorkloadType: String
|
3596
3621
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
3597
3622
|
# @type RequestId: String
|
3598
3623
|
|
3599
|
-
attr_accessor :VersionName, :Remark, :DockerfilePath, :BuildDir, :Cpu, :Mem, :MinNum, :MaxNum, :PolicyType, :PolicyThreshold, :EnvParams, :CreatedTime, :UpdatedTime, :VersionIP, :VersionPort, :Status, :PackageName, :PackageVersion, :UploadType, :RepoType, :Repo, :Branch, :ServerName, :IsPublic, :VpcId, :SubnetIds, :CustomLogs, :ContainerPort, :InitialDelaySeconds, :ImageUrl, :CpuSize, :MemSize, :HasDockerfile, :BaseImage, :EntryPoint, :RepoLanguage, :PolicyDetail, :RequestId
|
3624
|
+
attr_accessor :VersionName, :Remark, :DockerfilePath, :BuildDir, :Cpu, :Mem, :MinNum, :MaxNum, :PolicyType, :PolicyThreshold, :EnvParams, :CreatedTime, :UpdatedTime, :VersionIP, :VersionPort, :Status, :PackageName, :PackageVersion, :UploadType, :RepoType, :Repo, :Branch, :ServerName, :IsPublic, :VpcId, :SubnetIds, :CustomLogs, :ContainerPort, :InitialDelaySeconds, :ImageUrl, :CpuSize, :MemSize, :HasDockerfile, :BaseImage, :EntryPoint, :RepoLanguage, :PolicyDetail, :TkeClusterInfo, :TkeWorkloadType, :RequestId
|
3600
3625
|
|
3601
|
-
def initialize(versionname=nil, remark=nil, dockerfilepath=nil, builddir=nil, cpu=nil, mem=nil, minnum=nil, maxnum=nil, policytype=nil, policythreshold=nil, envparams=nil, createdtime=nil, updatedtime=nil, versionip=nil, versionport=nil, status=nil, packagename=nil, packageversion=nil, uploadtype=nil, repotype=nil, repo=nil, branch=nil, servername=nil, ispublic=nil, vpcid=nil, subnetids=nil, customlogs=nil, containerport=nil, initialdelayseconds=nil, imageurl=nil, cpusize=nil, memsize=nil, hasdockerfile=nil, baseimage=nil, entrypoint=nil, repolanguage=nil, policydetail=nil, requestid=nil)
|
3626
|
+
def initialize(versionname=nil, remark=nil, dockerfilepath=nil, builddir=nil, cpu=nil, mem=nil, minnum=nil, maxnum=nil, policytype=nil, policythreshold=nil, envparams=nil, createdtime=nil, updatedtime=nil, versionip=nil, versionport=nil, status=nil, packagename=nil, packageversion=nil, uploadtype=nil, repotype=nil, repo=nil, branch=nil, servername=nil, ispublic=nil, vpcid=nil, subnetids=nil, customlogs=nil, containerport=nil, initialdelayseconds=nil, imageurl=nil, cpusize=nil, memsize=nil, hasdockerfile=nil, baseimage=nil, entrypoint=nil, repolanguage=nil, policydetail=nil, tkeclusterinfo=nil, tkeworkloadtype=nil, requestid=nil)
|
3602
3627
|
@VersionName = versionname
|
3603
3628
|
@Remark = remark
|
3604
3629
|
@DockerfilePath = dockerfilepath
|
@@ -3636,6 +3661,8 @@ module TencentCloud
|
|
3636
3661
|
@EntryPoint = entrypoint
|
3637
3662
|
@RepoLanguage = repolanguage
|
3638
3663
|
@PolicyDetail = policydetail
|
3664
|
+
@TkeClusterInfo = tkeclusterinfo
|
3665
|
+
@TkeWorkloadType = tkeworkloadtype
|
3639
3666
|
@RequestId = requestid
|
3640
3667
|
end
|
3641
3668
|
|
@@ -3684,6 +3711,11 @@ module TencentCloud
|
|
3684
3711
|
@PolicyDetail << hpapolicy_tmp
|
3685
3712
|
end
|
3686
3713
|
end
|
3714
|
+
unless params['TkeClusterInfo'].nil?
|
3715
|
+
@TkeClusterInfo = TkeClusterInfo.new
|
3716
|
+
@TkeClusterInfo.deserialize(params['TkeClusterInfo'])
|
3717
|
+
end
|
3718
|
+
@TkeWorkloadType = params['TkeWorkloadType']
|
3687
3719
|
@RequestId = params['RequestId']
|
3688
3720
|
end
|
3689
3721
|
end
|
@@ -7381,6 +7413,33 @@ module TencentCloud
|
|
7381
7413
|
end
|
7382
7414
|
end
|
7383
7415
|
|
7416
|
+
# tke集群信息
|
7417
|
+
class TkeClusterInfo < TencentCloud::Common::AbstractModel
|
7418
|
+
# @param ClusterId: 集群ID
|
7419
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7420
|
+
# @type ClusterId: String
|
7421
|
+
# @param VpcId: 集群的vpcId
|
7422
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7423
|
+
# @type VpcId: String
|
7424
|
+
# @param VersionClbSubnetId: 版本内网CLB所在子网Id
|
7425
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7426
|
+
# @type VersionClbSubnetId: String
|
7427
|
+
|
7428
|
+
attr_accessor :ClusterId, :VpcId, :VersionClbSubnetId
|
7429
|
+
|
7430
|
+
def initialize(clusterid=nil, vpcid=nil, versionclbsubnetid=nil)
|
7431
|
+
@ClusterId = clusterid
|
7432
|
+
@VpcId = vpcid
|
7433
|
+
@VersionClbSubnetId = versionclbsubnetid
|
7434
|
+
end
|
7435
|
+
|
7436
|
+
def deserialize(params)
|
7437
|
+
@ClusterId = params['ClusterId']
|
7438
|
+
@VpcId = params['VpcId']
|
7439
|
+
@VersionClbSubnetId = params['VersionClbSubnetId']
|
7440
|
+
end
|
7441
|
+
end
|
7442
|
+
|
7384
7443
|
# TurnOffStandaloneGateway请求参数结构体
|
7385
7444
|
class TurnOffStandaloneGatewayRequest < TencentCloud::Common::AbstractModel
|
7386
7445
|
# @param EnvId: 环境ID
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tcb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.479
|
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-12-
|
11
|
+
date: 2022-12-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|