Class NetworkSecurityRulesEvaluationResult
java.lang.Object
com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult
Network security rules evaluation result.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet value indicating whether destination is matched.Get value indicating whether destination port is matched.name()
Get name of the network security rule.Get value indicating whether protocol is matched.Get value indicating whether source is matched.Get value indicating whether source port is matched.withDestinationMatched
(Boolean destinationMatched) Set value indicating whether destination is matched.withDestinationPortMatched
(Boolean destinationPortMatched) Set value indicating whether destination port is matched.Set name of the network security rule.withProtocolMatched
(Boolean protocolMatched) Set value indicating whether protocol is matched.withSourceMatched
(Boolean sourceMatched) Set value indicating whether source is matched.withSourcePortMatched
(Boolean sourcePortMatched) Set value indicating whether source port is matched.
-
Constructor Details
-
NetworkSecurityRulesEvaluationResult
public NetworkSecurityRulesEvaluationResult()
-
-
Method Details
-
name
Get name of the network security rule.- Returns:
- the name value
-
withName
Set name of the network security rule.- Parameters:
name
- the name value to set- Returns:
- the NetworkSecurityRulesEvaluationResult object itself.
-
protocolMatched
Get value indicating whether protocol is matched.- Returns:
- the protocolMatched value
-
withProtocolMatched
Set value indicating whether protocol is matched.- Parameters:
protocolMatched
- the protocolMatched value to set- Returns:
- the NetworkSecurityRulesEvaluationResult object itself.
-
sourceMatched
Get value indicating whether source is matched.- Returns:
- the sourceMatched value
-
withSourceMatched
Set value indicating whether source is matched.- Parameters:
sourceMatched
- the sourceMatched value to set- Returns:
- the NetworkSecurityRulesEvaluationResult object itself.
-
sourcePortMatched
Get value indicating whether source port is matched.- Returns:
- the sourcePortMatched value
-
withSourcePortMatched
Set value indicating whether source port is matched.- Parameters:
sourcePortMatched
- the sourcePortMatched value to set- Returns:
- the NetworkSecurityRulesEvaluationResult object itself.
-
destinationMatched
Get value indicating whether destination is matched.- Returns:
- the destinationMatched value
-
withDestinationMatched
Set value indicating whether destination is matched.- Parameters:
destinationMatched
- the destinationMatched value to set- Returns:
- the NetworkSecurityRulesEvaluationResult object itself.
-
destinationPortMatched
Get value indicating whether destination port is matched.- Returns:
- the destinationPortMatched value
-
withDestinationPortMatched
public NetworkSecurityRulesEvaluationResult withDestinationPortMatched(Boolean destinationPortMatched) Set value indicating whether destination port is matched.- Parameters:
destinationPortMatched
- the destinationPortMatched value to set- Returns:
- the NetworkSecurityRulesEvaluationResult object itself.
-