#include <cmd_handlers_lxd.h>
|
| CmdHandlerLXDFile () |
|
void | handle (ModelRequest *pRequest) override |
|
void | pull_file (LXDContainer *pContainer, const std::string &sPath, std::string &sb64File, std::string &sError, int &nErrorCode, bool &isDirectory) |
|
bool | push_file (LXDContainer *pContainer, const std::string &sPath, const std::string &sb64File, std::string &sError, int &nErrorCode) |
|
bool | delete_file (const std::string &sName, const std::string &sPath, std::string &s_b64Zip) |
|
Public Member Functions inherited from CmdHandlerBase |
| CmdHandlerBase (const std::string &sCmd, const std::string &sDescription) |
|
virtual std::string | cmd () |
|
virtual std::string | description () |
|
std::string | activatedFromVersion () |
|
std::string | deprecatedFromVersion () |
|
bool | accessUnauthorized () |
|
bool | accessUser () |
|
bool | accessAdmin () |
|
bool | checkAccess (ModelRequest *pRequest) |
|
virtual const std::vector< CmdInputDef > & | inputs () |
|
◆ CmdHandlerLXDFile()
CmdHandlerLXDFile::CmdHandlerLXDFile |
( |
| ) |
|
◆ delete_file()
bool CmdHandlerLXDFile::delete_file |
( |
const std::string & |
sName, |
|
|
const std::string & |
sPath, |
|
|
std::string & |
s_b64Zip |
|
) |
| |
◆ handle()
◆ pull_file()
void CmdHandlerLXDFile::pull_file |
( |
LXDContainer * |
pContainer, |
|
|
const std::string & |
sPath, |
|
|
std::string & |
sb64File, |
|
|
std::string & |
sError, |
|
|
int & |
nErrorCode, |
|
|
bool & |
isDirectory |
|
) |
| |
◆ push_file()
bool CmdHandlerLXDFile::push_file |
( |
LXDContainer * |
pContainer, |
|
|
const std::string & |
sPath, |
|
|
const std::string & |
sb64File, |
|
|
std::string & |
sError, |
|
|
int & |
nErrorCode |
|
) |
| |
The documentation for this class was generated from the following files: