Enum NetworkProfileNetworkFeatures.AllowMulticast (1.92.0)

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

Specifies whether multicast is allowed.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
MULTICAST_ALLOWED

MULTICAST_ALLOWED = 44693537;

MULTICAST_ALLOWED_VALUE

MULTICAST_ALLOWED = 44693537;

MULTICAST_BLOCKED

MULTICAST_BLOCKED = 397727845;

MULTICAST_BLOCKED_VALUE

MULTICAST_BLOCKED = 397727845;

UNDEFINED_ALLOW_MULTICAST

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_MULTICAST = 0;

UNDEFINED_ALLOW_MULTICAST_VALUE

A value indicating that the enum field is not set.

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