Interface TepInfoAttributes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    DstInfo, SrcInfo

    @Generated("mdsal-binding-generator")
    public interface TepInfoAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module itm-state

     grouping tep-info-attributes {
       leaf tep-device-type {
         type identityref {
           base tep-type-base;
         }
       }
       leaf tep-device-id {
         type string;
       }
       leaf tep-ip {
         type inet:ip-address;
       }
     }
     
    The schema path to identify an instance is itm-state/tep-info-attributes
    • Field Summary

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

      • QNAME

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

      • implementedInterface

        java.lang.Class<? extends TepInfoAttributes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getTepDeviceType

        java.lang.Class<? extends TepTypeBase> getTepDeviceType()
        Return tepDeviceType, or null if it is not present.
        Returns:
        java.lang.Class tepDeviceType, or null if it is not present.
      • getTepDeviceId

        java.lang.String getTepDeviceId()
        Return tepDeviceId, or null if it is not present.
        Returns:
        java.lang.String tepDeviceId, or null if it is not present.
      • getTepIp

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getTepIp()
        Return tepIp, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress tepIp, or null if it is not present.