Module types/output
APIs
- RouteDestination
- RouteSource
- UpstreamHealthchecks
- UpstreamHealthchecksActive
- UpstreamHealthchecksActiveHealthy
- UpstreamHealthchecksActiveUnhealthy
- UpstreamHealthchecksPassive
- UpstreamHealthchecksPassiveHealthy
- UpstreamHealthchecksPassiveUnhealthy
APIs
interface RouteDestination
interface RouteDestinationproperty ip
ip?: undefined | string;property port
port?: undefined | number;interface RouteSource
interface RouteSourceproperty ip
ip?: undefined | string;property port
port?: undefined | number;interface UpstreamHealthchecks
interface UpstreamHealthchecksproperty active
active: UpstreamHealthchecksActive;property passive
passive: UpstreamHealthchecksPassive;interface UpstreamHealthchecksActive
interface UpstreamHealthchecksActiveproperty 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 UpstreamHealthchecksActiveHealthyproperty httpStatuses
httpStatuses: number[];property interval
interval: number;property successes
successes: number;interface UpstreamHealthchecksActiveUnhealthy
interface UpstreamHealthchecksActiveUnhealthyproperty httpFailures
httpFailures: number;property httpStatuses
httpStatuses: number[];property interval
interval: number;property tcpFailures
tcpFailures: number;property timeouts
timeouts: number;interface UpstreamHealthchecksPassive
interface UpstreamHealthchecksPassiveproperty healthy
healthy: UpstreamHealthchecksPassiveHealthy;property type
type?: undefined | string;property unhealthy
unhealthy: UpstreamHealthchecksPassiveUnhealthy;interface UpstreamHealthchecksPassiveHealthy
interface UpstreamHealthchecksPassiveHealthyproperty httpStatuses
httpStatuses?: number[];property successes
successes?: undefined | number;interface UpstreamHealthchecksPassiveUnhealthy
interface UpstreamHealthchecksPassiveUnhealthyproperty httpFailures
httpFailures?: undefined | number;property httpStatuses
httpStatuses?: number[];property tcpFailures
tcpFailures?: undefined | number;property timeouts
timeouts?: undefined | number;