| Modifier and Type | Class and Description |
|---|---|
class |
Compute.InterconnectRemoteLocations.Get |
class |
Compute.InterconnectRemoteLocations.List |
| Constructor and Description |
|---|
InterconnectRemoteLocations() |
| Modifier and Type | Method and Description |
|---|---|
Compute.InterconnectRemoteLocations.Get |
get(String project,
String interconnectRemoteLocation)
Returns the details for the specified interconnect remote location.
|
Compute.InterconnectRemoteLocations.List |
list(String project)
Retrieves the list of interconnect remote locations available to the specified project.
|
public Compute.InterconnectRemoteLocations.Get get(String project, String interconnectRemoteLocation) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.interconnectRemoteLocation - Name of the interconnect remote location to return.IOExceptionpublic Compute.InterconnectRemoteLocations.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionCopyright © 2011–2024 Google. All rights reserved.