Skip to content

Commit d7e9c95

Browse files
chengxiangdonggithub-actions[bot]
authored andcommitted
Update schema json files based-on v1.91.0
1 parent 5e41d7c commit d7e9c95

154 files changed

Lines changed: 9841 additions & 47 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_as_warm_pool_instances": {
6+
"block": {
7+
"attributes": {
8+
"id": {
9+
"type": "string",
10+
"computed": true
11+
},
12+
"region": {
13+
"type": "string"
14+
},
15+
"scaling_group_id": {
16+
"type": "string",
17+
"required": true
18+
},
19+
"warm_pool_instances": {
20+
"type": [
21+
"list",
22+
[
23+
"object",
24+
{
25+
"id": "string",
26+
"instance_id": "string",
27+
"name": "string",
28+
"status": "string"
29+
}
30+
]
31+
],
32+
"computed": true
33+
}
34+
}
35+
},
36+
"product": {
37+
"short": "AS",
38+
"name": "Auto Scaling",
39+
"catalog": "Compute",
40+
"name_cn": "弹性伸缩",
41+
"catalog_cn": "计算"
42+
}
43+
}
44+
}
45+
}
46+
}
47+
}
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_cfw_acl_rule_hit_info": {
6+
"block": {
7+
"attributes": {
8+
"fw_instance_id": {
9+
"type": "string",
10+
"required": true
11+
},
12+
"id": {
13+
"type": "string",
14+
"computed": true
15+
},
16+
"records": {
17+
"type": [
18+
"list",
19+
[
20+
"object",
21+
{
22+
"rule_hit_count": "number",
23+
"rule_id": "string",
24+
"rule_last_hit_time": "number"
25+
}
26+
]
27+
],
28+
"computed": true
29+
},
30+
"region": {
31+
"type": "string",
32+
"computed": true
33+
},
34+
"rule_ids": {
35+
"type": [
36+
"list",
37+
"string"
38+
],
39+
"required": true
40+
}
41+
}
42+
},
43+
"product": {
44+
"short": "CFW",
45+
"name": "Cloud Firewall",
46+
"catalog": "Security & Compliance",
47+
"name_cn": "云防火墙",
48+
"catalog_cn": "安全与合规"
49+
}
50+
}
51+
}
52+
}
53+
}
54+
}
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_cfw_acl_rule_import_status": {
6+
"block": {
7+
"attributes": {
8+
"data": {
9+
"type": [
10+
"list",
11+
[
12+
"object",
13+
{
14+
"id": "string",
15+
"status": "number"
16+
}
17+
]
18+
],
19+
"computed": true
20+
},
21+
"enterprise_project_id": {
22+
"type": "string",
23+
"optional": true
24+
},
25+
"id": {
26+
"type": "string",
27+
"computed": true
28+
},
29+
"object_id": {
30+
"type": "string",
31+
"required": true
32+
},
33+
"region": {
34+
"type": "string",
35+
"computed": true
36+
}
37+
}
38+
},
39+
"product": {
40+
"short": "CFW",
41+
"name": "Cloud Firewall",
42+
"catalog": "Security & Compliance",
43+
"name_cn": "云防火墙",
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_cfw_attack_log_total": {
6+
"block": {
7+
"attributes": {
8+
"data": {
9+
"type": [
10+
"list",
11+
[
12+
"object",
13+
{
14+
"attack_count": "number",
15+
"deny_count": "number",
16+
"permit_count": "number",
17+
"risk_ports": "number"
18+
}
19+
]
20+
],
21+
"computed": true
22+
},
23+
"end_time": {
24+
"type": "number",
25+
"optional": true
26+
},
27+
"fw_instance_id": {
28+
"type": "string",
29+
"required": true
30+
},
31+
"id": {
32+
"type": "string",
33+
"computed": true
34+
},
35+
"log_type": {
36+
"type": "string",
37+
"required": true
38+
},
39+
"range": {
40+
"type": "string",
41+
"optional": true
42+
},
43+
"region": {
44+
"type": "string",
45+
"computed": true
46+
},
47+
"start_time": {
48+
"type": "number",
49+
"optional": true
50+
},
51+
"vgw_id": {
52+
"type": [
53+
"list",
54+
"string"
55+
],
56+
"optional": true
57+
}
58+
}
59+
},
60+
"product": {
61+
"short": "CFW",
62+
"name": "Cloud Firewall",
63+
"catalog": "Security & Compliance",
64+
"name_cn": "云防火墙",
65+
"catalog_cn": "安全与合规"
66+
}
67+
}
68+
}
69+
}
70+
}
71+
}
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_cfw_firewall_router": {
6+
"block": {
7+
"attributes": {
8+
"er_list": {
9+
"type": [
10+
"list",
11+
[
12+
"object",
13+
{
14+
"er_id": "string",
15+
"name": "string"
16+
}
17+
]
18+
],
19+
"description": "The list of enterprise routers associated with the east-west firewall.",
20+
"computed": true
21+
},
22+
"fw_instance_id": {
23+
"type": "string",
24+
"description": "Specifies the firewall instance ID.",
25+
"required": 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": "CFW",
40+
"name": "Cloud Firewall",
41+
"catalog": "Security & Compliance",
42+
"name_cn": "云防火墙",
43+
"catalog_cn": "安全与合规"
44+
}
45+
}
46+
}
47+
}
48+
}
49+
}
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_cfw_flow_log_trend": {
6+
"block": {
7+
"attributes": {
8+
"asset_type": {
9+
"type": "string",
10+
"optional": true
11+
},
12+
"direction": {
13+
"type": "string",
14+
"optional": true
15+
},
16+
"end_time": {
17+
"type": "number",
18+
"optional": true
19+
},
20+
"fw_instance_id": {
21+
"type": "string",
22+
"required": true
23+
},
24+
"id": {
25+
"type": "string",
26+
"computed": true
27+
},
28+
"ip": {
29+
"type": [
30+
"list",
31+
"string"
32+
],
33+
"optional": true
34+
},
35+
"log_type": {
36+
"type": "string",
37+
"required": true
38+
},
39+
"range": {
40+
"type": "string",
41+
"optional": true
42+
},
43+
"records": {
44+
"type": [
45+
"list",
46+
[
47+
"object",
48+
{
49+
"agg_time": "number",
50+
"in_bps": "number",
51+
"out_bps": "number"
52+
}
53+
]
54+
],
55+
"computed": true
56+
},
57+
"region": {
58+
"type": "string",
59+
"computed": true
60+
},
61+
"start_time": {
62+
"type": "number",
63+
"optional": true
64+
},
65+
"vgw_id": {
66+
"type": [
67+
"list",
68+
"string"
69+
],
70+
"optional": true
71+
},
72+
"vpc": {
73+
"type": [
74+
"list",
75+
"string"
76+
],
77+
"optional": true
78+
}
79+
}
80+
},
81+
"product": {
82+
"short": "CFW",
83+
"name": "Cloud Firewall",
84+
"catalog": "Security & Compliance",
85+
"name_cn": "云防火墙",
86+
"catalog_cn": "安全与合规"
87+
}
88+
}
89+
}
90+
}
91+
}
92+
}

0 commit comments

Comments
 (0)