VerificationIPFlow Interface
Implements
public interface VerificationIPFlow
extends Executable<VerificationIPFlow>, HasParent<NetworkWatcher>
A client-side representation allowing to verify IP packet flow from specific VM based on direction, protocol, local IP, remote IP, local port and remote port.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Access |
access()
Get the access value. |
abstract java.lang.String |
ruleName()
Get the rule |
Method Details
access
public abstract Access access()
Get the access value. Indicates whether the traffic is allowed or denied.
Returns:
the access value
ruleName
public abstract String ruleName()
Get the ruleName value. If input is not matched against any security rule, it is not displayed.
Returns:
the ruleName value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java