Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TrafficActionType

Types of Action on the Traffic flow.

ALLOW - Allows the traffic. * DROP - Silently drops the traffic, e.g. without sending a TCP reset. * REJECT - Rejects the traffic, sending a TCP reset to client and/or server as applicable. * INSPECT - Inspects traffic for vulnerability as specified in {@code inspection}, which may result in rejection.

Enumeration members

Allow

Allow: = "ALLOW"

Drop

Drop: = "DROP"

Inspect

Inspect: = "INSPECT"

Reject

Reject: = "REJECT"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

Functions

getDeserializedJsonObj

getJsonObj