Interface Switches

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Switches>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<HwvtepGlobalAttributes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<SwitchesKey>

    public interface Switches
    extends org.opendaylight.yangtools.yang.binding.ChildOf<HwvtepGlobalAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<Switches>, org.opendaylight.yangtools.yang.binding.Identifiable<SwitchesKey>
    List of physical switches managed by this node

    This class represents the following YANG schema fragment defined in module hwvtep

     list switches {
       key switch-ref;
       leaf switch-ref {
         type hwvtep-physical-switch-ref;
       }
     }
     
    The schema path to identify an instance is hwvtep/hwvtep-global-attributes/switches

    To create instances of this class use SwitchesBuilder.

    See Also:
    SwitchesBuilder, SwitchesKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Switches> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getSwitchRef

        @Nullable HwvtepPhysicalSwitchRef getSwitchRef()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.HwvtepPhysicalSwitchRef switchRef, or null if not present
      • key

        SwitchesKey key()
        Specified by:
        key in interface org.opendaylight.yangtools.yang.binding.Identifiable<SwitchesKey>