public sealed class GetVpnGatewayRequest : IMessage<GetVpnGatewayRequest>, IEquatable<GetVpnGatewayRequest>, IDeepCloneable<GetVpnGatewayRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetVpnGatewayRequest.
A request message for VpnGateways.Get. See the method description for details.
Implements
IMessageGetVpnGatewayRequest, IEquatableGetVpnGatewayRequest, IDeepCloneableGetVpnGatewayRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetVpnGatewayRequest()
public GetVpnGatewayRequest()GetVpnGatewayRequest(GetVpnGatewayRequest)
public GetVpnGatewayRequest(GetVpnGatewayRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetVpnGatewayRequest |
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 |
|
VpnGateway
public string VpnGateway { get; set; }Name of the VPN gateway to return.
| Property Value | |
|---|---|
| Type | Description |
string |
|