tencentcloud-sdk-controlcenter 3.0.1031 → 3.0.1033
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/v20230110/models.rb +0 -29
- 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: a854744d03105b6fe75151f023119336ec6c4f07
|
4
|
+
data.tar.gz: 81fb1e117dd3bd28c583141a0f3d1d0056dc8686
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed909339bf8f1e791f5b6a1e90f08de0e431694b60b22fafdc8c3bb8be37f357d330a0eeeeea1f3397f0b0135fa6cc12267a8f14f042dbce6fcf4b6a7e5d1d09
|
7
|
+
data.tar.gz: f70069e33138bd34e7a346cf89969bc0af764dca498508c9f870f93da3a5b6e58602cafb2454e5528d0eb75d9396a895bc75a1d7b008c6f1ef25b7c5a775c03d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1033
|
data/lib/v20230110/models.rb
CHANGED
@@ -20,34 +20,24 @@ module TencentCloud
|
|
20
20
|
# 账号工厂基线项
|
21
21
|
class AccountFactoryItem < TencentCloud::Common::AbstractModel
|
22
22
|
# @param Identifier: 账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
23
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24
23
|
# @type Identifier: String
|
25
24
|
# @param Name: 基线项名称,功能项名字唯一,仅支持英文字母、数宇、汉字、符号@、&_[]-的组合,1-25个中文或英文字符。
|
26
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
27
25
|
# @type Name: String
|
28
26
|
# @param NameEn: 基线项英文名称,基线项名字唯一,仅支持英文字母、数字、空格、符号@、&_[]-的组合,1-64个英文字符。
|
29
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30
27
|
# @type NameEn: String
|
31
28
|
# @param Weight: 基线项权重,数值小权重越高,取值范围大于等于0。
|
32
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
33
29
|
# @type Weight: Integer
|
34
30
|
# @param Required: 基线项是否必填,1必填,0非必填
|
35
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36
31
|
# @type Required: Integer
|
37
32
|
# @param DependsOn: 基线项依赖项,N的取值范围与该基线项依赖的其它基线项个数有关。
|
38
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
39
33
|
# @type DependsOn: Array
|
40
34
|
# @param Description: 基线描述,长度为2~256个英文或中文字符,默认值为空。
|
41
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42
35
|
# @type Description: String
|
43
36
|
# @param DescriptionEn: 基线项英文描述,长度为2~1024个英文字符,默认值为空。
|
44
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
45
37
|
# @type DescriptionEn: String
|
46
38
|
# @param Classify: 基线分类,长度为2~32个英文或中文字符,不能为空。
|
47
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
48
39
|
# @type Classify: String
|
49
40
|
# @param ClassifyEn: 基线英文分类,长度为2~64个英文字符,不能为空。
|
50
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
51
41
|
# @type ClassifyEn: String
|
52
42
|
|
53
43
|
attr_accessor :Identifier, :Name, :NameEn, :Weight, :Required, :DependsOn, :Description, :DescriptionEn, :Classify, :ClassifyEn
|
@@ -109,13 +99,10 @@ module TencentCloud
|
|
109
99
|
# 账号工厂基线信息
|
110
100
|
class BaselineInfoItem < TencentCloud::Common::AbstractModel
|
111
101
|
# @param Identifier: 账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
112
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
113
102
|
# @type Identifier: String
|
114
103
|
# @param Configuration: 账号工厂基线项配置,不同的基线项配置参数不同。
|
115
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
116
104
|
# @type Configuration: String
|
117
105
|
# @param ApplyCount: 基线应用的账号数量。
|
118
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
119
106
|
# @type ApplyCount: Integer
|
120
107
|
|
121
108
|
attr_accessor :Identifier, :Configuration, :ApplyCount
|
@@ -136,31 +123,22 @@ module TencentCloud
|
|
136
123
|
# 基线项部署任务信息列表
|
137
124
|
class BaselineStepTaskInfo < TencentCloud::Common::AbstractModel
|
138
125
|
# @param TaskId: 任务唯一Id,只能包含英文字母、数字,是16个字符的随机字符串。
|
139
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
140
126
|
# @type TaskId: String
|
141
127
|
# @param Identifier: 基线功能项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
142
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
143
128
|
# @type Identifier: String
|
144
129
|
# @param MemberUin: 被应用基线项的成员账号uin
|
145
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
146
130
|
# @type MemberUin: Integer
|
147
131
|
# @param Status: 基线项应用的状态,Running表示基线项应用中,Success表示基线项应用成功,Failed表示基线项应用失败,Pending表示基线项待应用,Skipped表示基线项被跳过
|
148
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
149
132
|
# @type Status: String
|
150
133
|
# @param ErrCode: 错误码
|
151
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
152
134
|
# @type ErrCode: String
|
153
135
|
# @param ErrMessage: 错误信息
|
154
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
155
136
|
# @type ErrMessage: String
|
156
137
|
# @param Output: 基线项部署输出
|
157
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
158
138
|
# @type Output: String
|
159
139
|
# @param CreateTime: 创建时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
|
160
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
161
140
|
# @type CreateTime: String
|
162
141
|
# @param UpdateTime: 更新时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
|
163
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
164
142
|
# @type UpdateTime: String
|
165
143
|
|
166
144
|
attr_accessor :TaskId, :Identifier, :MemberUin, :Status, :ErrCode, :ErrMessage, :Output, :CreateTime, :UpdateTime
|
@@ -236,10 +214,8 @@ module TencentCloud
|
|
236
214
|
# 依赖项
|
237
215
|
class DependsOnItem < TencentCloud::Common::AbstractModel
|
238
216
|
# @param Type: 依赖项类型,只有LandingZoneSetUp或AccountFactorySetUp。LandingZoneSetUp表示landingZone的依赖项;AccountFactorySetUp表示账号工厂的依赖项
|
239
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
240
217
|
# @type Type: String
|
241
218
|
# @param Identifier: 功能项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
242
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
243
219
|
# @type Identifier: String
|
244
220
|
|
245
221
|
attr_accessor :Type, :Identifier
|
@@ -269,19 +245,14 @@ module TencentCloud
|
|
269
245
|
# GetAccountFactoryBaseline返回参数结构体
|
270
246
|
class GetAccountFactoryBaselineResponse < TencentCloud::Common::AbstractModel
|
271
247
|
# @param OwnerUin: 资源所属主账号uin。
|
272
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
273
248
|
# @type OwnerUin: Integer
|
274
249
|
# @param Name: 基线项名称,基线项名字唯一,仅支持英文字母、数宇、汉字、符号@、&_[]-的组合,1-25个中文或英文字符。
|
275
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
276
250
|
# @type Name: String
|
277
251
|
# @param BaselineConfigItems: 基线项配置列表。
|
278
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
279
252
|
# @type BaselineConfigItems: Array
|
280
253
|
# @param CreateTime: 创建时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
|
281
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
282
254
|
# @type CreateTime: String
|
283
255
|
# @param UpdateTime: 更新时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
|
284
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
285
256
|
# @type UpdateTime: String
|
286
257
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
287
258
|
# @type RequestId: String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-controlcenter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1033
|
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-04-
|
11
|
+
date: 2025-04-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|