tencentcloud-sdk-lighthouse 3.0.984 → 3.0.985
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/v20200324/models.rb +10 -2
- 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: 4053e0051bbe28b5ceb26092aeeb8832ebd5f3cd
|
4
|
+
data.tar.gz: 7b354d60a26c2945853a4650975b39d9c2d1fec7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe83e555a4446332a3df400dfe19323d033e0c58b52254e072f2b349f557a29dd936f56749fc806903a50b08ca93d51a300b9a53dbddeec77e8cb4ec4eedb495
|
7
|
+
data.tar.gz: effe022525a9dc4bafcd36563bec5d528f1919e1bf30503ecc9e47da1f8b64426ef93ddeca5a3e556477f04226c1ce49e66aea776705a0d427e2fbd38a73d67c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.985
|
data/lib/v20200324/models.rb
CHANGED
@@ -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.
|
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-
|
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
|