Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.AfiSafis
-
-
Uses of AfiSafis in org.opendaylight.protocol.bgp.state
Methods in org.opendaylight.protocol.bgp.state that return AfiSafis Modifier and Type Method Description static AfiSafisNeighborUtil. buildAfisSafis(@NonNull BGPPeerState neighbor, @NonNull BGPTableTypeRegistryConsumer bgpTableTypeRegistry)Builds Neighbor Afi Safi containing AfiSafi State. -
Uses of AfiSafis in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009 that return AfiSafis Modifier and Type Method Description AfiSafisBgpNeighborGroup. getAfiSafis()Return afiSafis, ornullif it is not present. -
Uses of AfiSafis in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group with type parameters of type AfiSafis Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<AfiSafis>>
E$$AfiSafisBuilder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group that return AfiSafis Modifier and Type Method Description @NonNull AfiSafisAfiSafisBuilder. build()A newAfiSafisinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group that return types with arguments of type AfiSafis Modifier and Type Method Description default Class<AfiSafis>AfiSafis. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group with parameters of type AfiSafis Modifier and Type Method Description static booleanAfiSafis. bindingEquals(@NonNull AfiSafis thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intAfiSafis. bindingHashCode(@NonNull AfiSafis obj)Default implementation ofObject.hashCode()contract for this interface.static StringAfiSafis. bindingToString(@NonNull AfiSafis obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group with type arguments of type AfiSafis Modifier and Type Method Description AfiSafisBuilderAfiSafisBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<AfiSafis> augmentation)Add an augmentation to this builder's product.AfiSafisBuilderAfiSafisBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AfiSafis>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group with parameters of type AfiSafis Constructor Description AfiSafisBuilder(AfiSafis base)Construct a builder initialized with state from specifiedAfiSafis. -
Uses of AfiSafis in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors that return AfiSafis Modifier and Type Method Description AfiSafisNeighborBuilder. getAfiSafis()Return current value associated with the property corresponding toBgpNeighborGroup.getAfiSafis().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors with parameters of type AfiSafis Modifier and Type Method Description NeighborBuilderNeighborBuilder. setAfiSafis(AfiSafis value)Set the property corresponding toBgpNeighborGroup.getAfiSafis()to the specified value. -
Uses of AfiSafis in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group that return AfiSafis Modifier and Type Method Description AfiSafisPeerGroupBuilder. getAfiSafis()Return current value associated with the property corresponding toBgpNeighborGroup.getAfiSafis().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group with parameters of type AfiSafis Modifier and Type Method Description PeerGroupBuilderPeerGroupBuilder. setAfiSafis(AfiSafis value)Set the property corresponding toBgpNeighborGroup.getAfiSafis()to the specified value.
-