mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-10 04:19:48 +00:00
initial commit
This commit is contained in:
26
docs/models/operations/mountscreaterequest.md
Normal file
26
docs/models/operations/mountscreaterequest.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# MountsCreateRequest
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { MountsCreateRequest } from "dokploy/models/operations";
|
||||
|
||||
let value: MountsCreateRequest = {
|
||||
type: "volume",
|
||||
mountPath: "<value>",
|
||||
serviceId: "<id>",
|
||||
};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
|
||||
| `type` | [operations.MountsCreateType](../../models/operations/mountscreatetype.md) | :heavy_check_mark: | N/A |
|
||||
| `hostPath` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `volumeName` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `content` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `mountPath` | *string* | :heavy_check_mark: | N/A |
|
||||
| `serviceType` | [operations.MountsCreateServiceType](../../models/operations/mountscreateservicetype.md) | :heavy_minus_sign: | N/A |
|
||||
| `filePath` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `serviceId` | *string* | :heavy_check_mark: | N/A |
|
||||
Reference in New Issue
Block a user