ConnectionToIpNotAllowed Class

public final class ConnectionToIpNotAllowed
extends AllowlistCustomAlertRule

Outbound connection to an ip that isn't allowed. Allow list consists of ipv4 or ipv6 range in CIDR notation.

Constructor Summary

Constructor Description
ConnectionToIpNotAllowed()

Creates an instance of ConnectionToIpNotAllowed class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

ConnectionToIpNotAllowed withAllowlistValues(List<String> allowlistValues)

Set the allowlistValues property: The values to allow.

ConnectionToIpNotAllowed withIsEnabled(boolean isEnabled)

Set the isEnabled property: Status of the custom alert.

Methods inherited from AllowlistCustomAlertRule

Methods inherited from CustomAlertRule

Methods inherited from ListCustomAlertRule

Methods inherited from java.lang.Object

Constructor Details

ConnectionToIpNotAllowed

public ConnectionToIpNotAllowed()

Creates an instance of ConnectionToIpNotAllowed class.

Method Details

validate

public void validate()

Validates the instance.

Overrides:

ConnectionToIpNotAllowed.validate()

withAllowlistValues

public ConnectionToIpNotAllowed withAllowlistValues(List allowlistValues)

Set the allowlistValues property: The values to allow. The format of the values depends on the rule type.

Overrides:

ConnectionToIpNotAllowed.withAllowlistValues(List<String> allowlistValues)

Parameters:

allowlistValues

withIsEnabled

public ConnectionToIpNotAllowed withIsEnabled(boolean isEnabled)

Set the isEnabled property: Status of the custom alert.

Overrides:

ConnectionToIpNotAllowed.withIsEnabled(boolean isEnabled)

Parameters:

isEnabled

Applies to