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
$path
protected
string
$path
$port
protected
int
$port
$protocol
protected
string
$protocol
$responseTimeout
protected
int
$responseTimeout
$unhealthyThreshold
protected
int
$unhealthyThreshold
Methods
getCheckInterval()
public
getCheckInterval() : int
Return values
intgetHealthyThreshold()
public
getHealthyThreshold() : int
Return values
intgetPath()
public
getPath() : string
Return values
stringgetPort()
public
getPort() : int
Return values
intgetProtocol()
public
getProtocol() : string
Return values
stringgetResponseTimeout()
public
getResponseTimeout() : int
Return values
intgetUnhealthyThreshold()
public
getUnhealthyThreshold() : int
Return values
intsetCheckInterval()
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