Enum NetworkProfileNetworkFeatures.Multicast (1.92.0)

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

Specifies which type of multicast is supported.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
MULTICAST_SDN

MULTICAST_SDN = 532209462;

MULTICAST_SDN_VALUE

MULTICAST_SDN = 532209462;

MULTICAST_ULL

MULTICAST_ULL = 532211630;

MULTICAST_ULL_VALUE

MULTICAST_ULL = 532211630;

UNDEFINED_MULTICAST

A value indicating that the enum field is not set.

UNDEFINED_MULTICAST = 0;

UNDEFINED_MULTICAST_VALUE

A value indicating that the enum field is not set.

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