Uses of Class
org.opendaylight.netvirt.ipv6service.VirtualSubnet
-
Packages that use VirtualSubnet Package Description org.opendaylight.netvirt.ipv6service org.opendaylight.netvirt.ipv6service.utils -
-
Uses of VirtualSubnet in org.opendaylight.netvirt.ipv6service
Methods in org.opendaylight.netvirt.ipv6service that return VirtualSubnet Modifier and Type Method Description VirtualSubnetVirtualSubnet.Builder. build()Methods in org.opendaylight.netvirt.ipv6service that return types with arguments of type VirtualSubnet Modifier and Type Method Description java.util.List<VirtualSubnet>VirtualPort. getSubnets()Methods in org.opendaylight.netvirt.ipv6service with parameters of type VirtualSubnet Modifier and Type Method Description voidVirtualRouter. addSubnet(VirtualSubnet snet)voidVirtualPort. setSubnet(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid snetID, VirtualSubnet subnet) -
Uses of VirtualSubnet in org.opendaylight.netvirt.ipv6service.utils
Methods in org.opendaylight.netvirt.ipv6service.utils with parameters of type VirtualSubnet Modifier and Type Method Description static booleanIpv6ServiceUtils. isIpv6Subnet(VirtualSubnet subnet)
-