tencentcloud-sdk-dasb 3.0.931 → 3.0.932

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20191018/models.rb +43 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf33df345fc97f61352fcdc8029914dab97b48a0
4
- data.tar.gz: 177b61db916052eb4b5862ee8a7f6830371e7904
3
+ metadata.gz: 9faf14a4fa4f695acdefee12a26a609b71a9f19e
4
+ data.tar.gz: f64f10d3bf3ef14cf0638693b06710a85d3325f6
5
5
  SHA512:
6
- metadata.gz: 48e93ea25dfce43d21f5cd69328b7fae99dba65e5a6377126c51cc91316f3a1cd22113e61cc6fee50c95896998fd2f1b587c68e47ac0971a153a8aba24909cbd
7
- data.tar.gz: ca709577a4ef10d9a070ceab46ff76cfbb2d3908b75abd58a71f555a95884b309fb09b1266e3cdfc839ddfe89286a4503f9e393602629e639e7e2fae5d111fed
6
+ metadata.gz: 655adf9ffe49f44c31744ca47ea9f12799376da9a671ef3a4f48334d0bd79cb37c6f5a5a22898556e7ed764f0acfd17d61f19fc6b3356b328f125476b03fcaef
7
+ data.tar.gz: 8ed9e3fa22e7938589f5adb4deb594c35138b2c68400814b63bc018cd2d95d22d0056bbd2fa1fd7605db76e0c43b05243afb9d2f77812f85e27bde9da7c7f01b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.931
1
+ 3.0.932
@@ -3081,10 +3081,16 @@ module TencentCloud
3081
3081
  # @param DomainName: 网络域名称
3082
3082
  # 注意:此字段可能返回 null,表示取不到有效值。
3083
3083
  # @type DomainName: String
3084
+ # @param EnableSSL: 是否启用SSL,仅支持Redis资产。0:禁用 1:启用
3085
+ # 注意:此字段可能返回 null,表示取不到有效值。
3086
+ # @type EnableSSL: Integer
3087
+ # @param SSLCertName: 已上传的SSL证书名称
3088
+ # 注意:此字段可能返回 null,表示取不到有效值。
3089
+ # @type SSLCertName: String
3084
3090
 
3085
- attr_accessor :Id, :InstanceId, :Name, :PublicIp, :PrivateIp, :ApCode, :OsName, :Kind, :Port, :GroupSet, :AccountCount, :VpcId, :SubnetId, :Resource, :Department, :IpPortSet, :DomainId, :DomainName
3091
+ attr_accessor :Id, :InstanceId, :Name, :PublicIp, :PrivateIp, :ApCode, :OsName, :Kind, :Port, :GroupSet, :AccountCount, :VpcId, :SubnetId, :Resource, :Department, :IpPortSet, :DomainId, :DomainName, :EnableSSL, :SSLCertName
3086
3092
 
3087
- 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)
3093
+ 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, enablessl=nil, sslcertname=nil)
3088
3094
  @Id = id
3089
3095
  @InstanceId = instanceid
3090
3096
  @Name = name
@@ -3103,6 +3109,8 @@ module TencentCloud
3103
3109
  @IpPortSet = ipportset
3104
3110
  @DomainId = domainid
3105
3111
  @DomainName = domainname
3112
+ @EnableSSL = enablessl
3113
+ @SSLCertName = sslcertname
3106
3114
  end
3107
3115
 
3108
3116
  def deserialize(params)
@@ -3137,6 +3145,8 @@ module TencentCloud
3137
3145
  @IpPortSet = params['IpPortSet']
3138
3146
  @DomainId = params['DomainId']
3139
3147
  @DomainName = params['DomainName']
3148
+ @EnableSSL = params['EnableSSL']
3149
+ @SSLCertName = params['SSLCertName']
3140
3150
  end
3141
3151
  end
3142
3152
 
@@ -3241,16 +3251,25 @@ module TencentCloud
3241
3251
  # @type DepartmentId: String
3242
3252
  # @param IpPortSet: 资产多节点:字段ip和端口
3243
3253
  # @type IpPortSet: Array
