tencentcloud-sdk-scf 1.0.276 → 1.0.277

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: 8402e7edec9107a7588f132389cef14d04c3a80a
4
+ data.tar.gz: ec0c6db021031cc50e47356f11faf844d7849853
5
5
  SHA512:
6
- metadata.gz: 50448da177c85833d3d74a94fa62296540ebcfb71c3e2ee51437ae46569db5f29ba505aef6e229d1758b28b424e26355862f7642e6f9a285a06776ed1f280ea4
7
- data.tar.gz: fd13848046f2a65c20b9afff453771712195034c2ac92b435b45425b0a2262036988914de6a8e2a3a0249baf4a87546a93f90205f1323182eb0d91ee9910368d
6
+ metadata.gz: 06f3ebec0bce89270736a7b1ab7614066a18b371d3a0c751d5e49b7116c840f7ce520589b094aeb700bcde1910c88b601343ca1f17bb4a3f49ca1139523f7096
7
+ data.tar.gz: 628399ab4ebe909c28ff15164a5b2c51b7aa9983afe63561a90b7d3e21c6bdafa9be17804bea79068033c5c72f799b81fdc9672ef1e4a5b223838f8d76bda33b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.276
1
+ 1.0.277
@@ -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.277
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-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common