alicloud_nas_zones
更新时间:
Provide a data source to retrieve the type of zone used to create NAS file system.
-> NOTE: Available in v1.140.0+.
Example Usage
data "alicloud_nas_zones" "default" {}
output "alicloud_nas_zones_id" {
value = "${data.alicloud_nas_zones.default.zones.0.zone_id}"
}
Argument Reference
The following arguments are supported:
file_system_type
- (Optional, ForceNew, Available in v1.152.0+) The type of the file system. Valid values:standard
,extreme
,cpfs
.output_file
- (Optional) File name where to save data source results (after runningterraform plan
).
Attributes Reference
The following attributes are exported in addition to the arguments listed above:
zones
- A list of availability zone information collection.zone_id
- String to filter results by zone id.instance_types
- A list of instance type information collectionstorage_type
- The storage type of the nas zones. Valid values:standard
- When FileSystemType is standard. Valid values:Performance
andCapacity
.extreme
- When FileSystemType is extreme. Valid values:Standard
andAdvance
.cpfs
- When FileSystemType is cpfs. Valid values:advance_100
andadvance_200
.
protocol_type
- File transfer protocol type. Valid values:standard
- When FileSystemType is standard. Valid values:NFS
andSMB
.extreme
- When FileSystemType is extreme. Valid values:NFS
.cpfs
- When FileSystemType is cpfs. Valid values:cpfs
.
文档内容是否对您有帮助?