Documentation

LBHealth extends Model
in package

Holds load balancer health information.

Table of Contents

Properties

$checkInterval  : int
$healthyThreshold  : int
$path  : string
$port  : int
$protocol  : string
$responseTimeout  : int
$unhealthyThreshold  : int

Methods

getCheckInterval()  : int
getHealthyThreshold()  : int
getPath()  : string
getPort()  : int
getProtocol()  : string
getResponseTimeout()  : int
getUnhealthyThreshold()  : int
setCheckInterval()  : void
setHealthyThreshold()  : void
setPath()  : void
setPort()  : void
setProtocol()  : void
setResponseTimeout()  : void
setUnhealthyThreshold()  : void

Properties

$checkInterval

protected int $checkInterval

$healthyThreshold

protected int $healthyThreshold

$responseTimeout

protected int $responseTimeout

$unhealthyThreshold

protected int $unhealthyThreshold

Methods

getCheckInterval()

public getCheckInterval() : int
Return values
int

getHealthyThreshold()

public getHealthyThreshold() : int
Return values
int

getPath()

public getPath() : string
Return values
string

getPort()

public getPort() : int
Return values
int

getProtocol()

public getProtocol() : string
Return values
string

getResponseTimeout()

public getResponseTimeout() : int
Return values
int

getUnhealthyThreshold()

public getUnhealthyThreshold() : int
Return values
int

setCheckInterval()

public setCheckInterval(int $check_interval) : void
Parameters
$check_interval : int

setHealthyThreshold()

public setHealthyThreshold(int $healthy_threshold) : void
Parameters
$healthy_threshold : int

setPath()

public setPath(string $path) : void
Parameters
$path : string

setPort()

public setPort(int $port) : void
Parameters
$port : int

setProtocol()

public setProtocol(string $protocol) : void
Parameters
$protocol : string

setResponseTimeout()

public setResponseTimeout(int $response_timeout) : void
Parameters
$response_timeout : int

setUnhealthyThreshold()

public setUnhealthyThreshold(int $unhealthy_threshold) : void
Parameters
$unhealthy_threshold : int

        
On this page

Search results