# DatabaseNodeCreatePostRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **host** | **string** | Database host | [default to undefined] **port** | **number** | Database port | [default to undefined] **username** | **string** | Database username | [default to undefined] **password** | **string** | Database password | [default to undefined] ## Example ```typescript import { DatabaseNodeCreatePostRequest } from './api'; const instance: DatabaseNodeCreatePostRequest = { host, port, username, password, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)