Interface Member

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Member>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Members>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, IdAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<MemberKey>, MemberAttributes

    public interface Member
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Members>, org.opendaylight.yangtools.yang.binding.Augmentable<Member>, IdAttributes, MemberAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<MemberKey>
    List of members.

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

     list member {
       key uuid;
       uses attrs:id-attributes;
       uses member-attributes;
     }
     
    The schema path to identify an instance is neutron-lbaasv2/lbaas-attributes/pools/pool/members/member

    To create instances of this class use MemberBuilder.

    See Also:
    MemberBuilder, MemberKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Member> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface IdAttributes
        Specified by:
        implementedInterface in interface MemberAttributes
      • key

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