Compute Engine v1 API - Class UrlMapsScopedList (2.13.0)

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

Inheritance

object > UrlMapsScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

UrlMapsScopedList()

public UrlMapsScopedList()

UrlMapsScopedList(UrlMapsScopedList)

public UrlMapsScopedList(UrlMapsScopedList other)
Parameter
NameDescription
otherUrlMapsScopedList

Properties

UrlMaps

public RepeatedField<UrlMap> UrlMaps { get; }

A list of UrlMaps contained in this scope.

Property Value
TypeDescription
RepeatedFieldUrlMap

Warning

public Warning Warning { get; set; }

Informational warning which replaces the list of backend services when the list is empty.

Property Value
TypeDescription
Warning