Skip to content

Commit 2eef49f

Browse files
niuzhenguogithub-actions[bot]
authored andcommitted
Update schema json files based-on v1.71.0
1 parent e4530ca commit 2eef49f

File tree

65 files changed

+4236
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+4236
-23
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_cdm_job_execution_records": {
6+
"block": {
7+
"attributes": {
8+
"cluster_id": {
9+
"type": "string",
10+
"description": "Specifies the cluster ID.",
11+
"required": true
12+
},
13+
"id": {
14+
"type": "string",
15+
"computed": true
16+
},
17+
"job_name": {
18+
"type": "string",
19+
"description": "Specifies the job name.",
20+
"required": true
21+
},
22+
"records": {
23+
"type": [
24+
"list",
25+
[
26+
"object",
27+
{
28+
"counters": [
29+
"list",
30+
[
31+
"object",
32+
{
33+
"bytes_read": "number",
34+
"bytes_written": "number",
35+
"file_skipped": "number",
36+
"files_read": "number",
37+
"files_written": "number",
38+
"rows_read": "number",
39+
"rows_written": "number",
40+
"rows_written_skipped": "number",
41+
"total_files": "number",
42+
"total_size": "number"
43+
}
44+
]
45+
],
46+
"creation_date": "string",
47+
"creation_user": "string",
48+
"delete_rows": "number",
49+
"error_details": "string",
50+
"error_summary": "string",
51+
"execute_date": "string",
52+
"external_id": "string",
53+
"is_delete_job": "bool",
54+
"is_execute_auto": "bool",
55+
"is_incrementing": "bool",
56+
"is_stoping_increment": "string",
57+
"last_udpate_user": "string",
58+
"last_update_date": "string",
59+
"progress": "number",
60+
"status": "string",
61+
"submission_id": "number",
62+
"update_rows": "number",
63+
"write_rows": "number"
64+
}
65+
]
66+
],
67+
"description": "Indicates the records.",
68+
"computed": true
69+
},
70+
"region": {
71+
"type": "string",
72+
"computed": true
73+
}
74+
}
75+
},
76+
"product": {
77+
"short": "CDM",
78+
"name": "Cloud Data Migration",
79+
"catalog": "Migration",
80+
"name_cn": "云数据迁移",
81+
"catalog_cn": "迁移"
82+
}
83+
}
84+
}
85+
}
86+
}
87+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_cph_encode_servers": {
6+
"block": {
7+
"attributes": {
8+
"encode_servers": {
9+
"type": [
10+
"list",
11+
[
12+
"object",
13+
{
14+
"access_infos": [
15+
"list",
16+
[
17+
"object",
18+
{
19+
"access_port": "number",
20+
"listen_port": "number",
21+
"public_ip": "string",
22+
"server_ip": "string",
23+
"server_ipv6": "string",
24+
"type": "string"
25+
}
26+
]
27+
],
28+
"encode_server_id": "string",
29+
"encode_server_ip": "string",
30+
"encode_server_ipv6": "string",
31+
"encode_server_name": "string",
32+
"keypair_name": "string",
33+
"server_id": "string",
34+
"status": "number",
35+
"type": "number"
36+
}
37+
]
38+
],
39+
"description": "The encode server list.",
40+
"computed": true
41+
},
42+
"id": {
43+
"type": "string",
44+
"computed": true
45+
},
46+
"region": {
47+
"type": "string",
48+
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.",
49+
"computed": true
50+
},
51+
"server_id": {
52+
"type": "string",
53+
"description": "Specifies the CPH server ID.",
54+
"optional": true
55+
},
56+
"status": {
57+
"type": "string",
58+
"description": "Specifies the encode server status.",
59+
"optional": true
60+
},
61+
"type": {
62+
"type": "string",
63+
"description": "Specifies the encode server type. The valid value can be **0** (server), **1** (container).",
64+
"optional": true
65+
}
66+
}
67+
},
68+
"product": {
69+
"short": "CPH",
70+
"name": "Cloud Phone",
71+
"catalog": "Compute",
72+
"name_cn": "云手机",
73+
"catalog_cn": "计算"
74+
}
75+
}
76+
}
77+
}
78+
}
79+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_cph_server_bandwidths": {
6+
"block": {
7+
"attributes": {
8+
"bandwidths": {
9+
"type": [
10+
"list",
11+
[
12+
"object",
13+
{
14+
"bandwidth_charge_mode": "number",
15+
"bandwidth_id": "string",
16+
"bandwidth_name": "string",
17+
"bandwidth_size": "number",
18+
"bandwidth_type": "number",
19+
"created_at": "string",
20+
"updated_at": "string"
21+
}
22+
]
23+
],
24+
"description": "The bandwidth list of CPH server.",
25+
"computed": true
26+
},
27+
"id": {
28+
"type": "string",
29+
"computed": true
30+
},
31+
"region": {
32+
"type": "string",
33+
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.",
34+
"computed": true
35+
}
36+
}
37+
},
38+
"product": {
39+
"short": "CPH",
40+
"name": "Cloud Phone",
41+
"catalog": "Compute",
42+
"name_cn": "云手机",
43+
"catalog_cn": "计算"
44+
}
45+
}
46+
}
47+
}
48+
}
49+
}
+77
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_css_scan_tasks": {
6+
"block": {
7+
"attributes": {
8+
"cluster_id": {
9+
"type": "string",
10+
"description": "Specifies the ID of the CSS cluster.",
11+
"required": true
12+
},
13+
"id": {
14+
"type": "string",
15+
"computed": true
16+
},
17+
"region": {
18+
"type": "string",
19+
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.",
20+
"computed": true
21+
},
22+
"scan_tasks": {
23+
"type": [
24+
"list",
25+
[
26+
"object",
27+
{
28+
"created_at": "string",
29+
"description": "string",
30+
"id": "string",
31+
"name": "string",
32+
"smn_fail_reason": "string",
33+
"smn_status": "string",
34+
"status": "number",
35+
"summary": [
36+
"list",
37+
[
38+
"object",
39+
{
40+
"high": "number",
41+
"medium": "number",
42+
"suggestion": "number"
43+
}
44+
]
45+
],
46+
"task_risks": [
47+
"list",
48+
[
49+
"object",
50+
{
51+
"description": "string",
52+
"level": "string",
53+
"risk": "string",
54+
"suggestion": "string"
55+
}
56+
]
57+
]
58+
}
59+
]
60+
],
61+
"description": "The scan tasks.",
62+
"computed": true
63+
}
64+
}
65+
},
66+
"product": {
67+
"short": "CSS",
68+
"name": "Cloud Search Service",
69+
"catalog": "Analytics",
70+
"name_cn": "云搜索服务",
71+
"catalog_cn": "大数据"
72+
}
73+
}
74+
}
75+
}
76+
}
77+
}
+78
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_css_snapshots": {
6+
"block": {
7+
"attributes": {
8+
"backups": {
9+
"type": [
10+
"list",
11+
[
12+
"object",
13+
{
14+
"backup_expected_start_time": "string",
15+
"backup_keep_day": "number",
16+
"backup_method": "string",
17+
"backup_period": "string",
18+
"backup_type": "string",
19+
"bucket_name": "string",
20+
"cluster_id": "string",
21+
"cluster_name": "string",
22+
"created_at": "string",
23+
"datastore": [
24+
"list",
25+
[
26+
"object",
27+
{
28+
"type": "string",
29+
"version": "string"
30+
}
31+
]
32+
],
33+
"description": "string",
34+
"end_time": "string",
35+
"failed_shards": "number",
36+
"id": "string",
37+
"indices": "string",
38+
"name": "string",
39+
"restore_status": "string",
40+
"start_time": "string",
41+
"status": "string",
42+
"total_shards": "number",
43+
"updated_at": "string",
44+
"version": "string"
45+
}
46+
]
47+
],
48+
"description": "The snapshot list.",
49+
"computed": true
50+
},
51+
"cluster_id": {
52+
"type": "string",
53+
"description": "Specifies the ID of the cluster.",
54+
"required": true
55+
},
56+
"id": {
57+
"type": "string",
58+
"computed": true
59+
},
60+
"region": {
61+
"type": "string",
62+
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.",
63+
"computed": true
64+
}
65+
}
66+
},
67+
"product": {
68+
"short": "CSS",
69+
"name": "Cloud Search Service",
70+
"catalog": "Analytics",
71+
"name_cn": "云搜索服务",
72+
"catalog_cn": "大数据"
73+
}
74+
}
75+
}
76+
}
77+
}
78+
}

0 commit comments

Comments
 (0)