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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20191018/models.rb +7 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ffcfb530bfe7882ee3b159ebbb801dab0771bf35
|
4
|
+
data.tar.gz: 9da08c408dbdefa725c1f257257f4b5bf5740458
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d97595ba03d186cc9dd334e7258d51baa16587aa6daa2dba815d4deaf425ef282d978797a4c445235d90d205e1fd657e32d522ee79c2bffd3153998a229b8ae
|
7
|
+
data.tar.gz: 488ef52b969c426d24817dfd1e0b68872e45b20a224110b27d1907f1d7b87f10eba1dd42ff38e71dbd73de4e6fdcb893d6296d4343f132541c95d8001bc49cdc
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.896
|
data/lib/v20191018/models.rb
CHANGED
@@ -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
|
|