Interface TunnelIps

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<TunnelIps>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<HwvtepPhysicalSwitchAttributes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<TunnelIpsKey>

    public interface TunnelIps
    extends org.opendaylight.yangtools.yang.binding.ChildOf<HwvtepPhysicalSwitchAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<TunnelIps>, org.opendaylight.yangtools.yang.binding.Identifiable<TunnelIpsKey>

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

     list tunnel-ips {
       key tunnel-ips-key;
       leaf tunnel-ips-key {
         type inet:ip-address;
       }
     }
     
    The schema path to identify an instance is hwvtep/hwvtep-physical-switch-attributes/tunnel-ips

    To create instances of this class use TunnelIpsBuilder.

    See Also:
    TunnelIpsBuilder, TunnelIpsKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getTunnelIpsKey()
        Management IP address of the switch
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress tunnelIpsKey, or null if not present
      • key

        TunnelIpsKey key()
        Specified by:
        key in interface org.opendaylight.yangtools.yang.binding.Identifiable<TunnelIpsKey>