GetDeploymentWebApplicationFirewall

data class GetDeploymentWebApplicationFirewall(val activationStateEnabled: Boolean, val statuses: List<GetDeploymentWebApplicationFirewallStatus>)

Constructors

Link copied to clipboard
constructor(activationStateEnabled: Boolean, statuses: List<GetDeploymentWebApplicationFirewallStatus>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether WAF is enabled/disabled for this NGINX Deployment.

Link copied to clipboard

A status block as defined below.