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 ruleName value.

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