cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
User functions. More...
Public Member Functions | |
def | __init__ (self, CFGFILE) |
def | get_auth_string (self, with_project=False) |
def | set_project (self, new_project) |
def | print_credentials (self) |
Public Attributes | |
project | |
username | |
password | |
CFGFILE | |
def cFSPlib.cfsp_user.cFuser.__init__ | ( | self, | |
CFGFILE | |||
) |
Definition at line 42 of file cfsp_user.py.
def cFSPlib.cfsp_user.cFuser.get_auth_string | ( | self, | |
with_project = False |
|||
) |
Definition at line 50 of file cfsp_user.py.
def cFSPlib.cfsp_user.cFuser.print_credentials | ( | self | ) |
Definition at line 67 of file cfsp_user.py.
def cFSPlib.cfsp_user.cFuser.set_project | ( | self, | |
new_project | |||
) |
This method should be used if the cloudFPGA quota name that should be used for this handle is different from the default or credentials file :param new_project: :return: nothing
Definition at line 58 of file cfsp_user.py.
cFSPlib.cfsp_user.cFuser.CFGFILE |
Definition at line 47 of file cfsp_user.py.
cFSPlib.cfsp_user.cFuser.password |
Definition at line 46 of file cfsp_user.py.
cFSPlib.cfsp_user.cFuser.project |
Definition at line 44 of file cfsp_user.py.
cFSPlib.cfsp_user.cFuser.username |
Definition at line 45 of file cfsp_user.py.