Enum NetworkProfileNetworkFeatures.AllowAutoModeSubnet (1.65.0)

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

Specifies whether auto mode subnet creation is allowed.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUTO_MODE_SUBNET_ALLOWED

AUTO_MODE_SUBNET_ALLOWED = 391042610;

AUTO_MODE_SUBNET_ALLOWED_VALUE

AUTO_MODE_SUBNET_ALLOWED = 391042610;

AUTO_MODE_SUBNET_BLOCKED

AUTO_MODE_SUBNET_BLOCKED = 207206006;

AUTO_MODE_SUBNET_BLOCKED_VALUE

AUTO_MODE_SUBNET_BLOCKED = 207206006;

UNDEFINED_ALLOW_AUTO_MODE_SUBNET

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_AUTO_MODE_SUBNET = 0;

UNDEFINED_ALLOW_AUTO_MODE_SUBNET_VALUE

A value indicating that the enum field is not set.

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