IpRuleArgs

data class IpRuleArgs(val ipMask: Output<String>, val rights: Output<List<Either<String, AccessRights>>>) : ConvertibleToJava<IpRuleArgs>

A network authorization rule that filters traffic based on IP address.

Constructors

Link copied to clipboard
constructor(ipMask: Output<String>, rights: Output<List<Either<String, AccessRights>>>)

Properties

Link copied to clipboard
val ipMask: Output<String>

IP mask.

Link copied to clipboard
val rights: Output<List<Either<String, AccessRights>>>

List of access rights.

Functions

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