tencentcloud-sdk-tem 3.0.502 → 3.0.503
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210701/models.rb +24 -8
- 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: 41bc3a10e74b245452625899d66cd826e52b30cf
|
4
|
+
data.tar.gz: b2961ff8754385f88cbb7cbd5108617da47542b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85160b4a5f2d64e8505690de987ce394a71d2e100fb4a133e110c94b2a80d4c598bf0494a4d33e12df16f10859d953a4b99542475acdd938e2582726677d8ea8
|
7
|
+
data.tar.gz: b8b9a5ca0f80378a23911d7b84e4363abf750144fb33f5b2ea72bc2f1979d4a6e6d75fa5026b277b84135473f56cd51adc2af38974a6e16a374806d9fda136f0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.503
|
data/lib/v20210701/models.rb
CHANGED
@@ -508,12 +508,12 @@ module TencentCloud
|
|
508
508
|
class CreateEnvironmentRequest < TencentCloud::Common::AbstractModel
|
509
509
|
# @param EnvironmentName: 环境名称
|
510
510
|
# @type EnvironmentName: String
|
511
|
+
# @param Description: 环境描述
|
512
|
+
# @type Description: String
|
511
513
|
# @param Vpc: 私有网络名称
|
512
514
|
# @type Vpc: String
|
513
515
|
# @param SubnetIds: 子网列表
|
514
516
|
# @type SubnetIds: Array
|
515
|
-
# @param Description: 环境描述
|
516
|
-
# @type Description: String
|
517
517
|
# @param K8sVersion: K8s version
|
518
518
|
# @type K8sVersion: String
|
519
519
|
# @param SourceChannel: 来源渠道
|
@@ -526,27 +526,39 @@ module TencentCloud
|
|
526
526
|
# @type EnvType: String
|
527
527
|
# @param CreateRegion: 创建环境的region
|
528
528
|
# @type CreateRegion: String
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
529
|
+
# @param SetupVpc: 是否创建私有网络
|
530
|
+
# @type SetupVpc: Boolean
|
531
|
+
# @param SetupPrometheus: 是否创建 Prometheus 实例
|
532
|
+
# @type SetupPrometheus: Boolean
|
533
|
+
# @param PrometheusId: prometheus 实例 id
|
534
|
+
# @type PrometheusId: String
|
535
|
+
# @param ApmId: apm id
|
536
|
+
# @type ApmId: String
|
537
|
+
|
538
|
+
attr_accessor :EnvironmentName, :Description, :Vpc, :SubnetIds, :K8sVersion, :SourceChannel, :EnableTswTraceService, :Tags, :EnvType, :CreateRegion, :SetupVpc, :SetupPrometheus, :PrometheusId, :ApmId
|
539
|
+
|
540
|
+
def initialize(environmentname=nil, description=nil, vpc=nil, subnetids=nil, k8sversion=nil, sourcechannel=nil, enabletswtraceservice=nil, tags=nil, envtype=nil, createregion=nil, setupvpc=nil, setupprometheus=nil, prometheusid=nil, apmid=nil)
|
533
541
|
@EnvironmentName = environmentname
|
542
|
+
@Description = description
|
534
543
|
@Vpc = vpc
|
535
544
|
@SubnetIds = subnetids
|
536
|
-
@Description = description
|
537
545
|
@K8sVersion = k8sversion
|
538
546
|
@SourceChannel = sourcechannel
|
539
547
|
@EnableTswTraceService = enabletswtraceservice
|
540
548
|
@Tags = tags
|
541
549
|
@EnvType = envtype
|
542
550
|
@CreateRegion = createregion
|
551
|
+
@SetupVpc = setupvpc
|
552
|
+
@SetupPrometheus = setupprometheus
|
553
|
+
@PrometheusId = prometheusid
|
554
|
+
@ApmId = apmid
|
543
555
|
end
|
544
556
|
|
545
557
|
def deserialize(params)
|
546
558
|
@EnvironmentName = params['EnvironmentName']
|
559
|
+
@Description = params['Description']
|
547
560
|
@Vpc = params['Vpc']
|
548
561
|
@SubnetIds = params['SubnetIds']
|
549
|
-
@Description = params['Description']
|
550
562
|
@K8sVersion = params['K8sVersion']
|
551
563
|
@SourceChannel = params['SourceChannel']
|
552
564
|
@EnableTswTraceService = params['EnableTswTraceService']
|
@@ -560,6 +572,10 @@ module TencentCloud
|
|
560
572
|
end
|
561
573
|
@EnvType = params['EnvType']
|
562
574
|
@CreateRegion = params['CreateRegion']
|
575
|
+
@SetupVpc = params['SetupVpc']
|
576
|
+
@SetupPrometheus = params['SetupPrometheus']
|
577
|
+
@PrometheusId = params['PrometheusId']
|
578
|
+
@ApmId = params['ApmId']
|
563
579
|
end
|
564
580
|
end
|
565
581
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tem
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.503
|
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-02-
|
11
|
+
date: 2023-02-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|