Interface TunnelIdentifier
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.ChoiceIn<PmsiTunnel>
,org.opendaylight.yangtools.yang.binding.DataContainer
- All Known Subinterfaces:
BidirPimTree
,IngressReplication
,MldpMp2mpLsp
,MldpP2mpLsp
,PimSmTree
,PimSsmTree
,RsvpTeP2mpLsp
@Generated("mdsal-binding-generator")
public interface TunnelIdentifier
extends org.opendaylight.yangtools.yang.binding.ChoiceIn<PmsiTunnel>
This class represents the following YANG schema fragment defined in module pmsi-tunnel
choice tunnel-identifier { case rsvp-te-p2mp-lsp { container rsvp-te-p2mp-lsp { leaf p2mp-id { type uint32; } leaf tunnel-id { type uint16; } leaf extended-tunnel-id { type inet:ip-address-no-zone; } } } case mldp-p2mp-lsp { container mldp-p2mp-lsp { leaf address-family { type identityref { base address-family; } } leaf root-node-address { type inet:ip-address-no-zone; } list opaque-value { uses opaque; } } } case pim-ssm-tree { container pim-ssm-tree { uses p-address-p-multicast-group; } } case pim-sm-tree { container pim-sm-tree { uses p-address-p-multicast-group; } } case bidir-pim-tree { container bidir-pim-tree { uses p-address-p-multicast-group; } } case ingress-replication { container ingress-replication { leaf receiving-endpoint-address { type inet:ip-address-no-zone; } } } case mldp-mp2mp-lsp { container mldp-mp2mp-lsp { uses opaque; } } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Methods inherited from interface org.opendaylight.yangtools.yang.binding.BindingContract
implementedInterface
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-