Enum NetworkProfileNetworkFeatures.AllowVpn (1.65.0)

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

Specifies whether VPN creation is allowed.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
UNDEFINED_ALLOW_VPN

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_VPN = 0;

UNDEFINED_ALLOW_VPN_VALUE

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_VPN = 0;

UNRECOGNIZED
VPN_ALLOWED

VPN_ALLOWED = 162163997;

VPN_ALLOWED_VALUE

VPN_ALLOWED = 162163997;

VPN_BLOCKED

VPN_BLOCKED = 515198305;

VPN_BLOCKED_VALUE

VPN_BLOCKED = 515198305;

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