All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
All Known Subinterfaces:
ConnectionInfo

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

This class represents the following YANG schema fragment defined in module ovsdb

 grouping ovsdb-connection-info-attributes {
   leaf remote-ip {
     type inet:ip-address;
   }
   leaf remote-port {
     type inet:port-number;
   }
   leaf local-ip {
     type inet:ip-address;
   }
   leaf local-port {
     type inet:port-number;
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress
    Return localIp, or null if it is not present.
    org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber
    Return localPort, or null if it is not present.
    org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress
    Return remoteIp, or null if it is not present.
    org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber
    Return remotePort, or null if it is not present.
     
    default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress
    Return localIp, guaranteed to be non-null.
    default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber
    Return localPort, guaranteed to be non-null.
    default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress
    Return remoteIp, guaranteed to be non-null.
    default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber
    Return remotePort, guaranteed to be non-null.
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends OvsdbConnectionInfoAttributes> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getRemoteIp

      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getRemoteIp()
      Return remoteIp, or null if it is not present.
           
               Ovsdb Connection Remote IP
           
       
      Returns:
      IpAddress remoteIp, or null if it is not present.
    • requireRemoteIp

      default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress requireRemoteIp()
      Return remoteIp, guaranteed to be non-null.
           
               Ovsdb Connection Remote IP
           
       
      Returns:
      IpAddress remoteIp, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if remoteIp is not present
    • getRemotePort

      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber getRemotePort()
      Return remotePort, or null if it is not present.
           
               Ovsdb Connection Remote Port Number
           
       
      Returns:
      PortNumber remotePort, or null if it is not present.
    • requireRemotePort

      default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber requireRemotePort()
      Return remotePort, guaranteed to be non-null.
           
               Ovsdb Connection Remote Port Number
           
       
      Returns:
      PortNumber remotePort, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if remotePort is not present
    • getLocalIp

      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getLocalIp()
      Return localIp, or null if it is not present.
           
               Ovsdb Connection Local IP
           
       
      Returns:
      IpAddress localIp, or null if it is not present.
    • requireLocalIp

      default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress requireLocalIp()
      Return localIp, guaranteed to be non-null.
           
               Ovsdb Connection Local IP
           
       
      Returns:
      IpAddress localIp, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if localIp is not present
    • getLocalPort

      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber getLocalPort()
      Return localPort, or null if it is not present.
           
               Ovsdb Connection Local Port Number IP
           
       
      Returns:
      PortNumber localPort, or null if it is not present.
    • requireLocalPort

      default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber requireLocalPort()
      Return localPort, guaranteed to be non-null.
           
               Ovsdb Connection Local Port Number IP
           
       
      Returns:
      PortNumber localPort, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if localPort is not present