public sealed class GetInterconnectLocationRequest : IMessage<GetInterconnectLocationRequest>, IEquatable<GetInterconnectLocationRequest>, IDeepCloneable<GetInterconnectLocationRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetInterconnectLocationRequest.
A request message for InterconnectLocations.Get. See the method description for details.
Implements
IMessageGetInterconnectLocationRequest, IEquatableGetInterconnectLocationRequest, IDeepCloneableGetInterconnectLocationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetInterconnectLocationRequest()
public GetInterconnectLocationRequest()GetInterconnectLocationRequest(GetInterconnectLocationRequest)
public GetInterconnectLocationRequest(GetInterconnectLocationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetInterconnectLocationRequest |
Properties
InterconnectLocation
public string InterconnectLocation { get; set; }Name of the interconnect location to return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|