voidcreateRequesterMountRule(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&mountPolicyName,conststd::string&diskInstance,conststd::string&requesterName,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidcreateStorageClass(constcommon::dataStructures::SecurityIdentity&admin,constcommon::dataStructures::StorageClass&storageClass)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidcreateTape(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&vid,conststd::string&logicalLibraryName,conststd::string&tapePoolName,constuint64_tcapacityInBytes,constbooldisabled,constboolfull,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidcreateTapePool(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&name,constuint64_tnbPartialTapes,constboolencryptionValue,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidcreateTapePool(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&name,conststd::string&vo,constuint64_tnbPartialTapes,constboolencryptionValue,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voiddeleteAdminUser(conststd::string&username)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voiddeleteArchiveFile(conststd::string&instanceName,constuint64_tarchiveFileId,log::LogContext&lc)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voiddeleteArchiveFileByDiskFileId(conststd::string&diskInstanceName,conststd::string&diskFileId,log::LogContext&lc)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
...
...
@@ -92,6 +92,7 @@ public:
voidmodifyTapeEncryptionKey(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&vid,conststd::string&encryptionKey)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyTapeLogicalLibraryName(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&vid,conststd::string&logicalLibraryName)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyTapePoolComment(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&name,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyTapePoolVo(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&name,conststd::string&vo)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyTapePoolNbPartialTapes(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&name,constuint64_tnbPartialTapes)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyTapeTapePoolName(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&vid,conststd::string&tapePoolName)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidnoSpaceLeftOnTape(conststd::string&vid)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}