Compute Engine v1 API - Class GetTargetVpnGatewayRequest (2.15.0)

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

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

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

Inheritance

object > GetTargetVpnGatewayRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetTargetVpnGatewayRequest()

public GetTargetVpnGatewayRequest()

GetTargetVpnGatewayRequest(GetTargetVpnGatewayRequest)

public GetTargetVpnGatewayRequest(GetTargetVpnGatewayRequest other)
Parameter
Name Description
other GetTargetVpnGatewayRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
Type Description
string

Region

public string Region { get; set; }

Name of the region for this request.

Property Value
Type Description
string

TargetVpnGateway

public string TargetVpnGateway { get; set; }

Name of the target VPN gateway to return.

Property Value
Type Description
string