Uses of Class
org.opendaylight.neutron.spi.NeutronSecurityGroup
-
Packages that use NeutronSecurityGroup Package Description org.opendaylight.neutron.spi org.opendaylight.neutron.transcriber -
-
Uses of NeutronSecurityGroup in org.opendaylight.neutron.spi
Methods in org.opendaylight.neutron.spi that return types with arguments of type NeutronSecurityGroup Modifier and Type Method Description List<NeutronSecurityGroup>
NeutronPort. getSecurityGroups()
Method parameters in org.opendaylight.neutron.spi with type arguments of type NeutronSecurityGroup Modifier and Type Method Description void
NeutronPort. setSecurityGroups(List<NeutronSecurityGroup> securityGroups)
-
Uses of NeutronSecurityGroup in org.opendaylight.neutron.transcriber
Methods in org.opendaylight.neutron.transcriber that return NeutronSecurityGroup Modifier and Type Method Description protected NeutronSecurityGroup
NeutronSecurityGroupInterface. fromMd(SecurityGroup group)
Methods in org.opendaylight.neutron.transcriber with parameters of type NeutronSecurityGroup Modifier and Type Method Description protected SecurityGroup
NeutronSecurityGroupInterface. toMd(NeutronSecurityGroup securityGroup)
-