Enum NetworkProfileNetworkFeatures.AllowIpForwarding (1.73.0)

public enum NetworkProfileNetworkFeatures.AllowIpForwarding extends Enum<NetworkProfileNetworkFeatures.AllowIpForwarding> implements ProtocolMessageEnum

Specifies whether IP forwarding is allowed.

Protobuf enum google.cloud.compute.v1.NetworkProfileNetworkFeatures.AllowIpForwarding

Implements

ProtocolMessageEnum

Static Fields

Name Description
IP_FORWARDING_ALLOWED

IP_FORWARDING_ALLOWED = 152595550;

IP_FORWARDING_ALLOWED_VALUE

IP_FORWARDING_ALLOWED = 152595550;

IP_FORWARDING_BLOCKED

IP_FORWARDING_BLOCKED = 505629858;

IP_FORWARDING_BLOCKED_VALUE

IP_FORWARDING_BLOCKED = 505629858;

UNDEFINED_ALLOW_IP_FORWARDING

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_IP_FORWARDING = 0;

UNDEFINED_ALLOW_IP_FORWARDING_VALUE

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_IP_FORWARDING = 0;

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