voidcreateRequesterGroupMountRule(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&mountPolicyName,conststd::string&diskInstanceName,conststd::string&requesterGroupName,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
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,constcommon::dataStructures::Tape&tape)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidcreateTape(constcommon::dataStructures::SecurityIdentity&admin,constCreateTapeAttributes&tape)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidcreateMediaType(constcommon::dataStructures::SecurityIdentity&admin,constMediaType&mediaType)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voiddeleteMediaType(conststd::string&name)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
std::list<MediaTypeWithLogs>getMediaTypes()constoverride{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}