public interface Unicast extends org.opendaylight.yangtools.yang.binding.ChildOf<Vpnv6>, org.opendaylight.yangtools.yang.binding.Augmentable<Unicast>, NeighbourCastAfConfig
This class represents the following YANG schema fragment defined in module bgp
container unicast { leaf propagate-dmzlink-bw { type boolean; } container default-originate { leaf enable { type enable; } } leaf prefix-list { type prefix-list-ref; } leaf soft-reconfiguration { type boolean; } leaf active { type active; } leaf advertisement-interval { type uint32; } leaf allowas-in { type allowas-in; } leaf maximum-prefix { type uint32; } leaf next-hop-self { type next-hop-self; } leaf next-hop-unchanged { type next-hop-unchanged; } container remove-private-as { leaf remove-private-as-number { type boolean; } leaf replace-with-local-as { type boolean; } } leaf route-reflector-client { type route-reflector-client; } leaf send-community { type send-community; } leaf soo { type string; } leaf weight { type uint16; } container detection { leaf enable { type enable; } leaf threshold { type uint16; } } leaf split-update-group { type enumeration; } uses neighbour-cast-af-config; }The schema path to identify an instance is bgp/bgp-neighbors/bgp-neighbor/af-specific-config/vpnv6/unicast
To create instances of this class use UnicastBuilder
.
UnicastBuilder
NeighbourBaseAfConfig.SendCommunity
SlowPeerConfig.SplitUpdateGroup
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentation
getDefaultOriginate, isPropagateDmzlinkBw
getPrefixList, isSoftReconfiguration
getAdvertisementInterval, getMaximumPrefix, getRemovePrivateAs, getSendCommunity, getSoo, getWeight, isActive, isAllowasIn, isNextHopSelf, isNextHopUnchanged, isRouteReflectorClient
getDetection, getSplitUpdateGroup
Copyright © 2017 OpenDaylight. All rights reserved.