Enum NetworkProfileNetworkFeatures.Unicast (1.65.0)

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

Specifies which type of unicast is supported.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
UNDEFINED_UNICAST

A value indicating that the enum field is not set.

UNDEFINED_UNICAST = 0;

UNDEFINED_UNICAST_VALUE

A value indicating that the enum field is not set.

UNDEFINED_UNICAST = 0;

UNICAST_SDN

UNICAST_SDN = 379954157;

UNICAST_SDN_VALUE

UNICAST_SDN = 379954157;

UNICAST_ULL

UNICAST_ULL = 379956325;

UNICAST_ULL_VALUE

UNICAST_ULL = 379956325;

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