IpGroupRuleArgs

data class IpGroupRuleArgs(val description: Output<String>? = null, val source: Output<String>) : ConvertibleToJava<IpGroupRuleArgs>

Constructors

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

Properties

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

The description of the IP group.

Link copied to clipboard
val source: Output<String>

The IP address range, in CIDR notation, e.g., 10.0.0.0/16

Functions

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