
target.apidocs.com.google.api.services.compute.Compute.InterconnectLocations.html Maven / Gradle / Ivy
Compute.InterconnectLocations (Compute Engine API beta-rev20220312-1.32.1)
com.google.api.services.compute
Class Compute.InterconnectLocations
- java.lang.Object
-
- com.google.api.services.compute.Compute.InterconnectLocations
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.InterconnectLocations.Get
class
Compute.InterconnectLocations.List
-
Constructor Summary
Constructors
Constructor and Description
InterconnectLocations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.InterconnectLocations.Get
get(String project,
String interconnectLocation)
Returns the details for the specified interconnect location.
Compute.InterconnectLocations.List
list(String project)
Retrieves the list of interconnect locations available to the specified project.
-
-
Method Detail
-
get
public Compute.InterconnectLocations.Get get(String project,
String interconnectLocation)
throws IOException
Returns the details for the specified interconnect location. Gets a list of available
interconnect locations by making a list() request.
Create a request for the method "interconnectLocations.get".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
interconnectLocation
- Name of the interconnect location to return.
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.InterconnectLocations.List list(String project)
throws IOException
Retrieves the list of interconnect locations available to the specified project.
Create a request for the method "interconnectLocations.list".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy