class Host extends OperatorResource implements Listable, Retrievable

Represents a Compute v2 Host.

Traits

Properties

$name string
$service string
$zone 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

$host->retrieve();