Show / Hide Table of Contents

Class InterconnectRemoteLocationsResource

The "interconnectRemoteLocations" collection of methods.

Inheritance
object
InterconnectRemoteLocationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InterconnectRemoteLocationsResource

Constructors

InterconnectRemoteLocationsResource(IClientService)

Constructs a new resource.

Declaration
public InterconnectRemoteLocationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string, string)

Returns the details for the specified interconnect remote location. Gets a list of available interconnect remote locations by making a list() request.

Declaration
public virtual InterconnectRemoteLocationsResource.GetRequest Get(string project, string interconnectRemoteLocation)
Parameters
Type Name Description
string project

Project ID for this request.

string interconnectRemoteLocation

Name of the interconnect remote location to return.

Returns
Type Description
InterconnectRemoteLocationsResource.GetRequest

List(string)

Retrieves the list of interconnect remote locations available to the specified project.

Declaration
public virtual InterconnectRemoteLocationsResource.ListRequest List(string project)
Parameters
Type Name Description
string project

Project ID for this request.

Returns
Type Description
InterconnectRemoteLocationsResource.ListRequest
In this article
Back to top Generated by DocFX