Uses of Class
org.opendaylight.neutron.hostconfig.utils.NeutronHostconfigUtils.Action
-
Packages that use NeutronHostconfigUtils.Action Package Description org.opendaylight.neutron.hostconfig.utils -
-
Uses of NeutronHostconfigUtils.Action in org.opendaylight.neutron.hostconfig.utils
Methods in org.opendaylight.neutron.hostconfig.utils that return NeutronHostconfigUtils.Action Modifier and Type Method Description static NeutronHostconfigUtils.Action
NeutronHostconfigUtils.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static NeutronHostconfigUtils.Action[]
NeutronHostconfigUtils.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.neutron.hostconfig.utils with parameters of type NeutronHostconfigUtils.Action Modifier and Type Method Description void
NeutronHostconfigUtils. updateMdsal(Hostconfig hostConfig, NeutronHostconfigUtils.Action action)
-