GetFirewallPendingChange

data class GetFirewallPendingChange(val dropletId: Int? = null, val removing: Boolean? = null, val status: String? = null)

Constructors

Link copied to clipboard
constructor(dropletId: Int? = null, removing: Boolean? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dropletId: Int? = null
Link copied to clipboard
val removing: Boolean? = null
Link copied to clipboard
val status: String? = null

A status string indicating the current state of the Firewall. This can be "waiting", "succeeded", or "failed".