Class VerificationIpFlowResultInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.VerificationIpFlowResultInner
-
public final class VerificationIpFlowResultInner extends Object
Results of IP flow verification on the target resource.
-
-
Constructor Summary
Constructors Constructor Description VerificationIpFlowResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Accessaccess()Get the access property: Indicates whether the traffic is allowed or denied.StringruleName()Get the ruleName property: Name of the rule.voidvalidate()Validates the instance.VerificationIpFlowResultInnerwithAccess(Access access)Set the access property: Indicates whether the traffic is allowed or denied.VerificationIpFlowResultInnerwithRuleName(String ruleName)Set the ruleName property: Name of the rule.
-
-
-
Method Detail
-
access
public Access access()
Get the access property: Indicates whether the traffic is allowed or denied.- Returns:
- the access value.
-
withAccess
public VerificationIpFlowResultInner withAccess(Access access)
Set the access property: Indicates whether the traffic is allowed or denied.- Parameters:
access- the access value to set.- Returns:
- the VerificationIpFlowResultInner object itself.
-
ruleName
public String ruleName()
Get the ruleName property: Name of the rule. If input is not matched against any security rule, it is not displayed.- Returns:
- the ruleName value.
-
withRuleName
public VerificationIpFlowResultInner withRuleName(String ruleName)
Set the ruleName property: Name of the rule. If input is not matched against any security rule, it is not displayed.- Parameters:
ruleName- the ruleName value to set.- Returns:
- the VerificationIpFlowResultInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-