igmpQuery property

String? igmpQuery
getter/setter pair

Indicate whether igmp query is enabled on the network interface or not.

If enabled, also indicates the version of IGMP supported. Possible string values are:

  • "IGMP_QUERY_DISABLED" : The network interface has disabled IGMP query.
  • "IGMP_QUERY_V2" : The network interface has enabled IGMP query - v2.

Implementation

core.String? igmpQuery;