日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

alicloud_cen_bandwidth_limits

更新時間:

This data source provides CEN Bandwidth Limits available to the user.

Example Usage

data "alicloud_cen_bandwidth_limits" "bwl" {
  instance_ids = ["cen-id1"]
}

output "first_cen_bandwidth_limits_local_region_id" {
  value = "${data.alicloud_cen_bandwidth_limits.bwl.limits.0.local_region_id}"
}

Argument Reference

The following arguments are supported:

  • instance_ids - (Optional) A list of CEN instances IDs.
  • output_file - (Optional) File name where to save data source results (after running terraform plan).

Attributes Reference

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

  • limits - A list of CEN Bandwidth Limits. Each element contains the following attributes:
    • instance_id - ID of the CEN instance.
    • local_region_id - ID of local region.
    • opposite_region_id - ID of opposite region.
    • status - Status of the CEN Bandwidth Limit, including "Active" and "Modifying".
    • bandwidth_limit - The bandwidth limit configured for the interconnected regions communication.