public abstract class UncancellableInstruction extends CancelFailure
This class represents the following YANG schema fragment defined in module programming
identity uncancellable-instruction {
base "()IdentityEffectiveStatementImpl{qname=(urn:opendaylight:params:xml:ns:yang:programming?revision=2015-07-20)cancel-failure, path=AbsoluteSchemaPath{path=[(urn:opendaylight:params:xml:ns:yang:programming?revision=2015-07-20)cancel-failure]}}";
description
"The specified instruction is in process of being
executed and cannot be cancelled. Wait for the
execution process to complete.";
status CURRENT;
}
The schema path to identify an instance is
programming/uncancellable-instruction| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Constructor and Description |
|---|
UncancellableInstruction() |
Copyright © 2017 OpenDaylight. All rights reserved.