Interface DcGatewayIpList

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<DcGatewayIpList>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ItmData>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    @Deprecated
    public interface DcGatewayIpList
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ItmData>, org.opendaylight.yangtools.yang.binding.Augmentable<DcGatewayIpList>
    Deprecated.

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

     container dc-gateway-ip-list {
       status deprecated;
       list dc-gateway-ip {
         key ip-address;
         leaf ip-address {
           type inet:ip-address;
         }
         leaf tunnnel-type {
           type identityref {
             base tunnel-type-base;
           }
         }
       }
     }
     
    The schema path to identify an instance is itm/dc-gateway-ip-list

    To create instances of this class use DcGatewayIpListBuilder.

    See Also:
    DcGatewayIpListBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<DcGatewayIpList> implementedInterface()
        Deprecated.
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getDcGatewayIp

        @Nullable java.util.List<DcGatewayIp> getDcGatewayIp()
        Deprecated.
        Returns:
        java.util.List dcGatewayIp, or null if not present
      • nonnullDcGatewayIp

        default @NonNull java.util.List<DcGatewayIp> nonnullDcGatewayIp()
        Deprecated.
        Returns:
        java.util.List dcGatewayIp, or an empty list if it is not present