tencentcloud-sdk-iecp 1.0.262 → 1.0.263

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210914/models.rb +16 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8b55a40ec095e2a9362eebaef9ea795fe36747a6
4
- data.tar.gz: 483eb00da89050edaa9cc54582dffa9a88e5e434
3
+ metadata.gz: b29104bdda05c6829d1bc4d941dbd3b98757ab9b
4
+ data.tar.gz: 1a23256595acba526da865e66da10cc462a75993
5
5
  SHA512:
6
- metadata.gz: b16b1def1d620648655bdc6102ca9120177e000b90c6cf513b11bcd5351f341c98f04a75e46074401a62918caeb2a0ec94e127be1db147bccbaee3a334a4e992
7
- data.tar.gz: 8aa457b12fb60d19ff63e653f2532f9c9bec6930866b1c6afa58b976ffcafc0b98cb60e5a2136b55eb82fb8d43badd4546cb70904c9252a80019ed50d994b68e
6
+ metadata.gz: 4d92475ac7b46919a69fac20340d5c9ef0c57b9e778db42e8e5137e5f5cbc890f386f5d2b04cad26820247f03e37dd180e4b64bc6c6056a2a3ee58b01cb140aa
7
+ data.tar.gz: e5ae5c1a6410466172227b6b6a0e13879b75a3d4287a2f00df4ca5a2c9428a8b2b9fb7b9d4cd3830a40722311701ec65d4dd5c2dd183886ad1d711005ce83fc8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.262
1
+ 1.0.263
@@ -879,26 +879,26 @@ module TencentCloud
879
879
  class CreateEdgeUnitApplicationYamlRequest < TencentCloud::Common::AbstractModel
880
880
  # @param EdgeUnitId: 单元ID
881
881
  # @type EdgeUnitId: Integer
882
+ # @param Yaml: base64后的Yaml配置
883
+ # @type Yaml: String
882
884
  # @param BasicInfo: 基本信息
883
885
  # @type BasicInfo: :class:`Tencentcloud::Iecp.v20210914.models.ApplicationBasicInfo`
884
- # @param Yaml: Yaml配置
885
- # @type Yaml: String
886
886
 
887
- attr_accessor :EdgeUnitId, :BasicInfo, :Yaml
887
+ attr_accessor :EdgeUnitId, :Yaml, :BasicInfo
888
888
 
889
- def initialize(edgeunitid=nil, basicinfo=nil, yaml=nil)
889
+ def initialize(edgeunitid=nil, yaml=nil, basicinfo=nil)
890
890
  @EdgeUnitId = edgeunitid
891
- @BasicInfo = basicinfo
892
891
  @Yaml = yaml
892
+ @BasicInfo = basicinfo
893
893
  end
894
894
 
895
895
  def deserialize(params)
896
896
  @EdgeUnitId = params['EdgeUnitId']
897
+ @Yaml = params['Yaml']
897
898
  unless params['BasicInfo'].nil?
898
899
  @BasicInfo = ApplicationBasicInfo.new
899
900
  @BasicInfo.deserialize(params['BasicInfo'])
900
901
  end
901
- @Yaml = params['Yaml']
902
902
  end
903
903
  end
904
904
 
@@ -5486,10 +5486,14 @@ module TencentCloud
5486
5486
  # @type Version: String
5487
5487
  # @param WorkloadVisualConfig: 组件可视化信息
5488
5488
  # @type WorkloadVisualConfig: String
5489
+ # @param DetailUrl: 无
5490
+ # @type DetailUrl: String
5491
+ # @param Installed: 无
5492
+ # @type Installed: Boolean
5489
5493
 
5490
- attr_accessor :ID, :AppName, :Author, :ReleaseTime, :Outline, :Detail, :Icon, :Version, :WorkloadVisualConfig
5494
+ attr_accessor :ID, :AppName, :Author, :ReleaseTime, :Outline, :Detail, :Icon, :Version, :WorkloadVisualConfig, :DetailUrl, :Installed
5491
5495
 
5492
- def initialize(id=nil, appname=nil, author=nil, releasetime=nil, outline=nil, detail=nil, icon=nil, version=nil, workloadvisualconfig=nil)
5496
+ def initialize(id=nil, appname=nil, author=nil, releasetime=nil, outline=nil, detail=nil, icon=nil, version=nil, workloadvisualconfig=nil, detailurl=nil, installed=nil)
5493
5497
  @ID = id
5494
5498
  @AppName = appname
5495
5499
  @Author = author
@@ -5499,6 +5503,8 @@ module TencentCloud
5499
5503
  @Icon = icon
5500
5504
  @Version = version
5501
5505
  @WorkloadVisualConfig = workloadvisualconfig
5506
+ @DetailUrl = detailurl
5507
+ @Installed = installed
5502
5508
  end
5503
5509
 
5504
5510
  def deserialize(params)
@@ -5511,6 +5517,8 @@ module TencentCloud
5511
5517
  @Icon = params['Icon']
5512
5518
  @Version = params['Version']
5513
5519
  @WorkloadVisualConfig = params['WorkloadVisualConfig']
5520
+ @DetailUrl = params['DetailUrl']
5521
+ @Installed = params['Installed']
5514
5522
  end
5515
5523
  end
5516
5524
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iecp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.262
4
+ version: 1.0.263
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-02-22 00:00:00.000000000 Z
11
+ date: 2022-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common