You are here

public function AcquiaPurgeHostingInfo::getBalancerAddresses in Acquia Purge 7

Get the load balancer IP adresses installed in front of this site.

Return value

string[] Unassociative list of adresses in the form of 'I.P.V.4', or empty array.

File

lib/AcquiaPurgeHostingInfo.php, line 368
Contains AcquiaPurgeHostingInfo.

Class

AcquiaPurgeHostingInfo
Provides technical information accessors for the Acquia Cloud environment.

Code

public function getBalancerAddresses() {
  return $this->balancerAddresses;
}