Class GetInterconnectLocationRequest (1.3.0)

public sealed class GetInterconnectLocationRequest : IMessage<GetInterconnectLocationRequest>, IEquatable<GetInterconnectLocationRequest>, IDeepCloneable<GetInterconnectLocationRequest>, IBufferMessage, IMessage

A request message for InterconnectLocations.Get. See the method description for details.

Inheritance

Object > GetInterconnectLocationRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetInterconnectLocationRequest()

public GetInterconnectLocationRequest()

GetInterconnectLocationRequest(GetInterconnectLocationRequest)

public GetInterconnectLocationRequest(GetInterconnectLocationRequest other)
Parameter
NameDescription
otherGetInterconnectLocationRequest

Properties

InterconnectLocation

public string InterconnectLocation { get; set; }

Name of the interconnect location to return.

Property Value
TypeDescription
String

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
String