turbot/oci_insights

Query: vcn_ipv6_count

Usage

powerpipe query oci_insights.query.vcn_ipv6_count

Steampipe Tables

SQL

select
power(2, 128 - masklen(b :: cidr)) as "IPv6 Addresses"
from
oci_core_vcn
left join jsonb_array_elements_text(ipv6_cidr_blocks) as b on ipv6_cidr_blocks is not null
where
id = $1;

Dashboards

The query is used in the dashboards: