tencentcloud-sdk-tem 1.0.239 → 1.0.240

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 +40 -9
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 94652862fd6d9f003dc02f82ca97768a97e5ceb0
4
- data.tar.gz: 1682ae19edbe374a941b4947213ee382b72a4378
3
+ metadata.gz: e29c875ed963ad3d5a52d6d6aa8ce4705012a6ee
4
+ data.tar.gz: 2a1e22cae8bd200f82344c9ca41b90ce322130e2
5
5
  SHA512:
6
- metadata.gz: d6e8b0158ea8c274318f95ac66a43d9372dfa5789151e3a96f34addc05452142296400203b06d6ed44936d4aef75b3088a69776a33b27e61a0f623bacb0a60db
7
- data.tar.gz: 72291a8df156c5fe5c37d9fe9934c87b59c4381f66fdf16c1b375248d6d5860888680f4427981706a163cc7429ce08000b32982987cdecaf9e9b914d9a30c63f
6
+ metadata.gz: 7c50cd2bda4806c78cabd172146e81f6ebaeee2526e5a3301843f43e027db44bd6490d74505fc38173b544244c840353fde8d02287bb72cd9595c4c21ce6db70
7
+ data.tar.gz: bb2644da2eed969c27b7c4366c32b4dd0803e0df55f37e889ccaa7cda9f677e290991ba2a882b8376bd87511d901a81eac9b67945db964ad492c9a4a0e5e64c5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.239
1
+ 1.0.240
@@ -518,8 +518,10 @@ module TencentCloud
518
518
  # @param PkgName: 包名。使用 JAR 包或者 WAR 包部署的时候必填。
519
519
  # @type PkgName: String
520
520
  # @param JdkVersion: JDK 版本。
521
- # - KONA:使用 kona jdk。
522
- # - OPEN:使用 open jdk。
521
+ # - KONA:8:使用 kona jdk 8
522
+ # - OPEN:8:使用 open jdk 8
523
+ # - KONA:11:使用 kona jdk 11。
524
+ # - OPEN:11:使用 open jdk 11。
523
525
  # @type JdkVersion: String
524
526
  # @param SecurityGroupIds: 安全组ID s
525
527
  # @type SecurityGroupIds: Array
@@ -557,10 +559,16 @@ module TencentCloud
557
559
  # @type CronHorizontalAutoscaler: Array
558
560
  # @param LogEnable: 是否启用log,1为启用,0为不启用
559
561
  # @type LogEnable: Integer
562
+ # @param ConfEdited: (除开镜像配置)配置是否修改
563
+ # @type ConfEdited: Boolean
564
+ # @param SpeedUp: 是否开启应用加速
565
+ # @type SpeedUp: Boolean
566
+ # @param StartupProbe: 启动探针配置
567
+ # @type StartupProbe: :class:`Tencentcloud::Tem.v20210701.models.HealthCheckConfig`
560
568
 
561
- attr_accessor :ApplicationId, :InitPodNum, :CpuSpec, :MemorySpec, :EnvironmentId, :ImgRepo, :VersionDesc, :JvmOpts, :EsInfo, :EnvConf, :LogConfs, :StorageConfs, :StorageMountConfs, :DeployMode, :DeployVersion, :PkgName, :JdkVersion, :SecurityGroupIds, :LogOutputConf, :SourceChannel, :Description, :ImageCommand, :ImageArgs, :UseRegistryDefaultConfig, :SettingConfs, :Service, :VersionId, :PostStart, :PreStop, :Liveness, :Readiness, :DeployStrategyConf, :HorizontalAutoscaler, :CronHorizontalAutoscaler, :LogEnable
569
+ attr_accessor :ApplicationId, :InitPodNum, :CpuSpec, :MemorySpec, :EnvironmentId, :ImgRepo, :VersionDesc, :JvmOpts, :EsInfo, :EnvConf, :LogConfs, :StorageConfs, :StorageMountConfs, :DeployMode, :DeployVersion, :PkgName, :JdkVersion, :SecurityGroupIds, :LogOutputConf, :SourceChannel, :Description, :ImageCommand, :ImageArgs, :UseRegistryDefaultConfig, :SettingConfs, :Service, :VersionId, :PostStart, :PreStop, :Liveness, :Readiness, :DeployStrategyConf, :HorizontalAutoscaler, :CronHorizontalAutoscaler, :LogEnable, :ConfEdited, :SpeedUp, :StartupProbe
562
570
 
