Interface PortPairGroupAttributes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    PortPairGroup

    public interface PortPairGroupAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Grouping of port pair group attributes

    This class represents the following YANG schema fragment defined in module neutron-sfc

     grouping port-pair-group-attributes {
       leaf-list port-pairs {
         type yang:uuid;
       }
     }
     
    The schema path to identify an instance is neutron-sfc/port-pair-group-attributes
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends PortPairGroupAttributes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getPortPairs

        @Nullable List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid> getPortPairs()
        List of the port pair's ID that is part of the port pair group
        Returns:
        java.util.List portPairs, or null if not present