tencentcloud-sdk-dasb 3.0.833 → 3.0.834
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 +36 -8
- 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: ca43cf82c55f3abba0563f2ae486774f3175d920
|
4
|
+
data.tar.gz: 3848837223cd31d219abf1d4dd2fa374a72f7c86
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9be7b8332cbc30d9e5ea8cb107e76970d7747858aa8d35eed831f842a08c839901a86a95b212b2b2f1401857a104f0e839d7c67d2bdf08115859de95313744e0
|
7
|
+
data.tar.gz: c44afd115f22671491c8d535693ae0fcdccc38c8c9bfac0e3747579d8c14acf64bdf784f8489eaa854d4462a71ffe2d4ab4d312519a41b3d554adf41c4fc08cc
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.834
|
data/lib/v20191018/models.rb
CHANGED
@@ -461,17 +461,21 @@ module TencentCloud
|
|
461
461
|
# @type DeviceIdSet: Array
|
462
462
|
# @param ResourceId: 堡垒机服务ID
|
463
463
|
# @type ResourceId: String
|
464
|
+
# @param DomainId: 网络域ID
|
465
|
+
# @type DomainId: String
|
464
466
|
|
465
|
-
attr_accessor :DeviceIdSet, :ResourceId
|
467
|
+
attr_accessor :DeviceIdSet, :ResourceId, :DomainId
|
466
468
|
|
467
|
-
def initialize(deviceidset=nil, resourceid=nil)
|
469
|
+
def initialize(deviceidset=nil, resourceid=nil, domainid=nil)
|
468
470
|
@DeviceIdSet = deviceidset
|
469
471
|
@ResourceId = resourceid
|
472
|
+
@DomainId = domainid
|
470
473
|
end
|
471
474
|
|
472
475
|
def deserialize(params)
|
473
476
|
@DeviceIdSet = params['DeviceIdSet']
|
474
477
|
@ResourceId = params['ResourceId']
|
478
|
+
@DomainId = params['DomainId']
|
475
479
|
end
|
476
480
|
end
|
477
481
|
|
@@ -2992,10 +2996,16 @@ module TencentCloud
|
|
2992
2996
|
# @param IpPortSet: 数据库资产的多节点
|
2993
2997
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2994
2998
|
# @type IpPortSet: Array
|
2999
|
+
# @param DomainId: 网络域Id
|
3000
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3001
|
+
# @type DomainId: String
|
3002
|
+
# @param DomainName: 网络域名称
|
3003
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3004
|
+
# @type DomainName: String
|
2995
3005
|
|
2996
|
-
attr_accessor :Id, :InstanceId, :Name, :PublicIp, :PrivateIp, :ApCode, :OsName, :Kind, :Port, :GroupSet, :AccountCount, :VpcId, :SubnetId, :Resource, :Department, :IpPortSet
|
3006
|
+
attr_accessor :Id, :InstanceId, :Name, :PublicIp, :PrivateIp, :ApCode, :OsName, :Kind, :Port, :GroupSet, :AccountCount, :VpcId, :SubnetId, :Resource, :Department, :IpPortSet, :DomainId, :DomainName
|
2997
3007
|
|
2998
|
-
def initialize(id=nil, instanceid=nil, name=nil, publicip=nil, privateip=nil, apcode=nil, osname=nil, kind=nil, port=nil, groupset=nil, accountcount=nil, vpcid=nil, subnetid=nil, resource=nil, department=nil, ipportset=nil)
|
3008
|
+
def initialize(id=nil, instanceid=nil, name=nil, publicip=nil, privateip=nil, apcode=nil, osname=nil, kind=nil, port=nil, groupset=nil, accountcount=nil, vpcid=nil, subnetid=nil, resource=nil, department=nil, ipportset=nil, domainid=nil, domainname=nil)
|
2999
3009
|
@Id = id
|
3000
3010
|
@InstanceId = instanceid
|
3001
3011
|
@Name = name
|
@@ -3012,6 +3022,8 @@ module TencentCloud
|
|
3012
3022
|
@Resource = resource
|
3013
3023
|
@Department = department
|
3014
3024
|
@IpPortSet = ipportset
|
3025
|
+
@DomainId = domainid
|
3026
|
+
@DomainName = domainname
|
3015
3027
|
end
|
3016
3028
|
|
3017
3029
|
def deserialize(params)
|
@@ -3044,6 +3056,8 @@ module TencentCloud
|
|
3044
3056
|
@Department.deserialize(params['Department'])
|
3045
3057
|
end
|
3046
3058
|
@IpPortSet = params['IpPortSet']
|
3059
|
+
@DomainId = params['DomainId']
|
3060
|
+
@DomainName = params['DomainName']
|
3047
3061
|
end
|
3048
3062
|
end
|
3049
3063
|
|
@@ -3599,14 +3613,17 @@ module TencentCloud
|
|
3599
3613
|
# @type GroupIdSet: Array
|
3600
3614
|
# @param DepartmentId: 资产所属部门ID
|
3601
3615
|
# @type DepartmentId: String
|
3616
|
+
# @param DomainId: 网络域Id
|
3617
|
+
# @type DomainId: String
|
3602
3618
|
|
3603
|
-
attr_accessor :Id, :Port, :GroupIdSet, :DepartmentId
|
3619
|
+
attr_accessor :Id, :Port, :GroupIdSet, :DepartmentId, :DomainId
|
3604
3620
|
|
3605
|
-
def initialize(id=nil, port=nil, groupidset=nil, departmentid=nil)
|
3621
|
+
def initialize(id=nil, port=nil, groupidset=nil, departmentid=nil, domainid=nil)
|
3606
3622
|
@Id = id
|
3607
3623
|
@Port = port
|
3608
3624
|
@GroupIdSet = groupidset
|
3609
3625
|
@DepartmentId = departmentid
|
3626
|
+
@DomainId = domainid
|
3610
3627
|
end
|
3611
3628
|
|
3612
3629
|
def deserialize(params)
|
@@ -3614,6 +3631,7 @@ module TencentCloud
|
|
3614
3631
|
@Port = params['Port']
|
3615
3632
|
@GroupIdSet = params['GroupIdSet']
|
3616
3633
|
@DepartmentId = params['DepartmentId']
|
3634
|
+
@DomainId = params['DomainId']
|
3617
3635
|
end
|
3618
3636
|
end
|
3619
3637
|
|
@@ -4067,10 +4085,16 @@ module TencentCloud
|
|
4067
4085
|
# @param ClbSet: 堡垒机资源LB
|
4068
4086
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4069
4087
|
# @type ClbSet: Array
|
4088
|
+
# @param DomainCount: 网络域个数
|
4089
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4090
|
+
# @type DomainCount: Integer
|
4091
|
+
# @param UsedDomainCount: 已使用网络域个数
|
4092
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4093
|
+
# @type UsedDomainCount: Integer
|
4070
4094
|
|
4071
|
-
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
|
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
|
4072
4096
|
|
4073
|
-
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)
|
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)
|
4074
4098
|
@ResourceId = resourceid
|
4075
4099
|
@ApCode = apcode
|
4076
4100
|
@SvArgs = svargs
|
@@ -4101,6 +4125,8 @@ module TencentCloud
|
|
4101
4125
|
@PackageNode = packagenode
|
4102
4126
|
@LogDeliveryArgs = logdeliveryargs
|
4103
4127
|
@ClbSet = clbset
|
4128
|
+
@DomainCount = domaincount
|
4129
|
+
@UsedDomainCount = useddomaincount
|
4104
4130
|
end
|
4105
4131
|
|
4106
4132
|
def deserialize(params)
|
@@ -4141,6 +4167,8 @@ module TencentCloud
|
|
4141
4167
|
@ClbSet << clb_tmp
|
4142
4168
|
end
|
4143
4169
|
end
|
4170
|
+
@DomainCount = params['DomainCount']
|
4171
|
+
@UsedDomainCount = params['UsedDomainCount']
|
4144
4172
|
end
|
4145
4173
|
end
|
4146
4174
|
|
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.834
|
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-05-
|
11
|
+
date: 2024-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|