All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Action<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Device>,Input,Output>

@Generated("mdsal-binding-generator") public interface Start extends org.opendaylight.yangtools.yang.binding.Action<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Device>,Input,Output>

This class represents the following YANG schema fragment defined in module example-data-center

 action start {
   input input {
     leaf start-at {
       type string;
     }
   }
   output output {
     leaf start-finished-at {
       type string;
     }
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Methods inherited from interface org.opendaylight.yangtools.yang.binding.Action

    invoke
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.