Enum NetworkInterface.IgmpQuery (1.92.0)

public enum NetworkInterface.IgmpQuery extends Enum<NetworkInterface.IgmpQuery> implements ProtocolMessageEnum

Indicate whether igmp query is enabled on the network interface or not. If enabled, also indicates the version of IGMP supported.

Protobuf enum google.cloud.compute.v1.NetworkInterface.IgmpQuery

Implements

ProtocolMessageEnum

Static Fields

Name Description
IGMP_QUERY_DISABLED

The network interface has disabled IGMP query.

IGMP_QUERY_DISABLED = 28285169;

IGMP_QUERY_DISABLED_VALUE

The network interface has disabled IGMP query.

IGMP_QUERY_DISABLED = 28285169;

IGMP_QUERY_V2

The network interface has enabled IGMP query - v2.

IGMP_QUERY_V2 = 333493457;

IGMP_QUERY_V2_VALUE

The network interface has enabled IGMP query - v2.

IGMP_QUERY_V2 = 333493457;

UNDEFINED_IGMP_QUERY

A value indicating that the enum field is not set.

UNDEFINED_IGMP_QUERY = 0;

UNDEFINED_IGMP_QUERY_VALUE

A value indicating that the enum field is not set.

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