forked from huaweicloud/terraform-provider-huaweicloud
-
Notifications
You must be signed in to change notification settings - Fork 0
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.60.0
- Loading branch information
1 parent
cc522be
commit 36b765a
Showing
37 changed files
with
3,003 additions
and
64 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,67 @@ | ||
{ | ||
"provider_schemas": { | ||
"huaweicloud/huaweicloud": { | ||
"data_source_schemas": { | ||
"huaweicloud_as_activity_logs": { | ||
"block": { | ||
"attributes": { | ||
"activity_logs": { | ||
"type": [ | ||
"list", | ||
[ | ||
"object", | ||
{ | ||
"added_instances": "string", | ||
"changes_instance_number": "number", | ||
"current_instance_number": "number", | ||
"deleted_instances": "string", | ||
"description": "string", | ||
"desire_instance_number": "number", | ||
"end_time": "string", | ||
"id": "string", | ||
"removed_instances": "string", | ||
"start_time": "string", | ||
"status": "string" | ||
} | ||
] | ||
], | ||
"computed": true | ||
}, | ||
"end_time": { | ||
"type": "string", | ||
"optional": true | ||
}, | ||
"id": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"region": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"scaling_group_id": { | ||
"type": "string", | ||
"required": true | ||
}, | ||
"start_time": { | ||
"type": "string", | ||
"optional": true | ||
}, | ||
"status": { | ||
"type": "string", | ||
"optional": true | ||
} | ||
} | ||
}, | ||
"product": { | ||
"short": "AS", | ||
"name": "Auto Scaling", | ||
"catalog": "Compute", | ||
"name_cn": "弹性伸缩", | ||
"catalog_cn": "计算" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
66 changes: 66 additions & 0 deletions
66
docs/json/data-sources/dataarts_architecture_ds_template_optionals.json
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,66 @@ | ||
{ | ||
"provider_schemas": { | ||
"huaweicloud/huaweicloud": { | ||
"data_source_schemas": { | ||
"huaweicloud_dataarts_architecture_ds_template_optionals": { | ||
"block": { | ||
"attributes": { | ||
"fd_name": { | ||
"type": "string", | ||
"description": "Specifies the name of the optional field.", | ||
"optional": true | ||
}, | ||
"id": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"optional_fields": { | ||
"type": [ | ||
"list", | ||
[ | ||
"object", | ||
{ | ||
"description": "string", | ||
"description_en": "string", | ||
"fd_name": "string", | ||
"required": "bool", | ||
"searchable": "bool" | ||
} | ||
] | ||
], | ||
"description": "Indicates the list of DataArts Architecture data standard template optional fields.", | ||
"computed": true | ||
}, | ||
"region": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"required": { | ||
"type": "bool", | ||
"description": "Specifies whether the field is required.", | ||
"optional": true | ||
}, | ||
"searchable": { | ||
"type": "bool", | ||
"description": "Specifies whether the field is search supported.", | ||
"optional": true | ||
}, | ||
"workspace_id": { | ||
"type": "string", | ||
"description": "Specifies the workspace ID of DataArts Architecture.", | ||
"required": true | ||
} | ||
} | ||
}, | ||
"product": { | ||
"short": "DataArtsStudio", | ||
"name": "DataArts Studio", | ||
"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,99 @@ | ||
{ | ||
"provider_schemas": { | ||
"huaweicloud/huaweicloud": { | ||
"data_source_schemas": { | ||
"huaweicloud_dcs_backups": { | ||
"block": { | ||
"attributes": { | ||
"backup_format": { | ||
"type": "string", | ||
"description": "Specifies the format of the DCS instance backup.", | ||
"optional": true | ||
}, | ||
"backup_id": { | ||
"type": "string", | ||
"description": "Specifies the ID of the DCS instance backup.", | ||
"optional": true | ||
}, | ||
"backups": { | ||
"type": [ | ||
"list", | ||
[ | ||
"object", | ||
{ | ||
"backup_format": "string", | ||
"begin_time": "string", | ||
"description": "string", | ||
"end_time": "string", | ||
"error_code": "string", | ||
"id": "string", | ||
"instance_id": "string", | ||
"is_support_restore": "string", | ||
"name": "string", | ||
"progress": "string", | ||
"size": "number", | ||
"status": "string", | ||
"type": "string" | ||
} | ||
] | ||
], | ||
"description": "Indicates the list of backup records.", | ||
"computed": true | ||
}, | ||
"begin_time": { | ||
"type": "string", | ||
"description": "Specifies the start time (UTC) of DCS backups.", | ||
"optional": true | ||
}, | ||
"end_time": { | ||
"type": "string", | ||
"description": "Specifies the end time (UTC) of DCS backups.", | ||
"optional": true | ||
}, | ||
"id": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"instance_id": { | ||
"type": "string", | ||
"description": "Specifies the ID of the DCS instance.", | ||
"required": true | ||
}, | ||
"is_support_restore": { | ||
"type": "string", | ||
"description": "Specifies whether restoration is supported.", | ||
"optional": true | ||
}, | ||
"name": { | ||
"type": "string", | ||
"description": "Specifies the backup name.", | ||
"optional": true | ||
}, | ||
"region": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"status": { | ||
"type": "string", | ||
"description": "Specifies the backup status.", | ||
"optional": true | ||
}, | ||
"type": { | ||
"type": "string", | ||
"description": "Specifies the backup type.", | ||
"optional": true | ||
} | ||
} | ||
}, | ||
"product": { | ||
"short": "DCS", | ||
"name": "Distributed Cache Service", | ||
"catalog": "Middleware", | ||
"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,72 @@ | ||
{ | ||
"provider_schemas": { | ||
"huaweicloud/huaweicloud": { | ||
"data_source_schemas": { | ||
"huaweicloud_dms_kafka_smart_connect_tasks": { | ||
"block": { | ||
"attributes": { | ||
"connector_id": { | ||
"type": "string", | ||
"description": "Specifies the connector ID of the kafka instance.", | ||
"required": true | ||
}, | ||
"destination_type": { | ||
"type": "string", | ||
"description": "Specifies the destination type of the smart connect task.", | ||
"optional": true | ||
}, | ||
"id": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"region": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"status": { | ||
"type": "string", | ||
"description": "Specifies the status of the smart connect task.", | ||
"optional": true | ||
}, | ||
"task_id": { | ||
"type": "string", | ||
"description": "Specifies the ID of the smart connect task.", | ||
"optional": true | ||
}, | ||
"task_name": { | ||
"type": "string", | ||
"description": "Specifies the name of the smart connect task.", | ||
"optional": true | ||
}, | ||
"tasks": { | ||
"type": [ | ||
"list", | ||
[ | ||
"object", | ||
{ | ||
"created_at": "string", | ||
"destination_type": "string", | ||
"id": "string", | ||
"status": "string", | ||
"task_name": "string", | ||
"topics": "string" | ||
} | ||
] | ||
], | ||
"description": "Indicates the list of the smart connect tasks.", | ||
"computed": true | ||
} | ||
} | ||
}, | ||
"product": { | ||
"short": "Kafka", | ||
"name": "Distributed Message Service for Kafka", | ||
"catalog": "Middleware", | ||
"name_cn": "分布式消息服务 Kafka", | ||
"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,91 @@ | ||
{ | ||
"provider_schemas": { | ||
"huaweicloud/huaweicloud": { | ||
"data_source_schemas": { | ||
"huaweicloud_nat_private_transit_ips": { | ||
"block": { | ||
"attributes": { | ||
"enterprise_project_id": { | ||
"type": "string", | ||
"description": "The ID of the enterprise project to which the transit IPs belong.", | ||
"optional": true | ||
}, | ||
"gateway_id": { | ||
"type": "string", | ||
"description": "The ID of the private NAT gateway to which the transit IP belongs.", | ||
"optional": true | ||
}, | ||
"id": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"ip_address": { | ||
"type": "string", | ||
"description": "The IP address of the transit IP.", | ||
"optional": true | ||
}, | ||
"network_interface_id": { | ||
"type": "string", | ||
"description": "The network interface ID of the transit IP for private NAT.", | ||
"optional": true | ||
}, | ||
"region": { | ||
"type": "string", | ||
"description": "The region where the transit IPs are located." | ||
}, | ||
"subnet_id": { | ||
"type": "string", | ||
"description": "The ID of the subnet to which the transit IPs belong.", | ||
"optional": true | ||
}, | ||
"tags": { | ||
"type": [ | ||
"map", | ||
"string" | ||
], | ||
"description": "The key/value pairs to associate with the transit IPs.", | ||
"optional": true | ||
}, | ||
"transit_ip_id": { | ||
"type": "string", | ||
"description": "The ID of the transit IP.", | ||
"optional": true | ||
}, | ||
"transit_ips": { | ||
"type": [ | ||
"list", | ||
[ | ||
"object", | ||
{ | ||
"created_at": "string", | ||
"enterprise_project_id": "string", | ||
"gateway_id": "string", | ||
"id": "string", | ||
"ip_address": "string", | ||
"network_interface_id": "string", | ||
"subnet_id": "string", | ||
"tags": [ | ||
"map", | ||
"string" | ||
], | ||
"updated_at": "string" | ||
} | ||
] | ||
], | ||
"description": "The list of the transit IPs.", | ||
"computed": true | ||
} | ||
} | ||
}, | ||
"product": { | ||
"short": "NAT", | ||
"name": "NAT Gateway", | ||
"catalog": "Networking", | ||
"name_cn": "NAT网关", | ||
"catalog_cn": "网络" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.