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
fun IpRuleArgs(ipMask: Output<String>, rights: Output<List<Either<String, AccessRights>>>)

Functions

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

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.