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.
Implements
IMessageGetTargetVpnGatewayRequest, IEquatableGetTargetVpnGatewayRequest, IDeepCloneableGetTargetVpnGatewayRequest, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
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 |