Module types/output

APIs

APIs

interface RouteDestination

interface RouteDestination

property ip

ip?: undefined | string;

property port

port?: undefined | number;

interface RouteSource

interface RouteSource

property ip

ip?: undefined | string;

property port

port?: undefined | number;

interface UpstreamHealthchecks

interface UpstreamHealthchecks

property active

active: UpstreamHealthchecksActive;

property passive

passive: UpstreamHealthchecksPassive;

interface UpstreamHealthchecksActive

interface UpstreamHealthchecksActive

property concurrency

concurrency?: undefined | number;

property healthy

healthy: UpstreamHealthchecksActiveHealthy;

property httpPath

httpPath?: undefined | string;

property httpsSni

httpsSni?: undefined | string;

property httpsVerifyCertificate

httpsVerifyCertificate?: undefined | false | true;

property timeout

timeout?: undefined | number;

property type

type?: undefined | string;

property unhealthy

unhealthy: UpstreamHealthchecksActiveUnhealthy;

interface UpstreamHealthchecksActiveHealthy

interface UpstreamHealthchecksActiveHealthy

property httpStatuses

httpStatuses: number[];

property interval

interval: number;

property successes

successes: number;

interface UpstreamHealthchecksActiveUnhealthy

interface UpstreamHealthchecksActiveUnhealthy

property httpFailures

httpFailures: number;

property httpStatuses

httpStatuses: number[];

property interval

interval: number;

property tcpFailures

tcpFailures: number;

property timeouts

timeouts: number;

interface UpstreamHealthchecksPassive

interface UpstreamHealthchecksPassive

property healthy

healthy: UpstreamHealthchecksPassiveHealthy;

property type

type?: undefined | string;

property unhealthy

unhealthy: UpstreamHealthchecksPassiveUnhealthy;

interface UpstreamHealthchecksPassiveHealthy

interface UpstreamHealthchecksPassiveHealthy

property httpStatuses

httpStatuses?: number[];

property successes

successes?: undefined | number;

interface UpstreamHealthchecksPassiveUnhealthy

interface UpstreamHealthchecksPassiveUnhealthy

property httpFailures

httpFailures?: undefined | number;

property httpStatuses

httpStatuses?: number[];

property tcpFailures

tcpFailures?: undefined | number;

property timeouts

timeouts?: undefined | number;