mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 12:47:44 +00:00
3.4 KiB
3.4 KiB
Connections
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
protocol |
::PlexRubySDK::Operations::Protocol | ✔️ | The protocol used for the connection (http, https, etc) | http |
address |
::String | ✔️ | The (ip) address or domain name used for the connection | |
port |
::Integer | ✔️ | The port used for the connection | |
uri |
::String | ✔️ | The full URI of the connection | |
local |
T::Boolean | ✔️ | If the connection is local address | |
relay |
T::Boolean | ✔️ | If the connection is relayed through plex.direct | |
i_pv6 |
T::Boolean | ✔️ | If the connection is using IPv6 |