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.
Implements
IMessageGetVpnTunnelRequest, IEquatableGetVpnTunnelRequest, IDeepCloneableGetVpnTunnelRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetVpnTunnelRequest()
public GetVpnTunnelRequest()
GetVpnTunnelRequest(GetVpnTunnelRequest)
public GetVpnTunnelRequest(GetVpnTunnelRequest other)
Parameter | |
---|---|
Name | Description |
other | GetVpnTunnelRequest |
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 |
VpnTunnel
public string VpnTunnel { get; set; }
Name of the VpnTunnel resource to return.
Property Value | |
---|---|
Type | Description |
string |