VerificationIPFlow Interface

public interface VerificationIPFlow extends Executable,HasParent

A client-side reperesentation 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
Access access()

Get the access value. Indicates whether the traffic is allowed or denied. Possible values include: 'Allow', 'Deny'.

String ruleName()

Get the ruleName value. If input is not matched against any security rule, it is not displayed.

Inherited Members

Method Details

access

public Access access()

Get the access value. Indicates whether the traffic is allowed or denied. Possible values include: 'Allow', 'Deny'.

Returns:

the access value

ruleName

public 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