public sealed class VpnGatewaysScopedList : IMessage<VpnGatewaysScopedList>, IEquatable<VpnGatewaysScopedList>, IDeepCloneable<VpnGatewaysScopedList>, IBufferMessage, IMessageImplements
IMessageVpnGatewaysScopedList, IEquatableVpnGatewaysScopedList, IDeepCloneableVpnGatewaysScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
VpnGatewaysScopedList()
public VpnGatewaysScopedList()VpnGatewaysScopedList(VpnGatewaysScopedList)
public VpnGatewaysScopedList(VpnGatewaysScopedList other)| Parameter | |
|---|---|
| Name | Description |
other |
VpnGatewaysScopedList |
Properties
VpnGateways
public RepeatedField<VpnGateway> VpnGateways { get; }[Output Only] A list of VPN gateways contained in this scope.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldVpnGateway |
|
Warning
public Warning Warning { get; set; }[Output Only] Informational warning which replaces the list of addresses when the list is empty.
| Property Value | |
|---|---|
| Type | Description |
Warning |
|