class RegionZones extends Resource (View source)

The "regionZones" collection of methods.

Typical usage is:

 $computeService = new Google\Service\Compute(...);
 $regionZones = $computeService->regionZones;

Methods

listRegionZones(string $project, string $region, array $optParams = [])

Retrieves the list of Zone resources under the specific region available to the specified project. (regionZones.listRegionZones)

Details

ZoneList listRegionZones(string $project, string $region, array $optParams = [])

Retrieves the list of Zone resources under the specific region available to the specified project. (regionZones.listRegionZones)

Parameters

string $project

Project ID for this request.

string $region

Region for this request.

array $optParams

Optional parameters.

Return Value

ZoneList

Exceptions

Exception