Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.PeerRole
Package
Description
-
Uses of PeerRole in org.opendaylight.protocol.bgp.mode.impl
Modifier and TypeMethodDescriptionBGPRouteEntryExportParametersImpl.getFromPeerRole()
BGPRouteEntryExportParametersImpl.getToPeerRole()
-
Uses of PeerRole in org.opendaylight.protocol.bgp.rib.impl
ModifierConstructorDescriptionBGPPeer
(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, Integer> llGracefulTablesAdvertised, BgpPeer bgpPeer) -
Uses of PeerRole in org.opendaylight.protocol.bgp.rib.spi
-
Uses of PeerRole in org.opendaylight.protocol.bgp.rib.spi.policy
Modifier 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
Modifier and TypeMethodDescriptionstatic @Nullable PeerRole
Return the enumeration member whosegetName()
matches specified assigned name.static @Nullable PeerRole
PeerRole.forValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.static @NonNull PeerRole
Return the enumeration member whosegetName()
matches specified assigned name.static @NonNull PeerRole
PeerRole.ofValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.static PeerRole
Returns 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
Modifier and TypeMethodDescriptionPeer.getPeerRole()
Return peerRole, ornull
if it is not present.PeerBuilder.getPeerRole()
Return current value associated with the property corresponding toPeer.getPeerRole()
.default @NonNull PeerRole
Peer.requirePeerRole()
Return peerRole, guaranteed to be non-null.Modifier 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
Modifier and TypeMethodDescriptionRoleSet.getRole()
Return role, ornull
if 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.Modifier and TypeMethodDescriptionSet the property corresponding toRoleSet.getRole()
to the specified value.