mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
3.8 KiB
3.8 KiB
MountsCreateRequest
Example Usage
import { MountsCreateRequest } from "dokploy/models/operations";
let value: MountsCreateRequest = {
type: "volume",
mountPath: "<value>",
serviceId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
type |
operations.MountsCreateType | ✔️ | N/A |
hostPath |
string | ➖ | N/A |
volumeName |
string | ➖ | N/A |
content |
string | ➖ | N/A |
mountPath |
string | ✔️ | N/A |
serviceType |
operations.MountsCreateServiceType | ➖ | N/A |
filePath |
string | ➖ | N/A |
serviceId |
string | ✔️ | N/A |