Documentation

LBInfo extends Model
in package

Holds load balanacer information, that balances the traffic.

Table of Contents

Properties

$balancingAlgorithm  : string
$proxyProtocol  : bool
$sslRedirect  : bool
$stickySessions  : StickySession
$vpc  : string

Methods

getBalancingAlgorithm()  : string
getProxyProtocol()  : bool
getSslRedirect()  : bool
getStickySessions()  : StickySession
getVpc()  : string
setBalancingAlgorithm()  : void
setProxyProtocol()  : void
setSslRedirect()  : void
setStickySessions()  : void
setVpc()  : void

Properties

$balancingAlgorithm

protected string $balancingAlgorithm

$proxyProtocol

protected bool $proxyProtocol

$sslRedirect

protected bool $sslRedirect

Methods

getBalancingAlgorithm()

public getBalancingAlgorithm() : string
Return values
string

getProxyProtocol()

public getProxyProtocol() : bool
Return values
bool

getSslRedirect()

public getSslRedirect() : bool
Return values
bool

getVpc()

public getVpc() : string
Return values
string

setBalancingAlgorithm()

public setBalancingAlgorithm(string $balancing_algorithm) : void
Parameters
$balancing_algorithm : string

setProxyProtocol()

public setProxyProtocol(bool $proxy_protocol) : void
Parameters
$proxy_protocol : bool

setSslRedirect()

public setSslRedirect(bool $ssl_redirect) : void
Parameters
$ssl_redirect : bool

setVpc()

public setVpc(string $vpc) : void
Parameters
$vpc : string

        
On this page

Search results