Class InterconnectLocationsResource
The "interconnectLocations" collection of methods.
Inherited Members
Namespace: Google.Apis.Compute.beta
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class InterconnectLocationsResource
Constructors
InterconnectLocationsResource(IClientService)
Constructs a new resource.
Declaration
public InterconnectLocationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string, string)
Returns the details for the specified interconnect location. Gets a list of available interconnect locations by making a list() request.
Declaration
public virtual InterconnectLocationsResource.GetRequest Get(string project, string interconnectLocation)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | interconnectLocation | Name of the interconnect location to return. |
Returns
Type | Description |
---|---|
InterconnectLocationsResource.GetRequest |
List(string)
Retrieves the list of interconnect locations available to the specified project.
Declaration
public virtual InterconnectLocationsResource.ListRequest List(string project)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
Returns
Type | Description |
---|---|
InterconnectLocationsResource.ListRequest |