interface EndpointSpecPrivateNetworkSpec {
    id: string;
    ipamConfig?: EndpointSpecPrivateNetworkSpecIpamConfig;
    serviceIps: string[];
}

Properties

id: string

UUID of the Private Network to connect to the Database Instance.

Automated configuration of your Private Network endpoint with Scaleway IPAM service.

serviceIps: string[]

Endpoint IPv4 address with a CIDR notation. You must provide at least one IPv4 per node.