Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.Transport
Package
Description
-
Uses of Transport in org.opendaylight.protocol.bgp.state
Modifier and TypeMethodDescriptionstatic @Nullable Transport
NeighborUtil.buildTransport
(@Nullable BGPTransportState neighbor) Builds Transport State from BGPTransportState counters. -
Uses of Transport in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009
Modifier and TypeMethodDescriptionBgpNeighborGroup.getTransport()
Return transport, ornull
if it is not present.@NonNull Transport
BgpNeighborGroup.nonnullTransport()
Return transport, or an empty instance if it is not present. -
Uses of Transport in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Transport>>
E$$TransportBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Transport
TransportBuilder.build()
A newTransport
instance.static @NonNull Transport
TransportBuilder.empty()
Get empty instance of Transport.Modifier and TypeMethodDescriptionstatic boolean
Transport.bindingEquals
(@NonNull Transport thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Transport.bindingHashCode
(@NonNull Transport obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Transport.bindingToString
(@NonNull Transport obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionTransportBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Transport> augmentation) Add an augmentation to this builder's product.TransportBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Transport>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionTransportBuilder
(Transport base) Construct a builder initialized with state from specifiedTransport
. -
Uses of Transport in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors
Modifier and TypeMethodDescriptionNeighborBuilder.getTransport()
Return current value associated with the property corresponding toBgpNeighborGroup.getTransport()
.Modifier and TypeMethodDescriptionNeighborBuilder.setTransport
(Transport value) Set the property corresponding toBgpNeighborGroup.getTransport()
to the specified value. -
Uses of Transport in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group
Modifier and TypeMethodDescriptionPeerGroupBuilder.getTransport()
Return current value associated with the property corresponding toBgpNeighborGroup.getTransport()
.Modifier and TypeMethodDescriptionPeerGroupBuilder.setTransport
(Transport value) Set the property corresponding toBgpNeighborGroup.getTransport()
to the specified value.