Interface VbridgeTopology

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

    public interface VbridgeTopology
    extends org.opendaylight.yangtools.yang.binding.ChildOf<TopologyTypesVbridgeAugment>, org.opendaylight.yangtools.yang.binding.Augmentable<VbridgeTopology>

    This class represents the following YANG schema fragment defined in module vbridge-topology

     container vbridge-topology {
       presence "Indicates that this topology is a virtual bridge domain topology";
     }
     
    The schema path to identify an instance is vbridge-topology/network-topology/topology/topology-types/(urn:opendaylight:params:xml:ns:yang:vbridge:topology?revision=2016-01-29)vbridge-topology

    To create instances of this class use VbridgeTopologyBuilder.

    See Also:
    VbridgeTopologyBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

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