Enum NetworkProfileNetworkFeatures.AllowSubnetworkCreation (1.93.0)

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

Specifies whether subnetwork creation is allowed.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
SUBNETWORK_CREATION_ALLOWED

SUBNETWORK_CREATION_ALLOWED = 158580825;

SUBNETWORK_CREATION_ALLOWED_VALUE

SUBNETWORK_CREATION_ALLOWED = 158580825;

SUBNETWORK_CREATION_BLOCKED

SUBNETWORK_CREATION_BLOCKED = 511615133;

SUBNETWORK_CREATION_BLOCKED_VALUE

SUBNETWORK_CREATION_BLOCKED = 511615133;

UNDEFINED_ALLOW_SUBNETWORK_CREATION

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_SUBNETWORK_CREATION = 0;

UNDEFINED_ALLOW_SUBNETWORK_CREATION_VALUE

A value indicating that the enum field is not set.

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