Skip to content

Commit 4bc32ef

Browse files
niuzhenguogithub-actions[bot]
authored andcommittedMar 7, 2025·
Update schema json files based-on v1.73.1
1 parent 4cfe23f commit 4bc32ef

13 files changed

+869
-2
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_aom_cloud_service_authorizations": {
6+
"block": {
7+
"attributes": {
8+
"authorizations": {
9+
"type": [
10+
"list",
11+
[
12+
"object",
13+
{
14+
"role_name": [
15+
"list",
16+
"string"
17+
],
18+
"service": "string",
19+
"status": "bool"
20+
}
21+
]
22+
],
23+
"description": "Indicates the authorizations list.",
24+
"computed": true
25+
},
26+
"id": {
27+
"type": "string",
28+
"computed": true
29+
},
30+
"region": {
31+
"type": "string",
32+
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.",
33+
"computed": true
34+
}
35+
}
36+
},
37+
"product": {
38+
"short": "AOM",
39+
"name": "Application Operations Management",
40+
"catalog": "Management & Governance",
41+
"name_cn": "应用运维管理",
42+
"catalog_cn": "管理与监管"
43+
}
44+
}
45+
}
46+
}
47+
}
48+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_dc_global_gateway_peer_links": {
6+
"block": {
7+
"attributes": {
8+
"fields": {
9+
"type": [
10+
"list",
11+
"string"
12+
],
13+
"description": "Specifies the list of fields to be displayed.",
14+
"optional": true
15+
},
16+
"global_dc_gateway_id": {
17+
"type": "string",
18+
"description": "Specifies the global DC gateway ID.",
19+
"required": true
20+
},
21+
"id": {
22+
"type": "string",
23+
"computed": true
24+
},
25+
"names": {
26+
"type": [
27+
"list",
28+
"string"
29+
],
30+
"description": "Specifies the resource names for querying instances.",
31+
"optional": true
32+
},
33+
"peer_link_ids": {
34+
"type": [
35+
"list",
36+
"string"
37+
],
38+
"description": "Specifies the resource IDs for querying instances.",
39+
"optional": true
40+
},
41+
"peer_links": {
42+
"type": [
43+
"list",
44+
[
45+
"object",
46+
{
47+
"bandwidth_info": [
48+
"list",
49+
[
50+
"object",
51+
{
52+
"bandwidth_size": "number",
53+
"gcb_id": "string"
54+
}
55+
]
56+
],
57+
"create_owner": "string",
58+
"created_time": "string",
59+
"description": "string",
60+
"global_dc_gateway_id": "string",
61+
"id": "string",
62+
"instance_id": "string",
63+
"name": "string",
64+
"peer_site": [
65+
"list",
66+
[
67+
"object",
68+
{
69+
"gateway_id": "string",
70+
"link_id": "string",
71+
"project_id": "string",
72+
"region_id": "string",
73+
"site_code": "string",
74+
"type": "string"
75+
}
76+
]
77+
],
78+
"reason": "string",
79+
"status": "string",
80+
"updated_time": "string"
81+
}
82+
]
83+
],
84+
"description": "The list of the peer links.",
85+
"computed": true
86+
},
87+
"region": {
88+
"type": "string",
89+
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.",
90+
"computed": true
91+
},
92+
"sort_dir": {
93+
"type": "string",
94+
"description": "Specifies the sorting order of returned results.",
95+
"optional": true
96+
},
97+
"sort_key": {
98+
"type": "string",
99+
"description": "Specifies the sorting field.",
100+
"optional": true
101+
}
102+
}
103+
},
104+
"product": {
105+
"short": "DC",
106+
"name": "Direct Connect",
107+
"catalog": "Networking",
108+
"name_cn": "云专线",
109+
"catalog_cn": "网络"
110+
}
111+
}
112+
}
113+
}
114+
}
115+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_dc_global_gateways": {
6+
"block": {
7+
"attributes": {
8+
"cloud_connection_ids": {
9+
"type": [
10+
"list",
11+
"string"
12+
],
13+
"description": "Specifies the cloud connection IDs.",
14+
"optional": true
15+
},
16+
"enterprise_project_ids": {
17+
"type": [
18+
"list",
19+
"string"
20+
],
21+
"description": "Specifies the enterprise project IDs for querying instances.",
22+
"optional": true
23+
},
24+
"fields": {
25+
"type": [
26+
"list",
27+
"string"
28+
],
29+
"description": "Specifies the list of fields to be displayed.",
30+
"optional": true
31+
},
32+
"gateways": {
33+
"type": [
34+
"list",
35+
[
36+
"object",
37+
{
38+
"address_family": "string",
39+
"available_peer_link_count": "number",
40+
"bgp_asn": "number",
41+
"created_time": "string",
42+
"current_peer_link_count": "number",
43+
"description": "string",
44+
"enterprise_project_id": "string",
45+
"global_center_network_id": "string",
46+
"id": "string",
47+
"locales": [
48+
"list",
49+
[
50+
"object",
51+
{
52+
"en_us": "string",
53+
"zh_cn": "string"
54+
}
55+
]
56+
],
57+
"location_name": "string",
58+
"name": "string",
59+
"reason": "string",
60+
"status": "string",
61+
"tags": [
62+
"map",
63+
"string"
64+
],
65+
"updated_time": "string"
66+
}
67+
]
68+
],
69+
"description": "The list of the global DC gateways.",
70+
"computed": true
71+
},
72+
"global_center_network_ids": {
73+
"type": [
74+
"list",
75+
"string"
76+
],
77+
"description": "Specifies the central network IDs.",
78+
"optional": true
79+
},
80+
"global_gateway_ids": {
81+
"type": [
82+
"list",
83+
"string"
84+
],
85+
"description": "Specifies the resource IDs for querying instances.",
86+
"optional": true
87+
},
88+
"id": {
89+
"type": "string",
90+
"computed": true
91+
},
92+
"names": {
93+
"type": [
94+
"list",
95+
"string"
96+
],
97+
"description": "Specifies the resource names for querying instances.",
98+
"optional": true
99+
},
100+
"region": {
101+
"type": "string",
102+
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.",
103+
"computed": true
104+
},
105+
"site_network_ids": {
106+
"type": [
107+
"list",
108+
"string"
109+
],
110+
"description": "Specifies the site network IDs.",
111+
"optional": true
112+
},
113+
"sort_dir": {
114+
"type": "string",
115+
"description": "Specifies the sorting order of returned results.",
116+
"optional": true
117+
},
118+
"sort_key": {
119+
"type": "string",
120+
"description": "Specifies the sorting field.",
121+
"optional": true
122+
},
123+
"statuses": {
124+
"type": [
125+
"list",
126+
"string"
127+
],
128+
"description": "Specifies the statuses by which instances are filtered.",
129+
"optional": true
130+
}
131+
}
132+
},
133+
"product": {
134+
"short": "DC",
135+
"name": "Direct Connect",
136+
"catalog": "Networking",
137+
"name_cn": "云专线",
138+
"catalog_cn": "网络"
139+
}
140+
}
141+
}
142+
}
143+
}
144+
}
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_elb_availability_zones": {
6+
"block": {
7+
"attributes": {
8+
"availability_zones": {
9+
"type": [
10+
"list",
11+
[
12+
"object",
13+
{
14+
"list": [
15+
"list",
16+
[
17+
"object",
18+
{
19+
"category": "number",
20+
"code": "string",
21+
"protocol": [
22+
"list",
23+
"string"
24+
],
25+
"public_border_group": "string",
26+
"state": "string"
27+
}
28+
]
29+
]
30+
}
31+
]
32+
],
33+
"computed": true
34+
},
35+
"id": {
36+
"type": "string",
37+
"computed": true
38+
},
39+
"loadbalancer_id": {
40+
"type": "string",
41+
"optional": true
42+
},
43+
"public_border_group": {
44+
"type": "string",
45+
"optional": true
46+
},
47+
"region": {
48+
"type": "string",
49+
"computed": true
50+
}
51+
}
52+
},
53+
"product": {
54+
"short": "ELB",
55+
"name": "Elastic Load Balance",
56+
"catalog": "Networking",
57+
"name_cn": "弹性负载均衡",
58+
"catalog_cn": "网络"
59+
}
60+
}
61+
}
62+
}
63+
}
64+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_elb_feature_configurations": {
6+
"block": {
7+
"attributes": {
8+
"configs": {
9+
"type": [
10+
"list",
11+
[
12+
"object",
13+
{
14+
"caller": "string",
15+
"created_at": "string",
16+
"description": "string",
17+
"feature": "string",
18+
"id": "string",
19+
"service": "string",
20+
"switch": "bool",
21+
"type": "string",
22+
"updated_at": "string",
23+
"value": "string"
24+
}
25+
]
26+
],
27+
"description": "Indicates the feature configuration list.",
28+
"computed": true
29+
},
30+
"feature": {
31+
"type": "string",
32+
"description": "Specifies the feature name.",
33+
"optional": true
34+
},
35+
"id": {
36+
"type": "string",
37+
"computed": true
38+
},
39+
"region": {
40+
"type": "string",
41+
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.",
42+
"computed": true
43+
}
44+
}
45+
},
46+
"product": {
47+
"short": "ELB",
48+
"name": "Elastic Load Balance",
49+
"catalog": "Networking",
50+
"name_cn": "弹性负载均衡",
51+
"catalog_cn": "网络"
52+
}
53+
}
54+
}
55+
}
56+
}
57+
}
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_rds_predefined_tags": {
6+
"block": {
7+
"attributes": {
8+
"id": {
9+
"type": "string",
10+
"computed": true
11+
},
12+
"region": {
13+
"type": "string",
14+
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.",
15+
"computed": true
16+
},
17+
"tags": {
18+
"type": [
19+
"list",
20+
[
21+
"object",
22+
{
23+
"key": "string",
24+
"values": [
25+
"list",
26+
"string"
27+
]
28+
}
29+
]
30+
],
31+
"description": "Indicates the list of predefined tags.",
32+
"computed": true
33+
}
34+
}
35+
},
36+
"product": {
37+
"short": "RDS",
38+
"name": "Relational Database Service",
39+
"catalog": "Databases",
40+
"name_cn": "云数据库",
41+
"catalog_cn": "数据库"
42+
}
43+
}
44+
}
45+
}
46+
}
47+
}
+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_rds_quotas": {
6+
"block": {
7+
"attributes": {
8+
"id": {
9+
"type": "string",
10+
"computed": true
11+
},
12+
"quotas": {
13+
"type": [
14+
"list",
15+
[
16+
"object",
17+
{
18+
"resources": [
19+
"list",
20+
[
21+
"object",
22+
{
23+
"quota": "number",
24+
"type": "string",
25+
"used": "number"
26+
}
27+
]
28+
]
29+
}
30+
]
31+
],
32+
"description": "Indicates the objects in the quota list.",
33+
"computed": true
34+
},
35+
"region": {
36+
"type": "string",
37+
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.",
38+
"computed": true
39+
}
40+
}
41+
},
42+
"product": {
43+
"short": "RDS",
44+
"name": "Relational Database Service",
45+
"catalog": "Databases",
46+
"name_cn": "云数据库",
47+
"catalog_cn": "数据库"
48+
}
49+
}
50+
}
51+
}
52+
}
53+
}

