tencentcloud-sdk-oceanus 3.0.1015 → 3.0.1016

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/v20190422/models.rb +27 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e1a1dbdbb23be88891f9f9974c9b12d88193c3a4
4
- data.tar.gz: 367d5774f7b67d355f26bbeb90e7410d29fc0076
3
+ metadata.gz: dd7ea12007c02a78a11cabdd5dc0c28e94599a0b
4
+ data.tar.gz: 449176dde48fa70406925569dd57c9e3958140b8
5
5
  SHA512:
6
- metadata.gz: 03c239cedd6c0a7e350dbf5454dec3ddea62d871043c800bc09f584736bba0dc798497bf5c4d4f31cfe76cc9bd75ca695329f366620dc84d5386d630d30c245a
7
- data.tar.gz: 9f476cea898f634af7f8490aeed3478c40726ebeceb3c53ca62cdd4427e1eb10e3aebd073d36254a998b4aac7054b13c1e2d46d124fddfcb994435cf95b30472
6
+ metadata.gz: 2619d99f4f82e277deda4e04daef75421a108888ed677fb0660bb2d9c370900265e8f57cee41353ea7006fe804c28d1883609953985557e006e2798575887639
7
+ data.tar.gz: 9b7f6378a159f86bdd06398f9fc1b350671ad450c14381bce75a3a51533b082546f1840c9b067aefd98be0459f6b20fee40e9b7cc5e85865dd1498657ccc9104
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1015
1
+ 3.0.1016
@@ -1099,10 +1099,12 @@ module TencentCloud
1099
1099
  # @type Tags: Array
1100
1100
  # @param Description: 作业描述
1101
1101
  # @type Description: String
1102
+ # @param OpenJobDefaultAlarm: 开启默认告警
1103
+ # @type OpenJobDefaultAlarm: Integer
1102
1104
 
1103
- attr_accessor :Name, :JobType, :ClusterType, :ClusterId, :CuMem, :Remark, :FolderId, :FlinkVersion, :WorkSpaceId, :Tags, :Description
1105
+ attr_accessor :Name, :JobType, :ClusterType, :ClusterId, :CuMem, :Remark, :FolderId, :FlinkVersion, :WorkSpaceId, :Tags, :Description, :OpenJobDefaultAlarm
1104
1106
 
1105
- def initialize(name=nil, jobtype=nil, clustertype=nil, clusterid=nil, cumem=nil, remark=nil, folderid=nil, flinkversion=nil, workspaceid=nil, tags=nil, description=nil)
1107
+ def initialize(name=nil, jobtype=nil, clustertype=nil, clusterid=nil, cumem=nil, remark=nil, folderid=nil, flinkversion=nil, workspaceid=nil, tags=nil, description=nil, openjobdefaultalarm=nil)
1106
1108
  @Name = name
1107
1109
  @JobType = jobtype
1108
1110
  @ClusterType = clustertype
@@ -1114,6 +1116,7 @@ module TencentCloud
1114
1116
  @WorkSpaceId = workspaceid
1115
1117
  @Tags = tags
1116
1118
  @Description = description
1119
+ @OpenJobDefaultAlarm = openjobdefaultalarm
1117
1120
  end
1118
1121
 
1119
1122
  def deserialize(params)
@@ -1135,6 +1138,7 @@ module TencentCloud
1135
1138
  end
1136
1139
  end
1137
1140
  @Description = params['Description']
1141
+ @OpenJobDefaultAlarm = params['OpenJobDefaultAlarm']
1138
1142
  end
1139
1143
  end
1140
1144
 
@@ -3631,10 +3635,16 @@ module TencentCloud
3631
3635
  # @param RunningMem: 使用内存数量
3632
3636
  # 注意:此字段可能返回 null,表示取不到有效值。
3633
3637
  # @type RunningMem: Float
3638
+ # @param OpenJobDefaultAlarm: 是否开了默认告警
3639
+ # 注意:此字段可能返回 null,表示取不到有效值。
3640
+ # @type OpenJobDefaultAlarm: Integer
3641
+ # @param ProgressDesc: 操作中描述
3642
+ # 注意:此字段可能返回 null,表示取不到有效值。
3643
+ # @type ProgressDesc: String
3634
3644
 
3635
- attr_accessor :JobId, :Region, :Zone, :AppId, :OwnerUin, :CreatorUin, :Name, :JobType, :Status, :CreateTime, :StartTime, :StopTime, :UpdateTime, :TotalRunMillis, :Remark, :LastOpResult, :ClusterName, :LatestJobConfigVersion, :PublishedJobConfigVersion, :RunningCuNum, :CuMem, :StatusDesc, :CurrentRunMillis, :ClusterId, :WebUIUrl, :SchedulerType, :ClusterStatus, :RunningCu, :FlinkVersion, :WorkSpaceId, :WorkSpaceName, :Tags, :EventInfo, :Description, :ScalingType, :RunningCpu, :RunningMem
3645
+ attr_accessor :JobId, :Region, :Zone, :AppId, :OwnerUin, :CreatorUin, :Name, :JobType, :Status, :CreateTime, :StartTime, :StopTime, :UpdateTime, :TotalRunMillis, :Remark, :LastOpResult, :ClusterName, :LatestJobConfigVersion, :PublishedJobConfigVersion, :RunningCuNum, :CuMem, :StatusDesc, :CurrentRunMillis, :ClusterId, :WebUIUrl, :SchedulerType, :ClusterStatus, :RunningCu, :FlinkVersion, :WorkSpaceId, :WorkSpaceName, :Tags, :EventInfo, :Description, :ScalingType, :RunningCpu, :RunningMem, :OpenJobDefaultAlarm, :ProgressDesc
3636
3646
 
