Interface Host

The address of the cluster host to send a request to.

interface Host {
    addr: string;
    port?: number;
    tlsname?: string;
}

Properties

Properties

addr: string

The IP address or host name of the host.

port?: number

The port of the host.

tlsname?: string

name to use when verifying the TLS certificate for TLS encrypted server connections.

MMNEPVFCICPMFPCPTTAAATR