Interface BgpPeerGroupPeerGroupNameConfig
- 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 BgpPeerGroupPeerGroupNameConfig
extends org.opendaylight.yangtools.yang.binding.DataObject
Configuration options relating to the BGP peer-group name
This class represents the following YANG schema fragment defined in module openconfig-bgp
grouping bgp-peer-group-peer-group-name_config { leaf peer-group-name { type string; } }
-
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 peerGroupName, ornull
if it is not present.Class<? extends BgpPeerGroupPeerGroupNameConfig>
default @NonNull String
Return peerGroupName, 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 BgpPeerGroupPeerGroupNameConfig> 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
-
getPeerGroupName
String getPeerGroupName()Return peerGroupName, ornull
if it is not present.Name of the BGP peer-group
- Returns:
String
peerGroupName, ornull
if it is not present.
-
requirePeerGroupName
Return peerGroupName, guaranteed to be non-null.Name of the BGP peer-group
- Returns:
String
peerGroupName, guaranteed to be non-null.- Throws:
NoSuchElementException
- if peerGroupName is not present
-