Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination.FlowspecBuilder
-
-
Uses of FlowspecBuilder in org.opendaylight.protocol.bgp.flowspec
Methods in org.opendaylight.protocol.bgp.flowspec with parameters of type FlowspecBuilder Modifier and Type Method Description abstract voidAbstractFlowspecNlriParser. extractSpecificFlowspec(org.opendaylight.yangtools.yang.data.api.schema.ChoiceNode fsType, FlowspecBuilder fsBuilder)voidSimpleFlowspecIpv4NlriParser. extractSpecificFlowspec(org.opendaylight.yangtools.yang.data.api.schema.ChoiceNode fsType, FlowspecBuilder fsBuilder)voidSimpleFlowspecIpv6NlriParser. extractSpecificFlowspec(org.opendaylight.yangtools.yang.data.api.schema.ChoiceNode fsType, FlowspecBuilder fsBuilder) -
Uses of FlowspecBuilder in org.opendaylight.protocol.bgp.flowspec.ipv4
Methods in org.opendaylight.protocol.bgp.flowspec.ipv4 with parameters of type FlowspecBuilder Modifier and Type Method Description static voidFlowspecIpv4NlriParserHelper. extractFlowspec(org.opendaylight.yangtools.yang.data.api.schema.ChoiceNode fsType, FlowspecBuilder fsBuilder) -
Uses of FlowspecBuilder in org.opendaylight.protocol.bgp.flowspec.ipv6
Methods in org.opendaylight.protocol.bgp.flowspec.ipv6 with parameters of type FlowspecBuilder Modifier and Type Method Description static voidFlowspecIpv6NlriParserHelper. extractFlowspec(org.opendaylight.yangtools.yang.data.api.schema.ChoiceNode fsType, FlowspecBuilder fsBuilder) -
Uses of FlowspecBuilder in org.opendaylight.protocol.bgp.flowspec.l3vpn.ipv4
Methods in org.opendaylight.protocol.bgp.flowspec.l3vpn.ipv4 with parameters of type FlowspecBuilder Modifier and Type Method Description voidFlowspecL3vpnIpv4NlriParser. extractSpecificFlowspec(org.opendaylight.yangtools.yang.data.api.schema.ChoiceNode fsType, FlowspecBuilder fsBuilder) -
Uses of FlowspecBuilder in org.opendaylight.protocol.bgp.flowspec.l3vpn.ipv6
Methods in org.opendaylight.protocol.bgp.flowspec.l3vpn.ipv6 with parameters of type FlowspecBuilder Modifier and Type Method Description voidFlowspecL3vpnIpv6NlriParser. extractSpecificFlowspec(org.opendaylight.yangtools.yang.data.api.schema.ChoiceNode fsType, FlowspecBuilder fsBuilder) -
Uses of FlowspecBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination that return FlowspecBuilder Modifier and Type Method Description FlowspecBuilderFlowspecBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Flowspec> augmentation)Add an augmentation to this builder's product.FlowspecBuilderFlowspecBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Flowspec>> augmentationType)Remove an augmentation from this builder's product.FlowspecBuilderFlowspecBuilder. setFlowspecType(FlowspecType value)Set the property corresponding toFlowspec.getFlowspecType()to the specified value.
-