public class NeutronFirewallInterface extends AbstractNeutronInterface<Firewall,Firewalls,NeutronFirewall> implements INeutronFirewallCRUD
Modifier and Type | Method and Description |
---|---|
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Firewalls> |
createInstanceIdentifier() |
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Firewall> |
createInstanceIdentifier(Firewall item) |
protected NeutronFirewall |
fromMd(Firewall firewall) |
protected List<Firewall> |
getDataObjectList(Firewalls firewalls) |
protected Firewall |
toMd(NeutronFirewall firewall) |
protected Firewall |
toMd(String uuid) |
add, addMd, close, exists, get, getAll, getDataBroker, inUse, overwrite, readMd, remove, removeMd, toUuid, update, updateMd
protected List<Firewall> getDataObjectList(Firewalls firewalls)
getDataObjectList
in class AbstractNeutronInterface<Firewall,Firewalls,NeutronFirewall>
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Firewall> createInstanceIdentifier(Firewall item)
createInstanceIdentifier
in class AbstractNeutronInterface<Firewall,Firewalls,NeutronFirewall>
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Firewalls> createInstanceIdentifier()
createInstanceIdentifier
in class AbstractNeutronInterface<Firewall,Firewalls,NeutronFirewall>
protected NeutronFirewall fromMd(Firewall firewall)
fromMd
in class AbstractNeutronInterface<Firewall,Firewalls,NeutronFirewall>
protected Firewall toMd(NeutronFirewall firewall)
toMd
in class AbstractNeutronInterface<Firewall,Firewalls,NeutronFirewall>
protected Firewall toMd(String uuid)
toMd
in class AbstractNeutronInterface<Firewall,Firewalls,NeutronFirewall>
Copyright © 2017 OpenDaylight. All rights reserved.