Enum FirewallPolicyRule.Direction (1.23.0)

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

The direction in which this rule applies.

Protobuf enum google.cloud.compute.v1.FirewallPolicyRule.Direction

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EGRESS

EGRESS = 432880501;

EGRESS_VALUE

EGRESS = 432880501;

INGRESS

INGRESS = 516931221;

INGRESS_VALUE

INGRESS = 516931221;

UNDEFINED_DIRECTION

A value indicating that the enum field is not set.

UNDEFINED_DIRECTION = 0;

UNDEFINED_DIRECTION_VALUE

A value indicating that the enum field is not set.

UNDEFINED_DIRECTION = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()