Show / Hide Table of Contents

Class InterconnectLocationsResource

The "interconnectLocations" collection of methods.

Inheritance
object
InterconnectLocationsResource
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 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

TestIamPermissions(TestPermissionsRequest, string, string)

Returns permissions that a caller has on the specified resource.

Declaration
public virtual InterconnectLocationsResource.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
InterconnectLocationsResource.TestIamPermissionsRequest
In This Article
Back to top Generated by DocFX