Uses of Class
org.opendaylight.netvirt.vpnmanager.VpnConstants.DCGWPresentStatus
-
Packages that use VpnConstants.DCGWPresentStatus Package Description org.opendaylight.netvirt.vpnmanager -
-
Uses of VpnConstants.DCGWPresentStatus in org.opendaylight.netvirt.vpnmanager
Methods in org.opendaylight.netvirt.vpnmanager that return VpnConstants.DCGWPresentStatus Modifier and Type Method Description static VpnConstants.DCGWPresentStatus
VpnConstants.DCGWPresentStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VpnConstants.DCGWPresentStatus[]
VpnConstants.DCGWPresentStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-