Interface FlowspecL3vpnDestinationIpv4
- 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:
DestinationFlowspecL3vpnIpv4Case
,DestinationFlowspecL3vpnIpv4Case
@Generated("mdsal-binding-generator")
public interface FlowspecL3vpnDestinationIpv4
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bgp-flowspec
grouping flowspec-l3vpn-destination-ipv4 { container destination-flowspec-l3vpn-ipv4 { uses bgp-t:route-distinguisher-grouping; uses flowspec-destination-group-ipv4; uses bgp-msg:path-id-grouping; } }
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn destinationFlowspecL3vpnIpv4, ornull
if it is not present.Class<? extends FlowspecL3vpnDestinationIpv4>
@NonNull DestinationFlowspecL3vpnIpv4
Return destinationFlowspecL3vpnIpv4, or an empty instance if it is not present.
-
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 FlowspecL3vpnDestinationIpv4> 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
-
getDestinationFlowspecL3vpnIpv4
DestinationFlowspecL3vpnIpv4 getDestinationFlowspecL3vpnIpv4()Return destinationFlowspecL3vpnIpv4, ornull
if it is not present.- Returns:
DestinationFlowspecL3vpnIpv4
destinationFlowspecL3vpnIpv4, ornull
if it is not present.
-
nonnullDestinationFlowspecL3vpnIpv4
@NonNull DestinationFlowspecL3vpnIpv4 nonnullDestinationFlowspecL3vpnIpv4()Return destinationFlowspecL3vpnIpv4, or an empty instance if it is not present.- Returns:
DestinationFlowspecL3vpnIpv4
destinationFlowspecL3vpnIpv4, or an empty instance if it is not present.
-