Interface Healthmonitor

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Healthmonitor>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Healthmonitors>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, HealthmonitorAttributes, IdAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<HealthmonitorKey>

    public interface Healthmonitor
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Healthmonitors>, org.opendaylight.yangtools.yang.binding.Augmentable<Healthmonitor>, IdAttributes, HealthmonitorAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<HealthmonitorKey>
    List of healthmonitors.

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

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

    To create instances of this class use HealthmonitorBuilder.

    See Also:
    HealthmonitorBuilder, HealthmonitorKey
    • Field Detail

      • QNAME

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