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
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ACTION_UNSPECIFIED | Defaults to allow. |
ACTION_UNSPECIFIED_VALUE | Defaults to allow. |
ALLOW | Allows connections that match the other specified components. |
ALLOW_VALUE | Allows connections that match the other specified components. |
DENY | Blocks connections that match the other specified components. |
DENY_VALUE | Blocks connections that match the other specified components. |
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() |