tencentcloud-sdk-dasb 3.0.894 → 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 +11 -6
- metadata +2 -2
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
@@ -744,8 +744,8 @@ module TencentCloud
|
|
744
744
|
|
745
745
|
attr_accessor :Cmd, :Time, :TimeOffset, :Action, :Sid, :UserName, :Account, :InstanceId, :FromIp, :SessionTime, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName, :Size
|
746
746
|
extend Gem::Deprecate
|
747
|
-
deprecate :SessTime, :none, 2024,
|
748
|
-
deprecate :SessTime=, :none, 2024,
|
747
|
+
deprecate :SessTime, :none, 2024, 8
|
748
|
+
deprecate :SessTime=, :none, 2024, 8
|
749
749
|
|
750
750
|
def initialize(cmd=nil, time=nil, timeoffset=nil, action=nil, sid=nil, username=nil, account=nil, instanceid=nil, fromip=nil, sessiontime=nil, sesstime=nil, confirmtime=nil, userdepartmentid=nil, userdepartmentname=nil, devicedepartmentid=nil, devicedepartmentname=nil, size=nil)
|
751
751
|
@Cmd = cmd
|
@@ -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
|
|
@@ -4519,8 +4524,8 @@ module TencentCloud
|
|
4519
4524
|
|
4520
4525
|
attr_accessor :Time, :UserName, :RealName, :InstanceId, :DeviceName, :PublicIp, :PrivateIp, :Cmd, :Action, :Sid, :TimeOffset, :Account, :FromIp, :SessionTime, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName, :Size
|
4521
4526
|
extend Gem::Deprecate
|
4522
|
-
deprecate :SessTime, :none, 2024,
|
4523
|
-
deprecate :SessTime=, :none, 2024,
|
4527
|
+
deprecate :SessTime, :none, 2024, 8
|
4528
|
+
deprecate :SessTime=, :none, 2024, 8
|
4524
4529
|
|
4525
4530
|
def initialize(time=nil, username=nil, realname=nil, instanceid=nil, devicename=nil, publicip=nil, privateip=nil, cmd=nil, action=nil, sid=nil, timeoffset=nil, account=nil, fromip=nil, sessiontime=nil, sesstime=nil, confirmtime=nil, userdepartmentid=nil, userdepartmentname=nil, devicedepartmentid=nil, devicedepartmentname=nil, size=nil)
|
4526
4531
|
@Time = time
|
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.
|
4
|
+
version: 3.0.896
|
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-
|
11
|
+
date: 2024-08-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|