Interface NetworkProviderExtension

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentation<Network>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, ProviderAttributes

    public interface NetworkProviderExtension
    extends org.opendaylight.yangtools.yang.binding.Augmentation<Network>, ProviderAttributes
    • Method Detail

      • implementedInterface

        default Class<NetworkProviderExtension> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.Augmentation<Network>
        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 ProviderAttributes
      • getSegments

        @Nullable Map<SegmentsKey,​Segments> getSegments()
        List of provider network(s) associated with this network.
        Returns:
        java.util.Map segments, or null if not present
      • nonnullSegments

        default @NonNull Map<SegmentsKey,​Segments> nonnullSegments()
        Returns:
        java.util.Map segments, or an empty list if it is not present