Compute Engine v1 API - Class GetInterconnectRequest (2.15.0)

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

Reference documentation and code samples for the Compute Engine v1 API class GetInterconnectRequest.

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

Inheritance

object > GetInterconnectRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetInterconnectRequest()

public GetInterconnectRequest()

GetInterconnectRequest(GetInterconnectRequest)

public GetInterconnectRequest(GetInterconnectRequest other)
Parameter
NameDescription
otherGetInterconnectRequest

Properties

Interconnect

public string Interconnect { get; set; }

Name of the interconnect to return.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string