Skip to content

Commit 1393833

Browse files
committed
add doc
1 parent 759c3ca commit 1393833

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

tencentcloud/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ Cloud File Storage(CFS)
225225
tencentcloud_cfs_file_systems
226226
tencentcloud_cfs_mount_targets
227227
tencentcloud_cfs_file_system_clients
228+
tencentcloud_cfs_available_zone
228229
229230
Resource
230231
tencentcloud_cfs_file_system
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
subcategory: "Cloud File Storage(CFS)"
3+
layout: "tencentcloud"
4+
page_title: "TencentCloud: tencentcloud_cfs_available_zone"
5+
sidebar_current: "docs-tencentcloud-datasource-cfs_available_zone"
6+
description: |-
7+
Use this data source to query detailed information of cfs available_zone
8+
---
9+
10+
# tencentcloud_cfs_available_zone
11+
12+
Use this data source to query detailed information of cfs available_zone
13+
14+
## Example Usage
15+
16+
```hcl
17+
data "tencentcloud_cfs_available_zone" "available_zone" {}
18+
```
19+
20+
## Argument Reference
21+
22+
The following arguments are supported:
23+
24+
* `result_output_file` - (Optional, String) Used to save results.
25+
26+
## Attributes Reference
27+
28+
In addition to all arguments above, the following attributes are exported:
29+
30+
* `region_zones` - Information such as resource availability in each AZ and the supported storage classes and protocols.
31+
* `region_cn_name` - Region chinese name, such as `Guangzhou`.
32+
* `region_name` - Region name, such as `bj`.
33+
* `region_status` - Region availability. If a region has at least one AZ where resources are purchasable, this value will be AVAILABLE; otherwise, it will be UNAVAILABLE.
34+
* `region` - Region name, such as `ap-beijing`.
35+
* `zones` - Array of AZs.
36+
* `types` - Array of classes.
37+
* `prepayment` - Indicates whether prepaid is supported. true: yes; false: no.
38+
* `protocols` - Protocol and sale details.
39+
* `protocol` - Protocol type. Valid values: NFS, CIFS.
40+
* `sale_status` - Sale status. Valid values: sale_out (sold out), saling (purchasable), no_saling (non-purchasable).
41+
* `type` - Storage class. Valid values: SD (standard storage) and HP (high-performance storage).
42+
* `zone_cn_name` - Chinese name of an AZ.
43+
* `zone_id` - AZ ID.
44+
* `zone_name` - Chinese and English names of an AZ.
45+
* `zone` - AZ name.
46+
47+

website/tencentcloud.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,9 @@
510510
<li>
511511
<a href="/docs/providers/tencentcloud/d/cfs_access_rules.html">tencentcloud_cfs_access_rules</a>
512512
</li>
513+
<li>
514+
<a href="/docs/providers/tencentcloud/d/cfs_available_zone.html">tencentcloud_cfs_available_zone</a>
515+
</li>
513516
<li>
514517
<a href="/docs/providers/tencentcloud/d/cfs_file_system_clients.html">tencentcloud_cfs_file_system_clients</a>
515518
</li>

0 commit comments

Comments
 (0)