Interface PortSecurityExtension

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

    public interface PortSecurityExtension
    extends org.opendaylight.yangtools.yang.binding.Augmentation<Port>
    • Method Detail

      • implementedInterface

        default Class<PortSecurityExtension> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.Augmentation<Port>
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • isPortSecurityEnabled

        Boolean isPortSecurityEnabled()
        The port security status. The status is enabled (true) or disabled (false).
        Returns:
        java.lang.Boolean portSecurityEnabled, or null if not present