Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.peers.PeerBuilder
Package
Description
-
Uses of PeerBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.peers
Modifier and TypeMethodDescriptionPeerBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Peer> augmentation) Add an augmentation to this builder's product.PeerBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Peer>> augmentationType) Remove an augmentation from this builder's product.PeerBuilder.setAddress
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone value) Set the property corresponding toPeer.getAddress()
to the specified value.PeerBuilder.setAs
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber value) Set the property corresponding toPeer.getAs()
to the specified value.PeerBuilder.setBgpId
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone value) Set the property corresponding toPeer.getBgpId()
to the specified value.PeerBuilder.setMirrors
(Mirrors value) Set the property corresponding toPeer.getMirrors()
to the specified value.PeerBuilder.setPeerDistinguisher
(Peer.PeerDistinguisher value) Set the property corresponding toPeer.getPeerDistinguisher()
to the specified value.Set the property corresponding toPeer.getPeerId()
to the specified value.PeerBuilder.setPeerSession
(PeerSession value) Set the property corresponding toPeer.getPeerSession()
to the specified value.PeerBuilder.setPostPolicyRib
(PostPolicyRib value) Set the property corresponding toPeer.getPostPolicyRib()
to the specified value.PeerBuilder.setPrePolicyRib
(PrePolicyRib value) Set the property corresponding toPeer.getPrePolicyRib()
to the specified value.PeerBuilder.setRouterDistinguisher
(String value) Set the property corresponding toPeer.getRouterDistinguisher()
to the specified value.Set the property corresponding toPeer.getStats()
to the specified value.Set the property corresponding toPeer.getType()
to the specified value.Set the key value corresponding toPeer.key()
to the specified value.