Enum IpRules.Direction (2.76.0)

public enum IpRules.Direction extends Enum<IpRules.Direction> implements ProtocolMessageEnum

The type of direction that the rule is applicable to, one of ingress or egress. Not applicable to OPEN_X_PORT findings.

Protobuf enum google.cloud.securitycenter.v2.IpRules.Direction

Implements

ProtocolMessageEnum

Static Fields

Name Description
DIRECTION_UNSPECIFIED

Unspecified direction value.

DIRECTION_UNSPECIFIED = 0;

DIRECTION_UNSPECIFIED_VALUE

Unspecified direction value.

DIRECTION_UNSPECIFIED = 0;

EGRESS

Egress direction value.

EGRESS = 2;

EGRESS_VALUE

Egress direction value.

EGRESS = 2;

INGRESS

Ingress direction value.

INGRESS = 1;

INGRESS_VALUE

Ingress direction value.

INGRESS = 1;

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()