AppIngressIpSecurityRestrictionArgs

data class AppIngressIpSecurityRestrictionArgs(val action: Output<String>, val description: Output<String>? = null, val ipAddressRange: Output<String>, val name: Output<String>) : ConvertibleToJava<AppIngressIpSecurityRestrictionArgs>

Constructors

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

Properties

Link copied to clipboard
val action: Output<String>

The IP-filter action. Allow or Deny.

Link copied to clipboard
val description: Output<String>? = null

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

Link copied to clipboard
val ipAddressRange: Output<String>

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

Link copied to clipboard
val name: Output<String>

Name for the IP restriction rule.

Functions

Link copied to clipboard
open override fun toJava(): AppIngressIpSecurityRestrictionArgs