Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.actions.bgp.actions.SetCommunity
Package
Description
-
Uses of SetCommunity in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.actions
Modifier and TypeMethodDescriptionSetCommunityHandler.applyExportAction
(RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryExportParameters routeEntryExportParameters, Attributes attributes, SetCommunity bgpActions) SetCommunityHandler.applyImportAction
(RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryImportParameters routeEntryImportParameters, Attributes attributes, SetCommunity bgpActions) -
Uses of SetCommunity in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.actions
Modifier and TypeMethodDescriptionBgpActions.getSetCommunity()
Return setCommunity, ornull
if it is not present.BgpActionsBuilder.getSetCommunity()
Return current value associated with the property corresponding toBgpActions.getSetCommunity()
.Modifier and TypeMethodDescriptionBgpActionsBuilder.setSetCommunity
(SetCommunity value) Set the property corresponding toBgpActions.getSetCommunity()
to the specified value. -
Uses of SetCommunity in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.actions.bgp.actions
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<SetCommunity>>
E$$SetCommunityBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull SetCommunity
SetCommunityBuilder.build()
A newSetCommunity
instance.Modifier and TypeMethodDescriptiondefault Class
<SetCommunity> SetCommunity.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
SetCommunity.bindingEquals
(@NonNull SetCommunity thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SetCommunity.bindingHashCode
(@NonNull SetCommunity obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SetCommunity.bindingToString
(@NonNull SetCommunity obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionSetCommunityBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<SetCommunity> augmentation) Add an augmentation to this builder's product.SetCommunityBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<SetCommunity>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSetCommunity
.