tencentcloud-sdk-lighthouse 3.0.984 → 3.0.985

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/v20200324/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3f156b0fb964fafc851d81ea0c1da566b0dd8020
4
- data.tar.gz: c45b6bdd63c21aeb6815f7e2676dbe75554164df
3
+ metadata.gz: 4053e0051bbe28b5ceb26092aeeb8832ebd5f3cd
4
+ data.tar.gz: 7b354d60a26c2945853a4650975b39d9c2d1fec7
5
5
  SHA512:
6
- metadata.gz: c3e0691326635d3048152fe2b521638d10bbf246af8ecc204055c61a5cbd15fbf4f1a8ec6a0cc2cf7bb11d2a5e74095d6cb582d721857693e8dd5813b903a87e
7
- data.tar.gz: e5f0944dffba30ae0b67d8bfd3395c3d303322e89c0937600bec746abc81500d95dde0c430a0d4c4028011ba563b396e930afcf0b072090aa6d7cce2463dcf2e
6
+ metadata.gz: fe83e555a4446332a3df400dfe19323d033e0c58b52254e072f2b349f557a29dd936f56749fc806903a50b08ca93d51a300b9a53dbddeec77e8cb4ec4eedb495
7
+ data.tar.gz: effe022525a9dc4bafcd36563bec5d528f1919e1bf30503ecc9e47da1f8b64426ef93ddeca5a3e556477f04226c1ce49e66aea776705a0d427e2fbd38a73d67c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.984
1
+ 3.0.985
@@ -1068,10 +1068,14 @@ module TencentCloud
1068
1068
  # @type Tags: Array
1069
1069
  # @param InitCommand: 创建实例后自动执行的命令。
1070
1070
  # @type InitCommand: :class:`Tencentcloud::Lighthouse.v20200324.models.Command`
1071
+ # @param DomainName: 主域名。
1072
+ # @type DomainName: String
1073
+ # @param Subdomain: 子域名。
1074
+ # @type Subdomain: String
1071
1075
 
1072
- attr_accessor :BundleId, :BlueprintId, :InstanceChargePrepaid, :InstanceName, :InstanceCount, :Zones, :DryRun, :ClientToken, :LoginConfiguration, :Containers, :AutoVoucher, :FirewallTemplateId, :Tags, :InitCommand
1076
+ attr_accessor :BundleId, :BlueprintId, :InstanceChargePrepaid, :InstanceName, :InstanceCount, :Zones, :DryRun, :ClientToken, :LoginConfiguration, :Containers, :AutoVoucher, :FirewallTemplateId, :Tags, :InitCommand, :DomainName, :Subdomain
1073
1077
 
1074
- def initialize(bundleid=nil, blueprintid=nil, instancechargeprepaid=nil, instancename=nil, instancecount=nil, zones=nil, dryrun=nil, clienttoken=nil, loginconfiguration=nil, containers=nil, autovoucher=nil, firewalltemplateid=nil, tags=nil, initcommand=nil)
1078
+ def initialize(bundleid=nil, blueprintid=nil, instancechargeprepaid=nil, instancename=nil, instancecount=nil, zones=nil, dryrun=nil, clienttoken=nil, loginconfiguration=nil, containers=nil, autovoucher=nil, firewalltemplateid=nil, tags=nil, initcommand=nil, domainname=nil, subdomain=nil)
1075
1079
  @BundleId = bundleid
1076
1080
  @BlueprintId = blueprintid
1077
1081
  @InstanceChargePrepaid = instancechargeprepaid
@@ -1086,6 +1090,8 @@ module TencentCloud
1086
1090
  @FirewallTemplateId = firewalltemplateid
1087
1091
  @Tags = tags
1088
1092
  @InitCommand = initcommand
1093
+ @DomainName = domainname
1094
+ @Subdomain = subdomain
1089
1095
  end
1090
1096
 
1091
1097
  def deserialize(params)
@@ -1126,6 +1132,8 @@ module TencentCloud
1126
1132
  @InitCommand = Command.new
1127
1133
  @InitCommand.deserialize(params['InitCommand'])
1128
1134
  end
1135
+ @DomainName = params['DomainName']
1136
+ @Subdomain = params['Subdomain']
1129
1137
  end
1130
1138
  end
1131
1139
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lighthouse
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.984
4
+ version: 3.0.985
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-16 00:00:00.000000000 Z
11
+ date: 2025-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common