InterconnectRemoteLocations
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)
InterconnectRemoteLocationList
listInterconnectRemoteLocations(string $project, array $optParams = [])
Retrieves the list of interconnect remote locations available to the specified project.
(interconnectRemoteLocations.listInterconnectRemoteLocations)