tencentcloud-sdk-scf 1.0.306 → 1.0.307

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dcfee2449d62937d1d5136a3c28ed889969c7782
4
- data.tar.gz: 5e9ee4681faf1b793d93d7950a4a3dae0a4f30ac
3
+ metadata.gz: 4598c90fd0d619f04ae0fc7367f6f4b9f9463ca5
4
+ data.tar.gz: 64cc719521a2fbef769e6df351ab9efe923644f8
5
5
  SHA512:
6
- metadata.gz: f98617b458ce0807dc0ded8ff7e1af8577eff478e4650d40ee8ba98811089c9b0af56e81bae3f050fd7dc91af6b9a0c7a932bd5b3c8677eacf4e668af1029649
7
- data.tar.gz: c62734f8e206c4b75624da39404c848d5d0795862c93cecf73fd03e92e031f0d7e97f84c1bb5db4fdd47f71015b94609f0c1aaa065f0372a46c874c0c91708ce
6
+ metadata.gz: 2375303eb948eaf71e8d2256cba9624fe949bf53af4f04b911234bef5805a609e874f788b0d105877219919caf3754fb1e802f753681f72582bd9e3681e566e0
7
+ data.tar.gz: b2737b576d8f63e7e4292185877d1a73801f1b3d21d243daf4e1ec6aae3af9bd09957cff0effa9a5c8a2a6ca97656f6bfdd716e2574f75ebf50a184f8b16f950
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.306
1
+ 1.0.307
@@ -3151,18 +3151,22 @@ module TencentCloud
3151
3151
  # @param TotalConcurrencyMem: 命名空间配额总量
3152
3152
  # 注意:此字段可能返回 null,表示取不到有效值。
3153
3153
  # @type TotalConcurrencyMem: Integer
3154
- # @param TotalAllocatedConcurrencyMem: 命名空间配额使用量
3154
+ # @param TotalAllocatedConcurrencyMem: 命名空间并发使用量
3155
3155
  # 注意:此字段可能返回 null,表示取不到有效值。
3156
3156
  # @type TotalAllocatedConcurrencyMem: Integer
3157
+ # @param TotalAllocatedProvisionedMem: 命名空间预置使用量
3158
+ # 注意:此字段可能返回 null,表示取不到有效值。
3159
+ # @type TotalAllocatedProvisionedMem: Integer
3157
3160
 
3158
- attr_accessor :Functions, :Namespace, :FunctionsCount, :TotalConcurrencyMem, :TotalAllocatedConcurrencyMem
3161
+ attr_accessor :Functions, :Namespace, :FunctionsCount, :TotalConcurrencyMem, :TotalAllocatedConcurrencyMem, :TotalAllocatedProvisionedMem
3159
3162
 
3160
- def initialize(functions=nil, namespace=nil, functionscount=nil, totalconcurrencymem=nil, totalallocatedconcurrencymem=nil)
3163
+ def initialize(functions=nil, namespace=nil, functionscount=nil, totalconcurrencymem=nil, totalallocatedconcurrencymem=nil, totalallocatedprovisionedmem=nil)
3161
3164
  @Functions = functions
3162
3165
  @Namespace = namespace
3163
3166
  @FunctionsCount = functionscount
3164
3167
  @TotalConcurrencyMem = totalconcurrencymem
3165
3168
  @TotalAllocatedConcurrencyMem = totalallocatedconcurrencymem
3169
+ @TotalAllocatedProvisionedMem = totalallocatedprovisionedmem
3166
3170
  end
3167
3171
 
3168
3172
  def deserialize(params)
@@ -3171,6 +3175,7 @@ module TencentCloud
3171
3175
  @FunctionsCount = params['FunctionsCount']
3172
3176
  @TotalConcurrencyMem = params['TotalConcurrencyMem']
3173
3177
  @TotalAllocatedConcurrencyMem = params['TotalAllocatedConcurrencyMem']
3178
+ @TotalAllocatedProvisionedMem = params['TotalAllocatedProvisionedMem']
3174
3179
  end
3175
3180
  end
3176
3181
 
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.306
4
+ version: 1.0.307
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-05-05 00:00:00.000000000 Z
11
+ date: 2022-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common