Interface MeteringLabelAttributes

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

    @Generated("mdsal-binding-generator")
    public interface MeteringLabelAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject
    OpenStack Layer3 Metering label information.

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

     grouping metering-label-attributes {
       leaf shared {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is neutron-metering/metering-label-attributes
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        Boolean getShared()
        Return shared, or null if it is not present.
             
                 Indicates whether this metering label is shared across all tenants.
             
         
        Returns:
        java.lang.Boolean shared, or null if it is not present.
      • isShared

        @Deprecated(forRemoval=true)
        default Boolean isShared()
        Deprecated, for removal: This API element is subject to removal in a future version.