|
| 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 | + |
0 commit comments