3254
+ # @param EnableSSL: 是否启用SSL,1:启用 0:禁用,仅支持Redis资产
3255
+ # @type EnableSSL: Integer
3256
+ # @param SSLCert: SSL证书,EnableSSL时必填
3257
+ # @type SSLCert: String
3258
+ # @param SSLCertName: SSL证书名称,EnableSSL时必填
3259
+ # @type SSLCertName: String
3244
3260
 
3245
- attr_accessor :OsName, :Ip, :Port, :Name, :DepartmentId, :IpPortSet
3261
+ attr_accessor :OsName, :Ip, :Port, :Name, :DepartmentId, :IpPortSet, :EnableSSL, :SSLCert, :SSLCertName
3246
3262
 
3247
- def initialize(osname=nil, ip=nil, port=nil, name=nil, departmentid=nil, ipportset=nil)
3263
+ def initialize(osname=nil, ip=nil, port=nil, name=nil, departmentid=nil, ipportset=nil, enablessl=nil, sslcert=nil, sslcertname=nil)
3248
3264
  @OsName = osname
3249
3265
  @Ip = ip
3250
3266
  @Port = port
3251
3267
  @Name = name
3252
3268
  @DepartmentId = departmentid
3253
3269
  @IpPortSet = ipportset
3270
+ @EnableSSL = enablessl
3271
+ @SSLCert = sslcert
3272
+ @SSLCertName = sslcertname
3254
3273
  end
3255
3274
 
3256
3275
  def deserialize(params)
@@ -3260,6 +3279,9 @@ module TencentCloud
3260
3279
  @Name = params['Name']
3261
3280
  @DepartmentId = params['DepartmentId']
3262
3281
  @IpPortSet = params['IpPortSet']
3282
+ @EnableSSL = params['EnableSSL']
3283
+ @SSLCert = params['SSLCert']
3284
+ @SSLCertName = params['SSLCertName']
3263
3285
  end
3264
3286
  end
3265
3287
 
@@ -4232,10 +4254,19 @@ module TencentCloud
4232
4254
  # @param Trial: 0 非试用版,1 试用版
4233
4255
  # 注意:此字段可能返回 null,表示取不到有效值。
4234
4256
  # @type Trial: Integer
4257
+ # @param CdcClusterId: cdc集群id
4258
+ # 注意:此字段可能返回 null,表示取不到有效值。
4259
+ # @type CdcClusterId: String
4260
+ # @param LogDelivery: 日志投递规格信息
4261
+ # 注意:此字段可能返回 null,表示取不到有效值。
4262
+ # @type LogDelivery: String
4263
+ # @param DeployModel: 部署模式
4264
+ # 注意:此字段可能返回 null,表示取不到有效值。
4265
+ # @type DeployModel: Integer
4235
4266
 
4236
- 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
4267
+ 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
4237
4268
 
4238
- 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)
4269
+ 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)
4239
4270
  @ResourceId = resourceid
4240
4271
  @ApCode = apcode
4241
4272
  @SvArgs = svargs
@@ -4269,6 +4300,9 @@ module TencentCloud
4269
4300
  @DomainCount = domaincount
4270
4301
  @UsedDomainCount = useddomaincount
4271
4302
  @Trial = trial
4303
+ @CdcClusterId = cdcclusterid
4304
+ @LogDelivery = logdelivery
4305
+ @DeployModel = deploymodel
4272
4306
  end
4273
4307
 
4274
4308
  def deserialize(params)
@@ -4312,6 +4346,9 @@ module TencentCloud
4312
4346
  @DomainCount = params['DomainCount']
4313
4347
  @UsedDomainCount = params['UsedDomainCount']
4314
4348
  @Trial = params['Trial']
4349
+ @CdcClusterId = params['CdcClusterId']
4350
+ @LogDelivery = params['LogDelivery']
4351
+ @DeployModel = params['DeployModel']
4315
4352
  end
4316
4353
  end
4317
4354
 
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.931
4
+ version: 3.0.932
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-10-23 00:00:00.000000000 Z
11
+ date: 2024-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common