Description Usage Arguments Value See Also
Definition of a compute session, including its software and compute resource requirements and status.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | SoftwareSession(
alternateNames,
clientsLimit,
clientsRequest,
cpuLimit,
cpuRequest,
dateEnd,
dateStart,
description,
durationLimit,
durationRequest,
environment,
id,
identifiers,
images,
memoryLimit,
memoryRequest,
meta,
name,
networkTransferLimit,
networkTransferRequest,
status,
timeoutLimit,
timeoutRequest,
url,
volumeMounts
)
|
alternateNames |
Alternate names (aliases) for the item. |
clientsLimit |
The maximum number of concurrent clients the session is limited to. |
clientsRequest |
The maximum number of concurrent clients requested for the session. |
cpuLimit |
The amount of CPU the session is limited to. |
cpuRequest |
The amount of CPU requested for the session. |
dateEnd |
The date-time that the session ended. |
dateStart |
The date-time that the session began. |
description |
A description of the item. |
durationLimit |
The maximum duration (seconds) the session is limited to. |
durationRequest |
The maximum duration (seconds) requested for the session. |
environment |
The software environment to execute this session in. |
id |
The identifier for this item. |
identifiers |
Any kind of identifier for any kind of Thing. |
images |
Images of the item. |
memoryLimit |
The amount of memory that the session is limited to. |
memoryRequest |
The amount of memory requested for the session. |
meta |
Metadata associated with this item. |
name |
The name of the item. |
networkTransferLimit |
The amount of network data transfer (GiB) that the session is limited to. |
networkTransferRequest |
The amount of network data transfer (GiB) requested for the session. |
status |
The status of the session (starting, stopped, etc). |
timeoutLimit |
The inactivity timeout (seconds) the session is limited to. |
timeoutRequest |
The inactivity timeout (seconds) requested for the session. |
url |
The URL of the item. |
volumeMounts |
Volumes to mount in the session. |
A list
of class SoftwareSession
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.