public sealed class TargetVpnGatewaysScopedList : IMessage<TargetVpnGatewaysScopedList>, IEquatable<TargetVpnGatewaysScopedList>, IDeepCloneable<TargetVpnGatewaysScopedList>, IBufferMessage, IMessage
Implements
IMessageTargetVpnGatewaysScopedList, IEquatableTargetVpnGatewaysScopedList, IDeepCloneableTargetVpnGatewaysScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
TargetVpnGatewaysScopedList()
public TargetVpnGatewaysScopedList()
TargetVpnGatewaysScopedList(TargetVpnGatewaysScopedList)
public TargetVpnGatewaysScopedList(TargetVpnGatewaysScopedList other)
Parameter | |
---|---|
Name | Description |
other |
TargetVpnGatewaysScopedList |
Properties
TargetVpnGateways
public RepeatedField<TargetVpnGateway> TargetVpnGateways { get; }
[Output Only] A list of target VPN gateways contained in this scope.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTargetVpnGateway |
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 |