‎docs/json/data-sources/rds_tags.json

+47
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_rds_tags": {
6+
"block": {
7+
"attributes": {
8+
"id": {
9+
"type": "string",
10+
"computed": true
11+
},
12+
"region": {
13+
"type": "string",
14+
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.",
15+
"computed": true
16+
},
17+
"tags": {
18+
"type": [
19+
"list",
20+
[
21+
"object",
22+
{
23+
"key": "string",
24+
"values": [
25+
"list",
26+
"string"
27+
]
28+
}
29+
]
30+
],
31+
"description": "Indicates the tag list.",
32+
"computed": true
33+
}
34+
}
35+
},
36+
"product": {
37+
"short": "RDS",
38+
"name": "Relational Database Service",
39+
"catalog": "Databases",
40+
"name_cn": "云数据库",
41+
"catalog_cn": "数据库"
42+
}
43+
}
44+
}
45+
}
46+
}
47+
}
+59
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_vpc_quotas": {
6+
"block": {
7+
"attributes": {
8+
"id": {
9+
"type": "string",
10+
"computed": true
11+
},
12+
"quotas": {
13+
"type": [
14+
"list",
15+
[
16+
"object",
17+
{
18+
"resources": [
19+
"list",
20+
[
21+
"object",
22+
{
23+
"min": "number",
24+
"quota": "number",
25+
"type": "string",
26+
"used": "number"
27+
}
28+
]
29+
]
30+
}
31+
]
32+
],
33+
"description": "The quota objects.",
34+
"computed": true
35+
},
36+
"region": {
37+
"type": "string",
38+
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.",
39+
"computed": true
40+
},
41+
"type": {
42+
"type": "string",
43+
"description": "Specifies the type of resource to filter quotas.",
44+
"optional": true
45+
}
46+
}
47+
},
48+
"product": {
49+
"short": "VPC",
50+
"name": "Virtual Private Cloud",
51+
"catalog": "Networking",
52+
"name_cn": "虚拟私有云",
53+
"catalog_cn": "网络"
54+
}
55+
}
56+
}
57+
}
58+
}
59+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_vpc_subnet_ip_availabilities": {
6+
"block": {
7+
"attributes": {
8+
"id": {
9+
"type": "string",
10+
"computed": true
11+
},
12+
"network_id": {
13+
"type": "string",
14+
"description": "Specifies the subnet ID.",
15+
"required": true
16+
},
17+
"network_ip_availability": {
18+
"type": [
19+
"list",
20+
[
21+
"object",
22+
{
23+
"network_id": "string",
24+
"network_name": "string",
25+
"subnet_ip_availability": [
26+
"list",
27+
[
28+
"object",
29+
{
30+
"cidr": "string",
31+
"ip_version": "number",
32+
"subnet_id": "string",
33+
"subnet_name": "string",
34+
"total_ips": "number",
35+
"used_ips": "number"
36+
}
37+
]
38+
],
39+
"total_ips": "number",
40+
"used_ips": "number"
41+
}
42+
]
43+
],
44+
"description": "The network IP address usage objects.",
45+
"computed": true
46+
},
47+
"region": {
48+
"type": "string",
49+
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.",
50+
"computed": true
51+
}
52+
}
53+
},
54+
"product": {
55+
"short": "VPC",
56+
"name": "Virtual Private Cloud",
57+
"catalog": "Networking",
58+
"name_cn": "虚拟私有云",
59+
"catalog_cn": "网络"
60+
}
61+
}
62+
}
63+
}
64+
}
65+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"resource_schemas": {
5+
"huaweicloud_dc_global_gateway_peer_link": {
6+
"block": {
7+
"attributes": {
8+
"bandwidth_info": {
9+
"type": [
10+
"list",
11+
[
12+
"object",
13+
{
14+
"bandwidth_size": "number",
15+
"gcb_id": "string"
16+
}
17+
]
18+
],
19+
"description": "The bandwidth information.",
20+
"computed": true
21+
},
22+
"create_owner": {
23+
"type": "string",
24+
"description": "The cloud service where the peer link is used.",
25+
"computed": true
26+
},
27+
"created_time": {
28+
"type": "string",
29+
"description": "The time when the peer link was added.",
30+
"computed": true
31+
},
32+
"description": {
33+
"type": "string",
34+
"description": "Specifies the description of global DC gateway peer link.",
35+
"optional": true
36+
},
37+
"global_dc_gateway_id": {
38+
"type": "string",
39+
"description": "Specifies the global DC gateway ID.",
40+
"required": true
41+
},
42+
"id": {
43+
"type": "string",
44+
"computed": true
45+
},
46+
"instance_id": {
47+
"type": "string",
48+
"description": "The ID of the instance associated with the peer link.",
49+
"computed": true
50+
},
51+
"name": {
52+
"type": "string",
53+
"description": "Specifies the name of the global DC gateway peer link.",
54+
"required": true
55+
},
56+
"reason": {
57+
"type": "string",
58+
"description": "The cause of the failure to add the peer link.",
59+
"computed": true
60+
},
61+
"region": {
62+
"type": "string",
63+
"description": "The region in which to create the resource. If omitted, the provider-level region will be used.",
64+
"computed": true
65+
},
66+
"status": {
67+
"type": "string",
68+
"description": "The status of the peer link.",
69+
"computed": true
70+
},
71+
"updated_time": {
72+
"type": "string",
73+
"description": "The time when the peer link was updated.",
74+
"computed": true
75+
}
76+
},
77+
"block_types": {
78+
"peer_site": {
79+
"block": {
80+
"attributes": {
81+
"gateway_id": {
82+
"type": "string",
83+
"description": "Specifies the ID of enterprise router that the global DC gateway is attached to.",
84+
"required": true
85+
},
86+
"link_id": {
87+
"type": "string",
88+
"description": "The connection ID of the peer gateway at the peer site.",
89+
"computed": true
90+
},
91+
"project_id": {
92+
"type": "string",
93+
"description": "Specifies the project ID of the enterprise router that the global DC gateway is attached to.",
94+
"required": true
95+
},
96+
"region_id": {
97+
"type": "string",
98+
"description": "Specifies the region ID of the enterprise router that the global DC gateway is attached to.",
99+
"required": true
100+
},
101+
"site_code": {
102+
"type": "string",
103+
"description": "The site information of the global DC gateway.",
104+
"computed": true
105+
},
106+
"type": {
107+
"type": "string",
108+
"description": "The type of the peer gateway.",
109+
"computed": true
110+
}
111+
},
112+
"description": "Specifies the site of the peer link."
113+
},
114+
"nesting_mode": "list",
115+
"min_items": 1,
116+
"max_items": 1
117+
}
118+
}
119+
},
120+
"product": {
121+
"short": "DC",
122+
"name": "Direct Connect",
123+
"catalog": "Networking",
124+
"name_cn": "云专线",
125+
"catalog_cn": "网络"
126+
}
127+
}
128+
}
129+
}
130+
}
131+
}

