Kvindo™ Cloud Docs


Language

Peering Peer

A VPC Peering Peer is one Kvindo-side member of a VPC Peering. It attaches a subnet (optionally with a floating IP) to the peering so its resources become reachable over private IPs from the other side.

Key concepts

VPC Peering — the peering this member joins (spec.vpcPeeringId)

Subnet — the Kvindo subnet exposed over the peering (spec.vpcSubnetId)

Floating IP — optional public IP for the peer endpoint (spec.floatingIpId)

Assigned IPs — the peer's own public/private addresses are reported in status

Parameters
UI Name API / kc name Terraform name Optional Format Default Is read only Description
VPC Peering spec.vpcPeeringId spec.vpc_peering_id No ULID — references a VPC Peering No The peering this member joins
VPC Subnet spec.vpcSubnetId spec.vpc_subnet_id Yes ULID — references a VPC Subnet No The Kvindo subnet exposed over the peering
Floating IP spec.floatingIpId spec.floating_ip_id Yes ULID — references a Floating IP No Optional public IP for the peer endpoint
Public IPv4 status.publicIpV4 status.public_ipv4 string (nullable) Yes Public IPv4 of the peer endpoint
Public IPv6 status.publicIpV6 status.public_ipv6 string (nullable) Yes Public IPv6 of the peer endpoint. IPv6 is not yet implemented — reserved for future use
Private IPv4 status.privateIpV4 status.private_ipv4 string (nullable) Yes Private IPv4 of the peer endpoint
Private IPv6 status.privateIpV6 status.private_ipv6 string (nullable) Yes Private IPv6 of the peer endpoint. IPv6 is not yet implemented — reserved for future use
Examples

A peering plus a Kvindo-side peer exposing an existing subnet.

Terraform

Python SDK

kc CLI


Related pages

Resource docs

More in this section

An unhandled error has occurred. Reload 🗙