class InterconnectLocations extends Resource (View source)

The "interconnectLocations" collection of methods.

Typical usage is:

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

Methods

get(string $project, string $interconnectLocation, array $optParams = [])

Returns the details for the specified interconnect location. Gets a list of available interconnect locations by making a list() request.

listInterconnectLocations(string $project, array $optParams = [])

Retrieves the list of interconnect locations available to the specified project. (interconnectLocations.listInterconnectLocations)

Details

InterconnectLocation get(string $project, string $interconnectLocation, array $optParams = [])

Returns the details for the specified interconnect location. Gets a list of available interconnect locations by making a list() request.

(interconnectLocations.get)

Parameters

string $project

Project ID for this request.

string $interconnectLocation

Name of the interconnect location to return.

array $optParams

Optional parameters.

Return Value

InterconnectLocation

Exceptions

Exception

InterconnectLocationList listInterconnectLocations(string $project, array $optParams = [])

Retrieves the list of interconnect locations available to the specified project. (interconnectLocations.listInterconnectLocations)

Parameters

string $project

Project ID for this request.

array $optParams

Optional parameters.

Return Value

InterconnectLocationList

Exceptions

Exception