Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.types.rev151009.AfiSafiType
Packages that use AfiSafiType
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329
-
Uses of AfiSafiType in org.opendaylight.protocol.bgp.openconfig.routing.policy.spi.policy.condition
Methods in org.opendaylight.protocol.bgp.openconfig.routing.policy.spi.policy.condition with parameters of type AfiSafiTypeModifier and TypeMethodDescriptionbooleanConditionsPolicy.matchExportCondition(@NonNull AfiSafiType afiSafiType, @NonNull RouteEntryBaseAttributes routeEntryInfo, @NonNull BGPRouteEntryExportParameters routeEntryExportParameters, @Nullable N attributes, T conditions) Check if route matches defined condition (Export Policy).booleanConditionsPolicy.matchImportCondition(@NonNull AfiSafiType afiSafiType, @NonNull RouteEntryBaseAttributes routeEntryInfo, @NonNull BGPRouteEntryImportParameters routeEntryImportParameters, @Nullable N attributes, @NonNull T conditions) Check if route matches defined condition (Import Policy). -
Uses of AfiSafiType in org.opendaylight.protocol.bgp.openconfig.routing.policy.spi.registry
Methods in org.opendaylight.protocol.bgp.openconfig.routing.policy.spi.registry with parameters of type AfiSafiTypeModifier and TypeMethodDescriptionStatementRegistry.applyExportStatement(RouteEntryBaseAttributes routeEntryInfo, AfiSafiType afiSafi, BGPRouteEntryExportParameters routeEntryExportParameters, RouteAttributeContainer attributes, Statement statement) @NonNull RouteAttributeContainerStatementRegistryConsumer.applyExportStatement(@NonNull RouteEntryBaseAttributes routeEntryInfo, @NonNull AfiSafiType afiSafi, @NonNull BGPRouteEntryExportParameters baseExportParameters, @NonNull RouteAttributeContainer attributes, @NonNull Statement statement) Apply statement to BGP Route Attributes (Export Policy).StatementRegistry.applyImportStatement(RouteEntryBaseAttributes routeEntryInfo, AfiSafiType afiSafi, BGPRouteEntryImportParameters routeEntryImportParameters, RouteAttributeContainer attributes, Statement statement) @NonNull RouteAttributeContainerStatementRegistryConsumer.applyImportStatement(@NonNull RouteEntryBaseAttributes routeEntryInfo, @NonNull AfiSafiType afiSafi, @NonNull BGPRouteEntryImportParameters routeBaseParameters, @NonNull RouteAttributeContainer attributes, @NonNull Statement statement) Apply statement to BGP Route Attributes (Import Policy). -
Uses of AfiSafiType in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.conditions
Methods in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.conditions with parameters of type AfiSafiTypeModifier and TypeMethodDescriptionbooleanMatchAfiSafiNotInHandler.matchExportCondition(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryExportParameters routeEntryExportParameters, Void attributes, MatchAfiSafiNotInCondition conditions) booleanMatchAsPathSetHandler.matchExportCondition(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryExportParameters routeEntryExportParameters, AsPath asPath, MatchAsPathSet conditions) booleanMatchBgpNeighborSetHandler.matchExportCondition(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryExportParameters exportParameters, Void nonAttributres, MatchBgpNeighborCondition conditions) booleanMatchClusterIdSetHandler.matchExportCondition(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryExportParameters exportParameters, ClusterId clusterIdAtt, MatchClusterIdSetCondition conditions) booleanMatchCommunitySetHandler.matchExportCondition(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryExportParameters routeEntryExportParameters, List<Communities> communities, MatchCommunitySet conditions) booleanMatchExtCommunitySetHandler.matchExportCondition(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryExportParameters routeEntryExportParameters, List<ExtendedCommunities> extendedCommunities, MatchExtCommunitySet conditions) booleanMatchOriginatorIdSetHandler.matchExportCondition(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryExportParameters routeEntryExportParameters, OriginatorId originatorId, MatchOriginatorIdSetCondition conditions) booleanMatchRoleSetHandler.matchExportCondition(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryExportParameters exportParameters, Void attributes, MatchRoleSetCondition conditions) booleanVpnNonMemberHandler.matchExportCondition(AfiSafiType afiSafiType, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryExportParameters routeEntryExportParameters, List<ExtendedCommunities> attributes, VpnNonMemberCondition conditions) booleanMatchAfiSafiNotInHandler.matchImportCondition(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryImportParameters routeEntryImportParameters, Void attributes, MatchAfiSafiNotInCondition conditions) booleanMatchAsPathSetHandler.matchImportCondition(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryImportParameters routeEntryImportParameters, AsPath asPath, MatchAsPathSet conditions) booleanMatchBgpNeighborSetHandler.matchImportCondition(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryImportParameters importParameters, Void nonAttributres, MatchBgpNeighborCondition conditions) booleanMatchClusterIdSetHandler.matchImportCondition(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryImportParameters importParameters, ClusterId clusterIdAtt, MatchClusterIdSetCondition conditions) booleanMatchCommunitySetHandler.matchImportCondition(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryImportParameters routeEntryImportParameters, List<Communities> communities, MatchCommunitySet conditions) booleanMatchExtCommunitySetHandler.matchImportCondition(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryImportParameters routeEntryImportParameters, List<ExtendedCommunities> extendedCommunities, MatchExtCommunitySet conditions) booleanMatchOriginatorIdSetHandler.matchImportCondition(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryImportParameters routeEntryImportParameters, OriginatorId originatorId, MatchOriginatorIdSetCondition conditions) booleanMatchRoleSetHandler.matchImportCondition(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryImportParameters importParameters, Void attributes, MatchRoleSetCondition conditions) booleanVpnNonMemberHandler.matchImportCondition(AfiSafiType afiSafiType, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryImportParameters routeEntryImportParameters, List<ExtendedCommunities> attributes, VpnNonMemberCondition conditions) -
Uses of AfiSafiType in org.opendaylight.protocol.bgp.openconfig.spi
Methods in org.opendaylight.protocol.bgp.openconfig.spi that return AfiSafiTypeModifier and TypeMethodDescription@Nullable AfiSafiTypeBGPTableTypeRegistryConsumer.getAfiSafiType(@NonNull BgpTableType bgpTableType) Looks for AfiSafiType based on BgpTableType.@Nullable AfiSafiTypeBGPTableTypeRegistryConsumer.getAfiSafiType(@NonNull TablesKey tablesKey) Looks for AfiSafiType based on TablesKey.Methods in org.opendaylight.protocol.bgp.openconfig.spi with parameters of type AfiSafiTypeModifier and TypeMethodDescription@Nullable TablesKeyBGPTableTypeRegistryConsumer.getTableKey(@NonNull AfiSafiType afiSafiType) Looks for BgpTableType based on OpenConfig AFI/SAFI.@Nullable BgpTableTypeBGPTableTypeRegistryConsumer.getTableType(@NonNull AfiSafiType afiSafiType) Looks for BgpTableType based on OpenConfig AFI/SAFI.@NonNull org.opendaylight.yangtools.concepts.RegistrationBGPTableTypeRegistryProvider.registerBGPTableType(@NonNull AddressFamily afi, @NonNull SubsequentAddressFamily safi, @NonNull AfiSafiType afiSafiType) Register supported AFI/SAFI. -
Uses of AfiSafiType in org.opendaylight.protocol.bgp.rib.spi.entry
Methods in org.opendaylight.protocol.bgp.rib.spi.entry that return AfiSafiTypeModifier and TypeMethodDescription@NonNull AfiSafiTypeRouteEntryDependenciesContainer.getAfiSafType()Returns the AfiSafiType(AFI/SAFI) corresponding to the Route Entry. -
Uses of AfiSafiType in org.opendaylight.protocol.bgp.rib.spi.policy
Methods in org.opendaylight.protocol.bgp.rib.spi.policy with parameters of type AfiSafiTypeModifier and TypeMethodDescription@NonNull Optional<Attributes> BGPRibRoutingPolicy.applyExportPolicies(@NonNull BGPRouteEntryExportParameters policyParameters, @NonNull Attributes attributes, @NonNull AfiSafiType afiSafType) Apply export policy to route attributes.@NonNull Optional<Attributes> BGPRibRoutingPolicy.applyImportPolicies(@NonNull BGPRouteEntryImportParameters policyParameters, @NonNull Attributes attributes, @NonNull AfiSafiType afiSafiType) Apply import policy to route attributes. -
Uses of AfiSafiType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009 that return AfiSafiTypeModifier and TypeMethodDescriptionBgpAfiSafiConfig.getAfiSafiName()Return afiSafiName, ornullif it is not present.default @NonNull AfiSafiTypeBgpAfiSafiConfig.requireAfiSafiName()Return afiSafiName, guaranteed to be non-null. -
Uses of AfiSafiType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list that return AfiSafiTypeModifier and TypeMethodDescriptionAfiSafi.getAfiSafiName()Return afiSafiName, ornullif it is not present.AfiSafiBuilder.getAfiSafiName()Return current value associated with the property corresponding toAfiSafi.getAfiSafiName().@NonNull AfiSafiTypeAfiSafiKey.getAfiSafiName()Return afiSafiName, guaranteed to be non-null.default @NonNull AfiSafiTypeAfiSafi.requireAfiSafiName()Return afiSafiName, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list with parameters of type AfiSafiTypeModifier and TypeMethodDescriptionAfiSafiBuilder.setAfiSafiName(AfiSafiType value) Set the property corresponding toAfiSafi.getAfiSafiName()to the specified value.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list with parameters of type AfiSafiTypeModifierConstructorDescriptionAfiSafiKey(@NonNull AfiSafiType _afiSafiName) Constructs an instance. -
Uses of AfiSafiType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list.afi.safi
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list.afi.safi that return AfiSafiTypeModifier and TypeMethodDescriptionConfigBuilder.getAfiSafiName()Return current value associated with the property corresponding toBgpAfiSafiConfig.getAfiSafiName().StateBuilder.getAfiSafiName()Return current value associated with the property corresponding toBgpAfiSafiConfig.getAfiSafiName().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list.afi.safi with parameters of type AfiSafiTypeModifier and TypeMethodDescriptionConfigBuilder.setAfiSafiName(AfiSafiType value) Set the property corresponding toBgpAfiSafiConfig.getAfiSafiName()to the specified value.StateBuilder.setAfiSafiName(AfiSafiType value) Set the property corresponding toBgpAfiSafiConfig.getAfiSafiName()to the specified value. -
Uses of AfiSafiType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009 that return types with arguments of type AfiSafiTypeModifier and TypeMethodDescription@Nullable Set<AfiSafiType> BgpAttributeConditions.getAfiSafiIn()Return afiSafiIn, ornullif it is not present.default @NonNull Set<AfiSafiType> BgpAttributeConditions.requireAfiSafiIn()Return afiSafiIn, guaranteed to be non-null. -
Uses of AfiSafiType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.conditions
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.conditions that return types with arguments of type AfiSafiTypeModifier and TypeMethodDescriptionBgpConditionsBuilder.getAfiSafiIn()Return current value associated with the property corresponding toBgpAttributeConditions.getAfiSafiIn().Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.conditions with type arguments of type AfiSafiTypeModifier and TypeMethodDescriptionBgpConditionsBuilder.setAfiSafiIn(Set<AfiSafiType> values) Set the property corresponding toBgpAttributeConditions.getAfiSafiIn()to the specified value. -
Uses of AfiSafiType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.types.rev151009
Subinterfaces of AfiSafiType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.types.rev151009Modifier and TypeInterfaceDescriptioninterfaceLabelled IPv4 unicast (AFI,SAFI = 1,4)interfaceIPv4 unicast (AFI,SAFI = 1,1)interfaceLabelled IPv6 unicast (AFI,SAFI = 2,4)interfaceIPv6 unicast (AFI,SAFI = 2,1)interfaceBGP MPLS Based Ethernet VPN (AFI,SAFI = 25,70)interfaceBGP-signalled VPLS (AFI,SAFI = 25,65)interfaceMulticast IPv4 MPLS L3VPN (AFI,SAFI = 1,129)interfaceUnicast IPv4 MPLS L3VPN (AFI,SAFI = 1,128)interfaceMulticast IPv6 MPLS L3VPN (AFI,SAFI = 2,129)interfaceUnicast IPv6 MPLS L3VPN (AFI,SAFI = 2,128)Fields in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.types.rev151009 declared as AfiSafiTypeModifier and TypeFieldDescriptionstatic final @NonNull AfiSafiTypeAfiSafiType.VALUESingleton value representing theAfiSafiTypeidentity.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.types.rev151009 that return types with arguments of type AfiSafiTypeModifier and TypeMethodDescriptionClass<? extends AfiSafiType> AfiSafiType.implementedInterface() -
Uses of AfiSafiType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329
Subinterfaces of AfiSafiType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329Modifier and TypeInterfaceDescriptioninterfaceIPv4 Flow specification (AFI,SAFI = 1,133)interfaceIPv6 Flow specification (AFI,SAFI = 2,133)interfaceMulticast IPv4 VPN (AFI,SAFI = 1,5)interfaceIPv6 Flow specification (AFI,SAFI = 2,133)interfaceIPv6 Flow specification (AFI,SAFI = 2,133)interfaceMulticast IPv6 VPN (AFI,SAFI = 2,5)interfaceLink-State (AFI,SAFI = 16388,71)interfaceRoute Target constrains (AFI,SAFI = 1,132) -
Uses of AfiSafiType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120 that return types with arguments of type AfiSafiTypeModifier and TypeMethodDescription@Nullable Set<AfiSafiType> MatchAfiSafiNotInCondition.getAfiSafiNotIn()Return afiSafiNotIn, ornullif it is not present.MatchAfiSafiNotInConditionBuilder.getAfiSafiNotIn()Return current value associated with the property corresponding toMatchAfiSafiNotInCondition.getAfiSafiNotIn().default @NonNull Set<AfiSafiType> MatchAfiSafiNotInCondition.requireAfiSafiNotIn()Return afiSafiNotIn, guaranteed to be non-null.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120 with type arguments of type AfiSafiTypeModifier and TypeMethodDescriptionMatchAfiSafiNotInConditionBuilder.setAfiSafiNotIn(Set<AfiSafiType> values) Set the property corresponding toMatchAfiSafiNotInCondition.getAfiSafiNotIn()to the specified value.