GetIPv6FirewallRuleResult

data class GetIPv6FirewallRuleResult(val endIPv6Address: String? = null, val id: String, val name: String? = null, val startIPv6Address: String? = null, val type: String)

An IPv6 server firewall rule.

Constructors

Link copied to clipboard
constructor(endIPv6Address: String? = null, id: String, name: String? = null, startIPv6Address: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endIPv6Address: String? = null

The end IP address of the firewall rule. Must be IPv6 format. Must be greater than or equal to startIpAddress.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard
val name: String? = null

Resource name.

Link copied to clipboard

The start IP address of the firewall rule. Must be IPv6 format.

Link copied to clipboard

Resource type.