Compute Engine v1 API - Class GetVpnTunnelRequest (2.15.0)

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

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

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

Inheritance

object > GetVpnTunnelRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetVpnTunnelRequest()

public GetVpnTunnelRequest()

GetVpnTunnelRequest(GetVpnTunnelRequest)

public GetVpnTunnelRequest(GetVpnTunnelRequest other)
Parameter
NameDescription
otherGetVpnTunnelRequest

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

VpnTunnel

public string VpnTunnel { get; set; }

Name of the VpnTunnel resource to return.

Property Value
TypeDescription
string