NetworkSecurityRulesEvaluationResult Class

Network security rules evaluation result.

Constructor

NetworkSecurityRulesEvaluationResult(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

Name of the network security rule.

protocol_matched

Value indicating whether protocol is matched.

source_matched

Value indicating whether source is matched.

source_port_matched

Value indicating whether source port is matched.

destination_matched

Value indicating whether destination is matched.

destination_port_matched

Value indicating whether destination port is matched.

Attributes

destination_matched

Value indicating whether destination is matched.

destination_matched: bool | None

destination_port_matched

Value indicating whether destination port is matched.

destination_port_matched: bool | None

name

Name of the network security rule.

name: str | None

protocol_matched

Value indicating whether protocol is matched.

protocol_matched: bool | None

source_matched

Value indicating whether source is matched.

source_matched: bool | None

source_port_matched

Value indicating whether source port is matched.

source_port_matched: bool | None