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