public enum NatServiceCounters extends Enum<NatServiceCounters>
Enum Constant and Description |
---|
garp_failed_ipv6 |
garp_failed_missing_interface |
garp_failed_send |
garp_sent |
install_default_nat_flow |
remove_default_nat_flow |
remove_external_network_group |
subnetmap_add |
subnetmap_remove |
subnetmap_update |
Modifier and Type | Method and Description |
---|---|
void |
inc() |
static NatServiceCounters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NatServiceCounters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NatServiceCounters install_default_nat_flow
public static final NatServiceCounters remove_default_nat_flow
public static final NatServiceCounters remove_external_network_group
public static final NatServiceCounters subnetmap_add
public static final NatServiceCounters subnetmap_remove
public static final NatServiceCounters subnetmap_update
public static final NatServiceCounters garp_sent
public static final NatServiceCounters garp_failed_ipv6
public static final NatServiceCounters garp_failed_missing_interface
public static final NatServiceCounters garp_failed_send
public static NatServiceCounters[] values()
for (NatServiceCounters c : NatServiceCounters.values()) System.out.println(c);
public static NatServiceCounters 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.