Interface MldpP2mpLsp

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<MldpP2mpLsp>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<PmsiTunnel>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface MldpP2mpLsp
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PmsiTunnel>, org.opendaylight.yangtools.yang.binding.Augmentable<MldpP2mpLsp>

    This class represents the following YANG schema fragment defined in module pmsi-tunnel

     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;
       }
     }
     
    The schema path to identify an instance is pmsi-tunnel/pmsi-tunnel/pmsi-tunnel/tunnel-identifier/mldp-p2mp-lsp/mldp-p2mp-lsp

    To create instances of this class use MldpP2mpLspBuilder.

    See Also:
    MldpP2mpLspBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Class<? extends AddressFamily> getAddressFamily()
        Returns:
        java.lang.Class addressFamily, or null if not present
      • getRootNodeAddress

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone getRootNodeAddress()
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone rootNodeAddress, or null if not present
      • getOpaqueValue

        @Nullable List<OpaqueValue> getOpaqueValue()
        Returns:
        java.util.List opaqueValue, or null if not present
      • nonnullOpaqueValue

        default @NonNull List<OpaqueValue> nonnullOpaqueValue()
        Returns:
        java.util.List opaqueValue, or an empty list if it is not present