Data Source: oci_core_public_ip_pools

This data source provides the list of Public Ip Pools in Oracle Cloud Infrastructure Core service.

Lists the public IP pools in the specified compartment. You can filter the list using query parameters.

Example Usage

data "oci_core_public_ip_pools" "test_public_ip_pools" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	byoip_range_id = oci_core_byoip_range.test_byoip_range.id
	display_name = var.public_ip_pool_display_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

PublicIpPool Reference

The following attributes are exported: