IPv4FirewallRuleResponse

data class IPv4FirewallRuleResponse(val firewallRuleName: String? = null, val rangeEnd: String? = null, val rangeStart: String? = null)

The detail of firewall rule.

Constructors

Link copied to clipboard
constructor(firewallRuleName: String? = null, rangeEnd: String? = null, rangeStart: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The rule name.

Link copied to clipboard
val rangeEnd: String? = null

The end range of IPv4.

Link copied to clipboard
val rangeStart: String? = null

The start range of IPv4.