Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.PeerRole
Packages that use PeerRole
Package
Description
-
Uses of PeerRole in org.opendaylight.protocol.bgp.mode.impl
Methods in org.opendaylight.protocol.bgp.mode.impl that return PeerRoleModifier and TypeMethodDescriptionBGPRouteEntryExportParametersImpl.getFromPeerRole()BGPRouteEntryExportParametersImpl.getToPeerRole() -
Uses of PeerRole in org.opendaylight.protocol.bgp.rib.impl
Constructors in org.opendaylight.protocol.bgp.rib.impl with parameters of type PeerRoleModifierConstructorDescriptionBGPPeer(BGPTableTypeRegistryConsumer tableTypeRegistry, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone neighborAddress, String peerGroupName, RIB rib, PeerRole role, ClusterIdentifier clusterId, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber localAs, org.opendaylight.mdsal.binding.api.RpcProviderService rpcRegistry, Set<TablesKey> afiSafisAdvertized, Set<TablesKey> afiSafisGracefulAdvertized, Map<TablesKey, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.types.rev171204.Uint24> llGracefulTablesAdvertised, boolean treatAsWithdraw, BgpPeerBean bean) -
Uses of PeerRole in org.opendaylight.protocol.bgp.rib.spi
Methods in org.opendaylight.protocol.bgp.rib.spi that return PeerRoleModifier and TypeMethodDescription@NonNull PeerRolePeerTrackerInformation.getRole()Returns Peer Role.Methods in org.opendaylight.protocol.bgp.rib.spi with parameters of type PeerRole -
Uses of PeerRole in org.opendaylight.protocol.bgp.rib.spi.policy
Methods in org.opendaylight.protocol.bgp.rib.spi.policy that return PeerRoleModifier and TypeMethodDescriptionBGPRouteEntryImportParameters.getFromPeerRole()Peer id of Peer route entry announcer.BGPRouteEntryExportParameters.getToPeerRole()Peer id of Peer route entry destiny. -
Uses of PeerRole in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329 that return PeerRoleModifier and TypeMethodDescriptionstatic @Nullable PeerRoleReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable PeerRolePeerRole.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static @NonNull PeerRoleReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull PeerRolePeerRole.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static PeerRoleReturns the enum constant of this class with the specified name.static PeerRole[]PeerRole.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PeerRole in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib that return PeerRoleModifier and TypeMethodDescriptionPeer.getPeerRole()Return peerRole, ornullif it is not present.PeerBuilder.getPeerRole()Return current value associated with the property corresponding toPeer.getPeerRole().default @NonNull PeerRolePeer.requirePeerRole()Return peerRole, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib with parameters of type PeerRoleModifier and TypeMethodDescriptionPeerBuilder.setPeerRole(PeerRole value) Set the property corresponding toPeer.getPeerRole()to the specified value. -
Uses of PeerRole in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.role.set
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.role.set that return types with arguments of type PeerRoleModifier and TypeMethodDescriptionRoleSet.getRole()Return role, ornullif it is not present.RoleSetBuilder.getRole()Return current value associated with the property corresponding toRoleSet.getRole().RoleSet.requireRole()Return role, guaranteed to be non-null.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.role.set with type arguments of type PeerRoleModifier and TypeMethodDescriptionSet the property corresponding toRoleSet.getRole()to the specified value.