Skip to content

Commit 9b2e980

Browse files
niuzhenguogithub-actions[bot]
authored andcommitted
Update schema json files based-on v1.71.2
1 parent 3e78a6a commit 9b2e980

27 files changed

+2550
-11
lines changed
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_apig_orchestration_rules": {
6+
"block": {
7+
"attributes": {
8+
"id": {
9+
"type": "string",
10+
"computed": true
11+
},
12+
"instance_id": {
13+
"type": "string",
14+
"description": "The ID of the dedicated instance to which the orchestration rules belong.",
15+
"required": true
16+
},
17+
"name": {
18+
"type": "string",
19+
"description": "The name of the orchestration rule to be queried, fuzzy matching is supported.",
20+
"optional": true
21+
},
22+
"region": {
23+
"type": "string",
24+
"description": "The region where the orchestration rules are located.",
25+
"computed": true
26+
},
27+
"rule_id": {
28+
"type": "string",
29+
"description": "The ID of the orchestration rule to be queried.",
30+
"optional": true
31+
},
32+
"rules": {
33+
"type": [
34+
"list",
35+
[
36+
"object",
37+
{
38+
"created_at": "string",
39+
"id": "string",
40+
"is_preprocessing": "bool",
41+
"mapped_param": "string",
42+
"name": "string",
43+
"strategy": "string",
44+
"updated_at": "string"
45+
}
46+
]
47+
],
48+
"description": "All orchestration rules that match the filter parameters.",
49+
"computed": true
50+
}
51+
}
52+
},
53+
"product": {
54+
"short": "APIG",
55+
"name": "API Gateway",
56+
"catalog": "Middleware",
57+
"name_cn": "API网关",
58+
"catalog_cn": "应用中间件"
59+
}
60+
}
61+
}
62+
}
63+
}
64+
}
Lines changed: 49 additions & 0 deletions
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_cse_nacos_namespaces": {
6+
"block": {
7+
"attributes": {
8+
"engine_id": {
9+
"type": "string",
10+
"description": "The ID of the Nacos microservice engine to which the namespaces belong.",
11+
"required": true
12+
},
13+
"id": {
14+
"type": "string",
15+
"computed": true
16+
},
17+
"namespaces": {
18+
"type": [
19+
"list",
20+
[
21+
"object",
22+
{
23+
"id": "string",
24+
"name": "string"
25+
}
26+
]
27+
],
28+
"description": "All queried Nacos namespaces.",
29+
"computed": true
30+
},
31+
"region": {
32+
"type": "string",
33+
"description": "The region where the Nacos namespaces are located.",
34+
"computed": true
35+
}
36+
}
37+
},
38+
"product": {
39+
"short": "CSE",
40+
"name": "Cloud Service Engine",
41+
"catalog": "Middleware",
42+
"name_cn": "微服务引擎",
43+
"catalog_cn": "应用中间件"
44+
}
45+
}
46+
}
47+
}
48+
}
49+
}
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_dds_instance_parameter_modification_records": {
6+
"block": {
7+
"attributes": {
8+
"entity_id": {
9+
"type": "string",
10+
"description": "Specifies the entity ID.",
11+
"optional": true
12+
},
13+
"histories": {
14+
"type": [
15+
"list",
16+
[
17+
"object",
18+
{
19+
"applied": "bool",
20+
"applied_at": "string",
21+
"new_value": "string",
22+
"old_value": "string",
23+
"parameter_name": "string",
24+
"update_result": "string",
25+
"updated_at": "string"
26+
}
27+
]
28+
],
29+
"description": "Indicates the modification records.",
30+
"computed": true
31+
},
32+
"id": {
33+
"type": "string",
34+
"computed": true
35+
},
36+
"instance_id": {
37+
"type": "string",
38+
"description": "Specifies the instance ID.",
39+
"required": true
40+
},
41+
"region": {
42+
"type": "string",
43+
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.",
44+
"computed": true
45+
}
46+
}
47+
},
48+
"product": {
49+
"short": "DDS",
50+
"name": "Document Database Service",
51+
"catalog": "Databases",
52+
"name_cn": "文档数据库服务",
53+
"catalog_cn": "数据库"
54+
}
55+
}
56+
}
57+
}
58+
}
59+
}
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_gaussdb_opengauss_databases": {
6+
"block": {
7+
"attributes": {
8+
"databases": {
9+
"type": [
10+
"list",
11+
[
12+
"object",
13+
{
14+
"character_set": "string",
15+
"compatibility_type": "string",
16+
"lc_collate": "string",
17+
"name": "string",
18+
"owner": "string",
19+
"size": "string"
20+
}
21+
]
22+
],
23+
"computed": true
24+
},
25+
"id": {
26+
"type": "string",
27+
"computed": true
28+
},
29+
"instance_id": {
30+
"type": "string",
31+
"required": true
32+
},
33+
"region": {
34+
"type": "string",
35+
"computed": true
36+
}
37+
}
38+
},
39+
"product": {
40+
"short": "GaussDB",
41+
"name": "GaussDB",
42+
"catalog": "Databases",
43+
"name_cn": "云数据库 GaussDB",
44+
"catalog_cn": "数据库"
45+
}
46+
}
47+
}
48+
}
49+
}
50+
}
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_gaussdb_opengauss_flavors": {
6+
"block": {
7+
"attributes": {
8+
"flavors": {
9+
"type": [
10+
"list",
11+
[
12+
"object",
13+
{
14+
"availability_zone": [
15+
"list",
16+
"string"
17+
],
18+
"az_status": [
19+
"map",
20+
"string"
21+
],
22+
"group_type": "string",
23+
"name": "string",
24+
"ram": "string",
25+
"spec_code": "string",
26+
"vcpus": "string",
27+
"version": "string"
28+
}
29+
]
30+
],
31+
"description": "Indicates the list of the flavors.",
32+
"computed": true
33+
},
34+
"ha_mode": {
35+
"type": "string",
36+
"description": "Specifies the instance type.",
37+
"optional": true
38+
},
39+
"id": {
40+
"type": "string",
41+
"computed": true
42+
},
43+
"region": {
44+
"type": "string",
45+
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.",
46+
"computed": true
47+
},
48+
"spec_code": {
49+
"type": "string",
50+
"description": "Specifies the specification code.",
51+
"optional": true
52+
},
53+
"version": {
54+
"type": "string",
55+
"description": "Specifies the version of the GaussDB OpenGauss.",
56+
"optional": true
57+
}
58+
}
59+
},
60+
"product": {
61+
"short": "GaussDB",
62+
"name": "GaussDB",
63+
"catalog": "Databases",
64+
"name_cn": "云数据库 GaussDB",
65+
"catalog_cn": "数据库"
66+
}
67+
}
68+
}
69+
}
70+
}
71+
}
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_gaussdb_opengauss_instance_nodes": {
6+
"block": {
7+
"attributes": {
8+
"availability_zone_id": {
9+
"type": "string",
10+
"description": "Specifies the ID of the AZ where the primary component is located.",
11+
"optional": true
12+
},
13+
"component_type": {
14+
"type": "string",
15+
"description": "Specifies the component type.",
16+
"optional": true
17+
},
18+
"id": {
19+
"type": "string",
20+
"computed": true
21+
},
22+
"instance_id": {
23+
"type": "string",
24+
"description": "Specifies the instance ID.",
25+
"required": true
26+
},
27+
"nodes": {
28+
"type": [
29+
"list",
30+
[
31+
"object",
32+
{
33+
"availability_zone_id": "string",
34+
"components": [
35+
"list",
36+
[
37+
"object",
38+
{
39+
"detail": "string",
40+
"distributed_id": "string",
41+
"id": "string",
42+
"role": "string",
43+
"status": "string",
44+
"type": "string"
45+
}
46+
]
47+
],
48+
"description": "string",
49+
"id": "string",
50+
"name": "string",
51+
"status": "string"
52+
}
53+
]
54+
],
55+
"description": "Indicates the list of nodes.",
56+
"computed": true
57+
},
58+
"region": {
59+
"type": "string",
60+
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.",
61+
"computed": true
62+
}
63+
}
64+
},
65+
"product": {
66+
"short": "GaussDB",
67+
"name": "GaussDB",
68+
"catalog": "Databases",
69+
"name_cn": "云数据库 GaussDB",
70+
"catalog_cn": "数据库"
71+
}
72+
}
73+
}
74+
}
75+
}
76+
}

0 commit comments

Comments
 (0)