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

TestIamPermissions(TestPermissionsRequest, string, string)

Returns permissions that a caller has on the specified resource.

Declaration
public virtual InterconnectRemoteLocationsResource.TestIamPermissionsRequest TestIamPermissions(TestPermissionsRequest body, string project, string resource)
Parameters
Type Name Description
TestPermissionsRequest body

The body of the request.

string project

Project ID for this request.

string resource

Name or id of the resource for this request.

Returns
Type Description
InterconnectRemoteLocationsResource.TestIamPermissionsRequest
In This Article
Back to top Generated by DocFX