tencentcloud-sdk-emr 3.0.930 → 3.0.931
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/v20190103/models.rb +6 -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: 99f25defc0ac9a6abcb1f82ae9fe39181366bc16
|
|
4
|
+
data.tar.gz: 146138afb602fa65ad75685c229cb71e051ac32b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7179524303f4255cc9408df95210de2af181aa2f0d1006cd3c31be5cf7d3dba45e77fa2d963dcdfaba08208a2703c30a5ab94193e785e0b47263de371ddca58c
|
|
7
|
+
data.tar.gz: ade20ba68489a2ddd013dc84b0430f0be43d2514ac5030dedb84f2cec20b4b4ba0eff4a1e7fdd8f970d816b548b63aafc5b72253630f56deed1c055b8777007f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.931
|
data/lib/v20190103/models.rb
CHANGED
|
@@ -1922,15 +1922,18 @@ module TencentCloud
|
|
|
1922
1922
|
# @type DisplayStrategy: String
|
|
1923
1923
|
# @param UserGroupList: 用户组
|
|
1924
1924
|
# @type UserGroupList: Array
|
|
1925
|
+
# @param DeleteHomeDir: 是否删除家目录,只针对cvm集群
|
|
1926
|
+
# @type DeleteHomeDir: Boolean
|
|
1925
1927
|
|
|
1926
|
-
attr_accessor :InstanceId, :UserNameList, :TkeClusterId, :DisplayStrategy, :UserGroupList
|
|
1928
|
+
attr_accessor :InstanceId, :UserNameList, :TkeClusterId, :DisplayStrategy, :UserGroupList, :DeleteHomeDir
|
|
1927
1929
|
|
|
1928
|
-
def initialize(instanceid=nil, usernamelist=nil, tkeclusterid=nil, displaystrategy=nil, usergrouplist=nil)
|
|
1930
|
+
def initialize(instanceid=nil, usernamelist=nil, tkeclusterid=nil, displaystrategy=nil, usergrouplist=nil, deletehomedir=nil)
|
|
1929
1931
|
@InstanceId = instanceid
|
|
1930
1932
|
@UserNameList = usernamelist
|
|
1931
1933
|
@TkeClusterId = tkeclusterid
|
|
1932
1934
|
@DisplayStrategy = displaystrategy
|
|
1933
1935
|
@UserGroupList = usergrouplist
|
|
1936
|
+
@DeleteHomeDir = deletehomedir
|
|
1934
1937
|
end
|
|
1935
1938
|
|
|
1936
1939
|
def deserialize(params)
|
|
@@ -1946,6 +1949,7 @@ module TencentCloud
|
|
|
1946
1949
|
@UserGroupList << userandgroup_tmp
|
|
1947
1950
|
end
|
|
1948
1951
|
end
|
|
1952
|
+
@DeleteHomeDir = params['DeleteHomeDir']
|
|
1949
1953
|
end
|
|
1950
1954
|
end
|
|
1951
1955
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-emr
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.931
|
|
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-
|
|
11
|
+
date: 2024-10-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|