FirewallRuleResponse

data class FirewallRuleResponse(val endIpAddress: String? = null, val ruleName: String? = null, val startIpAddress: String? = null)

Ip range for firewall rules

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endIpAddress: String? = null

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

Link copied to clipboard
val ruleName: String? = null

Gets or sets the name of the firewall rules.

Link copied to clipboard
val startIpAddress: String? = null

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