GetAppIngressIpSecurityRestriction

data class GetAppIngressIpSecurityRestriction(val action: String, val description: String, val ipAddressRange: String, val name: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IP-filter action.

Link copied to clipboard

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

Link copied to clipboard

CIDR notation that matches the incoming IP address.

Link copied to clipboard

The name of the Container App.