DatabaseFirewallRule

data class DatabaseFirewallRule(val createdAt: String? = null, val type: String, val uuid: String? = null, val value: String)

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, type: String, uuid: String? = null, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

The date and time when the firewall rule was created.

Link copied to clipboard

The type of resource that the firewall rule allows to access the database cluster. The possible values are: droplet, k8s, ip_addr, tag, or app.

Link copied to clipboard
val uuid: String? = null

A unique identifier for the firewall rule.

Link copied to clipboard

The ID of the specific resource, the name of a tag applied to a group of resources, or the IP address that the firewall rule allows to access the database cluster.