DatabaseInstanceSettingsIpConfigurationAuthorizedNetwork

data class DatabaseInstanceSettingsIpConfigurationAuthorizedNetwork(val expirationTime: String? = null, val name: String? = null, val value: String)

Constructors

constructor(expirationTime: String? = null, name: String? = null, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val expirationTime: String? = null

The RFC 3339 formatted date time string indicating when this whitelist expires.

Link copied to clipboard
val name: String? = null

A name for this whitelist entry.

Link copied to clipboard

A CIDR notation IPv4 or IPv6 address that is allowed to access this instance. Must be set even if other two attributes are not for the whitelist to become active.