public sealed class RoutersScopedList : IMessage<RoutersScopedList>, IEquatable<RoutersScopedList>, IDeepCloneable<RoutersScopedList>, IBufferMessage, IMessage
Implements
IMessage<RoutersScopedList>, IEquatable<RoutersScopedList>, IDeepCloneable<RoutersScopedList>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
RoutersScopedList()
public RoutersScopedList()
RoutersScopedList(RoutersScopedList)
public RoutersScopedList(RoutersScopedList other)
Parameter | |
---|---|
Name | Description |
other | RoutersScopedList |
Properties
Routers
public RepeatedField<Router> Routers { get; }
A list of routers contained in this scope.
Property Value | |
---|---|
Type | Description |
RepeatedField<Router> |
Warning
public Warning Warning { get; set; }
Informational warning which replaces the list of routers when the list is empty.
Property Value | |
---|---|
Type | Description |
Warning |