IpMappingResponse

data class IpMappingResponse(val ipAddress: String, val timeToRetire: String, val type: String)

Database instance IP Mapping.

Constructors

Link copied to clipboard
fun IpMappingResponse(ipAddress: String, timeToRetire: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IP address assigned.

Link copied to clipboard

The due time for this IP to be retired in RFC 3339 format, for example 2012-11-15T16:19:00.094Z. This field is only available when the IP is scheduled to be retired.

Link copied to clipboard

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.