public class BgpBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Bgp>
Bgp
instances.Bgp
Constructor and Description |
---|
BgpBuilder() |
BgpBuilder(Bgp base) |
BgpBuilder(BgpAfConfig arg) |
BgpBuilder(SlowPeerConfig arg) |
public BgpBuilder()
public BgpBuilder(BgpAfConfig arg)
public BgpBuilder(SlowPeerConfig arg)
public BgpBuilder(Bgp base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg
- grouping objectIllegalArgumentException
- if given argument is none of valid typespublic BgpAfConfig.AdditionalPaths getAdditionalPaths()
public AggregateTimer getAggregateTimer()
public Bestpath getBestpath()
public Detection getDetection()
public Short getScanTime()
public SlowPeerConfig.SplitUpdateGroup getSplitUpdateGroup()
public Boolean isAdvertiseBestExternal()
public Boolean isDampening()
public Boolean isPropagateDmzlinkBw()
public Boolean isRedistributeInternal()
public Boolean isSoftReconfigBackup()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Bgp>> E getAugmentation(Class<E> augmentationType)
public BgpBuilder setAdditionalPaths(BgpAfConfig.AdditionalPaths value)
public BgpBuilder setAggregateTimer(AggregateTimer value)
public BgpBuilder setBestpath(Bestpath value)
public BgpBuilder setDetection(Detection value)
public BgpBuilder setScanTime(Short value)
public BgpBuilder setSplitUpdateGroup(SlowPeerConfig.SplitUpdateGroup value)
public BgpBuilder setAdvertiseBestExternal(Boolean value)
public BgpBuilder setDampening(Boolean value)
public BgpBuilder setPropagateDmzlinkBw(Boolean value)
public BgpBuilder setRedistributeInternal(Boolean value)
public BgpBuilder setSoftReconfigBackup(Boolean value)
public BgpBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Bgp>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Bgp> augmentationValue)
public BgpBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Bgp>> augmentationType)
Copyright © 2019 OpenDaylight. All rights reserved.