Enum NetworkProfileNetworkFeatures.AllowCloudNat (1.65.0)

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

Specifies whether cloud NAT creation is allowed.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
CLOUD_NAT_ALLOWED

CLOUD_NAT_ALLOWED = 245931296;

CLOUD_NAT_ALLOWED_VALUE

CLOUD_NAT_ALLOWED = 245931296;

CLOUD_NAT_BLOCKED

CLOUD_NAT_BLOCKED = 62094692;

CLOUD_NAT_BLOCKED_VALUE

CLOUD_NAT_BLOCKED = 62094692;

UNDEFINED_ALLOW_CLOUD_NAT

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_CLOUD_NAT = 0;

UNDEFINED_ALLOW_CLOUD_NAT_VALUE

A value indicating that the enum field is not set.

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