Enum NetworkProfileNetworkFeatures.AllowExternalIpAccess (1.65.0)

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

Specifies whether VMs are allowed to have external IP access on network interfaces connected to this VPC.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
EXTERNAL_IP_ACCESS_ALLOWED

EXTERNAL_IP_ACCESS_ALLOWED = 109530193;

EXTERNAL_IP_ACCESS_ALLOWED_VALUE

EXTERNAL_IP_ACCESS_ALLOWED = 109530193;

EXTERNAL_IP_ACCESS_BLOCKED

EXTERNAL_IP_ACCESS_BLOCKED = 462564501;

EXTERNAL_IP_ACCESS_BLOCKED_VALUE

EXTERNAL_IP_ACCESS_BLOCKED = 462564501;

UNDEFINED_ALLOW_EXTERNAL_IP_ACCESS

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_EXTERNAL_IP_ACCESS = 0;

UNDEFINED_ALLOW_EXTERNAL_IP_ACCESS_VALUE

A value indicating that the enum field is not set.

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