class LoadBalancerStat extends OperatorResource implements Retrievable

Represents Neutron v2 LoadBalancer Stats

Traits

Properties

$bytesIn string
$bytesOut string
$totalConnections integer
$activeConnections integer
$loadbalancerId string

Methods

retrieve () : void

Retrieve details of the current resource from the remote API.

Details

retrieve()

Retrieve details of the current resource from the remote API.

Return value

void

Example code

$loadBalancerStat->retrieve();