class InterconnectRemoteLocations extends Resource (View source)

The "interconnectRemoteLocations" collection of methods.

Typical usage is:

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

Methods

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

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

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

Retrieves the list of interconnect remote locations available to the specified project.

Details

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

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

(interconnectRemoteLocations.get)

Parameters

string $project

Project ID for this request.

string $interconnectRemoteLocation

Name of the interconnect remote location to return.

array $optParams

Optional parameters.

Return Value

InterconnectRemoteLocation

Exceptions

Exception

InterconnectRemoteLocationList listInterconnectRemoteLocations(string $project, array $optParams = [])

Retrieves the list of interconnect remote locations available to the specified project.

(interconnectRemoteLocations.listInterconnectRemoteLocations)

Parameters

string $project

Project ID for this request.

array $optParams

Optional parameters.

Return Value

InterconnectRemoteLocationList

Exceptions

Exception