interface EndpointSpecPrivateNetwork {
    ipamConfig?: RDB.v1.EndpointSpecPrivateNetworkIpamConfig;
    privateNetworkId: string;
    serviceIp?: string;
}

Properties

Automated configuration of your Private Network endpoint with Scaleway IPAM service. One at the most per Database Instance or Read Replica (a Database Instance and its Read Replica can have different Private Networks). Cannot be updated (has to be deleted and recreated).

One-of ('config'): at most one of 'serviceIp', 'ipamConfig' could be set.

privateNetworkId: string

UUID of the Private Network to be connected to the Database Instance.

serviceIp?: string

Endpoint IPv4 address with a CIDR notation. Refer to the official Scaleway documentation to learn more about IP and subnet limitations.

One-of ('config'): at most one of 'serviceIp', 'ipamConfig' could be set.