Provides a Sag Qos resource. Smart Access Gateway (SAG) supports quintuple-based QoS functions to differentiate traffic of different services and ensure high-priority traffic bandwidth.
For information about Sag Qos and how to use it, see What is Qos.
Basic Usage
provider "alicloud" {
region = "cn-shanghai"
}
resource "alicloud_sag_qos" "default" {
name = "terraform-example"
}
The following arguments are supported:
name
- (Required) The name of the QoS policy to be created. The name can contain 2 to 128 characters including a-z, A-Z, 0-9, periods, underlines, and hyphens. The name must start with an English letter, but cannot start with http:// or https://.The following attributes are exported:
id
- The ID of the Qos. For example "qos-xxx".The Sag Qos can be imported using the id, e.g.
$ terraform import alicloud_sag_qos.example qos-abc123456