Interface AfiSafi
- All Superinterfaces:
ApplyPolicyGroup
,org.opendaylight.yangtools.binding.Augmentable<AfiSafi>
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.ChildOf<BgpCommonAfiSafiList>
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.DataObject
,org.opendaylight.yangtools.binding.EntryObject<AfiSafi,
,AfiSafiKey> org.opendaylight.yangtools.binding.Grouping
,Ipv4LabelledUnicastGroup
,Ipv4UnicastGroup
,Ipv6LabelledUnicastGroup
,Ipv6UnicastGroup
,org.opendaylight.yangtools.binding.KeyAware<AfiSafiKey>
,L2vpnEvpnGroup
,L2vpnVplsGroup
,L3vpnIpv4MulticastGroup
,L3vpnIpv4UnicastGroup
,L3vpnIpv6MulticastGroup
,L3vpnIpv6UnicastGroup
@Generated("mdsal-binding-generator")
public interface AfiSafi
extends org.opendaylight.yangtools.binding.ChildOf<BgpCommonAfiSafiList>, ApplyPolicyGroup, Ipv4UnicastGroup, Ipv6UnicastGroup, Ipv4LabelledUnicastGroup, Ipv6LabelledUnicastGroup, L3vpnIpv4UnicastGroup, L3vpnIpv6UnicastGroup, L3vpnIpv4MulticastGroup, L3vpnIpv6MulticastGroup, L2vpnVplsGroup, L2vpnEvpnGroup, org.opendaylight.yangtools.binding.EntryObject<AfiSafi,AfiSafiKey>
AFI,SAFI configuration available for the neighbour or group
This class represents the following YANG schema fragment defined in module openconfig-bgp-multiprotocol
list afi-safi { key afi-safi-name; leaf afi-safi-name { type leafref { path ../config/afi-safi-name; } } container graceful-restart { container config { uses bgp-afi-safi-graceful-restart_config; } container state { config false; uses bgp-afi-safi-graceful-restart_config; } } container config { uses bgp-afi-safi_config; } container state { config false; uses bgp-afi-safi_config; uses bgp-op:bgp-afi-safi_state; } uses rpol:apply-policy-group; uses ipv4-unicast-group; uses ipv6-unicast-group; uses ipv4-labelled-unicast-group; uses ipv6-labelled-unicast-group; uses l3vpn-ipv4-unicast-group; uses l3vpn-ipv6-unicast-group; uses l3vpn-ipv4-multicast-group; uses l3vpn-ipv6-multicast-group; uses l2vpn-vpls-group; uses l2vpn-evpn-group; }
To create instances of this class use AfiSafiBuilder
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
bindingEquals
(@NonNull AfiSafi thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
bindingHashCode
(@NonNull AfiSafi obj) Default implementation ofObject.hashCode()
contract for this interface.static String
bindingToString
(@NonNull AfiSafi obj) Default implementation ofObject.toString()
contract for this interface.Return afiSafiName, ornull
if it is not present.Return config, ornull
if it is not present.Return gracefulRestart, ornull
if it is not present.getState()
Return state, ornull
if it is not present.key()
@NonNull Config
Return config, or an empty instance if it is not present.@NonNull GracefulRestart
Return gracefulRestart, or an empty instance if it is not present.@NonNull State
Return state, or an empty instance if it is not present.default @NonNull AfiSafiType
Return afiSafiName, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.ApplyPolicyGroup
getApplyPolicy, nonnullApplyPolicy
Methods inherited from interface org.opendaylight.yangtools.binding.Augmentable
augmentation, augmentationOrElseThrow, augmentationOrElseThrow, augmentations
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.Ipv4LabelledUnicastGroup
getIpv4LabelledUnicast, nonnullIpv4LabelledUnicast
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.Ipv4UnicastGroup
getIpv4Unicast, nonnullIpv4Unicast
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.Ipv6LabelledUnicastGroup
getIpv6LabelledUnicast, nonnullIpv6LabelledUnicast
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.Ipv6UnicastGroup
getIpv6Unicast, nonnullIpv6Unicast
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.L2vpnEvpnGroup
getL2vpnEvpn, nonnullL2vpnEvpn
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.L2vpnVplsGroup
getL2vpnVpls, nonnullL2vpnVpls
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.L3vpnIpv4MulticastGroup
getL3vpnIpv4Multicast, nonnullL3vpnIpv4Multicast
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.L3vpnIpv4UnicastGroup
getL3vpnIpv4Unicast, nonnullL3vpnIpv4Unicast
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.L3vpnIpv6MulticastGroup
getL3vpnIpv6Multicast, nonnullL3vpnIpv6Multicast
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.L3vpnIpv6UnicastGroup
getL3vpnIpv6Unicast, nonnullL3vpnIpv6Unicast
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.binding.DataObject
-
bindingHashCode
Default implementation ofObject.hashCode()
contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent hashing results across all implementations.- Parameters:
obj
- Object for which to generate hashCode() result.- Returns:
- Hash code value of data modeled by this interface.
- Throws:
NullPointerException
- ifobj
isnull
-
bindingEquals
Default implementation ofObject.equals(Object)
contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent equality results across all implementations.- Parameters:
thisObj
- Object acting as the receiver of equals invocationobj
- Object acting as argument to equals invocation- Returns:
- True if thisObj and obj are considered equal
- Throws:
NullPointerException
- ifthisObj
isnull
-
bindingToString
Default implementation ofObject.toString()
contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent string representations across all implementations.- Parameters:
obj
- Object for which to generate toString() result.- Returns:
String
value of data modeled by this interface.- Throws:
NullPointerException
- ifobj
isnull
-
key
AfiSafiKey key()- Specified by:
key
in interfaceorg.opendaylight.yangtools.binding.KeyAware<AfiSafiKey>
-
getAfiSafiName
AfiSafiType getAfiSafiName()Return afiSafiName, ornull
if it is not present.Reference to the AFI-SAFI name used as a key for the AFI-SAFI list
- Returns:
AfiSafiType
afiSafiName, ornull
if it is not present.
-
requireAfiSafiName
Return afiSafiName, guaranteed to be non-null.Reference to the AFI-SAFI name used as a key for the AFI-SAFI list
- Returns:
AfiSafiType
afiSafiName, guaranteed to be non-null.- Throws:
NoSuchElementException
- if afiSafiName is not present
-
getGracefulRestart
GracefulRestart getGracefulRestart()Return gracefulRestart, ornull
if it is not present.Parameters relating to BGP graceful-restart
- Returns:
GracefulRestart
gracefulRestart, ornull
if it is not present.
-
nonnullGracefulRestart
@NonNull GracefulRestart nonnullGracefulRestart()Return gracefulRestart, or an empty instance if it is not present.- Returns:
GracefulRestart
gracefulRestart, or an empty instance if it is not present.
-
getConfig
Config getConfig()Return config, ornull
if it is not present.Configuration parameters for the AFI-SAFI
- Returns:
Config
config, ornull
if it is not present.
-
nonnullConfig
@NonNull Config nonnullConfig()Return config, or an empty instance if it is not present.- Returns:
Config
config, or an empty instance if it is not present.
-
getState
State getState()Return state, ornull
if it is not present.State information relating to the AFI-SAFI
- Returns:
State
state, ornull
if it is not present.
-
nonnullState
@NonNull State nonnullState()Return state, or an empty instance if it is not present.- Returns:
State
state, or an empty instance if it is not present.
-