Record
get-cluster-response-database-private-connection
No description available.
record get-cluster-response-database-private-connection {
database: option<string>,
host: option<string>,
password: option<string>,
port: option<s32>,
ssl: option<bool>,
uri: option<string>,
user: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| database | option<string> | |
| host | option<string> | |
| password | option<string> | |
| port | option<s32> | |
| ssl | option<bool> | |
| uri | option<string> | |
| user | option<string> |