-
Notifications
You must be signed in to change notification settings - Fork 165
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.53.0
- Loading branch information
1 parent
658a58a
commit b7658ef
Showing
24 changed files
with
1,286 additions
and
78 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
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,86 @@ | ||
{ | ||
"provider_schemas": { | ||
"huaweicloud/huaweicloud": { | ||
"data_source_schemas": { | ||
"huaweicloud_er_attachments": { | ||
"block": { | ||
"attributes": { | ||
"attachment_id": { | ||
"type": "string", | ||
"description": "The specified attachment ID used to query.", | ||
"optional": true | ||
}, | ||
"attachments": { | ||
"type": [ | ||
"list", | ||
[ | ||
"object", | ||
{ | ||
"created_at": "string", | ||
"description": "string", | ||
"id": "string", | ||
"name": "string", | ||
"route_table_id": "string", | ||
"status": "string", | ||
"tags": [ | ||
"map", | ||
"string" | ||
], | ||
"type": "string", | ||
"updated_at": "string" | ||
} | ||
] | ||
], | ||
"description": "All attachments that match the filter parameters.", | ||
"computed": true | ||
}, | ||
"id": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"instance_id": { | ||
"type": "string", | ||
"description": "The ER instance ID to which the attachment belongs.", | ||
"required": true | ||
}, | ||
"name": { | ||
"type": "string", | ||
"description": "The name used to filter the attachments.", | ||
"optional": true | ||
}, | ||
"region": { | ||
"type": "string", | ||
"description": "The region where the ER attachments are located." | ||
}, | ||
"status": { | ||
"type": "string", | ||
"description": "The status used to filter the attachments.", | ||
"optional": true | ||
}, | ||
"tags": { | ||
"type": [ | ||
"map", | ||
"string" | ||
], | ||
"description": "The key/value pairs used to filter the attachments.", | ||
"optional": true | ||
}, | ||
"type": { | ||
"type": "string", | ||
"description": "The resource type to be filtered.", | ||
"optional": true | ||
} | ||
} | ||
}, | ||
"product": { | ||
"short": "ER", | ||
"name": "Enterprise Router", | ||
"catalog": "Networking", | ||
"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,75 @@ | ||
{ | ||
"provider_schemas": { | ||
"huaweicloud/huaweicloud": { | ||
"data_source_schemas": { | ||
"huaweicloud_modelarts_service_flavors": { | ||
"block": { | ||
"attributes": { | ||
"flavors": { | ||
"type": [ | ||
"list", | ||
[ | ||
"object", | ||
{ | ||
"billing_spec": "string", | ||
"description": "string", | ||
"extend_params": "number", | ||
"id": "string", | ||
"is_free": "bool", | ||
"is_open": "bool", | ||
"over_quota": "bool", | ||
"source_type": "string", | ||
"status": "string" | ||
} | ||
] | ||
], | ||
"description": "The list of flavors.", | ||
"computed": true | ||
}, | ||
"id": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"infer_type": { | ||
"type": "string", | ||
"description": "Inference mode.", | ||
"optional": true | ||
}, | ||
"is_free": { | ||
"type": "bool", | ||
"description": "Whether the flavor is free of charge.", | ||
"optional": true | ||
}, | ||
"is_open": { | ||
"type": "bool", | ||
"description": "Whether this flavor is open or not.", | ||
"optional": true | ||
}, | ||
"is_personal_cluster": { | ||
"type": "bool", | ||
"description": "Whether this flavors is supported by dedicated resource pool.", | ||
"optional": true | ||
}, | ||
"region": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"status": { | ||
"type": "string", | ||
"description": "Flavor status.", | ||
"optional": true | ||
} | ||
} | ||
}, | ||
"product": { | ||
"short": "ModelArts", | ||
"name": "ModelArts", | ||
"catalog": "AI", | ||
"name_cn": "AI开发平台", | ||
"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,41 @@ | ||
{ | ||
"provider_schemas": { | ||
"huaweicloud/huaweicloud": { | ||
"resource_schemas": { | ||
"huaweicloud_api_gateway_environment": { | ||
"block": { | ||
"attributes": { | ||
"created_at": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"description": { | ||
"type": "string", | ||
"optional": true | ||
}, | ||
"id": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"name": { | ||
"type": "string", | ||
"required": true | ||
}, | ||
"region": { | ||
"type": "string", | ||
"computed": true | ||
} | ||
} | ||
}, | ||
"product": { | ||
"short": "APIG", | ||
"name": "API Gateway", | ||
"catalog": "Middleware", | ||
"name_cn": "API网关", | ||
"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,90 @@ | ||
{ | ||
"provider_schemas": { | ||
"huaweicloud/huaweicloud": { | ||
"resource_schemas": { | ||
"huaweicloud_apig_certificate": { | ||
"block": { | ||
"attributes": { | ||
"content": { | ||
"type": "string", | ||
"description": "The certificate content.", | ||
"required": true, | ||
"sensitive": true | ||
}, | ||
"effected_at": { | ||
"type": "string", | ||
"description": "The effective time of the certificate.", | ||
"computed": true | ||
}, | ||
"expires_at": { | ||
"type": "string", | ||
"description": "The expiration time of the certificate.", | ||
"computed": true | ||
}, | ||
"id": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"instance_id": { | ||
"type": "string", | ||
"description": "The dedicated instance ID to which the certificate belongs.", | ||
"optional": true, | ||
"computed": true, | ||
"forcenew": true | ||
}, | ||
"name": { | ||
"type": "string", | ||
"description": "The certificate name.", | ||
"required": true | ||
}, | ||
"private_key": { | ||
"type": "string", | ||
"description": "The private key of the certificate.", | ||
"required": true, | ||
"sensitive": true | ||
}, | ||
"region": { | ||
"type": "string", | ||
"description": "The region where the certificate is located.", | ||
"computed": true | ||
}, | ||
"sans": { | ||
"type": [ | ||
"list", | ||
"string" | ||
], | ||
"description": "The SAN (Subject Alternative Names) of the certificate.", | ||
"computed": true | ||
}, | ||
"signature_algorithm": { | ||
"type": "string", | ||
"description": "What signature algorithm the certificate uses.", | ||
"computed": true | ||
}, | ||
"trusted_root_ca": { | ||
"type": "string", | ||
"description": "The trusted root CA certificate.", | ||
"optional": true, | ||
"sensitive": true | ||
}, | ||
"type": { | ||
"type": "string", | ||
"description": "The certificate type.", | ||
"optional": true, | ||
"computed": true, | ||
"forcenew": true | ||
} | ||
} | ||
}, | ||
"product": { | ||
"short": "APIG", | ||
"name": "API Gateway", | ||
"catalog": "Middleware", | ||
"name_cn": "API网关", | ||
"catalog_cn": "应用中间件" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.