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
$stickySessions
protected
StickySession
$stickySessions
$vpc
protected
string
$vpc
Methods
getBalancingAlgorithm()
public
getBalancingAlgorithm() : string
Return values
stringgetProxyProtocol()
public
getProxyProtocol() : bool
Return values
boolgetSslRedirect()
public
getSslRedirect() : bool
Return values
boolgetStickySessions()
public
getStickySessions() : StickySession
Return values
StickySessiongetVpc()
public
getVpc() : string
Return values
stringsetBalancingAlgorithm()
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
setStickySessions()
public
setStickySessions(StickySession $sticky_sessions) : void
Parameters
- $sticky_sessions : StickySession
setVpc()
public
setVpc(string $vpc) : void
Parameters
- $vpc : string