Compute Engine v1 API - Class RoutersScopedList (2.15.0)

public sealed class RoutersScopedList : IMessage<RoutersScopedList>, IEquatable<RoutersScopedList>, IDeepCloneable<RoutersScopedList>, IBufferMessage, IMessage

Inheritance

object > RoutersScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

RoutersScopedList()

public RoutersScopedList()

RoutersScopedList(RoutersScopedList)

public RoutersScopedList(RoutersScopedList other)
Parameter
NameDescription
otherRoutersScopedList

Properties

Routers

public RepeatedField<Router> Routers { get; }

A list of routers contained in this scope.

Property Value
TypeDescription
RepeatedFieldRouter

Warning

public Warning Warning { get; set; }

Informational warning which replaces the list of routers when the list is empty.

Property Value
TypeDescription
Warning