Interface Start
- 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
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG 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 QNAMEYANG identifier of the statement represented by this class.
-