‎docs/json/resources/fgs_function.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@
7878
"type": "string",
7979
"description": "The ID of the enterprise project to which the function belongs.",
8080
"optional": true,
81-
"computed": true,
82-
"forcenew": true
81+
"computed": true
8382
},
8483
"func_code": {
8584
"type": "string",
@@ -187,6 +186,11 @@
187186
"description": "The network ID of subnet.",
188187
"optional": true
189188
},
189+
"peering_cidr": {
190+
"type": "string",
191+
"description": "The VPC CIDR blocks used in the function code to detect whether it conflicts with the VPC\nCIDR blocks used by the service.",
192+
"optional": true
193+
},
190194
"region": {
191195
"type": "string",
192196
"description": "The region where the function is located.",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"resource_schemas": {
5+
"huaweicloud_rds_instant_task_delete": {
6+
"block": {
7+
"attributes": {
8+
"id": {
9+
"type": "string",
10+
"computed": true
11+
},
12+
"job_id": {
13+
"type": "string",
14+
"required": true
15+
},
16+
"region": {
17+
"type": "string",
18+
"computed": true
19+
}
20+
}
21+
},
22+
"product": {
23+
"short": "RDS",
24+
"name": "Relational Database Service",
25+
"catalog": "Databases",
26+
"name_cn": "云数据库",
27+
"catalog_cn": "数据库"
28+
}
29+
}
30+
}
31+
}
32+
}
33+
}

0 commit comments

Comments
 (0)
Please sign in to comment.