ip_addresses
Creates, updates, deletes, gets or lists a ip_addresses resource.
Overview
| Name | ip_addresses |
| Type | Resource |
| Id | confluent.networking.ip_addresses |
Fields
| Name | Datatype | Description |
|---|---|---|
address_type | string | Whether the address is used for egress or ingress. |
api_version | string | APIVersion defines the schema version of this representation of a resource. |
cloud | string | The cloud service provider in which the address exists. |
ip_prefix | string | The IP Address range. |
kind | string | Kind defines the object this REST resource represents. |
region | string | The region/location where the IP Address is in use. |
services | array | The service types that will use the address. |
Methods
| Name | Accessible by | Required Params | Description |
|---|---|---|---|
list_networking_v1ip_addresses | SELECT | |
SELECT examples
Related guide: Use Public Egress IP addresses on Confluent Cloud Retrieve a sorted, filtered, paginated list of all IP Addresses.
SELECT
address_type,
api_version,
cloud,
ip_prefix,
kind,
region,
services
FROM confluent.networking.ip_addresses
;