Enum Rule.Action (1.51.0)

public enum Rule.Action extends Enum<Rule.Action> implements ProtocolMessageEnum

This is deprecated and has no effect. Do not use.

Protobuf enum google.cloud.compute.v1.Rule.Action

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ALLOW

This is deprecated and has no effect. Do not use.

ALLOW = 62368553;

ALLOW_VALUE

This is deprecated and has no effect. Do not use.

ALLOW = 62368553;

ALLOW_WITH_LOG

This is deprecated and has no effect. Do not use.

ALLOW_WITH_LOG = 76034177;

ALLOW_WITH_LOG_VALUE

This is deprecated and has no effect. Do not use.

ALLOW_WITH_LOG = 76034177;

DENY

This is deprecated and has no effect. Do not use.

DENY = 2094604;

DENY_VALUE

This is deprecated and has no effect. Do not use.

DENY = 2094604;

DENY_WITH_LOG

This is deprecated and has no effect. Do not use.

DENY_WITH_LOG = 351433982;

DENY_WITH_LOG_VALUE

This is deprecated and has no effect. Do not use.

DENY_WITH_LOG = 351433982;

LOG

This is deprecated and has no effect. Do not use.

LOG = 75556;

LOG_VALUE

This is deprecated and has no effect. Do not use.

LOG = 75556;

NO_ACTION

This is deprecated and has no effect. Do not use.

NO_ACTION = 260643444;

NO_ACTION_VALUE

This is deprecated and has no effect. Do not use.

NO_ACTION = 260643444;

UNDEFINED_ACTION

A value indicating that the enum field is not set.

UNDEFINED_ACTION = 0;

UNDEFINED_ACTION_VALUE

A value indicating that the enum field is not set.

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