tencentcloud-sdk-cloudstudio 3.0.418 → 3.0.419
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/v20210524/client.rb +4 -4
- data/lib/v20210524/models.rb +5 -5
- 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: c08e568e3f19d44213400c44a389ea54e1619927
|
4
|
+
data.tar.gz: 87806080cd585e9b61d8be8a57cd6edb0ea0070a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84703ee46cca8394c0e9106550a1a8121ef13ae410fcfb661469a27476cf7e07273608a4f131301569bacc0281dfac3e9c5365306096e27e976de34917319e9c
|
7
|
+
data.tar.gz: ec35b7f505847d1c160323dd42803a60859a8c0e67f8204372cce81127d2f758ca46ac3c19344e5e260b50aa985bdca7a1aa28810eac62d8a64a558b42f965da
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.419
|
data/lib/v20210524/client.rb
CHANGED
@@ -53,7 +53,7 @@ module TencentCloud
|
|
53
53
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
54
54
|
end
|
55
55
|
|
56
|
-
#
|
56
|
+
# 云服务器方式创建工作空间
|
57
57
|
|
58
58
|
# @param request: Request instance for CreateWorkspaceByAgent.
|
59
59
|
# @type request: :class:`Tencentcloud::cloudstudio::V20210524::CreateWorkspaceByAgentRequest`
|
@@ -77,7 +77,7 @@ module TencentCloud
|
|
77
77
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
78
78
|
end
|
79
79
|
|
80
|
-
# 快速开始,
|
80
|
+
# 快速开始, 基于模板创建工作空间
|
81
81
|
|
82
82
|
# @param request: Request instance for CreateWorkspaceByTemplate.
|
83
83
|
# @type request: :class:`Tencentcloud::cloudstudio::V20210524::CreateWorkspaceByTemplateRequest`
|
@@ -149,7 +149,7 @@ module TencentCloud
|
|
149
149
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
150
150
|
end
|
151
151
|
|
152
|
-
#
|
152
|
+
# 获取所有模板列表
|
153
153
|
|
154
154
|
# @param request: Request instance for DescribeCustomizeTemplates.
|
155
155
|
# @type request: :class:`Tencentcloud::cloudstudio::V20210524::DescribeCustomizeTemplatesRequest`
|
@@ -317,7 +317,7 @@ module TencentCloud
|
|
317
317
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
318
318
|
end
|
319
319
|
|
320
|
-
#
|
320
|
+
# 修改模板默认代码仓库
|
321
321
|
|
322
322
|
# @param request: Request instance for ModifyCustomizeTemplateVersionControl.
|
323
323
|
# @type request: :class:`Tencentcloud::cloudstudio::V20210524::ModifyCustomizeTemplateVersionControlRequest`
|
data/lib/v20210524/models.rb
CHANGED
@@ -25,11 +25,11 @@ module TencentCloud
|
|
25
25
|
# @type ImageId: Integer
|
26
26
|
# @param ImageName: 镜像名称
|
27
27
|
# @type ImageName: String
|
28
|
-
# @param RemoteUser:
|
28
|
+
# @param RemoteUser: 云服务器登录名称
|
29
29
|
# @type RemoteUser: String
|
30
|
-
# @param RemoteHost:
|
30
|
+
# @param RemoteHost: 云服务器登录地址
|
31
31
|
# @type RemoteHost: String
|
32
|
-
# @param RemotePort:
|
32
|
+
# @param RemotePort: 云服务器登录端口
|
33
33
|
# @type RemotePort: String
|
34
34
|
# @param WorkspaceType: 工作空间类型
|
35
35
|
# @type WorkspaceType: String
|
@@ -170,7 +170,7 @@ module TencentCloud
|
|
170
170
|
class CreateWorkspaceByTemplateRequest < TencentCloud::Common::AbstractModel
|
171
171
|
# @param CloudStudioSessionTeam: 用户所属组
|
172
172
|
# @type CloudStudioSessionTeam: String
|
173
|
-
# @param TemplateId:
|
173
|
+
# @param TemplateId: 模板ID
|
174
174
|
# @type TemplateId: Integer
|
175
175
|
|
176
176
|
attr_accessor :CloudStudioSessionTeam, :TemplateId
|
@@ -682,7 +682,7 @@ module TencentCloud
|
|
682
682
|
class ModifyCustomizeTemplateVersionControlRequest < TencentCloud::Common::AbstractModel
|
683
683
|
# @param CloudStudioSessionTeam: 用户所属组
|
684
684
|
# @type CloudStudioSessionTeam: String
|
685
|
-
# @param TemplateId:
|
685
|
+
# @param TemplateId: 模板ID
|
686
686
|
# @type TemplateId: Integer
|
687
687
|
# @param Url: 仓库地址
|
688
688
|
# @type Url: String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cloudstudio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.419
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-09-
|
11
|
+
date: 2022-09-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|