Interface TopologyVbridgeAugment

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentation<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology>, org.opendaylight.yangtools.yang.binding.BindingObject, BridgeDomainAttributes, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface TopologyVbridgeAugment
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentation<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology>, BridgeDomainAttributes
    • Method Detail

      • implementedInterface

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

        @Nullable java.lang.Class<? extends TunnelType> getTunnelType()
        Tunnel technology to use for encapsulation
        Returns:
        java.lang.Class tunnelType, or null if not present
      • getTunnelParameters

        @Nullable TunnelParameters getTunnelParameters()
        Empty container which will be augmented with parameters specific to a particular underlay tunnel technology
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.vbridge.topology.rev160129.network.topology.topology.TunnelParameters tunnelParameters, or null if not present