class LoadBalancerStatus extends OperatorResource implements Retrievable

Represents Neutron v2 LoadBalancer Stats

Traits

Properties

$name string
$id string
$loadbalancerId string
$operatingStatus string
$provisioningStatus string
$listeners LoadBalancerListener[]

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

$loadBalancerStatus->retrieve();