Enum NetworkProfileNetworkFeatures.AllowNcc (1.73.0)

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

Specifies whether NCC is allowed.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
NCC_ALLOWED

NCC_ALLOWED = 467227511;

NCC_ALLOWED_VALUE

NCC_ALLOWED = 467227511;

NCC_BLOCKED

NCC_BLOCKED = 283390907;

NCC_BLOCKED_VALUE

NCC_BLOCKED = 283390907;

UNDEFINED_ALLOW_NCC

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_NCC = 0;

UNDEFINED_ALLOW_NCC_VALUE

A value indicating that the enum field is not set.

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