You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2025. It is now read-only.
**node_type** | **int** | ID of the node_type. Valid values are obtained from the catalog/viznodetype/<application_version>/ endpoint |
7
-
**application_version** | **int** | ID of the application_version to launch. Valid values are obtained from the catalog/viz/ endpoint |
8
-
**connection** | **int** | |
9
-
**folder** | **int** | ID of the root folder to use for the viz node |
10
-
**project** | **int** | Project ID to bill this desktop node against | [optional]
6
+
**application_version** | **int** | ID of the application_version to launch. Valid values are obtained from the catalog/desktop/ endpoint |
7
+
**node_type** | **int** | ID of the node_type. Valid values are obtained from the catalog/desktop/ endpoint |
8
+
**connection_type** | **int** | The connection type to use for the Desktop |
11
9
**runtime** | **int** | Runtime in hours to run this desktop node for. This is the maximum runtime as the viz node can be stopped earlier and you will only be charged for the elapsed time |
12
-
**mount_type** | **str** | Valid values are online or offline. Offline takes a copy of the data and will not be automatically synced back to the data store. |
13
10
**secure_ip** | **bool** | Should we restrict which IPs can connect to this node? | [optional][default to False]
14
11
**ip_address** | **str** | IPv4 Address to restrict connections to this node from | [optional]
15
12
**invoice_reference** | **str** | Invoice reference - this text will appear on the monthly invoice against this nodes charges | [optional]
13
+
**data_path** | [**DataSpec**](DataSpec.md) | |
14
+
**mount_type** | **str** | How should the data folder be mounted to the desktop. Offline takes a copy of the data and will not be automatically synced back to the data store. |
15
+
**project** | **int** | Project ID to bill this desktop node against | [optional]
16
16
17
17
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**application_version** | **int** | ID of the application_version to launch. Valid values are obtained from the catalog/desktop/ endpoint |
7
+
**node_type** | **int** | ID of the node_type. Valid values are obtained from the catalog/desktop/ endpoint |
8
+
**connection_type** | **int** | The connection type to use for the Desktop |
9
+
**runtime** | **int** | Runtime in hours to run this desktop node for. This is the maximum runtime as the viz node can be stopped earlier and you will only be charged for the elapsed time |
10
+
11
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments