tencentcloud-sdk-thpc 3.0.862 → 3.0.863
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20230321/models.rb +7 -3
- 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: 68d6512789a9c60cc923c69b3054677e527c00f7
|
4
|
+
data.tar.gz: 5d547325dd4436c51de116dfefd0e19610853279
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d031a909b1ab7f91fccb81ded0562e0ba2fb5a120dbe05183a626215c462565975c7e9cd969c87cef022e00444e11ff2a6c1ed5b390d58f0940dd3547373f4b1
|
7
|
+
data.tar.gz: 808718891b0ac6f6c296ec87bb09a9334af5292f8eecf0261a3e731ea3d4b9cc78fabf359d3f40d2fbc92db8f16b54809c1d42512a28ef8a536213ddca3908b2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.863
|
data/lib/v20230321/models.rb
CHANGED
@@ -1652,17 +1652,21 @@ module TencentCloud
|
|
1652
1652
|
|
1653
1653
|
# 描述了实例登录相关配置与信息。
|
1654
1654
|
class LoginSettings < TencentCloud::Common::AbstractModel
|
1655
|
-
# @param Password: 实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:<br><li>Linux实例密码必须8到30位,至少包括两项[a-z],[A-Z]、[0-9] 和 [( ) \` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? / ]
|
1655
|
+
# @param Password: 实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:<br><li>Linux实例密码必须8到30位,至少包括两项[a-z],[A-Z]、[0-9] 和 [( ) \` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? / ]中的特殊符号。</li><br><li>Windows实例密码必须12到30位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) \` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? /]中的特殊符号。</li><br><br>若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。
|
1656
1656
|
# @type Password: String
|
1657
|
+
# @param KeyIds: 实例登录密钥
|
1658
|
+
# @type KeyIds: Array
|
1657
1659
|
|
1658
|
-
attr_accessor :Password
|
1660
|
+
attr_accessor :Password, :KeyIds
|
1659
1661
|
|
1660
|
-
def initialize(password=nil)
|
1662
|
+
def initialize(password=nil, keyids=nil)
|
1661
1663
|
@Password = password
|
1664
|
+
@KeyIds = keyids
|
1662
1665
|
end
|
1663
1666
|
|
1664
1667
|
def deserialize(params)
|
1665
1668
|
@Password = params['Password']
|
1669
|
+
@KeyIds = params['KeyIds']
|
1666
1670
|
end
|
1667
1671
|
end
|
1668
1672
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-thpc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.863
|
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-07-
|
11
|
+
date: 2024-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|