tencentcloud-sdk-scf 1.0.276 → 1.0.279

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/v20180416/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 503acbbbb51ceaea2e1e463d5521cab1922c1a2f
4
- data.tar.gz: b4304f09c2140957c3dd7854edcfd389b52ec8a2
3
+ metadata.gz: a194fcf47d8b064f5bd62b0c5ff63efecbde503f
4
+ data.tar.gz: fcbbccccfff8b8f812133d13122059f1cc36c5f4
5
5
  SHA512:
6
- metadata.gz: 50448da177c85833d3d74a94fa62296540ebcfb71c3e2ee51437ae46569db5f29ba505aef6e229d1758b28b424e26355862f7642e6f9a285a06776ed1f280ea4
7
- data.tar.gz: fd13848046f2a65c20b9afff453771712195034c2ac92b435b45425b0a2262036988914de6a8e2a3a0249baf4a87546a93f90205f1323182eb0d91ee9910368d
6
+ metadata.gz: ab1997c472f780450848bdc413b09c3f3793a3dced53d6d8381ce6189c53c787023efec95a90a4d6611b5be21f1711cb422aa53ada6c43a2f62467956c32348e
7
+ data.tar.gz: 25548669f60b508be081d03006058a1dfcaaf1fd61c386ebb6793d8771369527f44cbbf757a1a3882f4c9c539ed6ef3aec1f2b69c5ceab039f121e6f520845f0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.276
1
+ 1.0.279
@@ -3148,19 +3148,29 @@ module TencentCloud
3148
3148
  # @type Namespace: String
3149
3149
  # @param FunctionsCount: 命名空间函数个数
3150
3150
  # @type FunctionsCount: Integer
3151
+ # @param TotalConcurrencyMem: 命名空间配额总量
3152
+ # 注意:此字段可能返回 null,表示取不到有效值。
3153
+ # @type TotalConcurrencyMem: Integer
3154
+ # @param TotalAllocatedConcurrencyMem: 命名空间配额使用量
3155
+ # 注意:此字段可能返回 null,表示取不到有效值。
3156
+ # @type TotalAllocatedConcurrencyMem: Integer
3151
3157
 
3152
- attr_accessor :Functions, :Namespace, :FunctionsCount
3158
+ attr_accessor :Functions, :Namespace, :FunctionsCount, :TotalConcurrencyMem, :TotalAllocatedConcurrencyMem
3153
3159
 
3154
- def initialize(functions=nil, namespace=nil, functionscount=nil)
3160
+ def initialize(functions=nil, namespace=nil, functionscount=nil, totalconcurrencymem=nil, totalallocatedconcurrencymem=nil)
3155
3161
  @Functions = functions
3156
3162
  @Namespace = namespace
3157
3163
  @FunctionsCount = functionscount
3164
+ @TotalConcurrencyMem = totalconcurrencymem
3165
+ @TotalAllocatedConcurrencyMem = totalallocatedconcurrencymem
3158
3166
  end
3159
3167
 
3160
3168
  def deserialize(params)
3161
3169
  @Functions = params['Functions']
3162
3170
  @Namespace = params['Namespace']
3163
3171
  @FunctionsCount = params['FunctionsCount']
3172
+ @TotalConcurrencyMem = params['TotalConcurrencyMem']
3173
+ @TotalAllocatedConcurrencyMem = params['TotalAllocatedConcurrencyMem']
3164
3174
  end
3165
3175
  end
3166
3176
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-scf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.276
4
+ version: 1.0.279
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-03-15 00:00:00.000000000 Z
11
+ date: 2022-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common