tencentcloud-sdk-tem 3.0.930 → 3.0.932

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/v20210701/models.rb +11 -7
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 808c6f5d918ce0aa983a3b8eead96532dbfe2596
4
- data.tar.gz: 583f3c859d642549961ba469bd5bc1e970824a08
3
+ metadata.gz: c6e1f28041d9e6ffa7c23a5b972734c16cc7bfbc
4
+ data.tar.gz: 7b7f8c3c03d7a1e9b243dceb054d933e7b990971
5
5
  SHA512:
6
- metadata.gz: 4f471690c4f52cae9c10c133ec8dd8c6f0ddc206cfd0dc65f29fda427064a9a3fe89fa852085b67a7eac237b277aca2d832aad98cc34a7f8d119c9ae443e111e
7
- data.tar.gz: 95cfc001f48289ac097465ef391efd3cab90333b80e6e28e20c4dedc6ce4fe159b047de872420c46c75afbea065678c41ed2d01bd33023942ab27b4335177d74
6
+ metadata.gz: 31225011e8a11fd6aff2a8756379f73de3904983c82e3017c23c78679d5f20c838fd45a7b99c6f6655846c2e09b4cbec47da2fefd196d0fe25b8f5a4e4bf6000
7
+ data.tar.gz: e9863d902a60fe6c8352fa10f4ec8a600117e4a4751ba8b125a550edf75d6288d9c5ab4c8f418018eb1d7f2e73631811cbd3c47c98c6e8f612ad82066f3c5001
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.930
1
+ 3.0.932
@@ -23,10 +23,10 @@ module TencentCloud
23
23
  # @type MinReplicas: Integer
24
24
  # @param MaxReplicas: 弹性伸缩最大实例数
25
25
  # @type MaxReplicas: Integer
26
- # @param HorizontalAutoscaler: 指标弹性伸缩策略
26
+ # @param HorizontalAutoscaler: 指标弹性伸缩策略(指标策略和定时策略必须填写一个)
27
27
  # 注意:此字段可能返回 null,表示取不到有效值。
28
28
  # @type HorizontalAutoscaler: Array
29
- # @param CronHorizontalAutoscaler: 定时弹性伸缩策略
29
+ # @param CronHorizontalAutoscaler: 定时弹性伸缩策略(指标策略和定时策略必须填写一个)
30
30
  # 注意:此字段可能返回 null,表示取不到有效值。
31
31
  # @type CronHorizontalAutoscaler: Array
32
32
  # @param AutoscalerId: 弹性伸缩ID
@@ -683,7 +683,7 @@ module TencentCloud
683
683
  class CreateResourceRequest < TencentCloud::Common::AbstractModel
684
684
  # @param EnvironmentId: 环境 Id
685
685
  # @type EnvironmentId: String
686
- # @param ResourceType: 资源类型,目前支持文件系统:CFS;日志服务:CLS;注册中心:TSE_SRE
686
+ # @param ResourceType: 资源类型,目前支持文件系统:CFS;注册中心:TSE_SRE
687
687
  # @type ResourceType: String
688
688
  # @param ResourceId: 资源 Id
689
689
  # @type ResourceId: String
@@ -1003,9 +1003,9 @@ module TencentCloud
1003
1003
  # @type ApplicationId: String
1004
1004
  # @param InitPodNum: 初始化 pod 数
1005
1005
  # @type InitPodNum: Integer
1006
- # @param CpuSpec: cpu规格
1006
+ # @param CpuSpec: cpu规格 单位:核
1007
1007
  # @type CpuSpec: Float
1008
- # @param MemorySpec: 内存规格
1008
+ # @param MemorySpec: 内存规格 单位:G
1009
1009
  # @type MemorySpec: Float
1010
1010
  # @param EnvironmentId: 环境ID
1011
1011
  # @type EnvironmentId: String
@@ -1629,7 +1629,7 @@ module TencentCloud
1629
1629
  # @type EnvironmentId: String
1630
1630
  # @param ApplicationId: 服务ID
1631
1631
  # @type ApplicationId: String
1632
- # @param SourceChannel: xx
1632
+ # @param SourceChannel: 来源渠道
1633
1633
  # @type SourceChannel: Integer
1634
1634
 
1635
1635
  attr_accessor :EnvironmentId, :ApplicationId, :SourceChannel
@@ -3810,12 +3810,16 @@ module TencentCloud
3810
3810
  # 挂载配置信息
3811
3811
  class MountedSettingConf < TencentCloud::Common::AbstractModel
3812
3812
  # @param ConfigDataName: 配置名称
3813
+ # 注意:此字段可能返回 null,表示取不到有效值。
3813
3814
  # @type ConfigDataName: String
3814
3815
  # @param MountedPath: 挂载路径
3816
+ # 注意:此字段可能返回 null,表示取不到有效值。
3815
3817
  # @type MountedPath: String
3816
3818
  # @param Data: 配置内容
3819
+ # 注意:此字段可能返回 null,表示取不到有效值。
3817
3820
  # @type Data: Array
3818
3821
  # @param SecretDataName: 加密配置名称
3822
+ # 注意:此字段可能返回 null,表示取不到有效值。
3819
3823
  # @type SecretDataName: String
3820
3824
 
3821
3825
  attr_accessor :ConfigDataName, :MountedPath, :Data, :SecretDataName
@@ -4510,7 +4514,7 @@ module TencentCloud
4510
4514
 
4511
4515
  # 端口映射详细信息结构体
4512
4516
  class ServicePortMapping < TencentCloud::Common::AbstractModel
4513
- # @param Type: 服务类型
4517
+ # @param Type: 服务类型:如:EXTERNAL,VPC,CLUSTER
4514
4518
  # 注意:此字段可能返回 null,表示取不到有效值。
4515
4519
  # @type Type: String
4516
4520
  # @param ServiceName: 服务名称
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.930
4
+ version: 3.0.932
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-22 00:00:00.000000000 Z
11
+ date: 2024-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common