Interface SwitchFaultStatus

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SwitchFaultStatus>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<HwvtepPhysicalSwitchAttributes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<SwitchFaultStatusKey>

    public interface SwitchFaultStatus
    extends org.opendaylight.yangtools.yang.binding.ChildOf<HwvtepPhysicalSwitchAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<SwitchFaultStatus>, org.opendaylight.yangtools.yang.binding.Identifiable<SwitchFaultStatusKey>

    This class represents the following YANG schema fragment defined in module hwvtep

     list switch-fault-status {
       config false;
       key switch-fault-status-key;
       leaf switch-fault-status-key {
         type string;
       }
       leaf switch-fault-status-value {
         type string;
       }
     }
     
    The schema path to identify an instance is hwvtep/hwvtep-physical-switch-attributes/switch-fault-status

    To create instances of this class use SwitchFaultStatusBuilder.

    See Also:
    SwitchFaultStatusBuilder, SwitchFaultStatusKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable String getSwitchFaultStatusKey()
        switch-fault-status name/key
        Returns:
        java.lang.String switchFaultStatusKey, or null if not present
      • getSwitchFaultStatusValue

        @Nullable String getSwitchFaultStatusValue()
        switch-fault-status value
        Returns:
        java.lang.String switchFaultStatusValue, or null if not present