Class InterconnectLocationsResource
The "interconnectLocations" collection of methods.
Inheritance
System.Object
InterconnectLocationsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1
Assembly: Google.Apis.Compute.v1.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 |
|---|---|---|
| System.String | project | Project ID for this request. |
| System.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 |
|---|---|---|
| System.String | project | Project ID for this request. |
Returns
| Type | Description |
|---|---|
| InterconnectLocationsResource.ListRequest |