Clusters functions.
More...
Clusters functions.
Representation of a specific cloudFPGA cluster
Definition at line 50 of file mngmt.py.
◆ __init__()
def cFSPlib.mngmt.cFcluster.__init__ |
( |
|
self, |
|
|
cFuser |
user, |
|
|
|
cluster_data |
|
) |
| |
Definition at line 53 of file mngmt.py.
53 def __init__(self, user: cFuser, cluster_data):
55 self.cluster_data = cluster_data
56 self.id = cluster_data[
'cluster_id']
◆ get_id()
def cFSPlib.mngmt.cFcluster.get_id |
( |
|
self | ) |
|
◆ cluster_data
cFSPlib.mngmt.cFcluster.cluster_data |
◆ id
cFSPlib.mngmt.cFcluster.id |
◆ user
cFSPlib.mngmt.cFcluster.user |
The documentation for this class was generated from the following file: