Enum ExternalAccessRule.Action (0.28.0)

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

Action determines whether the external access rule permits or blocks traffic, subject to the other components of the rule matching the traffic.

Protobuf enum google.cloud.vmwareengine.v1.ExternalAccessRule.Action

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTION_UNSPECIFIED

Defaults to allow.

ACTION_UNSPECIFIED = 0;

ACTION_UNSPECIFIED_VALUE

Defaults to allow.

ACTION_UNSPECIFIED = 0;

ALLOW

Allows connections that match the other specified components.

ALLOW = 1;

ALLOW_VALUE

Allows connections that match the other specified components.

ALLOW = 1;

DENY

Blocks connections that match the other specified components.

DENY = 2;

DENY_VALUE

Blocks connections that match the other specified components.

DENY = 2;

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