Interface MeteringLabel

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<MeteringLabel>, BaseAttributes, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<MeteringLabels>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, IdAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<MeteringLabelKey>, MeteringLabelAttributes

    public interface MeteringLabel
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MeteringLabels>, org.opendaylight.yangtools.yang.binding.Augmentable<MeteringLabel>, BaseAttributes, MeteringLabelAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<MeteringLabelKey>
    List of Metering Labels.

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

     list metering-label {
       key uuid;
       uses attrs:base-attributes;
       uses metering-label-attributes;
     }
     
    The schema path to identify an instance is neutron-metering/metering-labels-attributes/metering-labels/metering-label

    To create instances of this class use MeteringLabelBuilder.

    See Also:
    MeteringLabelBuilder, MeteringLabelKey