Interface GetDpnInfoOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GetDpnInfoOutput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.RpcOutput

    public interface GetDpnInfoOutput
    extends org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<GetDpnInfoOutput>

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

     output output {
       list computes {
         key compute-name;
         leaf compute-name {
           type string;
         }
         leaf zone-name {
           type string;
         }
         leaf prefix {
           type inet:ip-prefix;
         }
         leaf dpn-id {
           type uint64;
         }
         leaf-list tep-ip {
           type inet:ip-address;
         }
         leaf port-name {
           type string;
         }
         leaf node-id {
           type string;
         }
       }
     }
     
    The schema path to identify an instance is itm-rpc/get-dpn-info/output

    To create instances of this class use GetDpnInfoOutputBuilder.

    See Also:
    GetDpnInfoOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<GetDpnInfoOutput> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcOutput
      • getComputes

        @Nullable java.util.List<Computes> getComputes()
        Returns:
        java.util.List computes, or null if not present
      • nonnullComputes

        default @NonNull java.util.List<Computes> nonnullComputes()
        Returns:
        java.util.List computes, or an empty list if it is not present