Class VpnGatewayStatus
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class VpnGatewayStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
VpnConnections
List of VPN connection for this VpnGateway.
Declaration
[JsonProperty("vpnConnections")]
public virtual IList<VpnGatewayStatusVpnConnection> VpnConnections { get; set; }
Property Value
Type | Description |
---|---|
IList<VpnGatewayStatusVpnConnection> |