Interface Bucket

  • All Superinterfaces:
    ActionList, org.opendaylight.yangtools.yang.binding.Augmentable<Bucket>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Buckets>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<BucketKey>

    public interface Bucket
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Buckets>, org.opendaylight.yangtools.yang.binding.Augmentable<Bucket>, ActionList, org.opendaylight.yangtools.yang.binding.Identifiable<BucketKey>

    This class represents the following YANG schema fragment defined in module opendaylight-group-types

     list bucket {
       key bucket-id;
       leaf bucket-id {
         type bucket-id;
       }
       leaf weight {
         type uint16;
       }
       leaf watch_port {
         type uint32;
       }
       leaf watch_group {
         type uint32;
       }
       uses action:action-list;
     }
     
    The schema path to identify an instance is opendaylight-group-types/group/buckets/bucket

    To create instances of this class use BucketBuilder.

    See Also:
    BucketBuilder, BucketKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        BucketId getBucketId()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.BucketId bucketId, or null if not present
      • getWeight

        org.opendaylight.yangtools.yang.common.Uint16 getWeight()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 weight, or null if not present
      • getWatchPort

        org.opendaylight.yangtools.yang.common.Uint32 getWatchPort()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 watchPort, or null if not present
      • getWatchGroup

        org.opendaylight.yangtools.yang.common.Uint32 getWatchGroup()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 watchGroup, or null if not present
      • key

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