Skip to main content

ip_addresses

Creates, updates, deletes, gets or lists a ip_addresses resource.

Overview

Nameip_addresses
TypeResource
Idconfluent.networking.ip_addresses

Fields

NameDatatypeDescription
address_typestringWhether the address is used for egress or ingress.
api_versionstringAPIVersion defines the schema version of this representation of a resource.
cloudstringThe cloud service provider in which the address exists.
ip_prefixstringThe IP Address range.
kindstringKind defines the object this REST resource represents.
regionstringThe region/location where the IP Address is in use.
servicesarrayThe service types that will use the address.

Methods

NameAccessible byRequired ParamsDescription
list_networking_v1ip_addressesSELECTGeneral Availability Related guide: Use Public Egress IP addresses on Confluent Cloud Retrieve a sorted, filtered, paginated list of all IP Addresses.

SELECT examples

General Availability 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
;