public class NeutronSecurityGroupInterface extends AbstractNeutronInterface<SecurityGroup,SecurityGroups,NeutronSecurityGroup> implements INeutronSecurityGroupCRUD
| Modifier and Type | Method and Description |
|---|---|
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<SecurityGroups> |
createInstanceIdentifier() |
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<SecurityGroup> |
createInstanceIdentifier(SecurityGroup securityGroup) |
protected NeutronSecurityGroup |
fromMd(SecurityGroup group) |
protected List<SecurityGroup> |
getDataObjectList(SecurityGroups groups) |
protected SecurityGroup |
toMd(NeutronSecurityGroup securityGroup) |
protected SecurityGroup |
toMd(String uuid) |
add, addMd, close, exists, get, getAll, getDataBroker, inUse, overwrite, readMd, remove, removeMd, toUuid, update, updateMdprotected List<SecurityGroup> getDataObjectList(SecurityGroups groups)
getDataObjectList in class AbstractNeutronInterface<SecurityGroup,SecurityGroups,NeutronSecurityGroup>protected NeutronSecurityGroup fromMd(SecurityGroup group)
fromMd in class AbstractNeutronInterface<SecurityGroup,SecurityGroups,NeutronSecurityGroup>protected SecurityGroup toMd(NeutronSecurityGroup securityGroup)
toMd in class AbstractNeutronInterface<SecurityGroup,SecurityGroups,NeutronSecurityGroup>protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<SecurityGroup> createInstanceIdentifier(SecurityGroup securityGroup)
createInstanceIdentifier in class AbstractNeutronInterface<SecurityGroup,SecurityGroups,NeutronSecurityGroup>protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<SecurityGroups> createInstanceIdentifier()
createInstanceIdentifier in class AbstractNeutronInterface<SecurityGroup,SecurityGroups,NeutronSecurityGroup>protected SecurityGroup toMd(String uuid)
toMd in class AbstractNeutronInterface<SecurityGroup,SecurityGroups,NeutronSecurityGroup>Copyright © 2017 OpenDaylight. All rights reserved.