Compute Engine v1 API - Class GetVpnGatewayRequest (2.13.0)

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

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

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

Inheritance

object > GetVpnGatewayRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetVpnGatewayRequest()

public GetVpnGatewayRequest()

GetVpnGatewayRequest(GetVpnGatewayRequest)

public GetVpnGatewayRequest(GetVpnGatewayRequest other)
Parameter
NameDescription
otherGetVpnGatewayRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

Region

public string Region { get; set; }

Name of the region for this request.

Property Value
TypeDescription
string

VpnGateway

public string VpnGateway { get; set; }

Name of the VPN gateway to return.

Property Value
TypeDescription
string