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