AppIngressIpSecurityRestriction

data class AppIngressIpSecurityRestriction(val action: String, val description: String? = null, val ipAddressRange: String, val name: String)

Constructors

Link copied to clipboard
constructor(action: String, description: String? = null, ipAddressRange: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IP-filter action. Allow or Deny.

Link copied to clipboard
val description: String? = null

Describe the IP restriction rule that is being sent to the container-app.

Link copied to clipboard

The incoming IP address or range of IP addresses (in CIDR notation).

Link copied to clipboard

Name for the IP restriction rule.