public enum ThreatAction extends Enum<ThreatAction> implements ProtocolMessageEnumThreat action override.
Protobuf enum google.cloud.networksecurity.v1.ThreatAction
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ALERT |
The packet matching this rule will be allowed to transmit, but a threat_log entry will be sent to the consumer project. |
ALERT_VALUE |
The packet matching this rule will be allowed to transmit, but a threat_log entry will be sent to the consumer project. |
ALLOW |
The packet matching this rule will be allowed to transmit. |
ALLOW_VALUE |
The packet matching this rule will be allowed to transmit. |
DEFAULT_ACTION |
The default action (as specified by the vendor) is taken. |
DEFAULT_ACTION_VALUE |
The default action (as specified by the vendor) is taken. |
DENY |
The packet matching this rule will be dropped, and a threat_log entry will be sent to the consumer project. |
DENY_VALUE |
The packet matching this rule will be dropped, and a threat_log entry will be sent to the consumer project. |
THREAT_ACTION_UNSPECIFIED |
Threat action not specified. |
THREAT_ACTION_UNSPECIFIED_VALUE |
Threat action not specified. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|