Skip to content

Commit

Permalink
Update schema json files based-on v1.71.2
Browse files Browse the repository at this point in the history
  • Loading branch information
niuzhenguo authored and github-actions[bot] committed Dec 13, 2024
1 parent 3e78a6a commit 9b2e980
Show file tree
Hide file tree
Showing 27 changed files with 2,550 additions and 11 deletions.
64 changes: 64 additions & 0 deletions docs/json/data-sources/apig_orchestration_rules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"provider_schemas": {
"huaweicloud/huaweicloud": {
"data_source_schemas": {
"huaweicloud_apig_orchestration_rules": {
"block": {
"attributes": {
"id": {
"type": "string",
"computed": true
},
"instance_id": {
"type": "string",
"description": "The ID of the dedicated instance to which the orchestration rules belong.",
"required": true
},
"name": {
"type": "string",
"description": "The name of the orchestration rule to be queried, fuzzy matching is supported.",
"optional": true
},
"region": {
"type": "string",
"description": "The region where the orchestration rules are located.",
"computed": true
},
"rule_id": {
"type": "string",
"description": "The ID of the orchestration rule to be queried.",
"optional": true
},
"rules": {
"type": [
"list",
[
"object",
{
"created_at": "string",
"id": "string",
"is_preprocessing": "bool",
"mapped_param": "string",
"name": "string",
"strategy": "string",
"updated_at": "string"
}
]
],
"description": "All orchestration rules that match the filter parameters.",
"computed": true
}
}
},
"product": {
"short": "APIG",
"name": "API Gateway",
"catalog": "Middleware",
"name_cn": "API网关",
"catalog_cn": "应用中间件"
}
}
}
}
}
}
49 changes: 49 additions & 0 deletions docs/json/data-sources/cse_nacos_namespaces.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"provider_schemas": {
"huaweicloud/huaweicloud": {
"data_source_schemas": {
"huaweicloud_cse_nacos_namespaces": {
"block": {
"attributes": {
"engine_id": {
"type": "string",
"description": "The ID of the Nacos microservice engine to which the namespaces belong.",
"required": true
},
"id": {
"type": "string",
"computed": true
},
"namespaces": {
"type": [
"list",
[
"object",
{
"id": "string",
"name": "string"
}
]
],
"description": "All queried Nacos namespaces.",
"computed": true
},
"region": {
"type": "string",
"description": "The region where the Nacos namespaces are located.",
"computed": true
}
}
},
"product": {
"short": "CSE",
"name": "Cloud Service Engine",
"catalog": "Middleware",
"name_cn": "微服务引擎",
"catalog_cn": "应用中间件"
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"provider_schemas": {
"huaweicloud/huaweicloud": {
"data_source_schemas": {
"huaweicloud_dds_instance_parameter_modification_records": {
"block": {
"attributes": {
"entity_id": {
"type": "string",
"description": "Specifies the entity ID.",
"optional": true
},
"histories": {
"type": [
"list",
[
"object",
{
"applied": "bool",
"applied_at": "string",
"new_value": "string",
"old_value": "string",
"parameter_name": "string",
"update_result": "string",
"updated_at": "string"
}
]
],
"description": "Indicates the modification records.",
"computed": true
},
"id": {
"type": "string",
"computed": true
},
"instance_id": {
"type": "string",
"description": "Specifies the instance ID.",
"required": 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": "DDS",
"name": "Document Database Service",
"catalog": "Databases",
"name_cn": "文档数据库服务",
"catalog_cn": "数据库"
}
}
}
}
}
}
50 changes: 50 additions & 0 deletions docs/json/data-sources/gaussdb_opengauss_databases.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"provider_schemas": {
"huaweicloud/huaweicloud": {
"data_source_schemas": {
"huaweicloud_gaussdb_opengauss_databases": {
"block": {
"attributes": {
"databases": {
"type": [
"list",
[
"object",
{
"character_set": "string",
"compatibility_type": "string",
"lc_collate": "string",
"name": "string",
"owner": "string",
"size": "string"
}
]
],
"computed": true
},
"id": {
"type": "string",
"computed": true
},
"instance_id": {
"type": "string",
"required": true
},
"region": {
"type": "string",
"computed": true
}
}
},
"product": {
"short": "GaussDB",
"name": "GaussDB",
"catalog": "Databases",
"name_cn": "云数据库 GaussDB",
"catalog_cn": "数据库"
}
}
}
}
}
}
71 changes: 71 additions & 0 deletions docs/json/data-sources/gaussdb_opengauss_flavors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"provider_schemas": {
"huaweicloud/huaweicloud": {
"data_source_schemas": {
"huaweicloud_gaussdb_opengauss_flavors": {
"block": {
"attributes": {
"flavors": {
"type": [
"list",
[
"object",
{
"availability_zone": [
"list",
"string"
],
"az_status": [
"map",
"string"
],
"group_type": "string",
"name": "string",
"ram": "string",
"spec_code": "string",
"vcpus": "string",
"version": "string"
}
]
],
"description": "Indicates the list of the flavors.",
"computed": true
},
"ha_mode": {
"type": "string",
"description": "Specifies the instance type.",
"optional": 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
},
"spec_code": {
"type": "string",
"description": "Specifies the specification code.",
"optional": true
},
"version": {
"type": "string",
"description": "Specifies the version of the GaussDB OpenGauss.",
"optional": true
}
}
},
"product": {
"short": "GaussDB",
"name": "GaussDB",
"catalog": "Databases",
"name_cn": "云数据库 GaussDB",
"catalog_cn": "数据库"
}
}
}
}
}
}
76 changes: 76 additions & 0 deletions docs/json/data-sources/gaussdb_opengauss_instance_nodes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"provider_schemas": {
"huaweicloud/huaweicloud": {
"data_source_schemas": {
"huaweicloud_gaussdb_opengauss_instance_nodes": {
"block": {
"attributes": {
"availability_zone_id": {
"type": "string",
"description": "Specifies the ID of the AZ where the primary component is located.",
"optional": true
},
"component_type": {
"type": "string",
"description": "Specifies the component type.",
"optional": true
},
"id": {
"type": "string",
"computed": true
},
"instance_id": {
"type": "string",
"description": "Specifies the instance ID.",
"required": true
},
"nodes": {
"type": [
"list",
[
"object",
{
"availability_zone_id": "string",
"components": [
"list",
[
"object",
{
"detail": "string",
"distributed_id": "string",
"id": "string",
"role": "string",
"status": "string",
"type": "string"
}
]
],
"description": "string",
"id": "string",
"name": "string",
"status": "string"
}
]
],
"description": "Indicates the list of nodes.",
"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": "GaussDB",
"name": "GaussDB",
"catalog": "Databases",
"name_cn": "云数据库 GaussDB",
"catalog_cn": "数据库"
}
}
}
}
}
}
Loading

0 comments on commit 9b2e980

Please sign in to comment.