NetworkSecurityRulesEvaluationResult Class
Network security rules evaluation result.
- Inheritance
-
NetworkSecurityRulesEvaluationResult
Constructor
NetworkSecurityRulesEvaluationResult(*, name: typing.Union[str, NoneType] = None, protocol_matched: typing.Union[bool, NoneType] = None, source_matched: typing.Union[bool, NoneType] = None, source_port_matched: typing.Union[bool, NoneType] = None, destination_matched: typing.Union[bool, NoneType] = None, destination_port_matched: typing.Union[bool, NoneType] = None, **kwargs)
Parameters
- name
- str
Name of the network security rule.
- protocol_matched
- bool
Value indicating whether protocol is matched.
- source_matched
- bool
Value indicating whether source is matched.
- source_port_matched
- bool
Value indicating whether source port is matched.
- destination_matched
- bool
Value indicating whether destination is matched.
- destination_port_matched
- bool
Value indicating whether destination port is matched.
Feedback
Submit and view feedback for