FirewallRuleArgs

data class FirewallRuleArgs(val endIpAddress: Output<String>? = null, val ruleName: Output<String>? = null, val startIpAddress: Output<String>? = null) : ConvertibleToJava<FirewallRuleArgs>

Ip range for firewall rules

Constructors

Link copied to clipboard
constructor(endIpAddress: Output<String>? = null, ruleName: Output<String>? = null, startIpAddress: Output<String>? = null)

Properties

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

Gets or sets the end IP address of the firewall rule range.

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

Gets or sets the name of the firewall rules.

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

Gets or sets the start IP address of the firewall rule range.

Functions

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