-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update schema json files based-on v1.66.3
- Loading branch information
1 parent
352a357
commit 31b4103
Showing
13 changed files
with
687 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"provider_schemas": { | ||
"huaweicloud/huaweicloud": { | ||
"data_source_schemas": { | ||
"huaweicloud_ccm_certificates": { | ||
"block": { | ||
"attributes": { | ||
"certificates": { | ||
"type": [ | ||
"list", | ||
[ | ||
"object", | ||
{ | ||
"brand": "string", | ||
"deploy_support": "bool", | ||
"description": "string", | ||
"domain": "string", | ||
"domain_count": "number", | ||
"domain_type": "string", | ||
"enterprise_project_id": "string", | ||
"expire_time": "string", | ||
"id": "string", | ||
"name": "string", | ||
"sans": "string", | ||
"signature_algorithm": "string", | ||
"status": "string", | ||
"type": "string", | ||
"validity_period": "number", | ||
"wildcard_count": "number" | ||
} | ||
] | ||
], | ||
"computed": true | ||
}, | ||
"deploy_support": { | ||
"type": "bool", | ||
"optional": true | ||
}, | ||
"enterprise_project_id": { | ||
"type": "string", | ||
"optional": true | ||
}, | ||
"id": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"name": { | ||
"type": "string", | ||
"optional": true | ||
}, | ||
"region": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"status": { | ||
"type": "string", | ||
"optional": true | ||
} | ||
} | ||
}, | ||
"product": { | ||
"short": "CCM", | ||
"name": "Cloud Certificate Manager Service", | ||
"catalog": "Security & Compliance", | ||
"name_cn": "云证书管理服务", | ||
"catalog_cn": "安全与合规" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"provider_schemas": { | ||
"huaweicloud/huaweicloud": { | ||
"data_source_schemas": { | ||
"huaweicloud_dws_quotas": { | ||
"block": { | ||
"attributes": { | ||
"id": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"quotas": { | ||
"type": [ | ||
"list", | ||
[ | ||
"object", | ||
{ | ||
"limit": "number", | ||
"type": "string", | ||
"unit": "string", | ||
"used": "number" | ||
} | ||
] | ||
], | ||
"description": "All quotas that match the filter parameters.", | ||
"computed": true | ||
}, | ||
"region": { | ||
"type": "string", | ||
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.", | ||
"computed": true | ||
} | ||
} | ||
}, | ||
"product": { | ||
"short": "DWS", | ||
"name": "Data Warehouse Service", | ||
"catalog": "Analytics", | ||
"name_cn": "数据仓库服务", | ||
"catalog_cn": "大数据" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"provider_schemas": { | ||
"huaweicloud/huaweicloud": { | ||
"data_source_schemas": { | ||
"huaweicloud_evs_availability_zones": { | ||
"block": { | ||
"attributes": { | ||
"availability_zones": { | ||
"type": [ | ||
"list", | ||
[ | ||
"object", | ||
{ | ||
"is_available": "bool", | ||
"name": "string" | ||
} | ||
] | ||
], | ||
"description": "The list of availability zones.", | ||
"computed": true | ||
}, | ||
"id": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"region": { | ||
"type": "string", | ||
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.", | ||
"computed": true | ||
} | ||
} | ||
}, | ||
"product": { | ||
"short": "EVS", | ||
"name": "Elastic Volume Service", | ||
"catalog": "Storage", | ||
"name_cn": "云硬盘", | ||
"catalog_cn": "存储" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"provider_schemas": { | ||
"huaweicloud/huaweicloud": { | ||
"data_source_schemas": { | ||
"huaweicloud_evs_volume_types": { | ||
"block": { | ||
"attributes": { | ||
"id": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"region": { | ||
"type": "string", | ||
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.", | ||
"computed": true | ||
}, | ||
"types": { | ||
"type": [ | ||
"list", | ||
[ | ||
"object", | ||
{ | ||
"description": "string", | ||
"extra_specs": [ | ||
"list", | ||
[ | ||
"object", | ||
{ | ||
"available_availability_zones": "string", | ||
"sold_out_availability_zones": "string" | ||
} | ||
] | ||
], | ||
"id": "string", | ||
"name": "string" | ||
} | ||
] | ||
], | ||
"description": "The list of volume types.", | ||
"computed": true | ||
} | ||
} | ||
}, | ||
"product": { | ||
"short": "EVS", | ||
"name": "Elastic Volume Service", | ||
"catalog": "Storage", | ||
"name_cn": "云硬盘", | ||
"catalog_cn": "存储" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"provider_schemas": { | ||
"huaweicloud/huaweicloud": { | ||
"data_source_schemas": { | ||
"huaweicloud_sfs_turbo_data_tasks": { | ||
"block": { | ||
"attributes": { | ||
"id": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"region": { | ||
"type": "string", | ||
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.", | ||
"computed": true | ||
}, | ||
"share_id": { | ||
"type": "string", | ||
"description": "Specifies the ID of the SFS Turbo file system to which the data tasks belong.", | ||
"required": true | ||
}, | ||
"status": { | ||
"type": "string", | ||
"description": "Specifies the status of the data task.", | ||
"optional": true | ||
}, | ||
"tasks": { | ||
"type": [ | ||
"list", | ||
[ | ||
"object", | ||
{ | ||
"dest_prefix": "string", | ||
"dest_target": "string", | ||
"end_time": "string", | ||
"id": "string", | ||
"message": "string", | ||
"src_prefix": "string", | ||
"src_target": "string", | ||
"start_time": "string", | ||
"status": "string", | ||
"type": "string" | ||
} | ||
] | ||
], | ||
"description": "The list of the data task.", | ||
"computed": true | ||
}, | ||
"type": { | ||
"type": "string", | ||
"description": "Specifies the type of the data task.", | ||
"optional": true | ||
} | ||
} | ||
}, | ||
"product": { | ||
"short": "SFS", | ||
"name": "Scalable File Service(General Purpose File System)", | ||
"catalog": "Storage", | ||
"name_cn": "弹性文件服务(通用文件系统)", | ||
"catalog_cn": "存储" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"provider_schemas": { | ||
"huaweicloud/huaweicloud": { | ||
"resource_schemas": { | ||
"huaweicloud_cce_node_pool_nodes_add": { | ||
"block": { | ||
"attributes": { | ||
"cluster_id": { | ||
"type": "string", | ||
"required": true | ||
}, | ||
"id": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"nodepool_id": { | ||
"type": "string", | ||
"required": true | ||
}, | ||
"region": { | ||
"type": "string", | ||
"computed": true | ||
} | ||
}, | ||
"block_types": { | ||
"node_list": { | ||
"block": { | ||
"attributes": { | ||
"server_id": { | ||
"type": "string", | ||
"required": true | ||
} | ||
} | ||
}, | ||
"nesting_mode": "list", | ||
"min_items": 1 | ||
} | ||
} | ||
}, | ||
"product": { | ||
"short": "CCE", | ||
"name": "Cloud Container Engine", | ||
"catalog": "Containers", | ||
"name_cn": "云容器引擎", | ||
"catalog_cn": "容器" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.