Compute V1 Client - Class IgmpQuery (2.3.0)

Reference documentation and code samples for the Compute V1 Client class IgmpQuery.

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

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

Namespace

Google \ Cloud \ Compute \ V1 \ NetworkInterface

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_IGMP_QUERY

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_IGMP_QUERY = 0;

IGMP_QUERY_DISABLED

Value: 28285169

The network interface has disabled IGMP query.

Generated from protobuf enum IGMP_QUERY_DISABLED = 28285169;

IGMP_QUERY_V2

Value: 333493457

The network interface has enabled IGMP query - v2.

Generated from protobuf enum IGMP_QUERY_V2 = 333493457;