3637
- def initialize(jobid=nil, region=nil, zone=nil, appid=nil, owneruin=nil, creatoruin=nil, name=nil, jobtype=nil, status=nil, createtime=nil, starttime=nil, stoptime=nil, updatetime=nil, totalrunmillis=nil, remark=nil, lastopresult=nil, clustername=nil, latestjobconfigversion=nil, publishedjobconfigversion=nil, runningcunum=nil, cumem=nil, statusdesc=nil, currentrunmillis=nil, clusterid=nil, webuiurl=nil, schedulertype=nil, clusterstatus=nil, runningcu=nil, flinkversion=nil, workspaceid=nil, workspacename=nil, tags=nil, eventinfo=nil, description=nil, scalingtype=nil, runningcpu=nil, runningmem=nil)
3647
+ def initialize(jobid=nil, region=nil, zone=nil, appid=nil, owneruin=nil, creatoruin=nil, name=nil, jobtype=nil, status=nil, createtime=nil, starttime=nil, stoptime=nil, updatetime=nil, totalrunmillis=nil, remark=nil, lastopresult=nil, clustername=nil, latestjobconfigversion=nil, publishedjobconfigversion=nil, runningcunum=nil, cumem=nil, statusdesc=nil, currentrunmillis=nil, clusterid=nil, webuiurl=nil, schedulertype=nil, clusterstatus=nil, runningcu=nil, flinkversion=nil, workspaceid=nil, workspacename=nil, tags=nil, eventinfo=nil, description=nil, scalingtype=nil, runningcpu=nil, runningmem=nil, openjobdefaultalarm=nil, progressdesc=nil)
3638
3648
  @JobId = jobid
3639
3649
  @Region = region
3640
3650
  @Zone = zone
@@ -3672,6 +3682,8 @@ module TencentCloud
3672
3682
  @ScalingType = scalingtype
3673
3683
  @RunningCpu = runningcpu
3674
3684
  @RunningMem = runningmem
3685
+ @OpenJobDefaultAlarm = openjobdefaultalarm
3686
+ @ProgressDesc = progressdesc
3675
3687
  end
3676
3688
 
3677
3689
  def deserialize(params)
@@ -3722,6 +3734,8 @@ module TencentCloud
3722
3734
  @ScalingType = params['ScalingType']
3723
3735
  @RunningCpu = params['RunningCpu']
3724
3736
  @RunningMem = params['RunningMem']
3737
+ @OpenJobDefaultAlarm = params['OpenJobDefaultAlarm']
3738
+ @ProgressDesc = params['ProgressDesc']
3725
3739
  end
3726
3740
  end
3727
3741
 
@@ -5208,13 +5222,18 @@ module TencentCloud
5208
5222
  # 注意:此字段可能返回 null,表示取不到有效值。
5209
5223
  # @type ScalingType: Integer
5210
5224
  # @param RunningCpu: RunningCpu
5225
+ # 注意:此字段可能返回 null,表示取不到有效值。
5211
5226
  # @type RunningCpu: Float
5212
5227
  # @param RunningMem: RunningMem
5228
+ # 注意:此字段可能返回 null,表示取不到有效值。
5213
5229
  # @type RunningMem: Float
5230
+ # @param DecodeSqlCode: sql
5231
+ # 注意:此字段可能返回 null,表示取不到有效值。
5232
+ # @type DecodeSqlCode: String
5214
5233
 
5215
- attr_accessor :JobId, :Name, :JobType, :RunningCu, :Status, :ScalingType, :RunningCpu, :RunningMem
5234
+ attr_accessor :JobId, :Name, :JobType, :RunningCu, :Status, :ScalingType, :RunningCpu, :RunningMem, :DecodeSqlCode
5216
5235
 
5217
- def initialize(jobid=nil, name=nil, jobtype=nil, runningcu=nil, status=nil, scalingtype=nil, runningcpu=nil, runningmem=nil)
5236
+ def initialize(jobid=nil, name=nil, jobtype=nil, runningcu=nil, status=nil, scalingtype=nil, runningcpu=nil, runningmem=nil, decodesqlcode=nil)
5218
5237
  @JobId = jobid
5219
5238
  @Name = name
5220
5239
  @JobType = jobtype
@@ -5223,6 +5242,7 @@ module TencentCloud
5223
5242
  @ScalingType = scalingtype
5224
5243
  @RunningCpu = runningcpu
5225
5244
  @RunningMem = runningmem
5245
+ @DecodeSqlCode = decodesqlcode
5226
5246
  end
5227
5247
 
5228
5248
  def deserialize(params)
@@ -5234,6 +5254,7 @@ module TencentCloud
5234
5254
  @ScalingType = params['ScalingType']
5235
5255
  @RunningCpu = params['RunningCpu']
5236
5256
  @RunningMem = params['RunningMem']
5257
+ @DecodeSqlCode = params['DecodeSqlCode']
5237
5258
  end
5238
5259
  end
5239
5260
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-oceanus
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1015
4
+ version: 3.0.1016
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-10 00:00:00.000000000 Z
11
+ date: 2025-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common