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