tencentcloud-sdk-dasb 3.0.895 → 3.0.896

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e87d7aaecd5d57513dccb2e2b8ac8c986cb44e1d
4
- data.tar.gz: 794f3d06d30cb3cb2b2ec0a6026c202f37cb2c80
3
+ metadata.gz: ffcfb530bfe7882ee3b159ebbb801dab0771bf35
4
+ data.tar.gz: 9da08c408dbdefa725c1f257257f4b5bf5740458
5
5
  SHA512:
6
- metadata.gz: 3edc502fd01796f887f88a419287602afeab5a0bb3b9c2eaf7535ddcfb698293011ab4d913ed1209da6d78eec8cb80c800eb4b6b93d7226e5f0ef964b365659c
7
- data.tar.gz: fe63f04f9c7b2c3f3fe838f1b6094bb9abe1d532a5bca50919bf335439e20077b5df0aa8e0c3959cc9eb921ee35a993f13df0cdf420f7040606e57fe158726d1
6
+ metadata.gz: 1d97595ba03d186cc9dd334e7258d51baa16587aa6daa2dba815d4deaf425ef282d978797a4c445235d90d205e1fd657e32d522ee79c2bffd3153998a229b8ae
7
+ data.tar.gz: 488ef52b969c426d24817dfd1e0b68872e45b20a224110b27d1907f1d7b87f10eba1dd42ff38e71dbd73de4e6fdcb893d6296d4343f132541c95d8001bc49cdc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.895
1
+ 3.0.896
@@ -4091,10 +4091,13 @@ module TencentCloud
4091
4091
  # @param UsedDomainCount: 已使用网络域个数
4092
4092
  # 注意:此字段可能返回 null,表示取不到有效值。
4093
4093
  # @type UsedDomainCount: Integer
4094
+ # @param Trial: 0 非试用版,1 试用版
4095
+ # 注意:此字段可能返回 null,表示取不到有效值。
4096
+ # @type Trial: Integer
4094
4097
 
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
4098
+ 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
4099
 
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)
4100
+ 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
4101
  @ResourceId = resourceid
4099
4102
  @ApCode = apcode
4100
4103
  @SvArgs = svargs
@@ -4127,6 +4130,7 @@ module TencentCloud
4127
4130
  @ClbSet = clbset
4128
4131
  @DomainCount = domaincount
4129
4132
  @UsedDomainCount = useddomaincount
4133
+ @Trial = trial
4130
4134
  end
4131
4135
 
4132
4136
  def deserialize(params)
@@ -4169,6 +4173,7 @@ module TencentCloud
4169
4173
  end
4170
4174
  @DomainCount = params['DomainCount']
4171
4175
  @UsedDomainCount = params['UsedDomainCount']
4176
+ @Trial = params['Trial']
4172
4177
  end
4173
4178
  end
4174
4179
 
metadata CHANGED
@@ -1,7 +1,7 @@
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.896
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud