IpMappingArgs

data class IpMappingArgs(val ipAddress: Output<String>? = null, val timeToRetire: Output<String>? = null, val type: Output<IpMappingType>? = null) : ConvertibleToJava<IpMappingArgs>

Database instance IP Mapping.

Constructors

Link copied to clipboard
constructor(ipAddress: Output<String>? = null, timeToRetire: Output<String>? = null, type: Output<IpMappingType>? = null)

Properties

Link copied to clipboard
val ipAddress: Output<String>? = null

The IP address assigned.

Link copied to clipboard
val timeToRetire: Output<String>? = null

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
val type: Output<IpMappingType>? = null

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.

Functions

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