public enum NetworkInterface.IgmpQuery extends Enum<NetworkInterface.IgmpQuery> implements ProtocolMessageEnumIndicate 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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
IGMP_QUERY_DISABLED |
The network interface has disabled IGMP query. |
IGMP_QUERY_DISABLED_VALUE |
The network interface has disabled IGMP query. |
IGMP_QUERY_V2 |
The network interface has enabled IGMP query - v2. |
IGMP_QUERY_V2_VALUE |
The network interface has enabled IGMP query - v2. |
UNDEFINED_IGMP_QUERY |
A value indicating that the enum field is not set. |
UNDEFINED_IGMP_QUERY_VALUE |
A value indicating that the enum field is not set. |
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() |
|