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 runningterraform 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.
文档内容是否对您有帮助?