Interface LdpMpOpaqueValue

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<LdpMpOpaqueValue>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<MulticastGroupOpaqueGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Opaque

    public interface LdpMpOpaqueValue
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MulticastGroupOpaqueGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<LdpMpOpaqueValue>, Opaque

    This class represents the following YANG schema fragment defined in module bgp-mvpn

     container ldp-mp-opaque-value {
       uses pmsi:opaque;
     }
     
    The schema path to identify an instance is bgp-mvpn/multicast-group-opaque-grouping/multicast-group/ldp-mp-opaque-value-case/ldp-mp-opaque-value

    To create instances of this class use LdpMpOpaqueValueBuilder.

    See Also:
    LdpMpOpaqueValueBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<LdpMpOpaqueValue> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface Opaque