Interface Reset
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Action<org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier<Server,,ServerKey>, Input, Output> org.opendaylight.yangtools.yang.binding.KeyedListAction<ServerKey,Server, Input, Output>
@Generated("mdsal-binding-generator")
public interface Reset
extends org.opendaylight.yangtools.yang.binding.KeyedListAction<ServerKey,Server,Input,Output>
This class represents the following YANG schema fragment defined in module example-data-center
action reset {
input input {
leaf reset-at {
type string;
}
}
output output {
leaf reset-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.KeyedListAction
invoke
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-