Interface EndpointType

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<Endpoint>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    HostName, Interface, IpAddress

    @Generated("mdsal-binding-generator")
    public interface EndpointType
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<Endpoint>

    This class represents the following YANG schema fragment defined in module aliveness-monitor

     choice endpoint-type {
       case ip-address {
         leaf ip-address {
           type inet:ip-address;
         }
       }
       case interface {
         leaf mac-address {
           type yang:phys-address;
         }
         leaf interface-ip {
           type inet:ip-address;
         }
         leaf interface-name {
           type string;
         }
       }
       case host-name {
         leaf host-name {
           type string;
         }
       }
     }
     
    The schema path to identify an instance is aliveness-monitor/endpoint/endpoint-type
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.DataContainer

        implementedInterface
    • Field Detail

      • QNAME

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