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