Interface ShardOperationResult

  • All Superinterfaces:
    BindingObject, DataContainer, DataObject, DatastoreShardId
    All Known Subinterfaces:
    ShardResult

    public interface ShardOperationResult
    extends DataObject, DatastoreShardId

    This class represents the following YANG schema fragment defined in module cluster-admin

     grouping shard-operation-result {
       uses datastore-shard-id;
       leaf succeeded {
         type boolean;
       }
       leaf error-message {
         type string;
       }
     }
     
    The schema path to identify an instance is cluster-admin/shard-operation-result