tencentcloud-sdk-dasb 3.0.895 → 3.0.897

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/v20191018/models.rb +13 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e87d7aaecd5d57513dccb2e2b8ac8c986cb44e1d
4
- data.tar.gz: 794f3d06d30cb3cb2b2ec0a6026c202f37cb2c80
3
+ metadata.gz: 75c92dc5cbf8072d68861807bd89fde0afcd7be4
4
+ data.tar.gz: c0683e31b64610581f00c01347babc1df5ef3583
5
5
  SHA512:
6
- metadata.gz: 3edc502fd01796f887f88a419287602afeab5a0bb3b9c2eaf7535ddcfb698293011ab4d913ed1209da6d78eec8cb80c800eb4b6b93d7226e5f0ef964b365659c
7
- data.tar.gz: fe63f04f9c7b2c3f3fe838f1b6094bb9abe1d532a5bca50919bf335439e20077b5df0aa8e0c3959cc9eb921ee35a993f13df0cdf420f7040606e57fe158726d1
6
+ metadata.gz: b67e89a5c46ddd64500d28cafbcd08511fd03329e392571e9c4b4487b34089fc1586d38ace41a567f2de679a37ef00c7f800a4330051b95fce18f83e5f1573ea
7
+ data.tar.gz: 8900fbe99c61778bf6f0107d01ea498e9402468c5225ae294098b6b19bc510bf90b623f67defe210d99788e67c02ac6c829c98f18e5e0a4e5ad8405a64fa7898
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.895
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
 
@@ -4091,10 +4095,13 @@ module TencentCloud
4091
4095
  # @param UsedDomainCount: 已使用网络域个数
4092
4096
  # 注意:此字段可能返回 null,表示取不到有效值。
4093
4097
  # @type UsedDomainCount: Integer
4098
+ # @param Trial: 0 非试用版,1 试用版
4099
+ # 注意:此字段可能返回 null,表示取不到有效值。
4100
+ # @type Trial: Integer
4094
4101
 
4095
- attr_accessor :ResourceId, :ApCode, :SvArgs, :VpcId, :Nodes, :RenewFlag, :ExpireTime, :Status, :ResourceName, :Pid, :CreateTime, :ProductCode, :SubProductCode, :Zone, :Expired, :Deployed, :VpcName, :VpcCidrBlock, :SubnetId, :SubnetName, :CidrBlock, :PublicIpSet, :PrivateIpSet, :ModuleSet, :UsedNodes, :ExtendPoints, :PackageBandwidth, :PackageNode, :LogDeliveryArgs, :ClbSet, :DomainCount, :UsedDomainCount
4102
+ attr_accessor :ResourceId, :ApCode, :SvArgs, :VpcId, :Nodes, :RenewFlag, :ExpireTime, :Status, :ResourceName, :Pid, :CreateTime, :ProductCode, :SubProductCode, :Zone, :Expired, :Deployed, :VpcName, :VpcCidrBlock, :SubnetId, :SubnetName, :CidrBlock, :PublicIpSet, :PrivateIpSet, :ModuleSet, :UsedNodes, :ExtendPoints, :PackageBandwidth, :PackageNode, :LogDeliveryArgs, :ClbSet, :DomainCount, :UsedDomainCount, :Trial
4096
4103
 
4097
- def initialize(resourceid=nil, apcode=nil, svargs=nil, vpcid=nil, nodes=nil, renewflag=nil, expiretime=nil, status=nil, resourcename=nil, pid=nil, createtime=nil, productcode=nil, subproductcode=nil, zone=nil, expired=nil, deployed=nil, vpcname=nil, vpccidrblock=nil, subnetid=nil, subnetname=nil, cidrblock=nil, publicipset=nil, privateipset=nil, moduleset=nil, usednodes=nil, extendpoints=nil, packagebandwidth=nil, packagenode=nil, logdeliveryargs=nil, clbset=nil, domaincount=nil, useddomaincount=nil)
4104
+ def initialize(resourceid=nil, apcode=nil, svargs=nil, vpcid=nil, nodes=nil, renewflag=nil, expiretime=nil, status=nil, resourcename=nil, pid=nil, createtime=nil, productcode=nil, subproductcode=nil, zone=nil, expired=nil, deployed=nil, vpcname=nil, vpccidrblock=nil, subnetid=nil, subnetname=nil, cidrblock=nil, publicipset=nil, privateipset=nil, moduleset=nil, usednodes=nil, extendpoints=nil, packagebandwidth=nil, packagenode=nil, logdeliveryargs=nil, clbset=nil, domaincount=nil, useddomaincount=nil, trial=nil)
4098
4105
  @ResourceId = resourceid
4099
4106
  @ApCode = apcode
4100
4107
  @SvArgs = svargs
@@ -4127,6 +4134,7 @@ module TencentCloud
4127
4134
  @ClbSet = clbset
4128
4135
  @DomainCount = domaincount
4129
4136
  @UsedDomainCount = useddomaincount
4137
+ @Trial = trial
4130
4138
  end
4131
4139
 
4132
4140
  def deserialize(params)
@@ -4169,6 +4177,7 @@ module TencentCloud
4169
4177
  end
4170
4178
  @DomainCount = params['DomainCount']
4171
4179
  @UsedDomainCount = params['UsedDomainCount']
4180
+ @Trial = params['Trial']
4172
4181
  end
4173
4182
  end
4174
4183
 
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.895
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