SingleHostIpAddrRelayParams: {
    portNumber?: number | null;
    ipv4?: string | null;
    ipv6?: string | null;
}

Represents pool relay. Note that at least one of ipv4 and ipv6 must be supplied

See

Relay

Type declaration

  • Optional portNumber?: number | null

    TCP port of the relay. Should be 0..65535

  • Optional ipv4?: string | null

    IPv4 address of the relay. Should be in string format, e.g. "192.168.0.1"

  • Optional ipv6?: string | null

    IPv6 address of the relay. Should be in fully expanded string format, e.g. "2001:0db8:85a3:0000:0000:8a2e:0370:7334"

Generated using TypeDoc