Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.actions.BgpActionsBuilder
Packages that use BgpActionsBuilder
Package
Description
-
Uses of BgpActionsBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.actions
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.actions that return BgpActionsBuilderModifier and TypeMethodDescriptionBgpActionsBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<BgpActions> augmentation) Add an augmentation to this builder's product.BgpActionsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<BgpActions>> augmentationType) Remove an augmentation from this builder's product.BgpActionsBuilder.setSetAsPathPrepend
(SetAsPathPrepend value) Set the property corresponding toBgpActions.getSetAsPathPrepend()
to the specified value.BgpActionsBuilder.setSetCommunity
(SetCommunity value) Set the property corresponding toBgpActions.getSetCommunity()
to the specified value.BgpActionsBuilder.setSetExtCommunity
(SetExtCommunity value) Set the property corresponding toBgpActions.getSetExtCommunity()
to the specified value.BgpActionsBuilder.setSetLocalPref
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toBgpActions.getSetLocalPref()
to the specified value.BgpActionsBuilder.setSetMed
(BgpSetMedType value) Set the property corresponding toBgpActions.getSetMed()
to the specified value.BgpActionsBuilder.setSetNextHop
(BgpNextHopType value) Set the property corresponding toBgpActions.getSetNextHop()
to the specified value.BgpActionsBuilder.setSetRouteOrigin
(BgpOriginAttrType value) Set the property corresponding toBgpActions.getSetRouteOrigin()
to the specified value.