563
- def initialize(applicationid=nil, initpodnum=nil, cpuspec=nil, memoryspec=nil, environmentid=nil, imgrepo=nil, versiondesc=nil, jvmopts=nil, esinfo=nil, envconf=nil, logconfs=nil, storageconfs=nil, storagemountconfs=nil, deploymode=nil, deployversion=nil, pkgname=nil, jdkversion=nil, securitygroupids=nil, logoutputconf=nil, sourcechannel=nil, description=nil, imagecommand=nil, imageargs=nil, useregistrydefaultconfig=nil, settingconfs=nil, service=nil, versionid=nil, poststart=nil, prestop=nil, liveness=nil, readiness=nil, deploystrategyconf=nil, horizontalautoscaler=nil, cronhorizontalautoscaler=nil, logenable=nil)
571
+ def initialize(applicationid=nil, initpodnum=nil, cpuspec=nil, memoryspec=nil, environmentid=nil, imgrepo=nil, versiondesc=nil, jvmopts=nil, esinfo=nil, envconf=nil, logconfs=nil, storageconfs=nil, storagemountconfs=nil, deploymode=nil, deployversion=nil, pkgname=nil, jdkversion=nil, securitygroupids=nil, logoutputconf=nil, sourcechannel=nil, description=nil, imagecommand=nil, imageargs=nil, useregistrydefaultconfig=nil, settingconfs=nil, service=nil, versionid=nil, poststart=nil, prestop=nil, liveness=nil, readiness=nil, deploystrategyconf=nil, horizontalautoscaler=nil, cronhorizontalautoscaler=nil, logenable=nil, confedited=nil, speedup=nil, startupprobe=nil)
564
572
  @ApplicationId = applicationid
565
573
  @InitPodNum = initpodnum
566
574
  @CpuSpec = cpuspec
@@ -596,6 +604,9 @@ module TencentCloud
596
604
  @HorizontalAutoscaler = horizontalautoscaler
597
605
  @CronHorizontalAutoscaler = cronhorizontalautoscaler
598
606
  @LogEnable = logenable
607
+ @ConfEdited = confedited
608
+ @SpeedUp = speedup
609
+ @StartupProbe = startupprobe
599
610
  end
600
611
 
601
612
  def deserialize(params)
@@ -694,6 +705,12 @@ module TencentCloud
694
705
  end
695
706
  end
696
707
  @LogEnable = params['LogEnable']
708
+ @ConfEdited = params['ConfEdited']
709
+ @SpeedUp = params['SpeedUp']
710
+ unless params['StartupProbe'].nil?
711
+ @StartupProbe = HealthCheckConfig.new
712
+ @StartupProbe.deserialize(params['StartupProbe'])
713
+ end
697
714
  end
698
715
  end
699
716
 
@@ -841,14 +858,17 @@ module TencentCloud
841
858
  # @type DeployStrategyType: Integer
842
859
  # @param BatchInterval: 每批暂停间隔
843
860
  # @type BatchInterval: Integer
861
+ # @param MinAvailable: 最小可用实例数
862
+ # @type MinAvailable: Integer
844
863
 
845
- attr_accessor :TotalBatchCount, :BetaBatchNum, :DeployStrategyType, :BatchInterval
864
+ attr_accessor :TotalBatchCount, :BetaBatchNum, :DeployStrategyType, :BatchInterval, :MinAvailable
846
865
 
847
- def initialize(totalbatchcount=nil, betabatchnum=nil, deploystrategytype=nil, batchinterval=nil)
866
+ def initialize(totalbatchcount=nil, betabatchnum=nil, deploystrategytype=nil, batchinterval=nil, minavailable=nil)
848
867
  @TotalBatchCount = totalbatchcount
849
868
  @BetaBatchNum = betabatchnum
850
869
  @DeployStrategyType = deploystrategytype
851
870
  @BatchInterval = batchinterval
871
+ @MinAvailable = minavailable
852
872
  end
853
873
 
854
874
  def deserialize(params)
@@ -856,6 +876,7 @@ module TencentCloud
856
876
  @BetaBatchNum = params['BetaBatchNum']
857
877
  @DeployStrategyType = params['DeployStrategyType']
858
878
  @BatchInterval = params['BatchInterval']
879
+ @MinAvailable = params['MinAvailable']
859
880
  end
860
881
  end
861
882
 
@@ -1936,21 +1957,31 @@ module TencentCloud
1936
1957
 
1937
1958
  # 键值对
1938
1959
  class Pair < TencentCloud::Common::AbstractModel
1939
- # @param Key:
1960
+ # @param Key:
1940
1961
  # @type Key: String
1941
1962
  # @param Value: 值
1942
1963
  # @type Value: String
1964
+ # @param Type: 类型,default 为自定义,reserved 为系统变量,referenced 为引用配置项
1965
+ # 注意:此字段可能返回 null,表示取不到有效值。
1966
+ # @type Type: String
1967
+ # @param Config: 配置名称
1968
+ # 注意:此字段可能返回 null,表示取不到有效值。
1969
+ # @type Config: String
1943
1970
 
1944
- attr_accessor :Key, :Value
1971
+ attr_accessor :Key, :Value, :Type, :Config
1945
1972
 
1946
- def initialize(key=nil, value=nil)
1973
+ def initialize(key=nil, value=nil, type=nil, config=nil)
1947
1974
  @Key = key
1948
1975
  @Value = value
1976
+ @Type = type
1977
+ @Config = config
1949
1978
  end
1950
1979
 
1951
1980
  def deserialize(params)
1952
1981
  @Key = params['Key']
1953
1982
  @Value = params['Value']
1983
+ @Type = params['Type']
1984
+ @Config = params['Config']
1954
1985
  end
1955
1986
  end
1956
1987
 
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: 1.0.239
4
+ version: 1.0.240
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-01-11 00:00:00.000000000 Z
11
+ date: 2022-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common