Share feedback
Answers are generated based on the documentation.

Experimental

Schema

Protocol

Type: string

Protocol names the transport protocol for a published port.

Values: unspecified: unspecified means the backend default, TCP. tcp: tcp publishes TCP traffic. udp: udp publishes UDP traffic. tcp4: tcp4 publishes IPv4 TCP traffic. tcp6: tcp6 publishes IPv6 TCP traffic. udp4: udp4 publishes IPv4 UDP traffic. udp6: udp6 publishes IPv6 UDP traffic.

All schema constraints and annotations
{
  "description": "Protocol names the transport protocol for a published port.\n\nValues:\nunspecified: unspecified means the backend default, TCP.\ntcp: tcp publishes TCP traffic.\nudp: udp publishes UDP traffic.\ntcp4: tcp4 publishes IPv4 TCP traffic.\ntcp6: tcp6 publishes IPv6 TCP traffic.\nudp4: udp4 publishes IPv4 UDP traffic.\nudp6: udp6 publishes IPv6 UDP traffic.",
  "enum": [
    "unspecified",
    "tcp",
    "udp",
    "tcp4",
    "tcp6",
    "udp4",
    "udp6"
  ],
  "title": "Protocol",
  "type": "string"
}