alicloud_nas_protocols

Provide a data source to retrieve the type of protocol used to create NAS file system.

Example Usage

data "alicloud_nas_protocols" "default" {
  type        = "Performance"
  zone_id     = "cn-beijing-e"
  output_file = "protocols.txt"
}

output "nas_protocols_protocol" {
  value = "${data.alicloud_nas_protocols.default.protocols.0}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported in addition to the arguments listed above: