Class DefaultLinkDescription

    • Constructor Detail

      • DefaultLinkDescription

        public DefaultLinkDescription​(ConnectPoint src,
                                      ConnectPoint dst,
                                      Link.Type type,
                                      boolean isExpected,
                                      SparseAnnotations... annotations)
        Creates a link description using the supplied information.
        Parameters:
        src - link source
        dst - link destination
        type - link type
        isExpected - is the link expected to be part of this configuration
        annotations - optional key/value annotations
      • DefaultLinkDescription

        public DefaultLinkDescription​(ConnectPoint src,
                                      ConnectPoint dst,
                                      Link.Type type,
                                      SparseAnnotations... annotations)
        Creates a link description using the supplied information.
        Parameters:
        src - link source
        dst - link destination
        type - link type
        annotations - optional key/value annotations