IPRuleArgs

data class IPRuleArgs(val action: Output<Either<String, ACLAction>>? = null, val value: Output<String>? = null) : ConvertibleToJava<IPRuleArgs>

An IP rule

Constructors

Link copied to clipboard
constructor(action: Output<Either<String, ACLAction>>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val action: Output<Either<String, ACLAction>>? = null

Azure Networking ACL Action.

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

An IP or CIDR or ServiceTag

Functions

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