tencentcloud-sdk-dasb 3.0.941 → 3.0.942
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 +20 -4
- 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: 5e13bd5fb3e09777bb863ce346b8fc99d054646e
|
4
|
+
data.tar.gz: ea676cac3222c6319340052c08be1c8259912607
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4437625d24874e9bcd07f4f4be90745a12268f6cda7ee6a7c54dc86792ddbd91102368103da80ac9c11e92700cba7ef42da15a781774dd54eda0b533fdfcb7a
|
7
|
+
data.tar.gz: 7832e5bb0f727b6babed3d258ff4f633820b0c30cbefc325ded8e3ec007e7ce363e14776170ff0dc1da6deac91070c54fa66fc25cb1b35cddb1399501bd7c28a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.942
|
data/lib/v20191018/models.rb
CHANGED
@@ -4207,10 +4207,18 @@ module TencentCloud
|
|
4207
4207
|
# @type LogDelivery: String
|
4208
4208
|
# @param DeployModel: 部署模式
|
4209
4209
|
# @type DeployModel: Integer
|
4210
|
-
|
4211
|
-
|
4212
|
-
|
4213
|
-
|
4210
|
+
# @param IntranetAccess: 0 默认值,非内网访问,1 内网访问
|
4211
|
+
# @type IntranetAccess: Integer
|
4212
|
+
# @param IntranetPrivateIpSet: 内网访问的ip
|
4213
|
+
# @type IntranetPrivateIpSet: Array
|
4214
|
+
# @param IntranetVpcId: 开通内网访问的vpc
|
4215
|
+
# @type IntranetVpcId: String
|
4216
|
+
# @param IntranetVpcCidr: 开通内网访问vpc的网段
|
4217
|
+
# @type IntranetVpcCidr: String
|
4218
|
+
|
4219
|
+
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, :CdcClusterId, :LogDelivery, :DeployModel, :IntranetAccess, :IntranetPrivateIpSet, :IntranetVpcId, :IntranetVpcCidr
|
4220
|
+
|
4221
|
+
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, cdcclusterid=nil, logdelivery=nil, deploymodel=nil, intranetaccess=nil, intranetprivateipset=nil, intranetvpcid=nil, intranetvpccidr=nil)
|
4214
4222
|
@ResourceId = resourceid
|
4215
4223
|
@ApCode = apcode
|
4216
4224
|
@SvArgs = svargs
|
@@ -4247,6 +4255,10 @@ module TencentCloud
|
|
4247
4255
|
@CdcClusterId = cdcclusterid
|
4248
4256
|
@LogDelivery = logdelivery
|
4249
4257
|
@DeployModel = deploymodel
|
4258
|
+
@IntranetAccess = intranetaccess
|
4259
|
+
@IntranetPrivateIpSet = intranetprivateipset
|
4260
|
+
@IntranetVpcId = intranetvpcid
|
4261
|
+
@IntranetVpcCidr = intranetvpccidr
|
4250
4262
|
end
|
4251
4263
|
|
4252
4264
|
def deserialize(params)
|
@@ -4293,6 +4305,10 @@ module TencentCloud
|
|
4293
4305
|
@CdcClusterId = params['CdcClusterId']
|
4294
4306
|
@LogDelivery = params['LogDelivery']
|
4295
4307
|
@DeployModel = params['DeployModel']
|
4308
|
+
@IntranetAccess = params['IntranetAccess']
|
4309
|
+
@IntranetPrivateIpSet = params['IntranetPrivateIpSet']
|
4310
|
+
@IntranetVpcId = params['IntranetVpcId']
|
4311
|
+
@IntranetVpcCidr = params['IntranetVpcCidr']
|
4296
4312
|
end
|
4297
4313
|
end
|
4298
4314
|
|
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.942
|
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-11-
|
11
|
+
date: 2024-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|