Ip Mapping Args
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
fun IpMappingArgs(ipAddress: Output<String>? = null, timeToRetire: Output<String>? = null, type: Output<IpMappingType>? = null)
Functions
Properties
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.