tencentcloud-sdk-dasb 3.0.896 → 3.0.897

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: ffcfb530bfe7882ee3b159ebbb801dab0771bf35
4
- data.tar.gz: 9da08c408dbdefa725c1f257257f4b5bf5740458
3
+ metadata.gz: 75c92dc5cbf8072d68861807bd89fde0afcd7be4
4
+ data.tar.gz: c0683e31b64610581f00c01347babc1df5ef3583
5
5
  SHA512:
6
- metadata.gz: 1d97595ba03d186cc9dd334e7258d51baa16587aa6daa2dba815d4deaf425ef282d978797a4c445235d90d205e1fd657e32d522ee79c2bffd3153998a229b8ae
7
- data.tar.gz: 488ef52b969c426d24817dfd1e0b68872e45b20a224110b27d1907f1d7b87f10eba1dd42ff38e71dbd73de4e6fdcb893d6296d4343f132541c95d8001bc49cdc
6
+ metadata.gz: b67e89a5c46ddd64500d28cafbcd08511fd03329e392571e9c4b4487b34089fc1586d38ace41a567f2de679a37ef00c7f800a4330051b95fce18f83e5f1573ea
7
+ data.tar.gz: 8900fbe99c61778bf6f0107d01ea498e9402468c5225ae294098b6b19bc510bf90b623f67defe210d99788e67c02ac6c829c98f18e5e0a4e5ad8405a64fa7898
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.896
1
+ 3.0.897
@@ -1219,10 +1219,12 @@ module TencentCloud
1219
1219
  # @type AutoRenewFlag: Integer
1220
1220
  # @param DeployZone: 部署zone
1221
1221
  # @type DeployZone: String
1222
+ # @param Trial: 0非试用版,1试用版
1223
+ # @type Trial: Integer
1222
1224
 
1223
- attr_accessor :DeployRegion, :VpcId, :SubnetId, :ResourceEdition, :ResourceNode, :TimeUnit, :TimeSpan, :PayMode, :AutoRenewFlag, :DeployZone
1225
+ attr_accessor :DeployRegion, :VpcId, :SubnetId, :ResourceEdition, :ResourceNode, :TimeUnit, :TimeSpan, :PayMode, :AutoRenewFlag, :DeployZone, :Trial
1224
1226
 
1225
- def initialize(deployregion=nil, vpcid=nil, subnetid=nil, resourceedition=nil, resourcenode=nil, timeunit=nil, timespan=nil, paymode=nil, autorenewflag=nil, deployzone=nil)
1227
+ def initialize(deployregion=nil, vpcid=nil, subnetid=nil, resourceedition=nil, resourcenode=nil, timeunit=nil, timespan=nil, paymode=nil, autorenewflag=nil, deployzone=nil, trial=nil)
1226
1228
  @DeployRegion = deployregion
1227
1229
  @VpcId = vpcid
1228
1230
  @SubnetId = subnetid
@@ -1233,6 +1235,7 @@ module TencentCloud
1233
1235
  @PayMode = paymode
1234
1236
  @AutoRenewFlag = autorenewflag
1235
1237
  @DeployZone = deployzone
1238
+ @Trial = trial
1236
1239
  end
1237
1240
 
1238
1241
  def deserialize(params)
@@ -1246,6 +1249,7 @@ module TencentCloud
1246
1249
  @PayMode = params['PayMode']
1247
1250
  @AutoRenewFlag = params['AutoRenewFlag']
1248
1251
  @DeployZone = params['DeployZone']
1252
+ @Trial = params['Trial']
1249
1253
  end
1250
1254
  end
1251
1255
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dasb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.896
4
+ version: 3.0.897
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-28 00:00:00.000000000 Z
11
+ date: 2024-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common