Interface MonitorProfiles

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<MonitorProfiles>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<AlivenessMonitorData>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface MonitorProfiles
    extends org.opendaylight.yangtools.yang.binding.ChildOf<AlivenessMonitorData>, org.opendaylight.yangtools.yang.binding.Augmentable<MonitorProfiles>

    This class represents the following YANG schema fragment defined in module aliveness-monitor

     container monitor-profiles {
       config false;
       list monitor-profile {
         key id;
         leaf id {
           type uint32;
         }
         uses monitor-profile-params;
       }
     }
     
    The schema path to identify an instance is aliveness-monitor/monitor-profiles

    To create instances of this class use MonitorProfilesBuilder.

    See Also:
    MonitorProfilesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<MonitorProfiles> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getMonitorProfile

        @Nullable java.util.List<MonitorProfile> getMonitorProfile()
        Returns:
        java.util.List monitorProfile, or null if not present
      • nonnullMonitorProfile

        default @NonNull java.util.List<MonitorProfile> nonnullMonitorProfile()
        Returns:
        java.util.List monitorProfile, or an empty list if it is not present