tencentcloud-sdk-tione 3.0.460 → 3.0.461

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/v20211111/models.rb +13 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 80c8cff2d460623e05dd2d102d3c932c99d71976
4
- data.tar.gz: f287c6f2dd9caa5187aad741858998a057308207
3
+ metadata.gz: b5ee2c8716c87396aa34f74f9e4064081c3a55ab
4
+ data.tar.gz: 2bf2d3a9455f7cae9158093c72e1b91373c1ad06
5
5
  SHA512:
6
- metadata.gz: cc02a8beb461a9ee6f9fddac0c828e371291d31c83ac0e14cb895daf79d86be4b36008734a0beaf01e72a03172f0b2943b46bf80bf93eda8ba4dd9bef465e771
7
- data.tar.gz: 1e1dd1d9d21f06a2e092c74a9d8b069f5ed17334a36111ac9e53a51dd8939d7ee1fcb7e927c7d4f02f1046e55bbac2a40e67e0b2fb89bb1d61b3b4241af4c84d
6
+ metadata.gz: d6e5b757c80fd76afb8e13c19d48c46763d9ac4cf65af832f7b658d502787aef05de3a87fe80b279c752c1c7bbe2993aae9c8dd949f0679e166b117a57f85e01
7
+ data.tar.gz: 44771036a49224c338616bd8f61e316667cbc12b7d765ea2cd151e3fd12c933ab38f26f22dfe50003ef5e0b83bf200bf701479a690f3fe80b99bb8f18dd4e9fe
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.460
1
+ 3.0.461
@@ -7723,10 +7723,12 @@ module TencentCloud
7723
7723
  # @type Status: String
7724
7724
  # @param StatefulSetCondition: 工作负载的状况信息
7725
7725
  # @type StatefulSetCondition: Array
7726
+ # @param Conditions: 工作负载历史的状况信息
7727
+ # @type Conditions: Array
7726
7728
 
7727
- attr_accessor :Replicas, :UpdatedReplicas, :ReadyReplicas, :AvailableReplicas, :UnavailableReplicas, :Status, :StatefulSetCondition
7729
+ attr_accessor :Replicas, :UpdatedReplicas, :ReadyReplicas, :AvailableReplicas, :UnavailableReplicas, :Status, :StatefulSetCondition, :Conditions
7728
7730
 
7729
- def initialize(replicas=nil, updatedreplicas=nil, readyreplicas=nil, availablereplicas=nil, unavailablereplicas=nil, status=nil, statefulsetcondition=nil)
7731
+ def initialize(replicas=nil, updatedreplicas=nil, readyreplicas=nil, availablereplicas=nil, unavailablereplicas=nil, status=nil, statefulsetcondition=nil, conditions=nil)
7730
7732
  @Replicas = replicas
7731
7733
  @UpdatedReplicas = updatedreplicas
7732
7734
  @ReadyReplicas = readyreplicas
@@ -7734,6 +7736,7 @@ module TencentCloud
7734
7736
  @UnavailableReplicas = unavailablereplicas
7735
7737
  @Status = status
7736
7738
  @StatefulSetCondition = statefulsetcondition
7739
+ @Conditions = conditions
7737
7740
  end
7738
7741
 
7739
7742
  def deserialize(params)
@@ -7751,6 +7754,14 @@ module TencentCloud
7751
7754
  @StatefulSetCondition << statefulsetcondition_tmp
7752
7755
  end
7753
7756
  end
7757
+ unless params['Conditions'].nil?
7758
+ @Conditions = []
7759
+ params['Conditions'].each do |i|
7760
+ statefulsetcondition_tmp = StatefulSetCondition.new
7761
+ statefulsetcondition_tmp.deserialize(i)
7762
+ @Conditions << statefulsetcondition_tmp
7763
+ end
7764
+ end
7754
7765
  end
7755
7766
  end
7756
7767
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tione
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.460
4
+ version: 3.0.461
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-11-28 00:00:00.000000000 Z
11
+ date: 2022-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common