public class NetworkSecurityRulesEvaluationResult extends Object
| Constructor and Description |
|---|
NetworkSecurityRulesEvaluationResult() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
destinationMatched()
Get value indicating whether destination is matched.
|
Boolean |
destinationPortMatched()
Get value indicating whether destination port is matched.
|
String |
name()
Get name of the network security rule.
|
Boolean |
protocolMatched()
Get value indicating whether protocol is matched.
|
Boolean |
sourceMatched()
Get value indicating whether source is matched.
|
Boolean |
sourcePortMatched()
Get value indicating whether source port is matched.
|
NetworkSecurityRulesEvaluationResult |
withDestinationMatched(Boolean destinationMatched)
Set value indicating whether destination is matched.
|
NetworkSecurityRulesEvaluationResult |
withDestinationPortMatched(Boolean destinationPortMatched)
Set value indicating whether destination port is matched.
|
NetworkSecurityRulesEvaluationResult |
withName(String name)
Set name of the network security rule.
|
NetworkSecurityRulesEvaluationResult |
withProtocolMatched(Boolean protocolMatched)
Set value indicating whether protocol is matched.
|
NetworkSecurityRulesEvaluationResult |
withSourceMatched(Boolean sourceMatched)
Set value indicating whether source is matched.
|
NetworkSecurityRulesEvaluationResult |
withSourcePortMatched(Boolean sourcePortMatched)
Set value indicating whether source port is matched.
|
public NetworkSecurityRulesEvaluationResult()
public String name()
public NetworkSecurityRulesEvaluationResult withName(String name)
name - the name value to setpublic Boolean protocolMatched()
public NetworkSecurityRulesEvaluationResult withProtocolMatched(Boolean protocolMatched)
protocolMatched - the protocolMatched value to setpublic Boolean sourceMatched()
public NetworkSecurityRulesEvaluationResult withSourceMatched(Boolean sourceMatched)
sourceMatched - the sourceMatched value to setpublic Boolean sourcePortMatched()
public NetworkSecurityRulesEvaluationResult withSourcePortMatched(Boolean sourcePortMatched)
sourcePortMatched - the sourcePortMatched value to setpublic Boolean destinationMatched()
public NetworkSecurityRulesEvaluationResult withDestinationMatched(Boolean destinationMatched)
destinationMatched - the destinationMatched value to setpublic Boolean destinationPortMatched()
public NetworkSecurityRulesEvaluationResult withDestinationPortMatched(Boolean destinationPortMatched)
destinationPortMatched - the destinationPortMatched value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/