Interface EncapsulationExtendedCommunity
- 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
- All Known Subinterfaces:
EncapsulationExtendedCommunity
@Generated("mdsal-binding-generator")
public interface EncapsulationExtendedCommunity
extends org.opendaylight.yangtools.yang.binding.DataObject
BGP Encapsulation extended community
This class represents the following YANG schema fragment defined in module bgp-types
grouping encapsulation-extended-community { leaf tunnel-type { type encapsulation-tunnel-type; } }
-
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 tunnelType, ornull
if it is not present.Class<? extends EncapsulationExtendedCommunity>
default @NonNull EncapsulationTunnelType
Return tunnelType, 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 EncapsulationExtendedCommunity> 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
-
getTunnelType
EncapsulationTunnelType getTunnelType()Return tunnelType, ornull
if it is not present.Tunnel type specifying the encapsulation protocol
- Returns:
EncapsulationTunnelType
tunnelType, ornull
if it is not present.
-
requireTunnelType
Return tunnelType, guaranteed to be non-null.Tunnel type specifying the encapsulation protocol
- Returns:
EncapsulationTunnelType
tunnelType, guaranteed to be non-null.- Throws:
NoSuchElementException
- if tunnelType is not present
-