Interface IngressReplication

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<IngressReplication>, 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 IngressReplication
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PmsiTunnel>, org.opendaylight.yangtools.yang.binding.Augmentable<IngressReplication>

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

     container ingress-replication {
       leaf receiving-endpoint-address {
         type inet:ip-address-no-zone;
       }
     }
     
    The schema path to identify an instance is pmsi-tunnel/pmsi-tunnel/pmsi-tunnel/tunnel-identifier/ingress-replication/ingress-replication

    To create instances of this class use IngressReplicationBuilder.

    See Also:
    IngressReplicationBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

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