Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.AsPathOptions
Packages that use AsPathOptions
Package
Description
-
Uses of AsPathOptions in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009 that return AsPathOptionsModifier and TypeMethodDescriptionBgpNeighborGroup.getAsPathOptions()Return asPathOptions, ornullif it is not present.@NonNull AsPathOptionsBgpNeighborGroup.nonnullAsPathOptions()Return asPathOptions, or an empty instance if it is not present. -
Uses of AsPathOptions in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group with type parameters of type AsPathOptionsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<AsPathOptions>>
E$$AsPathOptionsBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group that return AsPathOptionsModifier and TypeMethodDescription@NonNull AsPathOptionsAsPathOptionsBuilder.build()A newAsPathOptionsinstance.static @NonNull AsPathOptionsAsPathOptionsBuilder.empty()Get empty instance of AsPathOptions.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group that return types with arguments of type AsPathOptionsModifier and TypeMethodDescriptiondefault Class<AsPathOptions> AsPathOptions.implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group with parameters of type AsPathOptionsModifier and TypeMethodDescriptionstatic booleanAsPathOptions.bindingEquals(@NonNull AsPathOptions thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intAsPathOptions.bindingHashCode(@NonNull AsPathOptions obj) Default implementation ofObject.hashCode()contract for this interface.static StringAsPathOptions.bindingToString(@NonNull AsPathOptions obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group with type arguments of type AsPathOptionsModifier and TypeMethodDescriptionAsPathOptionsBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<AsPathOptions> augmentation) Add an augmentation to this builder's product.AsPathOptionsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<AsPathOptions>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group with parameters of type AsPathOptionsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedAsPathOptions. -
Uses of AsPathOptions in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors that return AsPathOptionsModifier and TypeMethodDescriptionNeighborBuilder.getAsPathOptions()Return current value associated with the property corresponding toBgpNeighborGroup.getAsPathOptions().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors with parameters of type AsPathOptionsModifier and TypeMethodDescriptionNeighborBuilder.setAsPathOptions(AsPathOptions value) Set the property corresponding toBgpNeighborGroup.getAsPathOptions()to the specified value. -
Uses of AsPathOptions in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group that return AsPathOptionsModifier and TypeMethodDescriptionPeerGroupBuilder.getAsPathOptions()Return current value associated with the property corresponding toBgpNeighborGroup.getAsPathOptions().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group with parameters of type AsPathOptionsModifier and TypeMethodDescriptionPeerGroupBuilder.setAsPathOptions(AsPathOptions value) Set the property corresponding toBgpNeighborGroup.getAsPathOptions()to the specified value.