public interface ShardResult extends org.opendaylight.yangtools.yang.binding.ChildOf<ShardResultOutput>, org.opendaylight.yangtools.yang.binding.Augmentable<ShardResult>, ShardOperationResult, org.opendaylight.yangtools.yang.binding.Identifiable<ShardResultKey>
This class represents the following YANG schema fragment defined in module cluster-admin
list shard-result {
key "shard-name data-store-type";
uses shard-operation-result;
}
The schema path to identify an instance is
cluster-admin/shard-result-output/shard-result
To create instances of this class use ShardResultBuilder.
ShardResultBuilder,
ShardResultKey| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
ShardResultKey |
key() |
getDataStoreType, getErrorMessage, getShardName, isSucceededShardResultKey key()
key in interface org.opendaylight.yangtools.yang.binding.Identifiable<ShardResultKey>Copyright © 2019 OpenDaylight. All rights reserved.