Interface BgpAfiSafiConfig
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
@Generated("mdsal-binding-generator")
public interface BgpAfiSafiConfig
extends org.opendaylight.yangtools.yang.binding.DataObject
Configuration parameters used for all BGP AFI-SAFIs
This class represents the following YANG schema fragment defined in module openconfig-bgp-multiprotocol
grouping bgp-afi-safi_config { leaf afi-safi-name { type identityref { base afi-safi-type; } } leaf enabled { type boolean; default false; } }
-
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 TypeMethodDescriptionReturn afiSafiName, ornull
if it is not present.Return enabled, ornull
if it is not present.Class<? extends BgpAfiSafiConfig>
default @NonNull AfiSafiType
Return afiSafiName, guaranteed to be non-null.default @NonNull Boolean
Return enabled, guaranteed to be non-null.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends BgpAfiSafiConfig> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getAfiSafiName
AfiSafiType getAfiSafiName()Return afiSafiName, ornull
if it is not present.AFI,SAFI
- Returns:
AfiSafiType
afiSafiName, ornull
if it is not present.
-
requireAfiSafiName
Return afiSafiName, guaranteed to be non-null.AFI,SAFI
- Returns:
AfiSafiType
afiSafiName, guaranteed to be non-null.- Throws:
NoSuchElementException
- if afiSafiName is not present
-
getEnabled
Boolean getEnabled()Return enabled, ornull
if it is not present.This leaf indicates whether the IPv4 Unicast AFI,SAFI is enabled for the neighbour or group
- Returns:
Boolean
enabled, ornull
if it is not present.
-
requireEnabled
Return enabled, guaranteed to be non-null.This leaf indicates whether the IPv4 Unicast AFI,SAFI is enabled for the neighbour or group
- Returns:
Boolean
enabled, guaranteed to be non-null.- Throws:
NoSuchElementException
- if enabled is not present
-