Compute Engine v1 API - Class GetWireGroupRequest (3.22.0)

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

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

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

Inheritance

object > GetWireGroupRequest

Namespace

Google.Cloud.Compute.V1

Assembly

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