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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7fecda54cdc8b449f6475f4b6921882882e99b52
4
- data.tar.gz: 2e292d1e165ad628d6d9646465faee3839a195e6
3
+ metadata.gz: c08e568e3f19d44213400c44a389ea54e1619927
4
+ data.tar.gz: 87806080cd585e9b61d8be8a57cd6edb0ea0070a
5
5
  SHA512:
6
- metadata.gz: 77d5217ae2b27a4cea86ee2be572a89f3b762d86a748c00f03512927001e413c42a11f360cada272fda138c3f8a4016516a105873eeea8d5cf31707a899bbd17
7
- data.tar.gz: 59b666a8ef7ccf455e890c1e58199db64e1cefc98a029ef0f10f010c6917cab4db8a47c2b75b8a2d2f690301cac07daf60aea0aea42732787027d732a3a9e27b
6
+ metadata.gz: 84703ee46cca8394c0e9106550a1a8121ef13ae410fcfb661469a27476cf7e07273608a4f131301569bacc0281dfac3e9c5365306096e27e976de34917319e9c
7
+ data.tar.gz: ec35b7f505847d1c160323dd42803a60859a8c0e67f8204372cce81127d2f758ca46ac3c19344e5e260b50aa985bdca7a1aa28810eac62d8a64a558b42f965da
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.418
1
+ 3.0.419
@@ -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`
@@ -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: 模版ID
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: 模版ID
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.418
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-26 00:00:00.000000000 Z
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