Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.conditions.BgpConditionsBuilder
Package
Description
-
Uses of BgpConditionsBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.conditions
Modifier and TypeMethodDescriptionBgpConditionsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<BgpConditions> augmentation) Add an augmentation to this builder's product.BgpConditionsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BgpConditions>> augmentationType) Remove an augmentation from this builder's product.BgpConditionsBuilder.setAfiSafiIn
(Set<AfiSafiType> values) Set the property corresponding toBgpAttributeConditions.getAfiSafiIn()
to the specified value.BgpConditionsBuilder.setAsPathLength
(AsPathLength value) Set the property corresponding toBgpAttributeConditions.getAsPathLength()
to the specified value.BgpConditionsBuilder.setCommunityCount
(CommunityCount value) Set the property corresponding toBgpAttributeConditions.getCommunityCount()
to the specified value.BgpConditionsBuilder.setLocalPrefEq
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toBgpAttributeConditions.getLocalPrefEq()
to the specified value.BgpConditionsBuilder.setMatchAsPathSet
(MatchAsPathSet value) Set the property corresponding toBgpMatchConditions.getMatchAsPathSet()
to the specified value.BgpConditionsBuilder.setMatchCommunitySet
(MatchCommunitySet value) Set the property corresponding toBgpMatchConditions.getMatchCommunitySet()
to the specified value.BgpConditionsBuilder.setMatchExtCommunitySet
(MatchExtCommunitySet value) Set the property corresponding toBgpMatchConditions.getMatchExtCommunitySet()
to the specified value.BgpConditionsBuilder.setMedEq
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toBgpAttributeConditions.getMedEq()
to the specified value.BgpConditionsBuilder.setNextHopIn
(Set<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress> values) Set the property corresponding toBgpAttributeConditions.getNextHopIn()
to the specified value.BgpConditionsBuilder.setOriginEq
(BgpOriginAttrType value) Set the property corresponding toBgpAttributeConditions.getOriginEq()
to the specified value.BgpConditionsBuilder.setRouteType
(BgpAttributeConditions.RouteType value) Set the property corresponding toBgpAttributeConditions.getRouteType()
to the specified value.