public enum VpnManagerCounters extends Enum<VpnManagerCounters>
Enum Constant and Description |
---|
garp_add_notification |
garp_interface_rpc_failed |
garp_sent |
garp_sent_failed |
garp_sent_ipv6 |
garp_update_notification |
subnet_route_packet_arp_sent |
subnet_route_packet_failed |
subnet_route_packet_ignored |
Modifier and Type | Method and Description |
---|---|
void |
inc() |
static VpnManagerCounters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VpnManagerCounters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VpnManagerCounters subnet_route_packet_ignored
public static final VpnManagerCounters subnet_route_packet_failed
public static final VpnManagerCounters subnet_route_packet_arp_sent
public static final VpnManagerCounters garp_add_notification
public static final VpnManagerCounters garp_update_notification
public static final VpnManagerCounters garp_sent
public static final VpnManagerCounters garp_sent_ipv6
public static final VpnManagerCounters garp_sent_failed
public static final VpnManagerCounters garp_interface_rpc_failed
public static VpnManagerCounters[] values()
for (VpnManagerCounters c : VpnManagerCounters.values()) System.out.println(c);
public static VpnManagerCounters valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic void inc()
Copyright © 2019 OpenDaylight. All rights reserved.