NetworkInsightsAnalysisAnalysisAclRule

data class NetworkInsightsAnalysisAnalysisAclRule(val cidr: String? = null, val egress: Boolean? = null, val portRange: NetworkInsightsAnalysisPortRange? = null, val protocol: String? = null, val ruleAction: String? = null, val ruleNumber: Int? = null)

Constructors

Link copied to clipboard
constructor(cidr: String? = null, egress: Boolean? = null, portRange: NetworkInsightsAnalysisPortRange? = null, protocol: String? = null, ruleAction: String? = null, ruleNumber: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cidr: String? = null

The IPv4 address range, in CIDR notation.

Link copied to clipboard
val egress: Boolean? = null

Indicates whether the rule is an outbound rule.

Link copied to clipboard

The range of ports.

Link copied to clipboard
val protocol: String? = null

The protocol.

Link copied to clipboard
val ruleAction: String? = null

Indicates whether to allow or deny traffic that matches the rule.

Link copied to clipboard
val ruleNumber: Int? = null

The rule number.