» alicloud_common_bandwidth_package

Provides a common bandwidth package resource.

For information about common bandwidth package and how to use it, see What is Common Bandwidth Package.

For information about common bandwidth package billing methods, see Common Bandwidth Package Billing Methods.

» Example Usage

Basic Usage

resource "alicloud_common_bandwidth_package" "foo" {
  bandwidth = "200"
  internet_charge_type = "PayByBandwidth"
  name = "test_common_bandwidth_package"
  description = "test_common_bandwidth_package"
}

» Argument Reference

The following arguments are supported:

  • bandwidth - (Required) The bandwidth of the common bandwidth package, in Mbps.
  • internet_charge_type - (Optional, ForceNew) The billing method of the common bandwidth package. Valid values are "PayByBandwidth" and "PayBy95" and "PayByTraffic". "PayBy95" is pay by classic 95th percentile pricing. International Account doesn't supports "PayByBandwidth" and "PayBy95". Default to "PayByTraffic".
  • ratio - (Optional) Ratio of the common bandwidth package. It is valid when internet_charge_type is PayBy95. Default to 100. Valid values: [10-100].
  • name - (Optional) The name of the common bandwidth package.
  • description - (Optional) The description of the common bandwidth package instance.

» Attributes Reference

The following attributes are exported:

  • id - The ID of the common bandwidth package instance id.

» Import

The common bandwidth package can be imported using the id, e.g.

$ terraform import alicloud_common_bandwidth_package.foo cbwp-abc123456