IpMappingType

enum IpMappingType : Enum<IpMappingType> , ConvertibleToJava<IpMappingType>

The type of this IP address. A PRIMARY address is a public address that can accept incoming connections. A PRIVATE address is a private address that can accept incoming connections. An OUTGOING address is the source address of connections originating from the instance, if supported.

Entries

Link copied to clipboard

This is an unknown IP address type.

Link copied to clipboard

IP address the customer is supposed to connect to. Usually this is the load balancer's IP address

Link copied to clipboard

Source IP address of the connection a read replica establishes to its external primary instance. This IP address can be allowlisted by the customer in case it has a firewall that filters incoming connection to its on premises primary instance.

Link copied to clipboard

Private IP used when using private IPs and network peering.

Link copied to clipboard

V1 IP of a migrated instance. We want the user to decommission this IP as soon as the migration is complete. Note: V1 instances with V1 ip addresses will be counted as PRIMARY.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): IpMappingType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: IpMappingType
Link copied to clipboard
Link copied to clipboard