Enum NetworkProfileNetworkFeatures.AllowSubInterfaces (1.65.0)

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

Specifies whether sub interfaces are allowed.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
SUBINTERFACES_ALLOWED

SUBINTERFACES_ALLOWED = 158685891;

SUBINTERFACES_ALLOWED_VALUE

SUBINTERFACES_ALLOWED = 158685891;

SUBINTERFACES_BLOCKED

SUBINTERFACES_BLOCKED = 511720199;

SUBINTERFACES_BLOCKED_VALUE

SUBINTERFACES_BLOCKED = 511720199;

UNDEFINED_ALLOW_SUB_INTERFACES

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_SUB_INTERFACES = 0;

UNDEFINED_ALLOW_SUB_INTERFACES_VALUE

A value indicating that the enum field is not set.

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