mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-09 20:57:43 +00:00
14 lines
3.1 KiB
Markdown
14 lines
3.1 KiB
Markdown
# Connections
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
|
|
| `protocol` | [Models::Operations::Protocol](../../models/operations/protocol.md) | :heavy_check_mark: | The protocol used for the connection (http, https, etc) | http |
|
|
| `address` | *::String* | :heavy_check_mark: | The (ip) address or domain name used for the connection | |
|
|
| `port` | *::Integer* | :heavy_check_mark: | The port used for the connection | |
|
|
| `uri` | *::String* | :heavy_check_mark: | The full URI of the connection | |
|
|
| `local` | *T::Boolean* | :heavy_check_mark: | If the connection is local address | |
|
|
| `relay` | *T::Boolean* | :heavy_check_mark: | If the connection is relayed through plex.direct | |
|
|
| `i_pv6` | *T::Boolean* | :heavy_check_mark: | If the connection is using IPv6 | | |